WAI-ARIA: aria-busy (State)

WAI-ARIA: aria-busy (State)

Description Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user. The default value of aria-busy is false for all elements. When aria-busy is true for an element, assistive technologies MAY ignore changes to content owned by that element and…

WAI-ARIA: aria-checked (State)

WAI-ARIA: aria-checked (State)

Description Indicates the current “checked” state of checkboxes, radio buttons, and other widgets. See related aria-pressed and aria-selected. The aria-checked attribute indicates whether the element is checked (true), unchecked (false), or represents a group of other elements that have a mixture of checked and unchecked values (mixed). Most inputs only support values of true and…

WAI-ARIA: aria-disabled (State)

WAI-ARIA: aria-disabled (State)

Description Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. See related aria-hidden and aria-readonly. For example, irrelevant options in a radio group may be disabled. Disabled elements might not receive focus from the tab order. For some disabled elements, applications might choose not to support navigation to…

WAI-ARIA: aria-expanded (State)

WAI-ARIA: aria-expanded (State)

Description Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. For example, this indicates whether a portion of a tree is expanded or collapsed. In other instances, this may be applied to page sections to mark expandable and collapsible regions that are flexible for managing content density. Simplifying the…

WAI-ARIA: aria-grabbed (State)

WAI-ARIA: aria-grabbed (State)

Description [Deprecated in ARIA 1.1] In ARIA 1.1 the drag and drop attributes aria-grabbed and aria-dropeffect were slated to be deprecated.The idea was to use native accessibility API features for drag and drop instead. However, in practice, since the accessibility API features for accessible drag and drop still don’t exist and likely won’t for several…

WAI-ARIA: aria-hidden (State)

WAI-ARIA: aria-hidden (State)

Description Indicates whether the element is exposed to an accessibility API. See related aria-disabled. User agents determine an element’s hidden status based on whether it is rendered, and the rendering is usually controlled by CSS. For example, an element whose display property is set to none is not rendered. An element is considered hidden if…