Parent Directory
|
Revision Log
++ ChangeLog 11 Sep 2008 09:13:08 -0000 2008-09-11 Wakaba <wakaba@suika.fam.cx> * error-description-source.xml: Unicode checker errors are added. ++ html/WebHACC/Language/ChangeLog 11 Sep 2008 09:13:53 -0000 2008-09-11 Wakaba <wakaba@suika.fam.cx> * HTML.pm: Support for the Unicode character checking. ++ html/WebHACC/ChangeLog 11 Sep 2008 09:13:31 -0000 2008-09-11 Wakaba <wakaba@suika.fam.cx> * Result.pm (generate_result_section): Initial support for the charset layer.
| 1 | wakaba | 1.12 | WebHACC:Title;;WebHACC (β) |
| 2 | WebHACC:Heading;; <a href="../error-description#WebHACC:Heading" rel="help"><abbr title="Web ハイパーテキスト応用適合性検査器 (β)"><img alt="WebHACC" src="../icons/title"></abbr></a> | ||
| 3 | wakaba | 1.18 | fallback-char-error;;Octet sequence <code><var>{octets}</var></code> is not an allowed representation of the character <code><var>{char}</var></code> — character reference <code><var>{char:hexref}</var></code> should be used instead. |
| 4 | fallback-unassigned-error;;No character is assigned to octet sequence <code><var>{octets}</var></code>. | ||
| 5 | illegal-octets-error;;Octet sequence <code><var>{octets}</var></code> is illegal. | ||
| 6 | invalid-state-error;;The input stream is broken. | ||
| 7 | unassigned-code-point-error;;No character is assigned to octet sequence <code><var>{octets}</var></code>. | ||
| 8 | wakaba | 1.7 | disallowed character encoding;;Character encoding <code><var>{text}</var></code> is not allowed for <abbr>HTML</abbr> document. |
| 9 | bad character encoding;;Character encoding <code><var>{text}</var></code> should not be used for <abbr>HTML</abbr> document. | ||
| 10 | non-utf-8 character encoding;;Use of UTF-8 is encouraged (this document is encoded in <code><var>{text}</var></code>). | ||
| 11 | character encoding unchecked;;Conformance for character encoding requirements cannot be checked, since the input is not a byte stream. | ||
| 12 | no character encoding declaration;;There is no character encoding declaration. | ||
| 13 | non ascii superset;;No character encoding metadata is found in lower‐level protocol nor is there <abbr>BOM</abbr>, while character encoding <code><var>{text}</var></code> is not a superset of <abbr>ASCII</abbr>. | ||
| 14 | wakaba | 1.6 | sniffing:chardet;;Character encoding of this document is sniffed as <code><var>{text}</var></code> (Sniffed because no explicit specification for the character encoding of this document is found in the transfer procotol headers). |
| 15 | sniffing:default;;Character encoding of this document is defaulted to <code><var>{text}</var></code> because no explicit specification for the character encoding of this document is found in the transfer procotol headers. | ||
| 16 | wakaba | 1.18 | chardecode:fallback;;Results might be <em>wrong</em>, since the conformance checker cannot find an appropriate decoder for the character encoding used for the document. |
| 17 | wakaba | 1.6 | chardecode:no error;;Conformance error checking for the character encoding <code><var>{text}</var></code> is not supported. |
| 18 | charset label:matching;;Sniffed character encoding <code><var>{text}</var></code> is same as the character encoding specified in the character encoding declaration. This is <em>not</em> an error. | ||
| 19 | wakaba | 1.15 | charset label detected;;While parsing the document as <code><var>{text}</var></code>, a character encoding declaration specifying a different character encoding is found. The document is reparsed. |
| 20 | wakaba | 1.6 | NULL;;The <code class="charname">NULL</code> character is not allowed. |
| 21 | control char;;Code point <code><var>{text}</var></code> is not allowed. | ||
| 22 | wakaba | 1.19 | nonchar;;Noncharacter <code><var>{text}</var></code> is found in the input stream. |
| 23 | unicode deprecated;;Use of character <code><var>{text}</var></code> is deprecated. | ||
| 24 | unicode discouraged;;Use of character <code><var>{text}</var></code> is discouraged. | ||
| 25 | unicode not preferred;;Code point <code><var>{text}</var></code> is not the preferred representation of that character. | ||
| 26 | unicode should;;Character <code><var>{text}</var></code> should not be used in many cases. | ||
| 27 | wakaba | 1.15 | bad attribute name;;Attribute name cannot contain characters <code>"</code>, <code>'</code>, and <code>=</code>. |
| 28 | bad attribute value;;Attribute value must be quoted by <code>"</code> or <code>'</code> if it contains a <code>"</code>, <code>'</code>, or <code>=</code> character. | ||
| 29 | bare ero;;The <code>&</code> character must be escaped as <code class="html example">&amp;</code>. | ||
| 30 | bare etago;;A <code></</code> string is not followed by a tag name. | ||
| 31 | bare stago;;A <code><</code> character is not followed by tag name or by a <code>!</code> character. | ||
| 32 | bare nero;;The decimal representation of the code position of a character must be specified after <code>&#</code>. | ||
| 33 | bare hcro;;The hexadecimal representation of the code position of a character must be specified after <code>&#x</code>. |