Skip to content

Commit 7a56f40

Browse files
authored
Fix for "name required" for tab at 5.2.8.4 and 5.2.8.5 (#1771)
(name required) is missing for "tab" on 5.2.8.4 and 5.2.8.5. The query is searching the "Accessible Name Required:" value to be "True". There were extra spaces around that value so the string read "True " instead of "True".
1 parent 6d46a9a commit 7a56f40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8749,7 +8749,7 @@ <h5>Note regarding the ARIA 1.1 <rref>none</rref> role.</h5>
87498749
</tr>
87508750
<tr>
87518751
<th class="role-namerequired-head" scope="row">Accessible Name Required:</th>
8752-
<td class="role-namerequired"> True </td>
8752+
<td class="role-namerequired">True</td>
87538753
</tr>
87548754
<tr>
87558755
<th class="role-namerequired-inherited-head" scope="row">Inherits Name Required:</th>

0 commit comments

Comments
 (0)