Skip to content

Commit

Permalink
Scrollable Listbox Example: Remove Unnecessary List Markup from Keybo…
Browse files Browse the repository at this point in the history
…ard Table

Per feedback from @annabbott in issue #469, modified examples/listbox/listbox-scrollable.html
to remove the list markup from the down arrow row in the keyboard table.
  • Loading branch information
mcking65 committed Oct 10, 2017
1 parent dc4e6ef commit ac401b7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions examples/listbox/listbox-scrollable.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,7 @@ <h2 id="kbd_label">Keyboard Support</h2>
<tbody>
<tr>
<th><kbd>Down Arrow</kbd></th>
<td>
<ul>
<li>Moves focus to and selects the next option.</li>
</ul>
</td>
<td>Moves focus to and selects the next option.</td>
</tr>
<tr>
<th><kbd>Up Arrow</kbd></th>
Expand Down

0 comments on commit ac401b7

Please sign in to comment.