Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Listbox Pattern: Replace incorrect use of treeitem with option (p…
…ull #771)

The note in the Listbox pattern describing use of `aria-activedescendant` incorrectly referred to `treeitem` instead of `option` , probably due to a copy/paste
error. This replaces that use of `treeitem` with `option`.
  • Loading branch information
dusek authored and mcking65 committed Jul 16, 2018
1 parent 500e658 commit f73489f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aria-practices.html
Expand Up @@ -1701,7 +1701,7 @@ <h4>Keyboard Interaction</h4>
<li>DOM focus (the active element) is functionally distinct from the selected state. For more details, see <a href="#kbd_focus_vs_selection">this description of differences between focus and selection.</a></li>
<li>
The <code>listbox</code> role supports the <a class="property-reference" href="#aria-activedescendant">aria-activedescendant</a> property,
which provides an alternative to moving DOM focus among <code>treeitem</code> elements when implementing keyboard navigation.
which provides an alternative to moving DOM focus among <code>option</code> elements when implementing keyboard navigation.
For details, see <a href="#kbd_focus_activedescendant">Managing Focus in Composites Using aria-activedescendant</a>.
</li>
<li>
Expand Down

0 comments on commit f73489f

Please sign in to comment.