w3c / html-aria

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

refactored button type rules #405

Closed stevefaulkner closed 1 year ago

stevefaulkner commented 2 years ago

Closes #395

divided allowed roles based on whether input type image/submit/reset (and <button> without type or invalid type) are descendants of a form element


Preview | Diff

scottaohara commented 1 year ago

closing as incorporating some of these ideas into 446