Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Editorial] Add spaces between element name and bracket in headings #503

Merged
merged 1 commit into from
Sep 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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