WAI-ARIA: Role=Widget

WAI-ARIA: Role=Widget

Description An interactive component of a graphical user interface (GUI). Widgets are discrete user interface objects with which the user can interact. Widget roles map to standard features in accessibility APIs. When the user navigates an element assigned any of the non-abstract subclass roles of widget, assistive technologies that typically intercept standard keyboard events SHOULD…

WCAG 2.1: What’s up with Accessibility Guidelines

WCAG 2.1: What’s up with Accessibility Guidelines

The fifth of June 2018 saw a lot of buzz in the world of digital accessibility, social media and in blogs. What was this all about? Well, many may know; if no, wake up to hear, read and see Web Content Accessibility Guidelines 2.1 becoming the published recommendation. Yes, on June 5, 2018, W3C published…

WAI-ARIA: aria-busy (State)

WAI-ARIA: aria-busy (State)

Description 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. The default value of aria-busy is false for all elements. When aria-busy is true for an element, assistive technologies MAY ignore changes to content owned by that element and…

WAI-ARIA: aria-checked (State)

WAI-ARIA: aria-checked (State)

Description Indicates the current “checked” state of checkboxes, radio buttons, and other widgets. See related aria-pressed and aria-selected. The aria-checked attribute indicates whether the element is checked (true), unchecked (false), or represents a group of other elements that have a mixture of checked and unchecked values (mixed). Most inputs only support values of true and…

WAI-ARIA: aria-disabled (State)

WAI-ARIA: aria-disabled (State)

Description Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. See related aria-hidden and aria-readonly. For example, irrelevant options in a radio group may be disabled. Disabled elements might not receive focus from the tab order. For some disabled elements, applications might choose not to support navigation to…