w3c / html-aria

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

wbr element #332

Closed scottaohara closed 2 years ago

scottaohara commented 3 years ago

presently allows any role. This seems incorrect and rather should not allow any role.

Additionally, should only allow for aria-hidden attribute, as other global attributes don't make sense for this element.

A similar global attribute update needs to be made for the br element.