aria

wvlet.airframe.rx.html.Attrs.aria$
object aria

ARIA is a set of special accessibility attributes which can be added to any markup, but is especially suited to HTML. The role attribute defines what the general type of object is (such as an article, alert, or slider). Additional ARIA attributes provide other useful properties, such as a description for a form or the current value of a progressbar.

MDN

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
aria.type

Members list

Concise view

Value members

Concrete fields

Identifies the currently active descendant of a composite widget.

Identifies the currently active descendant of a composite widget.

Attributes

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. See related aria-relevant.

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. See related aria-relevant.

Attributes

Indicates whether user input completion suggestions are provided.

Indicates whether user input completion suggestions are provided.

Attributes

Indicates whether an element, and its subtree, are currently being updated.

Indicates whether an element, and its subtree, are currently being updated.

Attributes

Indicates the current "checked" state of checkboxes, radio buttons, and other widgets. See related aria-pressed and aria-selected.

Indicates the current "checked" state of checkboxes, radio buttons, and other widgets. See related aria-pressed and aria-selected.

Attributes

Identifies the element (or elements) whose contents or presence are controlled by the current element. See related aria-owns.

Identifies the element (or elements) whose contents or presence are controlled by the current element. See related aria-owns.

Attributes

Identifies the element (or elements) that describes the object. See related aria-labelledby.

Identifies the element (or elements) that describes the object. See related aria-labelledby.

Attributes

Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. See related aria-hidden and aria-readonly.

Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. See related aria-hidden and aria-readonly.

Attributes

Indicates what functions can be performed when the dragged object is released on the drop target. This allows assistive technologies to convey the possible drag options available to users, including whether a pop-up menu of choices is provided by the application. Typically, drop effect functions can only be provided once an object has been grabbed for a drag operation as the drop effect functions available are dependent on the object being dragged.

Indicates what functions can be performed when the dragged object is released on the drop target. This allows assistive technologies to convey the possible drag options available to users, including whether a pop-up menu of choices is provided by the application. Typically, drop effect functions can only be provided once an object has been grabbed for a drag operation as the drop effect functions available are dependent on the object being dragged.

Attributes

Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.

Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.

Attributes

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.

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.

Attributes

Indicates an element's "grabbed" state in a drag-and-drop operation.

Indicates an element's "grabbed" state in a drag-and-drop operation.

Attributes

Indicates that the element has a popup context menu or sub-level menu.

Indicates that the element has a popup context menu or sub-level menu.

Attributes

Indicates that the element and all of its descendants are not visible or perceivable to any user as implemented by the author. See related aria-disabled.

Indicates that the element and all of its descendants are not visible or perceivable to any user as implemented by the author. See related aria-disabled.

Attributes

Indicates the entered value does not conform to the format expected by the application.

Indicates the entered value does not conform to the format expected by the application.

Attributes

Defines a string value that labels the current element. See related aria-labelledby.

Defines a string value that labels the current element. See related aria-labelledby.

Attributes

Identifies the element (or elements) that labels the current element. See related aria-label and aria-describedby.

Identifies the element (or elements) that labels the current element. See related aria-label and aria-describedby.

Attributes

Defines the hierarchical level of an element within a structure.

Defines the hierarchical level of an element within a structure.

Attributes

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.

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.

Attributes

Indicates whether a text box accepts multiple lines of input or only a single line.

Indicates whether a text box accepts multiple lines of input or only a single line.

Attributes

Indicates that the user may select more than one item from the current selectable descendants.

Indicates that the user may select more than one item from the current selectable descendants.

Attributes

Indicates whether the element and orientation is horizontal or vertical.

Indicates whether the element and orientation is horizontal or vertical.

Attributes

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. See related aria-controls.

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. See related aria-controls.

Attributes

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. See related aria-setsize.

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. See related aria-setsize.

Attributes

Indicates the current "pressed" state of toggle buttons. See related aria-checked and aria-selected.

Indicates the current "pressed" state of toggle buttons. See related aria-checked and aria-selected.

Attributes

Indicates that the element is not editable, but is otherwise operable. See related aria-disabled.

Indicates that the element is not editable, but is otherwise operable. See related aria-disabled.

Attributes

Indicates what user agent change notifications (additions, removals, etc.) assistive technologies will receive within a live region. See related aria-atomic.

Indicates what user agent change notifications (additions, removals, etc.) assistive technologies will receive within a live region. See related aria-atomic.

Attributes

Indicates that user input is required on the element before a form may be submitted.

Indicates that user input is required on the element before a form may be submitted.

Attributes

Indicates the current "selected" state of various widgets. See related aria-checked and aria-pressed.

Indicates the current "selected" state of various widgets. See related aria-checked and aria-pressed.

Attributes

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. See related aria-posinset.

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. See related aria-posinset.

Attributes

Indicates if items in a table or grid are sorted in ascending or descending order.

Indicates if items in a table or grid are sorted in ascending or descending order.

Attributes

Defines the maximum allowed value for a range widget.

Defines the maximum allowed value for a range widget.

Attributes

Defines the minimum allowed value for a range widget.

Defines the minimum allowed value for a range widget.

Attributes

Defines the current value for a range widget. See related aria-valuetext.

Defines the current value for a range widget. See related aria-valuetext.

Attributes

Defines the human readable text alternative of aria-valuenow for a range widget.

Defines the human readable text alternative of aria-valuenow for a range widget.

Attributes