Similar Posts

  • |

    Understanding WCAG SC 4.1.2 Name, Role, Value

    4.1.2 Name, Role, Value: For all user interface components (including but not limited to: form elements, links and components generated by scripts), the name and role can be programmatically determined; states, properties, and values that can be set by the user can be programmatically set; and notification of changes to these items is available to…

  • 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…

  • |

    Understanding WCAG SC 1.4.1 Use of Color

    1.4.1 Use of Color: Color is not used as the only visual means of conveying information, indicating an action, prompting a response, or distinguishing a visual element. (Level A) Note: This success criterion addresses color perception specifically. Other forms of perception are covered in Guideline 1.3 including programmatic access to color and other visual presentation…

  • |

    Why Figma Annotations Are Critical for a Shift-Left Accessibility Approach

    Accessibility annotations in Figma play a critical role in ensuring a smooth handover between designers and developers. In the design world, clear communication at this stage helps maintain momentum, reduces rework, and ensures the final product reflects the original design — especially when accessibility is a priority. Design annotations in Figma are a powerful yet…

  • WAI-ARIA: aria-labelledby (Property)

    Description Identifies the element (or elements) that labels the current element. See related aria-describedby. The purpose of aria-labelledby is the same as that of aria-label. It provides the user with a recognizable name of the object. The most common accessibility API mapping for a label is the accessible name property. If the interface is such…

Leave a Reply

Your email address will not be published. Required fields are marked *