Skip to content

Commit bee2a7a

Browse files
committed
Update example output in a ReadMe
1 parent 66554d2 commit bee2a7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

help_docs/html_inspector.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ pytest test_inspect_html.py
2424
* HTML Inspection Results: https://xkcd.com/1144/
2525
X - 'property' is not a valid attribute of the <meta> element.
2626
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.
2828
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.
2930
X - The <center> element is obsolete and should not be used.
3031
X - <script> elements should appear right before the closing </body> tag for optimal performance.
3132
X - The id 'comicLinks' appears more than once in the document.

0 commit comments

Comments
 (0)