WCAG 2.1: Section 1.3 - Adaptable Content

Section 1.3: Adaptable Content

This section of WCAG 2.1 ensures that the content is structured and adaptable so that it can be effectively interpreted by assistive technologies like screen readers, while maintaining meaning and accessibility for all users.

1.3.1 Info and Relationships

Content relationships (like headings, lists, and tables) must be programmatically determinable, so assistive technologies can convey them to users.

1.3.2 Meaningful Sequence

Ensure content is presented in a meaningful sequence that conveys the intended meaning when read by assistive tools like screen readers.

1.3.3 Sensory Characteristics

Do not rely solely on sensory characteristics like color, shape, size, or position to convey information. Ensure alternative ways to identify key information.

1.3.4 Orientation

Ensure content and functionality are accessible in both landscape and portrait orientations without requiring a specific orientation unless essential.

1.3.5 Identify Input Purpose

Input fields collecting user data should be programmatically labeled to identify their purpose, making them accessible to assistive technologies.

Back to Top