WAI-ARIA: Role=Composite
A widget that may contain navigable descendants or owned children.
Description
A widget that may contain navigable descendants or owned children
Authors SHOULD ensure that a composite widget exists as a single navigation stop within the larger navigation system of the web page. Once the composite widget has focus, authors SHOULD provide a separate navigation mechanism for users to navigate to elements that are descendants or owned children of the composite element.
Note: composite is an abstract role. Authors should not use this role in content.
Characteristics
Is Abstract
- True
Superclass Role
- widget
Subclass Roles
- grid
- select
- spinbutton
- tablist
Supported States and Properties
- aria-activedescendant
Inherited States and Properties
- aria-atomic
- aria-busy (state)
- aria-controls
- aria-current (state)
- aria-describedby
- aria-details
- aria-disabled (state)
- aria-dropeffect
- aria-errormessage
- aria-flowto
- aria-grabbed (state)
- aria-haspopup
- aria-hidden (state)
- aria-invalid (state)
- aria-keyshortcuts
- aria-label
- aria-labelledby
- aria-live
- aria-owns
- aria-relevant
- aria-roledescription
Name From
- author
Reference
- WAI-ARIA 1.2 Specification
Refer to the notes from the WAI-ARIA 1.2 specification for more information on role=composite.