Skip to content

Commit 784d405

Browse files
fstrrmbgower
andauthored
Update ARIA11 to address issue #1308 (#2339)
Adds text for ARIA 1.2 form role. Closes #1308 --------- Co-authored-by: Mike Gower <[email protected]>
1 parent 4ab41ba commit 784d405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

techniques/aria/ARIA11.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h1>Using ARIA landmarks to identify regions of a page</h1>
2020
</p>
2121
<p>Landmarks also can help sighted keyboard-only users navigate to sections of a page using a <a href="https://www.tpgi.com/improving-access-to-landmark-navigation/">browser plugin</a>.
2222
</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 <a href="https://www.w3.org/TR/html-aria/">ARIA In HTML recommendation</a>.</p>
2424
<ul>
2525
<li><code class="language-html">banner</code>: A region that contains the prime heading or internal title of a page.</li>
2626
<li><code class="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

Comments
 (0)