Skip to content

Commit

Permalink
Revisions to accessible name required (#1477)
Browse files Browse the repository at this point in the history
* remove instances of “false”
* tab / tooltip req accname updates
  - require a name for `tab`
  - remove requirement for a name from `tooltip`
  • Loading branch information
scottaohara committed Jul 2, 2021
1 parent 7f72832 commit b41a010
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index.html
Expand Up @@ -3248,7 +3248,7 @@ <h2>Definition of Roles</h2>
</tr>
<tr>
<th class="role-namerequired-head" scope="row">Accessible Name Required:</th>
<td class="role-namerequired">False</td>
<td class="role-namerequired"> </td>
</tr>
<tr>
<th class="role-namerequired-inherited-head" scope="row">Inherits Name Required:</th>
Expand Down Expand Up @@ -3423,7 +3423,7 @@ <h2>Definition of Roles</h2>
</tr>
<tr>
<th class="role-namerequired-head" scope="row">Accessible Name Required:</th>
<td class="role-namerequired">False</td>
<td class="role-namerequired"> </td>
</tr>
<tr>
<th class="role-namerequired-inherited-head" scope="row">Inherits Name Required:</th>
Expand Down Expand Up @@ -3504,7 +3504,7 @@ <h2>Definition of Roles</h2>
</tr>
<tr>
<th class="role-namerequired-head" scope="row">Accessible Name Required:</th>
<td class="role-namerequired">False</td>
<td class="role-namerequired"> </td>
</tr>
<tr>
<th class="role-namerequired-inherited-head" scope="row">Inherits Name Required:</th>
Expand Down Expand Up @@ -4388,7 +4388,7 @@ <h5>Note regarding the ARIA 1.3 <code>image</code> role.</h5>
</tr>
<tr>
<th class="role-namerequired-head" scope="row">Accessible Name Required:</th>
<td class="role-namerequired">False</td>
<td class="role-namerequired"> </td>
</tr>
<tr>
<th class="role-namerequired-inherited-head" scope="row">Inherits Name Required:</th>
Expand Down Expand Up @@ -7356,7 +7356,7 @@ <h5>Note regarding the ARIA 1.1 <rref>none</rref> role.</h5>
</tr>
<tr>
<th class="role-namerequired-head" scope="row">Accessible Name Required:</th>
<td class="role-namerequired">False</td>
<td class="role-namerequired"> </td>
</tr>
<tr>
<th class="role-namerequired-inherited-head" scope="row">Inherits Name Required:</th>
Expand Down Expand Up @@ -8781,7 +8781,7 @@ <h5>Note regarding the ARIA 1.1 <rref>none</rref> role.</h5>
</tr>
<tr>
<th class="role-namerequired-head" scope="row">Accessible Name Required:</th>
<td class="role-namerequired"> </td>
<td class="role-namerequired"> True </td>
</tr>
<tr>
<th class="role-namerequired-inherited-head" scope="row">Inherits Name Required:</th>
Expand Down Expand Up @@ -9704,7 +9704,7 @@ <h5>Note regarding the ARIA 1.1 <rref>none</rref> role.</h5>
</tr>
<tr>
<th class="role-namerequired-head" scope="row">Accessible Name Required:</th>
<td class="role-namerequired">True</td>
<td class="role-namerequired"> </td>
</tr>
<tr>
<th class="role-namerequired-inherited-head" scope="row">Inherits Name Required:</th>
Expand Down

0 comments on commit b41a010

Please sign in to comment.