WAI-ARIA: Role=Contentinfo

WAI-ARIA: Role=Contentinfo

A large perceivable region that contains information about the parent document. Description A large perceivable region that contains information about the parent document. Examples of information included in this region of the page are copyrights and links to privacy statements. User agents SHOULD treat elements with the role of contentinfo as navigational landmarks. Within any…

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…