jsx-eslint / eslint-plugin-jsx-a11y

Static AST checker for a11y rules on JSX elements.
MIT License
3.42k stars 637 forks source link

[Tests] Add tests to reinforce required attributes for `role="heading"` #1022

Closed lb- closed 1 month ago

lb- commented 1 month ago

Add unit tests to ensure that there are no warnings when role="heading" is used when aria-level is provided. For example, aria-label is not required.

See #1002