Skip to content

Commit

Permalink
aria1.0 combobox autocomplete list and both examples: Correct up arro…
Browse files Browse the repository at this point in the history
…w documentation for the textbox

Commit 18eacf8 for issue #821 fixes the behavior of the up arrow when the combobox is not empty and the listbox is open and displays suggested values.
This commit corrects the documentation so that it accurately describes the adjusted behavior.
modified:   examples/combobox/aria1.0pattern/combobox-autocomplete-both.html
modified:   examples/combobox/aria1.0pattern/combobox-autocomplete-list.html
  • Loading branch information
mcking65 committed Sep 13, 2018
1 parent 18eacf8 commit 8557ab7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,9 @@ <h3 id="kbd_label_textbox">Textbox</h3>
<th><kbd>Up Arrow</kbd></th>
<td>
<ul>
<li>If the listbox is displayed and a suggestion is selected, moves visual focus to the last suggested value.</li>
<li>If the textbox is empty, first opens the listbox if it is not already displayed and then moves visual focus to the last option.</li>
<li>DOM focus remains on the textbox.</li>
<li>In both cases DOM focus remains on the textbox.</li>
</ul>
</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,9 @@ <h3 id="kbd_label_textbox">Textbox</h3>
<th><kbd>Up Arrow</kbd></th>
<td>
<ul>
<li>If the textbox is not empty and the listbox is displayed, moves visual focus to the last suggested value.</li>
<li>If the textbox is empty, first opens the listbox if it is not already displayed and then moves visual focus to the last option.</li>
<li>DOM focus remains on the textbox.</li>
<li>In both cases DOM focus remains on the textbox.</li>
</ul>
</td>
</tr>
Expand Down

0 comments on commit 8557ab7

Please sign in to comment.