-
-
Notifications
You must be signed in to change notification settings - Fork 638
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
Contradicting linting issue with jsx-a11y/role-supports-aria-props #704
Closed
Comments
Have exactly the same issue! |
I know exactly why this is happening :/ Fixing it now. |
Github has started auto-closing linked issues? |
When the merger has close rights on the linked issue, it's always auto-closed it afaik. |
ljharb
pushed a commit
that referenced
this issue
Jun 19, 2020
jessebeach
added a commit
that referenced
this issue
Jun 19, 2020
Fix aria-level error for the heading role (#704)
Merged
This was referenced Mar 10, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since the latest update, getting linting issue:
Elements with the ARIA role "heading" must have the following attributes defined: aria-level jsx-a11y/role-has-required-aria-props
After adding the aria-level, getting a contradicting error:
The attribute aria-level is not supported by the role heading jsx-a11y/role-supports-aria-props
The text was updated successfully, but these errors were encountered: