Skip to content

Commit 8420961

Browse files
authored
Correct mistake in aria-description pointed out in issue 1186. (#1193)
The aria-description property should apply to the same elements that aria-describedby applies to, which is all elements of the base markup.
1 parent e8b2274 commit 8420961

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
@@ -10913,7 +10913,7 @@ <h2>Definitions of States and Properties (all aria-* attributes)</h2>
1091310913
</tr>
1091410914
<tr>
1091510915
<th class="property-applicability-head" scope="row">Used in Roles:</th>
10916-
<td class="property-applicability">All elements of the base markup except for some roles or elements that prohibit its use</td>
10916+
<td class="property-applicability">All elements of the base markup</td>
1091710917
</tr>
1091810918
<tr>
1091910919
<th class="property-descendants-head" scope="row">Inherits into Roles:</th>

0 commit comments

Comments
 (0)