WCAG 2.1: Section 1.4 - Distinguishable Content

Section 1.4: Distinguishable Content

This section of WCAG 2.1 ensures that content is easy to perceive, even for users with visual or auditory disabilities. It addresses color contrast, text resizing, and auditory cues among other aspects.

1.4.1 Use of Color

Color should not be the only method used to convey information, as it excludes users who are colorblind.

1.4.2 Audio Control

Users should have the ability to stop or control audio that plays automatically for more than three seconds.

1.4.3 Contrast (Minimum)

Text and images of text must have a contrast ratio of at least 4.5:1 to be easily readable.

High-Contrast Heading

1.4.4 Resize Text

Text must remain readable and functional when resized up to 200% without assistive technology.

1.4.5 Images of Text

Use text instead of images of text whenever possible, or ensure the image has sufficient contrast and alternative text describing its content.

This is text content, styled for clarity and accessibility.

1.4.10 Reflow

Ensure that content reflows properly when viewed on different screen sizes or when zoomed, without requiring scrolling in two dimensions.

1.4.12 Text Spacing

Allow users to adjust text spacing, including line height, letter spacing, and word spacing, without losing content or functionality.

1.4.13 Content on Hover or Focus

Ensure that content appearing on hover or focus is dismissible, persistent, and accessible.

Back to Top