Skip to content

Commit

Permalink
Actions Menu Button Example: Fix nav link, fix grammar, remove space …
Browse files Browse the repository at this point in the history
…key documentation

To resolve feedback in issue #382 about examples/menu-button/menu-button-actions.html,
made the following changes.

1. Per feedback from @annabbott, Removed documentation of space key behavior. It is optional. It can be restored if appropriate after issue #403 is resolved.
2. Adjusted grammar in keyboard table to be consistent with similar changes made for issue #384 in commit c4d70e8.
3. Per feedback from @annabbott, Fixed href of pattern link in footer.
  • Loading branch information
mcking65 committed Jun 19, 2017
1 parent 2bf33bc commit fcb8d0a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/menu-button/menu-button-actions.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ <h3 id="kbd1_label">Menu Button</h3>
<tbody>
<tr>
<th><kbd>Down Arrow</kbd><br><kbd>Space</kbd><br><kbd>Enter</kbd></th>
<td>Open <code>menu</code> and move focus to first <code>menuitem</code></td>
<td>Opens <code>menu</code> and moves focus to first <code>menuitem</code></td>
</tr>
<tr>
<th><kbd>Up Arrow</kbd></th>
<td>Open <code>menu</code> and move focus to last <code>menuitem</code></td>
<td>Opens <code>menu</code> and moves focus to last <code>menuitem</code></td>
</tr>
</tbody>
</table>
Expand All @@ -113,7 +113,7 @@ <h3 id="kbd2_label" class="widget">Menu</h3>
</thead>
<tbody>
<tr>
<th><kbd>Space</kbd><br><kbd>Enter</kbd></th>
<th><kbd>Enter</kbd></th>
<td>
<ul>
<li>Activates the menu item, causing the <q>Last Action</q> textbox to be updated.</li>
Expand Down Expand Up @@ -324,7 +324,7 @@ <h2 id="sc1_label">HTML Source Code</h2>

</main>
<nav>
<a href="../../../#menubutton">Menu Button Design Pattern in WAI-ARIA Authoring Practices 1.1</a>
<a href="../../#menubutton">Menu Button Design Pattern in WAI-ARIA Authoring Practices 1.1</a>
</nav>
</body>
</html>

0 comments on commit fcb8d0a

Please sign in to comment.