w3c / html-aria

ARIA in HTML
https://w3c.github.io/html-aria/
Other
181 stars 48 forks source link

clarifitations to hidden/aria-hidden #270

Open mtrootyy opened 3 years ago

mtrootyy commented 3 years ago

The following sentence should be added to the 3rd column of the row of "Any element with a hidden attribute".

Authors MUST NOT use aria-hidden="false" on any element which also has a hidden attribute.

scottaohara commented 3 years ago

That's debatable as that is actually a use case which would make aria-hidden=false useful.

leaving this open but marking it as a question for future consideration / discussion with the aria wg