Skip to content

Should role="group" sometimes map like it's a <fieldset>? #73

@aleventhal

Description

@aleventhal

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.

Here's a Chrome bug where we are looking to get this answered:
https://bugs.chromium.org/p/chromium/issues/detail?id=577341

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions