We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d378d2c commit 4c85e2dCopy full SHA for 4c85e2d
1 file changed
.htmlignore
@@ -6,6 +6,7 @@ The “align” attribute on the “img” element is obsolete. Use CSS instead.
6
The “align” attribute on the “td” element is obsolete. Use CSS instead.
7
The “align” attribute on the “th” element is obsolete. Use CSS instead.
8
The “border” attribute on the “table” element is obsolete. Use CSS instead.
9
+The “border” attribute on the “table” element is obsolete. Consider specifying “img { border: 0; }” in CSS instead.
10
<th> is missing required "scope" attribute
11
Attribute "align" is deprecated on <img> element
12
Attribute "align" is deprecated on <td> element
0 commit comments