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…

WAI-ARIA: aria-multiselectable (Property)

WAI-ARIA: aria-multiselectable (Property)

Description Indicates that the user may select more than one item from the current selectable descendants. Authors SHOULD ensure that selected descendants have the aria-selected attribute set to true, and selectable descendant have the aria-selected attribute set to false. Authors SHOULD NOT use the aria-selected attribute on descendants that are not selectable. Note: Lists and trees…

WAI-ARIA: aria-multiline (Property)

WAI-ARIA: aria-multiline (Property)

Description Indicates whether a text box accepts multiple lines of input or only a single line. Note: In most user agent implementations, the default behavior of the ENTER or RETURN key is different between the single-line and multi-line text fields in HTML. When user has focus in a single-line <input type=”text”> element, the keystroke usually submits…

WAI-ARIA: aria-modal (Property)

WAI-ARIA: aria-modal (Property)

Description New in ARIA 1.1 Indicates whether an element is modal when displayed. The aria-modal attribute is used to indicate that the presence of a “modal” element precludes usage of other content on the page. For example, when a modal dialog is displayed, it is expected that the user’s interaction is limited to the contents…

WAI-ARIA: aria-live (Property)

WAI-ARIA: aria-live (Property)

Description 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. The values of this attribute are expressed in degrees of importance. When regions are specified as polite, assistive technologies will notify users of updates but generally do not…