You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Semantically being groupings of related controls, it makes sense that a fieldset would allow for these roles that have a similar purpose.
Additionally, at least with some quick testing, a legend within a fieldset with one of these roles would allow a naming mechanism without use of aria-label or aria-labelledby. Would want to test this more, but would expect similar results to #350
The text was updated successfully, but these errors were encountered:
outside of some minor oddities with Safari/VO (bug filed for iOS), it seems to me that fieldset should allow the following roles:
toolbar
menubar
menu
listbox
tablist
article
dialog
region (this is the role that has the most odd behaviors with it, but none of which are going to cause blocking issues, and further modifications could mitigate them entirely - e.g., not using legend to attempt to name the element).
Semantically being groupings of related controls, it makes sense that a
fieldset
would allow for these roles that have a similar purpose.Additionally, at least with some quick testing, a
legend
within afieldset
with one of these roles would allow a naming mechanism without use ofaria-label
oraria-labelledby
. Would want to test this more, but would expect similar results to #350The text was updated successfully, but these errors were encountered: