Skip to content

Commit

Permalink
Add spaces between element name and bracket in headings
Browse files Browse the repository at this point in the history
  • Loading branch information
YummyBacon5 authored Sep 25, 2023
1 parent f16d875 commit f5e8a33
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ <h3>HTML Element Role Mappings</h3>
</ul>
</li>
</ul>
<h4 id=el-a>`a`<span class="el-context">(represents a hyperlink)</span></h4>
<h4 id=el-a>`a` <span class="el-context">(represents a hyperlink)</span></h4>
<table aria-labelledby=el-a>
<tbody>
<tr>
Expand Down Expand Up @@ -258,7 +258,7 @@ <h4 id=el-a>`a`<span class="el-context">(represents a hyperlink)</span></h4>
</tr>
</tbody>
</table>
<h4 id=el-a-no-href>`a`<span class="el-context">(no `href` attribute)</span></h4>
<h4 id=el-a-no-href>`a` <span class="el-context">(no `href` attribute)</span></h4>
<table aria-labelledby=el-a-no-href>
<tbody>
<tr>
Expand Down Expand Up @@ -419,7 +419,7 @@ <h4 id=el-address>`address`</h4>
</tr>
</tbody>
</table>
<h4 id=el-area>`area`<span class="el-context">(represents a hyperlink)</span></h4>
<h4 id=el-area>`area` <span class="el-context">(represents a hyperlink)</span></h4>
<table aria-labelledby=el-area>
<tbody>
<tr>
Expand Down Expand Up @@ -466,7 +466,7 @@ <h4 id=el-area>`area`<span class="el-context">(represents a hyperlink)</span></h
</tr>
</tbody>
</table>
<h4 id=el-area-no-href>`area`<span class="el-context">(no `href` attribute)</span></h4>
<h4 id=el-area-no-href>`area` <span class="el-context">(no `href` attribute)</span></h4>
<table aria-labelledby=el-area-no-href>
<tbody>
<tr>
Expand Down Expand Up @@ -2999,7 +2999,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 @@ -3098,7 +3098,7 @@ <h4 id=el-input-button>`input` <span class="el-context">(`type` attribute in the
</tr>
</tbody>
</table>
<h4 id=el-input-checkbox>`input`<span class="el-context">(`type` attribute in the Checkbox state)</span></h4>
<h4 id=el-input-checkbox>`input` <span class="el-context">(`type` attribute in the Checkbox state)</span></h4>
<table aria-labelledby=el-input-checkbox>
<tbody>
<tr>
Expand Down Expand Up @@ -3291,7 +3291,7 @@ <h4 id=el-input-date>`input` <span class="el-context">(`type` attribute in theDa
</tr>
</tbody>
</table>
<h4 id=el-input-datetime-local>`input`<span class="el-context">(`type` attribute in theLocal Date and Time state)</span></h4>
<h4 id=el-input-datetime-local>`input` <span class="el-context">(`type` attribute in theLocal Date and Time state)</span></h4>
<table aria-labelledby=el-input-datetime-local>
<tbody>
<tr>
Expand Down Expand Up @@ -3489,7 +3489,7 @@ <h4 id=el-input-file>`input` <span class="el-context">(`type` attribute in the
</tr>
</tbody>
</table>
<h4 id=el-input-hidden>`input`<span class="el-context">(`type` attribute in the Hidden state)</span></h4>
<h4 id=el-input-hidden>`input` <span class="el-context">(`type` attribute in the Hidden state)</span></h4>
<table aria-labelledby=el-input-hidden>
<tbody>
<tr>
Expand Down Expand Up @@ -3538,7 +3538,7 @@ <h4 id=el-input-hidden>`input`<span class="el-context">(`type` attribute in the
</tr>
</tbody>
</table>
<h4 id=el-input-image>`input`<span class="el-context">(`type` attribute in the Image Button state)</span></h4>
<h4 id=el-input-image>`input` <span class="el-context">(`type` attribute in the Image Button state)</span></h4>
<table aria-labelledby=el-input-image>
<tbody>
<tr>
Expand Down Expand Up @@ -3587,7 +3587,7 @@ <h4 id=el-input-image>`input`<span class="el-context">(`type` attribute in the
</tr>
</tbody>
</table>
<h4 id=el-input-month>`input`<span class="el-context">(`type` attribute in the Month state)</span></h4>
<h4 id=el-input-month>`input` <span class="el-context">(`type` attribute in the Month state)</span></h4>
<table aria-labelledby=el-input-month>
<tbody>
<tr>
Expand Down Expand Up @@ -3650,7 +3650,7 @@ <h4 id=el-input-month>`input`<span class="el-context">(`type` attribute in the
</tr>
</tbody>
</table>
<h4 id=el-input-number>`input`<span class="el-context">(`type` attribute in the Number state)</span></h4>
<h4 id=el-input-number>`input` <span class="el-context">(`type` attribute in the Number state)</span></h4>
<table aria-labelledby=el-input-number>
<tbody>
<tr>
Expand Down Expand Up @@ -3724,7 +3724,7 @@ <h4 id=el-input-number>`input`<span class="el-context">(`type` attribute in the
</tr>
</tbody>
</table>
<h4 id=el-input-password>`input`<span class="el-context">(`type` attribute in the Password state)</span></h4>
<h4 id=el-input-password>`input` <span class="el-context">(`type` attribute in the Password state)</span></h4>
<table aria-labelledby=el-input-password>
<tbody>
<tr>
Expand Down Expand Up @@ -3795,7 +3795,7 @@ <h4 id=el-input-password>`input`<span class="el-context">(`type` attribute in th
</tr>
</tbody>
</table>
<h4 id=el-input-radio>`input`<span class="el-context">(`type` attribute in the Radio Button state)</span></h4>
<h4 id=el-input-radio>`input` <span class="el-context">(`type` attribute in the Radio Button state)</span></h4>
<table aria-labelledby=el-input-radio>
<tbody>
<tr>
Expand Down Expand Up @@ -3849,7 +3849,7 @@ <h4 id=el-input-radio>`input`<span class="el-context">(`type` attribute in the
</tr>
</tbody>
</table>
<h4 id=el-input-range>`input`<span class="el-context">(`type` attribute in the Range state)</span></h4>
<h4 id=el-input-range>`input` <span class="el-context">(`type` attribute in the Range state)</span></h4>
<table aria-labelledby=el-input-range>
<tbody>
<tr>
Expand Down Expand Up @@ -3898,7 +3898,7 @@ <h4 id=el-input-range>`input`<span class="el-context">(`type` attribute in the
</tr>
</tbody>
</table>
<h4 id=el-input-reset>`input`<span class="el-context">(`type` attribute in the Reset Button state)</span></h4>
<h4 id=el-input-reset>`input` <span class="el-context">(`type` attribute in the Reset Button state)</span></h4>
<table aria-labelledby=el-input-reset>
<tbody>
<tr>
Expand Down Expand Up @@ -3947,7 +3947,7 @@ <h4 id=el-input-reset>`input`<span class="el-context">(`type` attribute in the
</tr>
</tbody>
</table>
<h4 id=el-input-search>`input`<span class="el-context">(`type` attribute in the Search state with no suggestions source element)</span></h4>
<h4 id=el-input-search>`input` <span class="el-context">(`type` attribute in the Search state with no suggestions source element)</span></h4>
<table aria-labelledby=el-input-search>
<tbody>
<tr>
Expand Down Expand Up @@ -4221,7 +4221,7 @@ <h4 id=el-input-textetc-autocomplete>`input`<span class="el-context"> (`type` a
</tr>
</tbody>
</table>
<h4 id=el-input-time>`input`<span class="el-context">(`type` attribute in the Time state)</span></h4>
<h4 id=el-input-time>`input` <span class="el-context">(`type` attribute in the Time state)</span></h4>
<table aria-labelledby=el-input-time>
<tbody>
<tr>
Expand Down Expand Up @@ -4292,7 +4292,7 @@ <h4 id=el-input-time>`input`<span class="el-context">(`type` attribute in the T
</tr>
</tbody>
</table>
<h4 id=el-input-url>`input`<span class="el-context">(`type` attribute in the URL state with no suggestions source element)</span></h4>
<h4 id=el-input-url>`input` <span class="el-context">(`type` attribute in the URL state with no suggestions source element)</span></h4>
<table aria-labelledby=el-input-url>
<tbody>
<tr>
Expand Down Expand Up @@ -7132,7 +7132,7 @@ <h4 id=el-tfoot>`tfoot`</h4>
</tr>
</tbody>
</table>
<h4 id=el-th>`th`<span class="el-context">(is not a column header, row header, column group header or row group header, and ancestor `table` element has `table` role)</span></h4>
<h4 id=el-th>`th` <span class="el-context">(is not a column header, row header, column group header or row group header, and ancestor `table` element has `table` role)</span></h4>
<table aria-labelledby=el-th>
<tbody>
<tr>
Expand Down Expand Up @@ -7187,7 +7187,7 @@ <h4 id=el-th>`th`<span class="el-context">(is not a column header, row header,
</tr>
</tbody>
</table>
<h4 id=el-th-gridcell>`th`<span class="el-context">(is not a column header, row header, column group header or row group header, and ancestor `table` element has `grid` or `treegrid` role)</span></h4>
<h4 id=el-th-gridcell>`th` <span class="el-context">(is not a column header, row header, column group header or row group header, and ancestor `table` element has `grid` or `treegrid` role)</span></h4>
<table aria-labelledby=el-th-gridcell>
<tbody>
<tr>
Expand Down Expand Up @@ -7243,7 +7243,7 @@ <h4 id=el-th-gridcell>`th`<span class="el-context">(is not a column header, ro
</tr>
</tbody>
</table>
<h4 id=el-th-columnheader>`th`<span class="el-context">(is a column header or column group header)</span></h4>
<h4 id=el-th-columnheader>`th` <span class="el-context">(is a column header or column group header)</span></h4>
<table aria-labelledby=el-th-columnheader>
<tbody>
<tr>
Expand Down Expand Up @@ -7291,7 +7291,7 @@ <h4 id=el-th-columnheader>`th`<span class="el-context">(is a column header or co
</tr>
</tbody>
</table>
<h4 id=el-th-rowheader>`th`<span class="el-context">(is a row header or row group header)</span></h4>
<h4 id=el-th-rowheader>`th` <span class="el-context">(is a row header or row group header)</span></h4>
<table aria-labelledby=el-th-rowheader>
<tbody>
<tr>
Expand Down

0 comments on commit f5e8a33

Please sign in to comment.