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
From my memory, the original intention of role=group when it was added back pre-ARIA 1.0, was to act the same as an HTML <fieldset>.
It is treated it that way on Windows at least, where a ROLE_SYSTEM_GROUPING is the mapping for either one.
However, as @jnurthen pointed out, the treatment by the screen reader, and perhaps the mapping, depends on where it is used doesn’t it. For example, in a tree, menu or listbox you probably wouldn’t want it expressed like a fieldset.
There doesn't seem to be any other way to expose a fieldset-like element in ARIA.