Skip to content

Commit

Permalink
Navigation Menu Button Example: Remove Space From Menu Keys Table
Browse files Browse the repository at this point in the history
Per feedback from @annabbott in issue #384,
the optional behavior for the space bar of activating a menu item is not implemented.
Removed this key from the table of keys supported in the menu.
  • Loading branch information
mcking65 committed May 1, 2017
1 parent e3e2bae commit 9c51c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/menu-button/menu-button-links.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,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>Closes the menu.</li>
Expand Down

0 comments on commit 9c51c87

Please sign in to comment.