w3c / aria

Accessible Rich Internet Applications (WAI-ARIA)
https://w3c.github.io/aria/
Other
621 stars 118 forks source link

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

Open spectranaut opened 1 month ago

spectranaut commented 1 month ago

See: https://github.com/w3c/aria/pull/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>