diff --git a/aria-practices.html b/aria-practices.html index 515f6e6e68..5ebd53fddf 100644 --- a/aria-practices.html +++ b/aria-practices.html @@ -1701,7 +1701,7 @@

Keyboard Interaction

  • Home: Moves focus to the first node in the tree.
  • End: Moves focus to the last node in the tree that is focusable without opening a node.
  • Enter: activates a node, i.e., performs its default action. For parent nodes, one possible default action is to open or close the node. In single-select trees where selection does not follow focus (see note below), the default action is typically to select the focused node.
  • -
  • Type-ahead is recommended for all lists, but considered essential for large trees (typically more than 5 nodes per level): +
  • Type-ahead is recommended for all trees, especially for trees with more than 7 root nodes: