WAI-ARIA: Role=Composite

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…

WAI-ARIA: Role=Checkbox

WAI-ARIA: Role=Checkbox

A checkable input that has three possible values: true, false, or mixed. Description A checkable input that has three possible values: true, false, or mixed. The aria-checked attribute of a checkbox indicates whether the input is checked (true), unchecked (false), or represents a group of elements that have a mixture of checked and unchecked values…

WAI-ARIA: Role=Cell

WAI-ARIA: Role=Cell

A cell in a tabular container. Description New in ARIA 1.1 A cell in a tabular container. See related gridcell. Authors MUST ensure elements with role cell are contained in, or owned by, an element with the role row. Role=Cell Example HTML Example Characteristics Superclass Role Subclass Roles Base Concept Required Context Role Supported States…