Published using Google Docs
Methods Prototype for Language of Page
Updated automatically every 5 minutes

Methods Prototype using 3.1.1 Language of Page

Original

The default human language of each Web page can be programmatically determined.[1]        


Draft: Language of environment

Short Description: The human language of the environment can be identified by assistive technology.

Extended Description (see the plain language prototype): From Understanding Success Criterion 3.1.1: Language of Page

Ensure that you provide information for the environment so that the platform presents text and other linguistic content correctly. Both assistive technologies and the platforms can render text more accurately when the language of the environment is identified. Screen readers can load the correct pronunciation rules. The environment/platform can display characters and scripts correctly. Media players can show captions correctly. As a result, users with disabilities will be better able to understand the content.

Expected Outcome: [task-based outcome]

Related Methods (note the examples of Methods from different levels of the Accessibility Technology Stack)

Method(s)

HTML tag has lang attribute

Short Description: Add a lang attribute on the html tag.

Long Description:

Examples:

<html lang=”en”>

Tests:

Associated Tags: Web, Mobile, Design, Development, Perceivable, Understandable

HTTP Response Header specifies language - this doesn’t work today

Short Description: Add a lang attribute in the response header.

Long Description:

Examples:

Content-Language: en

Tests:

Associated Tags: Web, Mobile, Design, Development, Perceivable, Understandable

VR town has language specified

Short Description: Add a lang attribute somehow magically on a town or something

Long Description:

Examples:

\o/

Tests:

Associated Tags: Virtual Reality, Design, Development, Perceivable, Understandable

Content management system / Authoring Tool provides way of setting language

Short Description: Give users a way to set a language attribute at the environment level.

Long Description:

Examples:

Tests:

Associated Tags: ATAG, Design, Development, Perceivable, Understandable

____________________________________________________________________________________

Questions to ask yourself to assess your draft:


[1] See also: WCAG2ICT’s Success Criterion 3.1.1: Language of Page (Level A)