--- test/html-webhacc/error-description-source.xml 2007/07/21 04:58:17 1.6 +++ test/html-webhacc/error-description-source.xml 2007/09/02 07:59:01 1.8 @@ -28,6 +28,21 @@ + + Tag <$0> + is not allowed after the end tag </body>. + +

The start or end tag of an element appears after the + body element has been closed. The document is + non-conforming.

+ +

Any content of the document other than head + contents and comments must be put into the body + element.

+
+
+ The & character must @@ -63,6 +78,29 @@ + + A </ string is not followed + by a tag name. + +

There is a < (U+003C + LESS-THAN SIGN) character + immediately followed by a / (U+005F + SOLIDUS) character, which is not part + of any end tag, in the input stream. The document + is non-conforming.

+ +

The </ sequence immediately followed + by an EOF is + interpreted as a string data of </.

+ +

The </ sequence as string data must + be escaped as: +

&lt;/
+

+
+
+ A < character is not followed @@ -134,6 +172,28 @@ + + A </ string is not followed + by a tag name. + +

There is a < (U+003C + LESS-THAN SIGN) character + immediately followed by a / (U+005F + SOLIDUS) character, which is not part + of any end tag, in the input stream. The document + is non-conforming.

+ +

The </ sequence not followed by a + tag name is parsed as an opening of bogus comment.

+ +

The </ sequence as string data must + be escaped as: +

&lt;/
+

+
+
+ There is a -- sequence @@ -513,6 +573,10 @@ element must have an xmlns attribute whose value is set to http://www.w3.org/1999/xhtml.

+
If the element with the error is blink, + center, or marquee element
+
These elements are not part of the HTML standard. + Use CSS for styling control.

@@ -553,11 +617,28 @@
+ + Attribute + {local-name} is not allowed for + {element-local-name} element. + +

An attribute is specified where it is not allowed. + The document is non-conforming.

+ +
+
HTML meta element
+
For HTML meta element, only one of + name, http-equiv, or charset + attribute is allowed.
+
+
+
+ The xml:lang attribute is not allowed in HTML document. - +

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

@@ -621,7 +702,7 @@

The xmlns attribute in the null namespace is not allowed in XHTML document.

-

This error should not occur in conformance-checking +

This error should not occur in conformance-checking of static documents.

@@ -636,6 +717,30 @@ This attribute only allow a limited set of values and the specified value {@} is not one of them. + +

For this attribute only several values are allowed and the + value of the attribute is not one of them. The document + is non-conforming.

+ +
+
HTML meta element, http-equiv attribute
+

Only Default-Style and Refresh + is allowed.

+

Value Content-Type is obsolete; for charset + declaration, the charset attribute can be used as: +

<meta charset="charset-name">
+ ... where charset-name is a name of the character encoding + of the document, such as utf-8.

+

Values Content-Style-Type and + Content-Script-Type are currently not allowed.

+

Value Keywords is not allowed. Use + name attribute instead of http-equiv + attribute.

+

Values Expires, Pragma, + and Cache-Control are not allowed; + use real HTTP header fields for cache control.

+
+
+ +
+
Link types shortcut icon
+
Link type shortcut is not registered. + Use only icon for linking to so-called favicon.
+
@@ -981,6 +1092,6 @@ and/or modify it under the same terms as Perl itself.

- + \ No newline at end of file