WAI-ARIA: aria-required (Property)

WAI-ARIA: aria-required (Property)

Description Indicates that user input is required on the element before a form may be submitted. For example, if the user needs to fill in an address field, the author will need to set the field’s aria-required attribute to true. Note: The fact that the element is required is often presented visually (such as a sign…

WAI-ARIA: aria-relevant (Property)

WAI-ARIA: aria-relevant (Property)

Description Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. See related aria-atomic. The attribute is represented as a space delimited list of the following values: additions, removals, text; or a single catch-all value all. This is used to describe semantically meaningful changes, as opposed to…

WAI-ARIA: aria-readonly (Property)

WAI-ARIA: aria-readonly (Property)

Description Indicates that the element is not editable, but is otherwise operable. See related aria-disabled. This means the user can read but not set the value of the widget. Readonly elements are relevant to the user, and application authors SHOULD NOT restrict navigation to the element or its focusable descendants. Other actions such as copying…

WAI-ARIA: aria-owns (Property)

WAI-ARIA: aria-owns (Property)

Description 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. The value of the aria-owns attribute is a space-separated list of IDREFS that reference one or more elements in the document…