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

Validator tests for removing "aria-expanded" from listbox support attributes #2167

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

spectranaut
Copy link
Contributor

See: #1862

This still needs issues on validators, although VNU doesn't seem to flag aria attributes used on roles that do not explicitly support them.

For example, the following does not error:

<div role="heading" aria-expanded=true>
  I'm a heading
</div>

@spectranaut spectranaut marked this pull request as ready for review April 26, 2024 17:52
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

Successfully merging this pull request may close these issues.

None yet

1 participant