Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

useValidAriaProps: aria-atomic incorrectly flagged as invalid ARIA attribute #1342

Closed
1 task done
tony19 opened this issue Dec 25, 2023 · 1 comment
Closed
1 task done

Comments

@tony19
Copy link

tony19 commented Dec 25, 2023

Environment information

  • Biome v1.4.1
  • macOS Sonoma
  • Node v18.18.2

Description

Even though the linter supports aria-atomic, biome CLI (and the VS Code Extension) is not recognizing aria-atomic as an ARIA attribute.

Sample markup:

<div aria-atomic>Test</div>
<div aria-atomic="true">Test</div>
Screenshot 2023-12-25 at 2 40 44 PM Screenshot 2023-12-25 at 3 06 07 PM

For some reason, the playground does not exhibit this problem.

Rule name

useValidAriaProps

Playground link

https://github.com/tony19-sandbox/biome-aria-atomic-bug

Expected result

aria-atomic should not be flagged as an invalid ARIA attribute

Code of Conduct

  • I agree to follow Biome's Code of Conduct
@ematipico
Copy link
Member

Duplicate of #1167

You can use our latest nightly or wait for the new release.

@ematipico ematipico closed this as not planned Won't fix, can't repro, duplicate, stale Dec 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants