File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,9 @@ pytest test_inspect_html.py
24
24
* HTML Inspection Results: https://xkcd.com/1144/
25
25
X - ' property' is not a valid attribute of the < meta> element.
26
26
X - Do not use < div> or < span> elements without any attributes.
27
- X - ' srcset ' is not a valid attribute of the < img> element .
27
+ X - The ' alt ' attribute is required for < img> elements .
28
28
X - The ' border' attribute is no longer valid on the < img> element and should not be used.
29
+ X - ' srcset' is not a valid attribute of the < img> element.
29
30
X - The < center> element is obsolete and should not be used.
30
31
X - < script> elements should appear right before the closing < /body> tag for optimal performance.
31
32
X - The id ' comicLinks' appears more than once in the document.
You can’t perform that action at this time.
0 commit comments