Skip to content

Commit

Permalink
Update ARIA11 to address issue #1308 (#2339)
Browse files Browse the repository at this point in the history
Adds text for ARIA 1.2 form role.

Closes #1308

---------

Co-authored-by: Mike Gower <[email protected]>
  • Loading branch information
fstrr and mbgower authored Dec 13, 2024
1 parent 4ab41ba commit 784d405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion techniques/aria/ARIA11.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h1>Using ARIA landmarks to identify regions of a page</h1>
</p>
<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>.
</p>
<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>
<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>
<ul>
<li><code class="language-html">banner</code>: A region that contains the prime heading or internal title of a page.</li>
<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>
Expand Down

0 comments on commit 784d405

Please sign in to comment.