Files
WCAG/1-perceivable/1.3.6-identify-purpose.md
T
2025-12-22 00:21:10 -05:00

1.3 KiB

Back to 1 Perceivable index

1.3.6 Identify Purpose

  • Level: AAA
  • Guideline: 1.3 Adaptable
  • Principle: 1 Perceivable

What it is

In content implemented using markup languages, the purpose of user interface components, icons, and regions can be programmatically determined.

How to test

  • Check: In content implemented using markup languages, the purpose of user interface components, icons, and regions can be programmatically determined.
  • Use the sufficient techniques below as acceptable methods when applicable.

Sufficient techniques (W3C)

  • Programmatically indicating the purpose of icons, regions and user interface components
  • ARIA11: Using ARIA landmarks to identify regions of a page
  • Using microdata to markup user interface components (future link)

Advisory techniques (W3C)

  • Enabling user agents to find the version of the content that best fits their needs
  • Using semantics to identify important features (e.g., coga-simplification="simplest")
  • Using aria-invalid and aria-required

Resources

Back to 1 Perceivable index