Skip to content

Commit

Permalink
ARIA 1.0 Combobox With Both List and Inline Autocomplete Example: Edi…
Browse files Browse the repository at this point in the history
…torial revisions and add review issue link

For issue #99, modified examples/combobox/aria1.0pattern/combobox-autocomplete-both.html:
1. Remove link to issue 99 and replace with link to review issue 553.
2. Make editorial corrections to keyboard table for up and down arrow.
  • Loading branch information
mcking65 committed Nov 29, 2017
1 parent 34c2a7c commit cbf8dc1
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions examples/combobox/aria1.0pattern/combobox-autocomplete-both.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<main>
<h1>Legacy ARIA 1.0 Combobox With Both List and Inline Autocomplete Example</h1>
<p>
<strong>NOTE:</strong> This page is work in progress. Please provide feedback in
<a href="https://github.com/w3c/aria-practices/issues/99">issue 99.</a>
<strong>NOTE:</strong> Please provide feedback in
<a href="https://github.com/w3c/aria-practices/issues/553">issue 553.</a>
</p>
<p>
The below combobox for choosing the name of a US state or territory demonstrates the
Expand Down Expand Up @@ -139,8 +139,8 @@ <h3 id="kbd_label_textbox">Textbox</h3>
<th><kbd>Down Arrow</kbd></th>
<td>
<ul>
<li>If the listbox is displayed. moves visual focus to the first suggested value.</li>
<li>If the listbox is not displayed, opens the listbox and moves visual focus to the first value.</li>
<li>If the listbox is displayed and a suggestion is selected, moves visual focus to the next suggested value.</li>
<li>If the textbox is empty and the listbox is not displayed, opens the listbox and moves visual focus to the first option.</li>
<li>In both cases DOM focus remains on the textbox.</li>
</ul>
</td>
Expand All @@ -149,9 +149,8 @@ <h3 id="kbd_label_textbox">Textbox</h3>
<th><kbd>Up Arrow</kbd></th>
<td>
<ul>
<li>If the listbox is displayed. moves visual focus to the last suggested value.</li>
<li>If the listbox is not displayed, opens the listbox and moves visual focus to the last value.</li>
<li>In both cases DOM focus remains on the textbox.</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>
</ul>
</td>
</tr>
Expand Down

0 comments on commit cbf8dc1

Please sign in to comment.