Skip to content

Commit

Permalink
Merge pull request #5 from martinjunior/bug/aria-describedby
Browse files Browse the repository at this point in the history
Corrected the format of aria-describedby
  • Loading branch information
bbellx authored Aug 4, 2016
2 parents 8b25aae + 0446aec commit c2886fa
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 @@ -310,7 +310,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 c2886fa

Please sign in to comment.