w3c / html-aria

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

revise custom element guidance #290

Closed scottaohara closed 3 years ago

scottaohara commented 3 years ago

if defining roles via elementInternals, then authors should not overwrite those roles with the role attribute.

if no role was defined via elementInternals, then any role can be valid for a custom element, but a form associated custom element should only allow form-related roles.


Preview | Diff

scottaohara commented 3 years ago

hmm, weird how that happened. updated