Skip to content

Commit 987790e

Browse files
Chore: Format files with Prettier
1 parent 6a76145 commit 987790e

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

html-aam/index.html

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,7 @@ <h3>Accessibility APIs</h3>
176176
</section>
177177
</section>
178178
<section id="conformance">
179-
<p>
180-
Normative sections provide requirements that user agents and assistive technologies MUST follow for an implementation to conform to this specification.
181-
</p>
179+
<p>Normative sections provide requirements that user agents and assistive technologies MUST follow for an implementation to conform to this specification.</p>
182180
<p>
183181
Non-normative (informative) sections provide information useful to understanding the specification. Such sections may contain examples of recommended practice, but it is not required to follow
184182
such recommendations in order to conform to this specification.
@@ -1374,7 +1372,7 @@ <h4 id="el-caption">`caption`</h4>
13741372
<td>
13751373
<div class="general">Use WAI-ARIA mapping</div>
13761374
<div class="relations">
1377-
<span class="type">Other properties:</span>
1375+
<span class="type">Other properties:</span>
13781376
The `LabeledBy` property for the parent <a href="#el-table">`table`</a> element points to the UIA element for the `caption` element.
13791377
</div>
13801378
</td>
@@ -2307,9 +2305,7 @@ <h4 id="el-fieldset">`fieldset`</h4>
23072305
</th>
23082306
<td>
23092307
<div class="role"><span class="type">Role:</span> Use WAI-ARIA mapping</div>
2310-
<div class="relations"><span class="type">Relations:</span>
2311-
`IA2_RELATION_LABELLED_BY` with the first instance of a rendered child <a href="#el-legend">`legend`</a> element
2312-
</div>
2308+
<div class="relations"><span class="type">Relations:</span> `IA2_RELATION_LABELLED_BY` with the first instance of a rendered child <a href="#el-legend">`legend`</a> element</div>
23132309
</td>
23142310
</tr>
23152311
<tr>
@@ -4704,8 +4700,8 @@ <h4 id="el-label">`label`</h4>
47044700
<th>Comments</th>
47054701
<td>
47064702
<p class="note">
4707-
If a `label` element is [=element/hidden=] from the accessibility tree, then it will not provide an accessible name to the <a data-cite="html/forms.html#category-label">labelable element</a> it
4708-
is associated with.
4703+
If a `label` element is [=element/hidden=] from the accessibility tree, then it will not provide an accessible name to the
4704+
<a data-cite="html/forms.html#category-label">labelable element</a> it is associated with.
47094705
</p>
47104706
</td>
47114707
</tr>

0 commit comments

Comments
 (0)