--- test/html-webhacc/error-description-source.xml 2008/08/31 13:28:12 1.42 +++ test/html-webhacc/error-description-source.xml 2008/09/15 07:20:40 1.46 @@ -56,8 +56,45 @@

Character Encoding Layer Errors

- - An illegal octet in the input stream. + + Octet sequence {octets} + is not an allowed representation of the character + {char} — character reference + {char:hexref} should be used instead. + + + + + No character is assigned to octet sequence + {octets}. + + + + + Octet sequence {octets} + is illegal. + + + + + The input stream is broken. + +

The input stream is encoded in ISO-2022-JP + or its variant but is partially broken.

+ +

Note that an ISO-2022-JP stream must end in the ASCII + state.

+
+
+ + + No character is assigned to octet sequence + {octets}.
@@ -177,10 +214,33 @@ - Since no decoder for the document character - encoding is found, decoder for the character encoding - {text} is used. Checking results might be - wrong. + Results might be wrong, since the + conformance checker cannot find an appropriate decoder for the character + encoding used for the document. + +

The conformance checker cannot find an appropriate decoder for + the character encoding used to encode characters in the document.

+ +

This error is raised if:

+ + +

In either case, the result shown by the conformance checker might + contain wrong errors caused by errorneous decoder or might not contain + errors that should be raised if an appropriate decoder is used.

+ + +
+ + +
+

Coded Character Set Layer Errors

+ The NULL character is not allowed. + modules="Charset::UnicodeChecker"> + Code point {text} is not allowed. + + Noncharacter {text} + is found in the input stream. + +

Noncharacter code points are used in the input stream.

+ +

Noncharacter code points are reserved for internal processings. + Their use for information interchanges are forbidden.

+ +

In addition, they are not allowed in HTML document.

+ +
+
+ + + Character {text} is not + a Unicode character. + + + + Use of character {text} + is deprecated. + + + + Use of character {text} + is discouraged. + + + + Code point {text} + is not the preferred representation of that character. + + + + Character {text} + should not be used in many cases. + +
@@ -1201,6 +1312,29 @@ + + The DOCTYPE legacy string is + used. + DOCTYPE + 遺物文字列が使われています。 + +

The DOCTYPE with the DOCTYPE legacy + string, i.e. + <!DOCTYPE HTML PUBLIC "XSLT-compat"> + is used.

+ +

The DOCTYPE legacy string should not be used for documents + not generated from XSLT transformation process. It is allowed + only to enable to use XSLT style sheets with the HTML output mode, which + does not support generation of the DOCTYPE with no + PUBLIC + identifier. For other purposes, the DOCTYPE legacy + string, i.e. PUBLIC "XSLT-compat", + is useless and should not be used.

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

- + \ No newline at end of file