Skip to content

Commit

Permalink
Grid Pattern: Editorial clarification of keyboard guidance
Browse files Browse the repository at this point in the history
I received feedback that the keyboard guidance for grid implied
that the browser provided grid naivgation keys where it says:

> These key commands are available by default after an element in the grid receives focus.

Modified aria-practices.html to change it to:

> Implementations of grid make these key commands available when an element in the grid has received focus, e.g., after a user has moved focus to the grid with <kbd>Tab</kbd>.
  • Loading branch information
mcking65 committed Jan 19, 2018
1 parent fdf51a2 commit 4a939bd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions aria-practices.html
Expand Up @@ -1285,7 +1285,7 @@ <h4>Data Grids For Presenting Tabular Information</h4>
<h5>Keyboard Interaction For Data Grids</h5>
<p>
The following keys provide grid navigation by moving focus among cells of the grid.
These key commands are available by default after an element in the grid receives focus.
Implementations of grid make these key commands available when an element in the grid has received focus, e.g., after a user has moved focus to the grid with <kbd>Tab</kbd>.
</p>
<ul>
<li>
Expand Down Expand Up @@ -1351,12 +1351,10 @@ <h4>Layout Grids for Grouping Widgets</h4>

<section class="notoc">
<h5>Keyboard Interaction For Layout Grids</h5>

<p>
The following keys provide grid navigation by moving focus among cells of the grid.
These key commands are available by default after an element in the grid receives focus.
Implementations of grid make these key commands available when an element in the grid has received focus, e.g., after a user has moved focus to the grid with <kbd>Tab</kbd>.
</p>

<ul>
<li>
<kbd>Right Arrow</kbd>: Moves focus one cell to the right.
Expand Down

0 comments on commit 4a939bd

Please sign in to comment.