You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aria-practices.html
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -641,8 +641,8 @@ <h4>Examples</h4>
641
641
<sectionclass="notoc">
642
642
<h4>Keyboard Interaction</h4>
643
643
<ul>
644
-
<li><kbd>Tab</kbd>: The textbox is in the page <kbd>Tab</kbd> sequence.</li>
645
-
<liclass="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
+
<pclass="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>
646
646
</ul>
647
647
<h5>Textbox Keyboard Interaction</h5>
648
648
<p>When focus is in the textbox:</p>
@@ -4138,17 +4138,17 @@ <h2>Grid and Table Properties</h2>
4138
4138
<th><code>aria-colindex</code></th>
4139
4139
<td>
4140
4140
<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
-
<liclass="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
+
<pclass="note">Numbering starts with 1, not 0.</p></li>
4143
4143
</ul>
4144
4144
</td>
4145
4145
</tr>
4146
4146
<tr>
4147
4147
<th><code>aria-rowindex</code></th>
4148
4148
<td>
4149
4149
<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
-
<liclass="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
+
<pclass="note">Numbering starts with 1, not 0.</p></li>
0 commit comments