Skip to content

Commit

Permalink
Editorial: element ordering correction
Browse files Browse the repository at this point in the history
moves td and th elements into the correct alphabetical order in the elements table.
  • Loading branch information
scottaohara authored Nov 3, 2023
1 parent 9e49525 commit 2fe95fc
Showing 1 changed file with 86 additions and 86 deletions.
172 changes: 86 additions & 86 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3132,62 +3132,41 @@ <h2 id="docconformance">
</td>
</tr>
<tr>
<th id="el-template" tabindex="-1">
[^template^]
<th id="el-td" tabindex="-1">
[^td^]
</th>
<td>
<a>No corresponding role</a>
</td>
<td>
<p>
<strong class="nosupport"><a>No `role`</a> or `aria-*` attributes</strong>
<code>role=<a href="#index-aria-cell">cell</a></code> if the ancestor
`table` element is exposed as a `role=table`
</p>
</td>
</tr>
<tr>
<th id="el-textarea" tabindex="-1">
[^textarea^]
</th>
<td>
<code>role=<a href="#index-aria-textbox">textbox</a></code>
</td>
<td>
<p>
<a><strong class="nosupport">No `role`</strong></a> other than <code><a href="#index-aria-textbox">textbox</a></code>, which is NOT RECOMMENDED.
<code>role=<a href="#index-aria-gridcell">gridcell</a></code> if the ancestor
`table` element is exposed as a `role=grid` or `treegrid`
</p>
<p>
<a data-cite="wai-aria-1.2#global_states">Global `aria-*` attributes</a>
and any `aria-*` attributes applicable to the `textbox` role.
<a>No corresponding role</a> if the ancestor `table` element is not exposed
as a `role=table`, `grid` or `treegrid`
</p>
</td>
</tr>
<tr>
<th id="el-tfoot" tabindex="-1">
[^tfoot^]
</th>
<td>
<code>role=<a href="#index-aria-rowgroup">rowgroup</a></code>
</td>
<td>
<p>
<a><strong>Any `role`</strong></a>, though <code><a href="#index-aria-rowgroup">rowgroup</a></code> is NOT RECOMMENDED.
</p>
<p>
<a data-cite="wai-aria-1.2#global_states">Global `aria-*` attributes</a>
and any `aria-*` attributes applicable to the allowed roles.
If the ancestor `table` element has `role=table`, `grid`, or `treegrid`,
<a><strong class="nosupport">no `role`</strong></a>
other than the following:
</p>
</td>
</tr>
<tr>
<th id="el-thead" tabindex="-1">
[^thead^]
</th>
<td>
<code>role=<a href="#index-aria-rowgroup">rowgroup</a></code>
</td>
<td>
<ul>
<li>If the ancestor `table` element is exposed as a `role=table`, then
<code><a href="#index-aria-cell">cell</a></code>
is allowed, but NOT RECOMMENDED.</li>
<li>If the ancestor `table` element is exposed as a `role=grid` or `treegrid`, then
<code><a href="#index-aria-gridcell">gridcell</a></code>
is allowed, but NOT RECOMMENDED.</li>
</ul>
<p>
<a><strong>Any `role`</strong></a>, though <code><a href="#index-aria-rowgroup">rowgroup</a></code> is NOT RECOMMENDED.
Otherwise, if the ancestor `table` element is not exposed
as a `role=table`, `grid` or `treegrid`,
<a><strong>any `role`</strong></a>.
</p>
<p>
<a data-cite="wai-aria-1.2#global_states">Global `aria-*` attributes</a>
Expand All @@ -3196,72 +3175,45 @@ <h2 id="docconformance">
</td>
</tr>
<tr>
<th id="el-time" tabindex="-1">
[^time^]
<th id="el-template" tabindex="-1">
[^template^]
</th>
<td>
<code>role=<a href="#index-aria-time">time</a></code>
<a>No corresponding role</a>
</td>
<td>
<p>
<a><strong>Any `role`</strong></a>, though <code><a href="#index-aria-time">time</a></code> is NOT RECOMMENDED.
</p>
<p class="addition"><a>Naming Prohibited</a></p>
<p>
Otherwise, <a data-cite="wai-aria-1.2#global_states">global `aria-*` attributes</a>
and any `aria-*` attributes applicable to the allowed roles.
<strong class="nosupport"><a>No `role`</a> or `aria-*` attributes</strong>
</p>
</td>
</tr>
<tr>
<th id="el-title" tabindex="-1">
[^title^]
<th id="el-textarea" tabindex="-1">
[^textarea^]
</th>
<td>
<a>No corresponding role</a>
<code>role=<a href="#index-aria-textbox">textbox</a></code>
</td>
<td>
<p>
<strong class="nosupport"><a>No `role`</a> or `aria-*` attributes</strong>
<a><strong class="nosupport">No `role`</strong></a> other than <code><a href="#index-aria-textbox">textbox</a></code>, which is NOT RECOMMENDED.
</p>
<p>
<a data-cite="wai-aria-1.2#global_states">Global `aria-*` attributes</a>
and any `aria-*` attributes applicable to the `textbox` role.
</p>
</td>
</tr>
<tr>
<th id="el-td" tabindex="-1">
[^td^]
<th id="el-tfoot" tabindex="-1">
[^tfoot^]
</th>
<td>
<p>
<code>role=<a href="#index-aria-cell">cell</a></code> if the ancestor
`table` element is exposed as a `role=table`
</p>
<p>
<code>role=<a href="#index-aria-gridcell">gridcell</a></code> if the ancestor
`table` element is exposed as a `role=grid` or `treegrid`
</p>
<p>
<a>No corresponding role</a> if the ancestor `table` element is not exposed
as a `role=table`, `grid` or `treegrid`
</p>
<code>role=<a href="#index-aria-rowgroup">rowgroup</a></code>
</td>
<td>
<p>
If the ancestor `table` element has `role=table`, `grid`, or `treegrid`,
<a><strong class="nosupport">no `role`</strong></a>
other than the following:
</p>
<ul>
<li>If the ancestor `table` element is exposed as a `role=table`, then
<code><a href="#index-aria-cell">cell</a></code>
is allowed, but NOT RECOMMENDED.</li>
<li>If the ancestor `table` element is exposed as a `role=grid` or `treegrid`, then
<code><a href="#index-aria-gridcell">gridcell</a></code>
is allowed, but NOT RECOMMENDED.</li>
</ul>
<p>
Otherwise, if the ancestor `table` element is not exposed
as a `role=table`, `grid` or `treegrid`,
<a><strong>any `role`</strong></a>.
<a><strong>Any `role`</strong></a>, though <code><a href="#index-aria-rowgroup">rowgroup</a></code> is NOT RECOMMENDED.
</p>
<p>
<a data-cite="wai-aria-1.2#global_states">Global `aria-*` attributes</a>
Expand Down Expand Up @@ -3324,6 +3276,54 @@ <h2 id="docconformance">
</p>
</td>
</tr>
<tr>
<th id="el-thead" tabindex="-1">
[^thead^]
</th>
<td>
<code>role=<a href="#index-aria-rowgroup">rowgroup</a></code>
</td>
<td>
<p>
<a><strong>Any `role`</strong></a>, though <code><a href="#index-aria-rowgroup">rowgroup</a></code> is NOT RECOMMENDED.
</p>
<p>
<a data-cite="wai-aria-1.2#global_states">Global `aria-*` attributes</a>
and any `aria-*` attributes applicable to the allowed roles.
</p>
</td>
</tr>
<tr>
<th id="el-time" tabindex="-1">
[^time^]
</th>
<td>
<code>role=<a href="#index-aria-time">time</a></code>
</td>
<td>
<p>
<a><strong>Any `role`</strong></a>, though <code><a href="#index-aria-time">time</a></code> is NOT RECOMMENDED.
</p>
<p class="addition"><a>Naming Prohibited</a></p>
<p>
Otherwise, <a data-cite="wai-aria-1.2#global_states">global `aria-*` attributes</a>
and any `aria-*` attributes applicable to the allowed roles.
</p>
</td>
</tr>
<tr>
<th id="el-title" tabindex="-1">
[^title^]
</th>
<td>
<a>No corresponding role</a>
</td>
<td>
<p>
<strong class="nosupport"><a>No `role`</a> or `aria-*` attributes</strong>
</p>
</td>
</tr>
<tr>
<th id="el-tr" tabindex="-1">
[^tr^]
Expand Down

0 comments on commit 2fe95fc

Please sign in to comment.