Skip to content

Commit defb43e

Browse files
author
Michael Cooper
committed
change li class="note" to p child of prev li
1 parent 6c574bc commit defb43e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

aria-practices.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -641,8 +641,8 @@ <h4>Examples</h4>
641641
<section class="notoc">
642642
<h4>Keyboard Interaction</h4>
643643
<ul>
644-
<li><kbd>Tab</kbd>: The textbox is in the page <kbd>Tab</kbd> sequence.</li>
645-
<li class="note">The popup indicator icon or button (if present), the popup, and the popup descendants are excluded from the page <kbd>Tab</kbd> sequence. </li>
644+
<li><kbd>Tab</kbd>: The textbox is in the page <kbd>Tab</kbd> sequence.
645+
<p class="note">The popup indicator icon or button (if present), the popup, and the popup descendants are excluded from the page <kbd>Tab</kbd> sequence. </p></li>
646646
</ul>
647647
<h5>Textbox Keyboard Interaction</h5>
648648
<p>When focus is in the textbox:</p>
@@ -4138,17 +4138,17 @@ <h2>Grid and Table Properties</h2>
41384138
<th><code>aria-colindex</code></th>
41394139
<td>
41404140
<ul>
4141-
<li>Defines a cell's position with respect to the total number of columns within a <code>table</code>, <code>grid</code>, or <code>treegrid</code>.</li>
4142-
<li class="note">Numbering starts with 1, not 0.</li>
4141+
<li>Defines a cell's position with respect to the total number of columns within a <code>table</code>, <code>grid</code>, or <code>treegrid</code>.
4142+
<p class="note">Numbering starts with 1, not 0.</p></li>
41434143
</ul>
41444144
</td>
41454145
</tr>
41464146
<tr>
41474147
<th><code>aria-rowindex</code></th>
41484148
<td>
41494149
<ul>
4150-
<li>Defines a cell's position with respect to the total number of rows within a <code>table</code>, <code>grid</code>, or <code>treegrid</code>.</li>
4151-
<li class="note">Numbering starts with 1, not 0.</li>
4150+
<li>Defines a cell's position with respect to the total number of rows within a <code>table</code>, <code>grid</code>, or <code>treegrid</code>.
4151+
<p class="note">Numbering starts with 1, not 0.</p></li>
41524152
</ul>
41534153
</td>
41544154
</tr>

0 commit comments

Comments
 (0)