Skip to content

Commit

Permalink
Grid Design Pattern: Clarify Tab Sequence Statement
Browse files Browse the repository at this point in the history
Per feedback from @a11ydoer in issue #227,
modified aria-practices.html. Changed:
> Has only one focusable element in the page tab sequence.
to:
> Only one of the focusable elements contained by the grid is included in the page tab sequence.
  • Loading branch information
mcking65 committed Nov 27, 2017
1 parent 47a3d81 commit 085c74a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aria-practices.html
Original file line number Diff line number Diff line change
Expand Up @@ -1247,7 +1247,7 @@ <h4>WAI-ARIA Roles, States, and Properties</h4>

<section class="widget" id="grid">
<h3>Grids : Interactive Tabular Data and Layout Containers</h3>

<p>
A <a href="#grid" class="role-reference">grid</a> widget is a container that enables users to navigate the information or interactive elements it contains using directional navigation keys, such as arrow keys, <kbd>Home</kbd> , and <kbd>End</kbd>.
As a generic container widget that offers flexible keyboard navigation, it can serve a wide variety of needs.
Expand All @@ -1263,7 +1263,7 @@ <h3>Grids : Interactive Tabular Data and Layout Containers</h3>

<ul>
<li>Always contains multiple focusable elements. </li>
<li>Has only one focusable element in the page tab sequence.</li>
<li>Only one of the focusable elements contained by the grid is included in the page tab sequence.</li>
<li>Requires the author to provide code that <a href="#kbd_general_within">manages focus movement inside it</a>.</li>
</ul>
</li>
Expand Down

0 comments on commit 085c74a

Please sign in to comment.