Skip to content

Commit b41a010

Browse files
authored
Revisions to accessible name required (#1477)
* remove instances of “false” * tab / tooltip req accname updates - require a name for `tab` - remove requirement for a name from `tooltip`
1 parent 7f72832 commit b41a010

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

index.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -3248,7 +3248,7 @@ <h2>Definition of Roles</h2>
32483248
</tr>
32493249
<tr>
32503250
<th class="role-namerequired-head" scope="row">Accessible Name Required:</th>
3251-
<td class="role-namerequired">False</td>
3251+
<td class="role-namerequired"> </td>
32523252
</tr>
32533253
<tr>
32543254
<th class="role-namerequired-inherited-head" scope="row">Inherits Name Required:</th>
@@ -3423,7 +3423,7 @@ <h2>Definition of Roles</h2>
34233423
</tr>
34243424
<tr>
34253425
<th class="role-namerequired-head" scope="row">Accessible Name Required:</th>
3426-
<td class="role-namerequired">False</td>
3426+
<td class="role-namerequired"> </td>
34273427
</tr>
34283428
<tr>
34293429
<th class="role-namerequired-inherited-head" scope="row">Inherits Name Required:</th>
@@ -3504,7 +3504,7 @@ <h2>Definition of Roles</h2>
35043504
</tr>
35053505
<tr>
35063506
<th class="role-namerequired-head" scope="row">Accessible Name Required:</th>
3507-
<td class="role-namerequired">False</td>
3507+
<td class="role-namerequired"> </td>
35083508
</tr>
35093509
<tr>
35103510
<th class="role-namerequired-inherited-head" scope="row">Inherits Name Required:</th>
@@ -4388,7 +4388,7 @@ <h5>Note regarding the ARIA 1.3 <code>image</code> role.</h5>
43884388
</tr>
43894389
<tr>
43904390
<th class="role-namerequired-head" scope="row">Accessible Name Required:</th>
4391-
<td class="role-namerequired">False</td>
4391+
<td class="role-namerequired"> </td>
43924392
</tr>
43934393
<tr>
43944394
<th class="role-namerequired-inherited-head" scope="row">Inherits Name Required:</th>
@@ -7356,7 +7356,7 @@ <h5>Note regarding the ARIA 1.1 <rref>none</rref> role.</h5>
73567356
</tr>
73577357
<tr>
73587358
<th class="role-namerequired-head" scope="row">Accessible Name Required:</th>
7359-
<td class="role-namerequired">False</td>
7359+
<td class="role-namerequired"> </td>
73607360
</tr>
73617361
<tr>
73627362
<th class="role-namerequired-inherited-head" scope="row">Inherits Name Required:</th>
@@ -8781,7 +8781,7 @@ <h5>Note regarding the ARIA 1.1 <rref>none</rref> role.</h5>
87818781
</tr>
87828782
<tr>
87838783
<th class="role-namerequired-head" scope="row">Accessible Name Required:</th>
8784-
<td class="role-namerequired"> </td>
8784+
<td class="role-namerequired"> True </td>
87858785
</tr>
87868786
<tr>
87878787
<th class="role-namerequired-inherited-head" scope="row">Inherits Name Required:</th>
@@ -9704,7 +9704,7 @@ <h5>Note regarding the ARIA 1.1 <rref>none</rref> role.</h5>
97049704
</tr>
97059705
<tr>
97069706
<th class="role-namerequired-head" scope="row">Accessible Name Required:</th>
9707-
<td class="role-namerequired">True</td>
9707+
<td class="role-namerequired"> </td>
97089708
</tr>
97099709
<tr>
97109710
<th class="role-namerequired-inherited-head" scope="row">Inherits Name Required:</th>

0 commit comments

Comments
 (0)