Skip to content

Commit

Permalink
well formedness
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Cooper committed May 12, 2020
1 parent 541d228 commit 28fc04b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions aria-practices.html
Original file line number Diff line number Diff line change
Expand Up @@ -605,8 +605,8 @@ <h5>Basic carousel elements</h5>
Optionally, an element wrapping the set of slide elements has <a href="#aria-atomic" class="property-reference">aria-atomic</a> set to <code>false</code>
and <a href="#aria-live" class="property-reference">aria-live</a> set to:
<ul>
<li><code>off</code>: if the carousel is automatically rotating.
<li><code>polite</code>: if the carousel is <strong>NOT</strong> automatically rotating.
<li><code>off</code>: if the carousel is automatically rotating.</li>
<li><code>polite</code>: if the carousel is <strong>NOT</strong> automatically rotating.</li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -3094,12 +3094,14 @@ <h4>Keyboard Interaction</h4>
<li>If focus is on a row, moves focus one row down. If focus is on the last row, focus does not move.</li>
<li>If focus is on a cell, moves focus one cell down. If focus is on the bottom cell in the column, focus does not move.</li>
</ul>
</li>
<li>
<kbd>Up Arrow</kbd>:
<ul>
<li>If focus is on a row, moves focus one row up. If focus is on the first row, focus does not move.</li>
<li>If focus is on a cell, moves focus one cell up. If focus is on the top cell in the column, focus does not move.</li>
</ul>
</li>
<li>
<kbd>Page Down</kbd>:
<ul>
Expand Down

0 comments on commit 28fc04b

Please sign in to comment.