Skip to content

Commit

Permalink
Fix typo in aria-live description (w3c#822)
Browse files Browse the repository at this point in the history
There was a typo in the description of aria-live="off";
"unless the used is..." should be "unless the user is...".
  • Loading branch information
nicolas17 authored and jnurthen committed Oct 15, 2018
1 parent 43321f8 commit 56bd2af
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 @@ -9961,7 +9961,7 @@ <h2>Definitions of States and Properties (all aria-* attributes)</h2>
</tr>
<tr>
<th class="value-name" scope="row"><strong class="default">off (default)</strong></th>
<td class="value-description">Indicates that updates to the region should not be presented to the user unless the used is currently focused on that region.</td>
<td class="value-description">Indicates that updates to the region should not be presented to the user unless the user is currently focused on that region.</td>
</tr>
<tr>
<th class="value-name" scope="row">polite</th>
Expand Down

0 comments on commit 56bd2af

Please sign in to comment.