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…

1.3.2 Meaningful Sequence
|

Understanding WCAG SC 1.3.2 Meaningful Sequence

1.3.2 Meaningful Sequence: When the sequence in which content is presented affects its meaning, a correct reading sequence can be programmatically determined. (Level A) Meaningful Sequence Transcript Hello everyone! Today, we’re going to talk about meaningful sequence and its purpose, importance, failure scenarios, and how we can fix them. Meaningful sequence is necessary because when…

WAI-ARIA: aria-orientation (Property)

WAI-ARIA: aria-orientation (Property)

Description Indicates whether the element’s orientation is horizontal, vertical, or unknown/ambiguous. Note: In ARIA 1.1, the default value for aria-orientation changed from horizontal to undefined. Implicit defaults are defined on some roles (e.g., slider defaults to horizontal; scrollbar defaults to vertical) but remain undefined on roles where an expected default orientation is ambiguous (e.g., radiogroup). Browser…