Skip to content
This repository was archived by the owner on Jan 29, 2019. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions WAET.html
Original file line number Diff line number Diff line change
Expand Up @@ -574,15 +574,9 @@ <h4 id="charencoding">2.1.2 Character encodings</h4>
title="World Wide Web Consortium">W3C</abbr> Internationalization
Activity [<a href="#W3Ci18n">W3Ci18n</a>].</p>

<h4 id="clanguage">2.1.3 Content language</h4>

<p>Because the web is a multilingual and multicultural space in which
information can be presented in different languages, evaluation tools should
be in the position to handle them. From an accessibility standpoint, the
language of the content is relevant to some accessibility criteria like <a
href="http://www.w3.org/TR/UNDERSTANDING-WCAG20/meaning-supplements.html">readability</a>.
Therefore, the tool should explicitly declare for such criteria which
content languages they support.</p>
<h4 id="language">2.1.3 Content Language</h4>
<p>Some web accessibility requirements relate to the <a href="http://www.w3.org/TR/UNDERSTANDING-WCAG20/meaning-supplements.html">readability</a> of web content. Ideally evaluation tools can carry out evaluation of such requirements for a variety of natural languages.</p>
<p><strong>Note:</strong> This feature relates to the language of the web content being evaluated rather than of the evaluation tool. The latter aspect is addressed by the feature on <a href="#localization" class="termref">localization and internationalization</a>.</p>

<h4 id="fragments">2.1.4 <abbr>DOM</abbr> document fragments </h4>

Expand Down