Skip to content

Commit 1ed36d6

Browse files
giacomo-petripatrickhlaukembgoweradampagekfranqueiro
authored
Updated ARIA11 to standardize internal wording and ensure definitions are consistent with ARIA standards (#4534)
Closes: #919 Updated ARIA11 to standardize internal wording and ensure definitions are consistent with ARIA standards (it also removes "links links" repetition) [Deploy preview](https://deploy-preview-4534--wcag2.netlify.app/techniques/aria/aria11) and [diff of Technique ARIA11](https://services.w3.org/htmldiff?doc1=https%3A%2F%2Fwww.w3.org%2FWAI%2FWCAG22%2FTechniques%2Faria%2FARIA11&doc2=https%3A%2F%2Fdeploy-preview-4534--wcag2.netlify.app%2Ftechniques%2Faria%2Faria11): Using ARIA landmarks to identify regions of a page --------- Co-authored-by: Patrick H. Lauke <[email protected]> Co-authored-by: Mike Gower <[email protected]> Co-authored-by: Adam Page <[email protected]> Co-authored-by: Kenneth G. Franqueiro <[email protected]>
1 parent a3245dd commit 1ed36d6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

techniques/aria/ARIA11.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ <h1>Using ARIA landmarks to identify regions of a page</h1>
2222
</p>
2323
<p>Landmarks are inserted into the page using the role attribute on an element that marks the section. The value of the attribute designates the type of landmark. These role values are listed below. For HTML mappings of landmark roles, refer to the <cite>Rules of ARIA attribute usage by HTML element</cite> table in the <a href="https://www.w3.org/TR/html-aria/">ARIA In HTML recommendation</a>.</p>
2424
<ul>
25-
<li><code>banner</code>: A region that contains mostly site-oriented content, such as the logo or a site-specific search tool.</li>
26-
<li><code>navigation</code>: A region that contains navigation links to other pages or different parts of the same page.</li>
27-
<li><code>main</code>: A region that contains a page's main content.</li>
28-
<li><code>region</code>: A region that contains a perceivable section of the page containing content that is sufficiently important for users to be able to navigate to the section. A <code>region</code> landmark isn't exposed as a landmark region unless it has an accessible name, often provided using <code>aria-label</code> or <code>aria-labelledby</code>.</li>
29-
<li><code>form</code>: A region of the document that represents a collection of form-associated elements, some of which can represent editable values that can be submitted to a server for processing. A <code>form</code> landmark isn't exposed as a landmark region unless it has an accessible name.</li>
30-
<li><code>search</code>: A region of the page containing search functionality.</li>
31-
<li><code>complementary</code>: Any section of the document that supports the main content, yet is separate and meaningful on its own.</li>
25+
<li><code>banner</code>: A region that contains mostly site-oriented content, rather than page-specific content.</li>
26+
<li><code>navigation</code>: A region that contains a collection of navigational elements (usually links) for navigating the document or related documents.</li>
27+
<li><code>main</code>: A region that contains the main content of a document.</li>
28+
<li><code>region</code>: A region that contains a perceivable section of the page containing content that is relevant to a specific, author-specified purpose and sufficiently important that users will likely want to be able to navigate to the section easily. A <code>region</code> landmark isn't exposed as a landmark region unless it has an accessible name.</li>
29+
<li><code>form</code>: A region that represents a collection of form-associated elements, some of which can represent editable values that can be submitted to a server for processing. <code>form</code> isn't exposed as a landmark unless it has an accessible name.</li>
30+
<li><code>search</code>: A region that contains a collection of items and objects that, as a whole, combine to create search functionality.</li>
31+
<li><code>complementary</code>: A region that supports the main content, yet is separate and meaningful on its own.</li>
3232
<li><code>contentinfo</code>: A region that contains information about the parent document such as copyrights and links to privacy statements.</li>
3333
</ul>
3434

0 commit comments

Comments
 (0)