Skip to content

Commit

Permalink
Landmark Guidance: Emphasize that only perceivable content needs to b…
Browse files Browse the repository at this point in the history
…e in landmark regions

Per issue #637, modified aria-practices.html and examples/landmarks/index.html so that where the language:
> all content
is used, it instead says:
> all perceivable content

This change was made in two places.
  • Loading branch information
mcking65 committed Jul 12, 2018
1 parent 84fb90f commit 7123db1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aria-practices.html
Expand Up @@ -3122,7 +3122,7 @@ <h3>HTML5 Sectioning Elements</h3>
<section>
<h3>General Principles of Landmark Design</h3>
<p>
Including <strong>all content</strong> on a page in one of its landmark regions
Including <strong>all perceivable content</strong> on a page in one of its landmark regions
and giving each landmark region a semantically meaningful role
is one of the most effective ways of ensuring assistive technology users will not overlook information that is relevant to their needs.
</p>
Expand Down
2 changes: 1 addition & 1 deletion examples/landmarks/index.html
Expand Up @@ -51,7 +51,7 @@ <h1>General Principles</h1>
<p>This section is intended to assist designers, developers and quality assurance staff in defining and understanding the importance of logical, usable, and accessible layout for assistive technologies
using HTML5 sectioning elements and ARIA landmark roles.
</p>
<p>Due to the complexity of today's web content, if using landmarks, <strong>all content</strong> should reside in a semantically meaningful landmark in order that content is not missed by the user.</p>
<p>Due to the complexity of today's web content, if using landmarks, <strong>all perceivable content</strong> should reside in a semantically meaningful landmark in order that content is not missed by the user.</p>

<p style="font-weight: bold">Step 1: Identify the logical structure</p>
<ul>
Expand Down

0 comments on commit 7123db1

Please sign in to comment.