🐛 biome incorrectly reports 'aria-atomic' as an invalid ARIA attribute #1167
Labels
A-Linter
Area: linter
good first issue
Good for newcomers
L-JavaScript
Language: JavaScript and super languages
S-Help-wanted
Status: you're familiar with the code base and want to help the project
Environment information
What happened?
biome lint <file-to-lint>
The element contains invalid ARIA attribute(s)
andℹ aria-atomic is not a valid ARIA attribute.
https://biomejs.dev/playground/?code=PABzAHAAYQBuAAoACQBpAGQAPQAiAGgAaQBuAHQALQBjAG8AdQBuAHQAcgB5ACIACgAJAHIAbwBsAGUAPQAiAGEAbABlAHIAdAAiAAoACQBhAHIAaQBhAC0AYQB0AG8AbQBpAGMAPQAiAHQAcgB1AGUAIgAKAAkAYwBsAGEAcwBzAE4AYQBtAGUAPQAiAGIAbABvAGMAawAgAGUAcgByAG8AcgAtAHQAZQB4AHQAIABwAHQALQAyACIACgA%2BAAoACQB7AGMAbwB1AG4AdAByAHkARQByAHIAbwByAH0ACgA8AC8AcwBwAGEAbgA%2BADsA
Expected result
biome should not report an error since
aria-atomic
is a valid ARIA attribute.https://w3c.github.io/aria/#aria-atomic
Code of Conduct
The text was updated successfully, but these errors were encountered: