Skip to content

Commit a35f33d

Browse files
authored
Editorial: minor text updates to html aam
this covers some editorial fixes that were originally part of w3c/html-aam#396 - but don't need to be.
1 parent f01a884 commit a35f33d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

html-aam/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3319,7 +3319,7 @@ <h4 id="el-input-color">`input` <span class="el-context">(`type` attribute in th
33193319
<td>
33203320
<div class="general">
33213321
If implemented as a color picker, any UI controls presented for selecting a color are exposed in the <a class="termref">accessibility tree</a>, associated with the `input` element,
3322-
and mapped as appropriate for the type of control (e.g. button or slider).
3322+
and mapped as appropriate for the type of control (e.g., button or slider).
33233323
</div>
33243324
</td>
33253325
</tr>
@@ -6642,7 +6642,7 @@ <h4 id="el-style">`style`</h4>
66426642
<td>
66436643
<div class="general">
66446644
<b>Note:</b> There are instances where CSS properties can affect what is exposed by accessibility APIs. For instance, `display: none` or `visibility: hidden` will remove an element
6645-
from the accessibility tree and hide its presence from assistive technologies.
6645+
from the <a class="termref">accessibility tree</a> and hide its presence from assistive technologies.
66466646
</div>
66476647
</td>
66486648
</tr>
@@ -11712,7 +11712,7 @@ <h4 id="att-label">`label`</h4>
1171211712
</tr>
1171311713
<tr>
1171411714
<th>Comments</th>
11715-
<td>See Also: <a href="" class="accname">Accessible Name and Description: Computation and API Mappings 1.1</a></td>
11715+
<td>See Also: <a href="" class="accname">Accessible Name and Description: Computation and API Mappings</a></td>
1171611716
</tr>
1171711717
</tbody>
1171811718
</table>

0 commit comments

Comments
 (0)