Skip to content

Commit 9947147

Browse files
author
Michael Cooper
committed
well formedness
1 parent ad35183 commit 9947147

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

aria-practices.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -602,8 +602,8 @@ <h5>Basic carousel elements</h5>
602602
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>
603603
and <a href="#aria-live" class="property-reference">aria-live</a> set to:
604604
<ul>
605-
<li><code>off</code>: if the carousel is automatically rotating.
606-
<li><code>polite</code>: if the carousel is <strong>NOT</strong> automatically rotating.
605+
<li><code>off</code>: if the carousel is automatically rotating.</li>
606+
<li><code>polite</code>: if the carousel is <strong>NOT</strong> automatically rotating.</li>
607607
</ul>
608608
</li>
609609
</ul>
@@ -3033,12 +3033,14 @@ <h4>Keyboard Interaction</h4>
30333033
<li>If focus is on a row, moves focus one row down. If focus is on the last row, focus does not move.</li>
30343034
<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>
30353035
</ul>
3036+
</li>
30363037
<li>
30373038
<kbd>Up Arrow</kbd>:
30383039
<ul>
30393040
<li>If focus is on a row, moves focus one row up. If focus is on the first row, focus does not move.</li>
30403041
<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>
30413042
</ul>
3043+
</li>
30423044
<li>
30433045
<kbd>Page Down</kbd>:
30443046
<ul>
@@ -6596,7 +6598,7 @@ <h4>Changes in December 2017 Publication as Note</h4>
65966598
</li>
65976599
<li>The top of each example page now includes a set of four related links to:
65986600
<ul>
6599-
<li><Q>Browser and Assistive Technology Support</Q> section of <q>Read Me First</q></li>
6601+
<li><q>Browser and Assistive Technology Support</q> section of <q>Read Me First</q></li>
66006602
<li><q>Report Issue</q> page in the Github repository</li>
66016603
<li><q>Related Issues</q> listed in the Github project for the example</li>
66026604
<li><q>Design Pattern</q> section that applies to the example</li>

0 commit comments

Comments
 (0)