aria icon indicating copy to clipboard operation
aria copied to clipboard

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

Open spectranaut opened this issue 1 year ago • 2 comments

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>

spectranaut avatar Apr 25 '24 21:04 spectranaut