--- test/html-webhacc/error-description.en.html.u8 2007/07/16 10:55:11 1.3 +++ test/html-webhacc/error-description.en.html.u8 2007/07/16 13:56:26 1.4 @@ -56,6 +56,19 @@

+

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 of a character must be specified after &#.

An & (U+0026 @@ -109,6 +122,19 @@

+

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.

There are more than one attributes with the same name in a tag. The document is non-conforming.

@@ -144,10 +170,30 @@ The document is non-conforming.

+

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 @@ -215,7 +261,13 @@

Element $0 is not - opened.

+ 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.

+ @@ -331,8 +383,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, @@ -360,7 +412,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, @@ -388,10 +440,51 @@

This identifier has already been assigned to another element.

+ + + +

This browsing context name is reserved.

+
+

Attribute Value Warnings

+ + + +
+

Table Model Errors

@@ -441,6 +534,20 @@

This IRI should explicitly end with /.

+

Hexadecimal digit in percent-encoding + should be in lowercase.

+

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.

+
+
@@ -458,9 +565,10 @@ It cannot determine whether the document is conforming or not.

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

- + \ No newline at end of file