Skip to content

Commit

Permalink
add note on multiselect listbox keyboard behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
smhigley authored and mcking65 committed Oct 2, 2022
1 parent 116c79b commit aacf644
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions content/patterns/listbox/examples/listbox-rearrangeable.html
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,9 @@ <h2 id="kbd_label">Keyboard Support</h2>
</tbody>
</table>
<h4 id="kbd_label_multiselect">Multiple selection keys supported in example 2</h4>
<p class="note">
The selection behavior demonstrated differs from the behavior provided by browsers for native HTML <code>&lt;select multiple&gt;</code> elements. The select element behavior is to alter selection with unmodified up/down arrow keys, requiring the use of modifier keys to select multiple options. This example demonstrates a multiple selection pattern that does not require the use of modifier keys.
</p>
<table aria-labelledby="kbd_label_multiselect" class="def">
<thead>
<tr>
Expand Down

0 comments on commit aacf644

Please sign in to comment.