diff --git a/aria-practices.html b/aria-practices.html index 0956dad8e7..828351c0fd 100644 --- a/aria-practices.html +++ b/aria-practices.html @@ -3122,7 +3122,7 @@

HTML5 Sectioning Elements

General Principles of Landmark Design

- Including all content on a page in one of its landmark regions + Including all perceivable content 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.

diff --git a/examples/landmarks/index.html b/examples/landmarks/index.html index 666c87517f..35f0dc3627 100644 --- a/examples/landmarks/index.html +++ b/examples/landmarks/index.html @@ -51,7 +51,7 @@

General Principles

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.

-

Due to the complexity of today's web content, if using landmarks, all content should reside in a semantically meaningful landmark in order that content is not missed by the user.

+

Due to the complexity of today's web content, if using landmarks, all perceivable content should reside in a semantically meaningful landmark in order that content is not missed by the user.

Step 1: Identify the logical structure