Most closely related to HTML's <fieldset>
element, the group
document structure role is used to identify a set of user interface objects which, as compared to region
, is not intended to be included in the page's summary or table of contents.
The group
role should be used to form a logical collection of items with related functionality, such as children in a tree
widget forming a collection of siblings in a hierarchy, or a collection of items having the same container in a directory
.
When a group
is used in the context of list
, limit the children of the group
to listitem
elements. In this case, it is recommended to use multiple ordered or unordered lists, <ol>
or <ul>
, with nested <li>
children.
When used in the context of a listbox
, the only children allowed are <option>
elements. In this case, it is recommended to use <select>
, <option>
and <optgroup>
instead.
Group
elements may be nested.
The group
role should not be used for major perceivable sections of a page. If a section is significant enough that it should be included in the page's table of contents, use the region
role or a standard landmark role.
When the role is added to an element, the browser will send out an accessible group event to assistive technology products, which can then notify the user about it.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.3