Skip to content

Commit

Permalink
Menu Button Pattern: update Example Link List (pull #376)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jongund authored and mcking65 committed Apr 26, 2017
1 parent 35cd0b9 commit 91ff2e6
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions aria-practices.html
Original file line number Diff line number Diff line change
Expand Up @@ -1512,14 +1512,9 @@ <h4>WAI-ARIA Roles, States, and Properties</h4>
<section class="notoc">
<h4>Examples</h4>
<ul>
<li>
<a href="examples/menu-button/menu-button-1/menu-button-1.html">Actions Menu Button Example</a>:
Menu button that opens a popup menu of actions that uses a <code>button</code> element for the menu button.
</li>
<li>
<a href="examples/menu-button/menu-button-2/menu-button-2.html">Navigation Menu Button Example</a>:
Menu button that opens a popup menu of links that uses a <code>a</code> element for the menu button.
</li>
<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>
<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>
<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>
</ul>
</section>
</section>
Expand Down

0 comments on commit 91ff2e6

Please sign in to comment.