w3c / html-aria

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

Allow <fieldset role=radiogroup>? #146

Closed zcorpan closed 5 years ago

zcorpan commented 5 years ago

Why is <fieldset role=radiogroup> not allowed?

https://w3c.github.io/html-aria/#fieldset

It seems to me that fieldset and radiogroup are very similar in purpose, and the examples I've seen for radiogroup mostly look like fieldsets made out of divs.

stevefaulkner commented 5 years ago

agree