Search for ARIA (Accessible Rich Internet Applications) states and properties based on the WAI-ARIA 1.2 specification.
Results filter while typing
Results
48 Results
aria-activedescendant (property)
Identifies the currently active element when DOM focus is on a composite widget, combobox, textbox, group, or application.
- Specification: specification for aria-activedescendant
- Support: accessibility support for aria-activedescendant
- Allowed in: application, combobox, composite, group, textbox
aria-atomic (property)
Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.
- Specification: specification for aria-atomic
- Support: accessibility support for aria-atomic
- Allowed in: all elements of the base markup
aria-autocomplete (property)
Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for a combobox, searchbox, or textbox and specifies how predictions would be presented if they were made.
- Specification: specification for aria-autocomplete
- Support: accessibility support for aria-autocomplete
- Allowed in: combobox, textbox
aria-busy (state)
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.
- Specification: specification for aria-busy
- Support: accessibility support for aria-busy
- Allowed in: all elements of the base markup
aria-checked (state)
Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
- Specification: specification for aria-checked
- Support: accessibility support for aria-checked
- Allowed in: checkbox, menuitemcheckbox, option, radio, switch
aria-colcount (property)
Defines the total number of columns in a table, grid, or treegrid.
- Specification: specification for aria-colcount
- Support: accessibility support for aria-colcount
- Allowed in: table
aria-colindex (property)
Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.
- Specification: specification for aria-colindex
- Support: accessibility support for aria-colindex
- Allowed in: cell, row
aria-colspan (property)
Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.
- Specification: specification for aria-colspan
- Support: accessibility support for aria-colspan
- Allowed in: cell
aria-controls (property)
Identifies the element (or elements) whose contents or presence are controlled by the current element.
- Specification: specification for aria-controls
- Support: accessibility support for aria-controls
- Allowed in: all elements of the base markup
aria-current (state)
Indicates the element that represents the current item within a container or set of related elements.
- Specification: specification for aria-current
- Support: accessibility support for aria-current
- Allowed in: all elements of the base markup
aria-describedby (property)
Identifies the element (or elements) that describes the object.
- Specification: specification for aria-describedby
- Support: accessibility support for aria-describedby
- Allowed in: all elements of the base markup
aria-details (property)
Identifies the element that provides a detailed, extended description for the object.
- Specification: specification for aria-details
- Support: accessibility support for aria-details
- Allowed in: all elements of the base markup
aria-disabled (state)
Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
- Specification: specification for aria-disabled
- Support: accessibility support for aria-disabled
- Allowed in: application, button, composite, gridcell, group, input, link, menuitem, scrollbar, separator, tab
aria-dropeffect
(property) Deprecated
Indicates what functions can be performed when a dragged object is released on the drop target.
- Specification: specification for aria-dropeffect
- Support: accessibility support for aria-dropeffect
- Allowed in: all elements of the base markup
aria-errormessage (property)
Identifies the element that provides an error message for an object.
- Specification: specification for aria-errormessage
- Support: accessibility support for aria-errormessage
- Allowed in: application, checkbox, combobox, gridcell, listbox, radiogroup, slider, spinbutton, textbox, tree
aria-expanded (state)
Indicates whether a grouping element owned or controlled by this element is expanded or collapsed.
- Specification: specification for aria-expanded
- Support: accessibility support for aria-expanded
- Allowed in: application, button, checkbox, combobox, gridcell, link, listbox, menuitem, row, rowheader, tab, treeitem
aria-flowto (property)
Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order.
- Specification: specification for aria-flowto
- Support: accessibility support for aria-flowto
- Allowed in: all elements of the base markup
aria-grabbed
(state) Deprecated
Indicates an element's "grabbed" state in a drag-and-drop operation.
- Specification: specification for aria-grabbed
- Support: accessibility support for aria-grabbed
- Allowed in: all elements of the base markup
aria-haspopup (property)
Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
- Specification: specification for aria-haspopup
- Support: accessibility support for aria-haspopup
- Allowed in: application, button, combobox, gridcell, link, menuitem, slider, tab, textbox, treeitem
aria-hidden (state)
Indicates whether the element is exposed to an accessibility API.
- Specification: specification for aria-hidden
- Support: accessibility support for aria-hidden
- Allowed in: all elements of the base markup
aria-invalid (state)
Indicates the entered value does not conform to the format expected by the application.
- Specification: specification for aria-invalid
- Support: accessibility support for aria-invalid
- Allowed in: application, checkbox, combobox, gridcell, listbox, radiogroup, slider, spinbutton, textbox, tree
aria-keyshortcuts (property)
Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
- Specification: specification for aria-keyshortcuts
- Support: accessibility support for aria-keyshortcuts
- Allowed in: all elements of the base markup
aria-label (property)
Defines a string value that labels the current element.
- Specification: specification for aria-label
- Support: accessibility support for aria-label
- Allowed in: all elements of the base markup except for some roles or elements that prohibit its use
aria-labelledby (property)
Identifies the element (or elements) that labels the current element.
- Specification: specification for aria-labelledby
- Support: accessibility support for aria-labelledby
- Allowed in: all elements of the base markup except for some roles or elements that prohibit its use
aria-level (property)
Defines the hierarchical level of an element within a structure.
- Specification: specification for aria-level
- Support: accessibility support for aria-level
- Allowed in: heading, listitem, row
aria-live (property)
Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.
- Specification: specification for aria-live
- Support: accessibility support for aria-live
- Allowed in: all elements of the base markup
aria-modal (property)
Indicates whether an element is modal when displayed.
- Specification: specification for aria-modal
- Support: accessibility support for aria-modal
- Allowed in: alertdialog, dialog
aria-multiline (property)
Indicates whether a text box accepts multiple lines of input or only a single line.
- Specification: specification for aria-multiline
- Support: accessibility support for aria-multiline
- Allowed in: textbox
aria-multiselectable (property)
Indicates that the user may select more than one item from the current selectable descendants.
- Specification: specification for aria-multiselectable
- Support: accessibility support for aria-multiselectable
- Allowed in: grid, listbox, tablist, tree
aria-orientation (property)
Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
- Specification: specification for aria-orientation
- Support: accessibility support for aria-orientation
- Allowed in: scrollbar, select, separator, slider, tablist, toolbar
aria-owns (property)
Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship.
- Specification: specification for aria-owns
- Support: accessibility support for aria-owns
- Allowed in: all elements of the base markup
aria-placeholder (property)
Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format.
- Specification: specification for aria-placeholder
- Support: accessibility support for aria-placeholder
- Allowed in: textbox
aria-posinset (property)
Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.
- Specification: specification for aria-posinset
- Support: accessibility support for aria-posinset
- Allowed in: article, listitem, menuitem, option, radio, row, tab
aria-pressed (state)
Indicates the current "pressed" state of toggle buttons.
- Specification: specification for aria-pressed
- Support: accessibility support for aria-pressed
- Allowed in: button
aria-readonly (property)
Indicates that the element is not editable, but is otherwise operable.
- Specification: specification for aria-readonly
- Support: accessibility support for aria-readonly
- Allowed in: checkbox, combobox, grid, gridcell, listbox, radiogroup, slider, spinbutton, textbox
aria-relevant (property)
Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.
- Specification: specification for aria-relevant
- Support: accessibility support for aria-relevant
- Allowed in: all elements of the base markup
aria-required (property)
Indicates that user input is required on the element before a form may be submitted.
- Specification: specification for aria-required
- Support: accessibility support for aria-required
- Allowed in: checkbox, combobox, gridcell, listbox, radiogroup, spinbutton, textbox, tree
aria-roledescription (property)
Defines a human-readable, author-localized description for the role of an element.
- Specification: specification for aria-roledescription
- Support: accessibility support for aria-roledescription
- Allowed in: all elements of the base markup
aria-rowcount (property)
Defines the total number of rows in a table, grid, or treegrid.
- Specification: specification for aria-rowcount
- Support: accessibility support for aria-rowcount
- Allowed in: table
aria-rowindex (property)
Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.
- Specification: specification for aria-rowindex
- Support: accessibility support for aria-rowindex
- Allowed in: cell, row
aria-rowspan (property)
Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.
- Specification: specification for aria-rowspan
- Support: accessibility support for aria-rowspan
- Allowed in: cell
aria-selected (state)
Indicates the current "selected" state of various widgets.
- Specification: specification for aria-selected
- Support: accessibility support for aria-selected
- Allowed in: gridcell, option, row, tab
aria-setsize (property)
Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.
- Specification: specification for aria-setsize
- Support: accessibility support for aria-setsize
- Allowed in: article, listitem, menuitem, option, radio, row, tab
aria-sort (property)
Indicates if items in a table or grid are sorted in ascending or descending order.
- Specification: specification for aria-sort
- Support: accessibility support for aria-sort
- Allowed in: columnheader, rowheader
aria-valuemax (property)
Defines the maximum allowed value for a range widget.
- Specification: specification for aria-valuemax
- Support: accessibility support for aria-valuemax
- Allowed in: range, scrollbar, separator, slider, spinbutton
aria-valuemin (property)
Defines the minimum allowed value for a range widget.
- Specification: specification for aria-valuemin
- Support: accessibility support for aria-valuemin
- Allowed in: range, scrollbar, separator, slider, spinbutton
aria-valuenow (property)
Defines the current value for a range widget.
- Specification: specification for aria-valuenow
- Support: accessibility support for aria-valuenow
- Allowed in: meter, range, scrollbar, separator, slider, spinbutton
aria-valuetext (property)
Defines the human readable text alternative of aria-valuenow for a range widget.
- Specification: specification for aria-valuetext
- Support: accessibility support for aria-valuetext
- Allowed in: range, separator, spinbutton