File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ This `img` element has an `alt` attribute that incorrectly describes the image.
136
136
137
137
#### Failed Example 2
138
138
139
- This ` svg ` element has an ` aria-label ` attribute that incorrectly describes the image.
139
+ This ` svg ` element has an ` aria-label ` attribute that incorrectly describes the image because aria-label is "W3C Logo" instead of "HTML 5 Logo" .
140
140
141
141
``` html
142
142
<html lang =" en" >
@@ -157,7 +157,7 @@ This `svg` element has an `aria-label` attribute that incorrectly describes the
157
157
158
158
#### Failed Example 3
159
159
160
- This ` canvas ` element has an ` aria-label ` attribute that incorrectly describes the image.
160
+ This ` canvas ` element has an ` aria-label ` attribute that incorrectly describes the image because aria-label is "HTML 5 Logo" instead of "W3C Logo" .
161
161
162
162
``` html
163
163
<html lang =" en" >
You can’t perform that action at this time.
0 commit comments