You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: techniques/aria/ARIA11.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ <h1>Using ARIA landmarks to identify regions of a page</h1>
20
20
</p>
21
21
<p>Landmarks also can help sighted keyboard-only users navigate to sections of a page using a <ahref="https://www.tpgi.com/improving-access-to-landmark-navigation/">browser plugin</a>.
22
22
</p>
23
-
<p>Landmarks are inserted into the page using the role attribute on an element that marks the section. The value of the attribute is the name of the landmark. These role values are listed below:</p>
23
+
<p>Landmarks are inserted into the page using the role attribute on an element that marks the section. The value of the attribute is the name of the 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 <ahref="https://www.w3.org/TR/html-aria/">ARIA In HTML recommendation</a>.</p>
24
24
<ul>
25
25
<li><codeclass="language-html">banner</code>: A region that contains the prime heading or internal title of a page.</li>
26
26
<li><codeclass="language-html">navigation</code>: A region that contains navigation links links to other pages or different parts of the same page.</li>
0 commit comments