Skip to content

Commit

Permalink
Merge branch 'gh-pages' into figure-figcaption-revision
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaohara authored Nov 22, 2023
2 parents 7839c03 + 14cdf18 commit 9a81370
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ <h4 id=el-aside-ancestorbodymain>`aside` (scoped to the `body` or `main` element
</tr>
</tbody>
</table>
<h4 id=el-aside>`aside`(scoped to a sectioning content element)</h4>
<h4 id=el-aside>`aside` (scoped to a sectioning content element)</h4>
<table aria-labelledby=el-aside>
<tbody>
<tr>
Expand Down Expand Up @@ -1542,7 +1542,7 @@ <h4 id=el-data>`data`</h4>
</tr>
</tbody>
</table>
<h4 id=el-datalist>`datalist`(represents pre-defined options for `input` element)</h4>
<h4 id=el-datalist>`datalist` (represents pre-defined options for `input` element)</h4>
<table aria-labelledby=el-datalist>
<tbody>
<tr>
Expand Down Expand Up @@ -3023,7 +3023,7 @@ <h4 id=el-img>`img`</h4>
</tr>
</tbody>
</table>
<h4 id=el-img-empty-alt>`img` <span class="el-context">(`alt`attribute value is an empty string, i.e. `alt=""` or `alt` with no value in the markup)</span></h4>
<h4 id=el-img-empty-alt>`img` <span class="el-context">(`alt` attribute value is an empty string, i.e. `alt=""` or `alt` with no value in the markup)</span></h4>
<table aria-labelledby=el-img-empty-alt>
<tbody>
<tr>
Expand Down Expand Up @@ -6916,7 +6916,7 @@ <h4 id=el-tbody>`tbody`</h4>
</tr>
</tbody>
</table>
<h4 id=el-td>`td`(ancestor `table` element has`table` role)</h4>
<h4 id=el-td>`td` (ancestor `table` element has `table` role)</h4>
<table aria-labelledby=el-td>
<tbody>
<tr>
Expand Down Expand Up @@ -6965,7 +6965,7 @@ <h4 id=el-td>`td`(ancestor `table` element has`table` role)</h4>
</tr>
</tbody>
</table>
<h4 id=el-td-gridcell>`td`(ancestor `table` element has`grid` or`treegrid` role)</h4>
<h4 id=el-td-gridcell>`td` (ancestor `table` element has `grid` or `treegrid` role)</h4>
<table aria-labelledby=el-td-gridcell>
<tbody>
<tr>
Expand Down Expand Up @@ -11490,7 +11490,7 @@ <h4 id=att-indeterminate>`indeterminate [IDL]`</h4>
<tr>
<th>Comments</th>
<td>
If the element has the `indeterminate [IDL]` set and the `aria-checked` attribute set, User Agents MUST expose only the`indeterminate [IDL]` state.
If the element has the `indeterminate [IDL]` set and the `aria-checked` attribute set, User Agents MUST expose only the `indeterminate [IDL]` state.
</td>
</tr>
</tbody>
Expand Down

0 comments on commit 9a81370

Please sign in to comment.