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

Warnings about non supported, non global ARIA attributes use on ARIA roles #1716

Open
spectranaut opened this issue Apr 26, 2024 · 0 comments

Comments

@spectranaut
Copy link

spectranaut commented Apr 26, 2024

ARIA is dropping support of aria-expanded on role listbox: w3c/aria#1862

This means the following HTML is no longer valid:

<div role="listbox" aria-label="foo" aria-expanded="true">
</div>

I noticed, however, that vnu does not raised any errors when a non-supported, non global ARIA attribute is used on a role. For example, the following does not raise an error:

<div role="heading" aria-rowspan="3" id="oops" aria-expanded="true">
</div>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants