Skip to content

Commit

Permalink
correct link url
Browse files Browse the repository at this point in the history
  • Loading branch information
ascott1 committed Mar 21, 2016
1 parent bbf1c10 commit f30c28c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-apps-for-everyone/03-accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Here is one that uses the placeholder to replace the label:
<input type=“text” name=“password” placeholder=“Password”>
```

![Image of placeholder as label](img/plaheholder-field.png)
![Image of placeholder as label](img/placeholder-field.png)

The use of placeholder text in the place of labels raises several potential [usability and accessibility concerns](https://www.nngroup.com/articles/form-design-placeholders/) due to low contrast, extra cognitive burden as users must recall the purpose of the field, and unreliable screen reader support. By making solid development decisions such as proper form markup, we can develop more understandable sites.

Expand Down

0 comments on commit f30c28c

Please sign in to comment.