diff --git a/examples/treegrid/treegrid-1.html b/examples/treegrid/treegrid-1.html index faefeae4ca..c23f139ab7 100644 --- a/examples/treegrid/treegrid-1.html +++ b/examples/treegrid/treegrid-1.html @@ -201,9 +201,9 @@

Example

Keyboard Support

- NOTE: The following table describes keyboard commands that move focus among grid cells. - In the examples on this page, some cells contain a single focusable widget, and if a cell contains a widget, the cell is not focusable; the widget receives focus instead of the cell. - So, when a description says a command moves focus to a cell, the command may either focus the cell or a widget inside the cell. + NOTE: The following table includes descriptions of how keyboard commands move focus among cells and rows in the treegrid implementation on this page. + In the example on this page, some cells contain a single focusable widget, and if a cell contains a widget, the cell is not focusable; the widget receives focus instead of the cell. + So, when a keyboard command description says a command moves focus to a cell, the command may either focus the cell or a widget inside the cell.