Skip to content

Commit

Permalink
[Editorial] Add spaces between code markup and words (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
YummyBacon5 authored Nov 2, 2023
1 parent 4a962a9 commit 0aca601
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions html-aam/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 @@ -3005,7 +3005,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 @@ -6898,7 +6898,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 @@ -6947,7 +6947,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 @@ -11472,7 +11472,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 0aca601

Please sign in to comment.