Skip to content

Commit

Permalink
Correct mistake in aria-description pointed out in issue 1186. (#1193)
Browse files Browse the repository at this point in the history
The aria-description property should apply to the same elements
that aria-describedby applies to, which is all elements of the
base markup.
  • Loading branch information
aleventhal authored Feb 11, 2020
1 parent e8b2274 commit 8420961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10913,7 +10913,7 @@ <h2>Definitions of States and Properties (all aria-* attributes)</h2>
</tr>
<tr>
<th class="property-applicability-head" scope="row">Used in Roles:</th>
<td class="property-applicability">All elements of the base markup except for some roles or elements that prohibit its use</td>
<td class="property-applicability">All elements of the base markup</td>
</tr>
<tr>
<th class="property-descendants-head" scope="row">Inherits into Roles:</th>
Expand Down

0 comments on commit 8420961

Please sign in to comment.