Understanding WCAG SC 1.4.3 – Contrast Minimum
|

Understanding WCAG SC 1.4.3 – Contrast Minimum

The visual presentation of text and images of text has a contrast ratio of at least 4.5:1, except for the following: Large TextLarge-scale text and images of large-scale text have a contrast ratio of at least 3:1; IncidentalText or images of text that are part of an inactive user interface component, that are pure decoration,…

Best Practices for Form Validation and Error Messages

Best Practices for Form Validation and Error Messages

This is a series of four articles that discusses all aspects off creating accessible forms: “To err is human.” “To prevent, suggest and correct are divine.” When we submit user data as in financial transactions, travel and entertainment bookings, or in filling surveys, it is quite common that we make mistakes. Let’s imagine we submit…

WAI-ARIA: Role=Banner

WAI-ARIA: Role=Banner

A region that contains mostly site-oriented content, rather than page-specific content. A region that contains mostly site-oriented content, rather than page-specific content. Description A region that contains mostly site-oriented content, rather than page-specific content. Site-oriented content typically includes things such as the logo or identity of the site sponsor, and a site-specific search tool. A…

WAI-ARIA: Role=Log

WAI-ARIA: Role=Log

A type of live region where new information is added in meaningful order and old information may disappear. Description A type of live region where new information is added in meaningful order and old information may disappear. See related marquee. Examples include chat logs, messaging history, game log, or an error log. In contrast to other live…

WAI-ARIA: Role=Listitem

WAI-ARIA: Role=Listitem

Description A single item in a list or directory. Authors MUST ensure elements with role listitem are contained in, or owned by, an element with the role list or group. ROle=Listitem Example Pseudo-list with ‘list’ and ‘list-item’ roles Characteristics Superclass Role Subclass Roles Required Context Role Supported States and Properties Inherited States and Properties Name…