From cc59d7f047d2da045402e0f0b936fc06149e0c82 Mon Sep 17 00:00:00 2001 From: Matt King Date: Sat, 12 Nov 2016 21:49:49 -0800 Subject: [PATCH] More edits to Tree View for issue #131 modified the keyboard subsection of the `id='treeview'` section of aria-practices.html: 1. Corrected shift+arrow selection commands to state that they toggle the selection state. 2. Corrected some typos and fixed capitalization. 3. Simplified language of the type ahead guidance. --- aria-practices.html | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) 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: