Files
WCAG/3-understandable/3.1.1-language-of-page.md
T
2025-12-23 21:04:52 -05:00

1.1 KiB

Back to 3 Understandable index

3.1.1 Language of Page

  • Level: A
  • Guideline: 3.1 Readable
  • Principle: 3 Understandable

What it is

The default human language of each web page can be programmatically determined.

How to test

  • Check: The default human language of each web page can be programmatically determined.
  • Use the sufficient techniques below as acceptable methods when applicable.

Sufficient techniques (W3C)

  • H57: Using the language attribute on the HTML element
  • PDF16: Setting the default language using the /Lang entry in the document catalog of a PDF document
  • PDF19: Specifying the language for a passage or phrase with the Lang entry in PDF documents

Advisory techniques (W3C)

  • SVR5: Specifying the default language in the HTTP header

Resources

Back to 3 Understandable index