Skip to content

Commit

Permalink
change li class="note" to p child of prev li
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Cooper committed Jul 18, 2018
1 parent 6c574bc commit defb43e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions aria-practices.html
Original file line number Diff line number Diff line change
Expand Up @@ -641,8 +641,8 @@ <h4>Examples</h4>
<section class="notoc">
<h4>Keyboard Interaction</h4>
<ul>
<li><kbd>Tab</kbd>: The textbox is in the page <kbd>Tab</kbd> sequence.</li>
<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>
<li><kbd>Tab</kbd>: The textbox is in the page <kbd>Tab</kbd> sequence.
<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>
</ul>
<h5>Textbox Keyboard Interaction</h5>
<p>When focus is in the textbox:</p>
Expand Down Expand Up @@ -4138,17 +4138,17 @@ <h2>Grid and Table Properties</h2>
<th><code>aria-colindex</code></th>
<td>
<ul>
<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>
<li class="note">Numbering starts with 1, not 0.</li>
<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>.
<p class="note">Numbering starts with 1, not 0.</p></li>
</ul>
</td>
</tr>
<tr>
<th><code>aria-rowindex</code></th>
<td>
<ul>
<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>
<li class="note">Numbering starts with 1, not 0.</li>
<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>.
<p class="note">Numbering starts with 1, not 0.</p></li>
</ul>
</td>
</tr>
Expand Down

0 comments on commit defb43e

Please sign in to comment.