WCAG

WCAG means Web Content Accessibility Guidelines.

It is the main international reference for making web content accessible. In the UID 07 accessibility lesson, WCAG 2.2 level AA is presented as the practical reference designers and developers should understand for current accessibility work.

POUR

WCAG is organized around four principles:

PrincipleMeaningDesign question
Perceivablecontent must be presented in ways users can perceivecan users see, hear, or otherwise receive the information?
Operableinterface components and navigation must be usablecan users interact without barriers?
Understandableinformation and operations must be clearcan users understand what to do?
Robustcontent must work with different technologiescan browsers and assistive technologies interpret it reliably?

Why It Matters For UI

WCAG affects practical UI decisions:

  • text alternatives
  • captions and transcripts
  • contrast
  • keyboard navigation
  • focus visibility
  • headings and semantic structure
  • labels and instructions
  • error identification
  • target size
  • accessible authentication

WCAG 2.2 Focus

WCAG 2.2 adds criteria that are especially relevant to:

  • low vision
  • cognitive accessibility
  • mobile-like input patterns
  • focus visibility
  • drag interactions
  • target size
  • redundant data entry
  • authentication without cognitive tests