--- test/html-webhacc/error-description-source.xml 2007/07/16 10:55:11 1.3 +++ test/html-webhacc/error-description-source.xml 2007/07/16 13:56:26 1.4 @@ -63,6 +63,22 @@ + + A < character is not followed + by tag name or by a ! character. + +

A < (U+003C LESS-THAN + SIGN) character which is not part of any markup appears + in the input stream.

+ +

The < character as a data character must + be escaped as: +

<lt;
+

+
+
+ The decimal representation of the code position @@ -119,6 +135,23 @@ + + There is a -- sequence + in a comment. + +

There is a - (U+002D + HYPHEN-MINUS) character + at the end of the comment or a -- sequence + in the comment. The document is non-conforming.

+ +

Comments cannot contain a string --, as in XML. + Unlike SGML, there cannot be more than one comments + (where comment is an SGML term) in the comment + declaration.

+
+
+ There are two attributes with same name. @@ -166,13 +199,41 @@ + + A DOCTYPE appears after any + element or data character has been seen. + +

A DOCTYPE appears after any element or data character + has been seen. The document is non-conforming.

+ +

The DOCTYPE must be placed before any + tag, reference, or data character. Only white space characters + and comments can be inserted before the DOCTYPE.

+
+
+ + + Tag <$0> + is not allowed in body. + +

The start or end tag of an element, which + cannot be a descendant of body element, appears + in the input stream while the body element has been opened. + The document is non-conforming.

+
+
+ Tag <$0> is not allowed in table. -

The start or end tag of an element appears in table. - The document is non-conforming.

+

The start or end tag of an element, which + cannot be a child of table element, appears + in the input stream while the table element has been opened + but no other element has been opened. The document is non-conforming.

In table, only table related elements are allowed; any other element must be contained in @@ -263,6 +324,13 @@ class="parse-error"> Element $0 is not opened. + +

An end tag appears though no element with the same name + has been opened. The document is non-conforming.

+ +

For any end tag in HTML document, there must be a + corresponding start tag.

+
@@ -402,8 +470,8 @@

The xml:lang attribute is not allowed in HTML document. The document is non-conforming.

-

The xml:lang attribute in null - namespace for HTML elements is defined as conforming only for +

The lang attribute in the null + namespace for HTML elements is defined as conforming only for XML document.

To specify natural language information in HTML document, @@ -438,7 +506,7 @@ XML document. The document is non-conforming.

The lang attribute in null - namespace for HTML elements is defined as conforming only for + namespace for HTML elements is defined as conforming only for HTML document.

To specify natural language information in XML document, @@ -478,6 +546,36 @@ + + The link type $0 + cannot be specified for this element. + +

The specified link type cannot be used for the element. + The document is non-conforming.

+ +

Link types are associated with limited set of elements. + They cannot be used with other elements.

+ +

For example, link type bookmark + can be used with a or area element, + while it cannot be used with link element.

+ + + + + The link type $0 + is non-conforming. + +

The specified link type is non-conforming. The entire document + is non-conforming.

+ +

For example, in place of non-conforming link type copyright + you must use link type license.

+
+
+ This browsing context name is reserved. @@ -499,6 +597,29 @@ +
+

Attribute Value Warnings

+ + + Link type $0 + is proposed but not accepted yet; it should not be + used until it has been accepted. + +

The link type is in the proposed status; it + should not be used until it has been + accepted.

+ +

Warning: The data served to the + conforming checker might be out of date; it might have already + been accepted or rejected, depending on which the document + might be conforming or non-conforming. See WHATWG Wiki + for the latest information.

+
+
+ +
+

Table Model Errors

@@ -574,6 +695,28 @@ /. + + Hexadecimal digit in percent-encoding + should be in lowercase. + +

The hexadecimal digit in percent-encoding string in the IRI + is in lowercase. Though the IRI is conforming, + it should be in uppercase.

+
+
+ + + An unreserved character is + percent-encoded. + +

An unreserved character is percent-encoded in the IRI. + Though it is conforming, it should be in the + decoded (or bare) form.

+
+
+
@@ -601,9 +744,10 @@ - The link type $0 is not standardized - or registered at the time of the release of the conformance checker; - it is non-conforming unless it has now been registered. + The link type $0 is not + standardized or registered at the time of the release of the conformance + checker; it is non-conforming unless it has now been + registered.

The rel attribute is defined as a list of link types. Some common link types are defined in the HTML5 specification. @@ -618,6 +762,38 @@ + + Conformance checking for event handler attribute + is not supported; it might or might not be conforming. + + + + Conformance checking for language tag + is not supported; it might or might not be conforming. + + + + Conformance checking for media query + is not supported; it might or might not be conforming. + + + + Conformance checking for script + language $0 is not supported; + it might or might not be conforming. + + + + Conformance checking for style + language $0 is not supported; + it might or might not be conforming. + +

@@ -637,6 +813,6 @@ and/or modify it under the same terms as Perl itself.

- + \ No newline at end of file