1 |
|
m:character encoding;format-charset must;Character encoding <code><var>$0</var></code> is not allowed for <abbr>HTML</abbr> document. |
2 |
|
s:character encoding;format-charset should;Character encoding <code><var>$0</var></code> should not be used for <abbr>HTML</abbr> document. |
3 |
|
w:character encoding;format-charset warning;Use of UTF-8 is encouraged. |
4 |
|
m:no character encoding declaration;format-charset error;There is no character encoding declaration. |
5 |
|
m:non ascii superset;format-charset error;No character encoding metadata is found in upperālevel protocol nor is there <abbr>BOM</abbr>, while character encoding <code><var>$0</var></code> is not a superset of <abbr>ASCII</abbr>. |
6 |
|
w:charset label detected;format-charset warning;While parsing the document as <code><var>$0</var></code>, a character encoding declaration specifying character encoding as <code><var>$1</var></code> is found. The document is reparsed. |
7 |
after html;parse-error;Tag <code><<var>$0</var>></code> is not allowed after the end tag <code></html></code>. |
after html;parse-error;Tag <code><<var>$0</var>></code> is not allowed after the end tag <code></html></code>. |
8 |
after body;parse-error;Tag <code><<var>$0</var>></code> is not allowed after the end tag <code></body></code>. |
after body;parse-error;Tag <code><<var>$0</var>></code> is not allowed after the end tag <code></body></code>. |
9 |
bare ero;tokenize-error;The <code>&</code> character must introduce a reference. |
bare ero;tokenize-error;The <code>&</code> character must introduce a reference. |
15 |
bogus end tag;tokenize-error;String <code></</code> is not followed by tag name. |
bogus end tag;tokenize-error;String <code></</code> is not followed by tag name. |
16 |
dash in comment;tokenize-error;There is a <code>--</code> sequence in a comment. |
dash in comment;tokenize-error;There is a <code>--</code> sequence in a comment. |
17 |
duplicate attribute;tokenize-error;There are two attributes with name <code><var>$0</var></code>. |
duplicate attribute;tokenize-error;There are two attributes with name <code><var>$0</var></code>. |
18 |
nestc;tokenize-error;Void element syntax (<code>/></code>) cannot be used for this element. |
nestc;tokenize-error;Polytheistic slash (<code>/></code>) cannot be used for this element. |
19 |
pio;tokenize-error;Processing instruction (<code><?<var>...</var>></code>) cannot be used. |
pio;tokenize-error;Processing instruction (<code><?<var>...</var>></code>) cannot be used. |
20 |
after head;parse-error;The <code><var>$0</var></code> element cannot be inserted between <code>head</code> and <code>body</code> elements. |
after head;parse-error;The <code><var>$0</var></code> element cannot be inserted between <code>head</code> and <code>body</code> elements. |
21 |
DOCTYPE in the middle;parse-error;A <code>DOCTYPE</code> appears after any element or data character has been seen. |
DOCTYPE in the middle;parse-error;A <code>DOCTYPE</code> appears after any element or data character has been seen. |
34 |
child element missing;content-model-error;There must be a <code><var>$0</var></code> element as a child of this element. |
child element missing;content-model-error;There must be a <code><var>$0</var></code> element as a child of this element. |
35 |
child element missing:td|th;content-model-error;There must be a <code>td</code> or <code>th</code> element as a child of this element. |
child element missing:td|th;content-model-error;There must be a <code>td</code> or <code>th</code> element as a child of this element. |
36 |
element not allowed;content-model-error;This element is not allowed in this context. |
element not allowed;content-model-error;This element is not allowed in this context. |
37 |
|
element not allowed:root;content-model-error;This element is not allowed as a root element. |
38 |
ps element missing;content-model-error;There is no <code><var>$0</var></code> element before this element. |
ps element missing;content-model-error;There is no <code><var>$0</var></code> element before this element. |
39 |
attribute missing;attribute-error;Required attribute <code><var>$0</var></code> is not specified. |
attribute missing;attribute-error;Required attribute <code><var>$0</var></code> is not specified. |
40 |
attribute not allowed;attribute-error;Attribute <code><var>{local-name}</var></code> is not allowed for <code><var>{element-local-name}</var></code> element. |
attribute not allowed;attribute-error;Attribute <code><var>{local-name}</var></code> is not allowed for <code><var>{element-local-name}</var></code> element. |
43 |
in XML:lang;attribute-error;The <code>lang</code> attribute is not allowed in XML document. |
in XML:lang;attribute-error;The <code>lang</code> attribute is not allowed in XML document. |
44 |
in XML:xmlns;attribute-error;The <code>xmlns</code> attribute in the <code>null</code> namespace is not allowed in XHTML document. The document is non-conforming. |
in XML:xmlns;attribute-error;The <code>xmlns</code> attribute in the <code>null</code> namespace is not allowed in XHTML document. The document is non-conforming. |
45 |
enumerated:invalid;attribute-value-error;This attribute only allow a limited set of values and the specified value <code><var>{@}</var></code> is not one of them. |
enumerated:invalid;attribute-value-error;This attribute only allow a limited set of values and the specified value <code><var>{@}</var></code> is not one of them. |
46 |
|
enumerated:invalid:http-equiv:content-type;attribute-value-error;Character encoding declaration syntax <code class="html bad example"><meta http-equiv="Content-Type" content="text/html; charset=<var>charset-name</var>"></code> is obsolete. |
47 |
duplicate ID;attribute-value-error;This identifier has already been assigned to another element. |
duplicate ID;attribute-value-error;This identifier has already been assigned to another element. |
48 |
link type:bad context;attribute-value-error;The link type <code><var>$0</var></code> cannot be specified for this element. |
link type:bad context;attribute-value-error;The link type <code><var>$0</var></code> cannot be specified for this element. |
49 |
link type:non-conforming;attribute-value-error;The link type <code><var>$0</var></code> is non-conforming. |
link type:non-conforming;attribute-value-error;The link type <code><var>$0</var></code> is non-conforming. |
61 |
s:URI::lowercase hexadecimal digit;should;A lowercase hexadecimal digit is used in percent-encoding. |
s:URI::lowercase hexadecimal digit;should;A lowercase hexadecimal digit is used in percent-encoding. |
62 |
s:URI::percent-encoded unreserved;should;An unreserved character is percent-encoded. |
s:URI::percent-encoded unreserved;should;An unreserved character is percent-encoded. |
63 |
s:URI::uppercase scheme name;should;URI scheme name is in uppercase. |
s:URI::uppercase scheme name;should;URI scheme name is in uppercase. |
64 |
|
m:not manifest;must;This document is not a cache manifest. |
65 |
unsupported:element;unsupported;Conformance checking for element <code><var>{local-name}</var></code> is not supported; <em>it might or might not be conforming</em>. |
unsupported:element;unsupported;Conformance checking for element <code><var>{local-name}</var></code> is not supported; <em>it might or might not be conforming</em>. |
66 |
unsupported:attribute;unsupported;Conformance checking for attribute <code><var>{local-name}</var></code> of element <code><var>{element-local-name}</var></code> is not supported; <em>it might or might not be conforming</em>. |
unsupported:attribute;unsupported;Conformance checking for attribute <code><var>{local-name}</var></code> of element <code><var>{element-local-name}</var></code> is not supported; <em>it might or might not be conforming</em>. |
67 |
unsupported:link type;unsupported;Link type <code><var>$0</var></code> is not standardized or registered at the time of the release of the conformance checker; <em>it is non-conforming unless it now has been registered</em>. |
unsupported:link type;unsupported;Link type <code><var>$0</var></code> is not standardized or registered at the time of the release of the conformance checker; <em>it is non-conforming unless it now has been registered</em>. |
68 |
unsupported:event handler;unsupported;Conformance checking for event handler attribute is not supported; <em>it might or might not be conforming.</em> |
unsupported:event handler;unsupported;Conformance checking for event handler attribute is not supported; <em>it might or might not be conforming.</em> |
|
unsupported:language tag;unsupported;Conformance checking for language tag is not supported; <em>it might or might not be conforming.</em> |
|
69 |
unsupported:media query;unsupported;Conformance checking for media query is not supported; <em>it might or might not be conforming.</em> |
unsupported:media query;unsupported;Conformance checking for media query is not supported; <em>it might or might not be conforming.</em> |
70 |
unsupported:script;unsupported;Conformance checking for script language <code><var>$0</var></code> is not supported; <em>it might or might not be conforming.</em> |
unsupported:script;unsupported;Conformance checking for script language <code><var>$0</var></code> is not supported; <em>it might or might not be conforming.</em> |
71 |
unsupported:style;unsupported;Conformance checking for style language <code><var>$0</var></code> is not supported; <em>it might or might not be conforming.</em> |
unsupported:style;unsupported;Conformance checking for style language <code><var>$0</var></code> is not supported; <em>it might or might not be conforming.</em> |