Skip to content

Commit

Permalink
Corrected the format of aria-describedby
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Duran committed Jul 25, 2016
1 parent 3f746e2 commit 0446aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standards/accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ If a field returns as invalid, it should include the `aria-invalid` attribute wi
</li>
<li>
<label for="formPassword">Password <span class="required">*</span></label>
<input type="password" id="formPassword" required aria-required="true" aria-described-by="password-requirements" />
<input type="password" id="formPassword" required aria-required="true" aria-describedby="password-requirements" />
<span id="password-requirements">Use 6-20 characters, at least 1 uppercase letter and 1 number.</span>
</li>
<li>
Expand Down

0 comments on commit 0446aec

Please sign in to comment.