w3c / html-aria

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

separator role on button #488

Closed stevefaulkner closed 9 months ago

stevefaulkner commented 10 months ago

Gerard Cohen asked me why role=separator is not allowed on a button element. From reading the definition in the aria spec, i don't see a reason not to allow.

you wizened souls may think otherwise?

scottaohara commented 10 months ago

naw, that seems quite reasonable esp. since it can represent an interactive control that a button could reasonably serve as a base for.

scottaohara commented 10 months ago

and boosh. easy PRs are easy. gotta inform the checkers now / get some implementation commitments to acknowledge this change, and then it can be merged if good to go

gerardkcohen commented 10 months ago

Thanks @stevefaulkner and @scottaohara