From f30c28cb4d5dda8d07025422d70d8c4f2da7d5e4 Mon Sep 17 00:00:00 2001 From: Adam Scott Date: Mon, 21 Mar 2016 07:00:30 -0400 Subject: [PATCH] correct link url --- web-apps-for-everyone/03-accessibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-apps-for-everyone/03-accessibility.md b/web-apps-for-everyone/03-accessibility.md index aace6e5..f447fb5 100644 --- a/web-apps-for-everyone/03-accessibility.md +++ b/web-apps-for-everyone/03-accessibility.md @@ -87,7 +87,7 @@ Here is one that uses the placeholder to replace the label: ``` -![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.