Skip to content

Commit 91ff2e6

Browse files
jongundmcking65
authored andcommitted
Menu Button Pattern: update Example Link List (pull #376)
1. Add link to new aria-activedescendant menu button example. 2. Correct HREF attributes for existing menu button example links. 3. Revise descriptions of menu button examples.
1 parent 35cd0b9 commit 91ff2e6

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

aria-practices.html

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1512,14 +1512,9 @@ <h4>WAI-ARIA Roles, States, and Properties</h4>
15121512
<section class="notoc">
15131513
<h4>Examples</h4>
15141514
<ul>
1515-
<li>
1516-
<a href="examples/menu-button/menu-button-1/menu-button-1.html">Actions Menu Button Example</a>:
1517-
Menu button that opens a popup menu of actions that uses a <code>button</code> element for the menu button.
1518-
</li>
1519-
<li>
1520-
<a href="examples/menu-button/menu-button-2/menu-button-2.html">Navigation Menu Button Example</a>:
1521-
Menu button that opens a popup menu of links that uses a <code>a</code> element for the menu button.
1522-
</li>
1515+
<li><a href="examples/menu-button/menu-button-links.html">Navigation Menu Button</a>: A menu button made from an HTML <code>a</code> element that opens a menu of items that behave as links.</li>
1516+
<li><a href="examples/menu-button/menu-button-actions.html">Action Menu Button Example Using element.focus()</a>: A menu button made from an HTML <code>button</code> element that opens a menu of actions or commands where focus in the menu is managed using <code>element.focus()</code>.</li>
1517+
<li><a href="examples/menu-button/menu-button-actions-active-descendant.html">Action Menu Button Example Using aria-activedescendant</a>: A button that opens a menu of actions or commands where focus in the menu is managed using aria-activedescendant.</li>
15231518
</ul>
15241519
</section>
15251520
</section>

0 commit comments

Comments
 (0)