From f7233221d139a66114beaee255093a0f304d3c0c Mon Sep 17 00:00:00 2001 From: Heidi Jungel Date: Fri, 25 Sep 2015 08:55:55 -0400 Subject: [PATCH 1/2] docs(tutorial/6 - Templating Links Updating to include the alt attribute for the image. Per WCAG 2.0 Level A 1.1.1, all images must have alternative text. Since this is likely a tutorial developers will follow, better to include accessibility while they are learning angular and show how it can be done with angular. --- docs/content/tutorial/step_06.ngdoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/content/tutorial/step_06.ngdoc b/docs/content/tutorial/step_06.ngdoc index e652e8a8e36b..fba96179a181 100644 --- a/docs/content/tutorial/step_06.ngdoc +++ b/docs/content/tutorial/step_06.ngdoc @@ -28,6 +28,7 @@ __`app/phones/phones.json`__ (sample snippet): "id": "motorola-defy-with-motoblur", "imageUrl": "img/phones/motorola-defy-with-motoblur.0.jpg", "name": "Motorola DEFY\u2122 with MOTOBLUR\u2122", + "alt": "Motorola DEFY with MOTOBLUR", ... }, ... @@ -43,7 +44,7 @@ __`app/index.html`:__ ...