/[suikacvs]/test/html-webhacc/cc-msg.en.txt
Suika

Diff of /test/html-webhacc/cc-msg.en.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by wakaba, Sun Sep 2 07:59:01 2007 UTC revision 1.10 by wakaba, Mon Sep 3 14:30:46 2007 UTC
# Line 5  bare etago;tokenize-error;A <code>&lt;/< Line 5  bare etago;tokenize-error;A <code>&lt;/<
5  bare stago;tokenize-error;A <code>&lt;</code> character is not followed by tag name or by a <code>!</code> character.  bare stago;tokenize-error;A <code>&lt;</code> character is not followed by tag name or by a <code>!</code> character.
6  bare nero;tokenize-error;The decimal representation of the code position of a character must be specified after <code>&amp;#</code>.  bare nero;tokenize-error;The decimal representation of the code position of a character must be specified after <code>&amp;#</code>.
7  bare hcro;tokenize-error;The hexadecimal representation of the code position of a character must be specified after <code>&amp;#x</code>.  bare hcro;tokenize-error;The hexadecimal representation of the code position of a character must be specified after <code>&amp;#x</code>.
8  bogus end tag;tokenize-error;A <code>&lt;/</code> string is not followed by a tag name.  bogus comment;tokenize-error;String <code>&lt;!</code> is not followed by <code>--</code>.
9    bogus end tag;tokenize-error;String <code>&lt;/</code> is not followed by tag name.
10  dash in comment;tokenize-error;There is a <code>--</code> sequence in a comment.  dash in comment;tokenize-error;There is a <code>--</code> sequence in a comment.
11  duplicate attribute;tokenize-error;There are two attributes with name <code><var>$0</var></code>.  duplicate attribute;tokenize-error;There are two attributes with name <code><var>$0</var></code>.
12  nestc;tokenize-error;Void element syntax (<code>/&gt;</code>) cannot be used for this element.  nestc;tokenize-error;Void element syntax (<code>/&gt;</code>) cannot be used for this element.
13  pio;tokenize-error;Processing instruction (<code>&lt;?<var>...</var>?&gt;</code>) cannot be used.  pio;tokenize-error;Processing instruction (<code>&lt;?<var>...</var>&gt;</code>) cannot be used.
14  after head;parse-error;The <code><var>$0</var></code> element cannot be inserted between <code>head</code> and <code>body</code> elements.  after head;parse-error;The <code><var>$0</var></code> element cannot be inserted between <code>head</code> and <code>body</code> elements.
15  DOCTYPE in the middle;parse-error;A <code>DOCTYPE</code> appears after any element or data character has been seen.  DOCTYPE in the middle;parse-error;A <code>DOCTYPE</code> appears after any element or data character has been seen.
16  in a:a;parse-error;Anchor cannot be nested.  in a:a;parse-error;Anchor cannot be nested.
17  in body;parse-error;Tag <code>&lt;<var>$0</var>&gt;</code> is not allowed in a <code>body</code> element.  in body;parse-error;Tag <code>&lt;<var>$0</var>&gt;</code> is not allowed in the <code>body</code> element.
18  in head:head;parse-error;Start tag <code>&lt;<var>head</var>&gt;</code> is not allowed in the <code>head</code> element.  in head:head;parse-error;Start tag <code>&lt;head&gt;</code> is not allowed in the <code>head</code> element.
19  in table;parse-error;Tag <code>&lt;<var>$0</var>&gt;</code> is not allowed in a <code>table</code> element.  in table;parse-error;Tag <code>&lt;<var>$0</var>&gt;</code> is not allowed in a <code>table</code> element.
20  in table:#character;parse-error;Data character is not allowed in <code>table</code>.  in table:#character;parse-error;Data character is not allowed in <code>table</code>.
21  missing start tag:tr;parse-error;Start tag of <code>tr</code> element is missing.  missing start tag:tr;parse-error;Start tag of <code>tr</code> element is missing.
# Line 47  s:IMT:obsolete subtype;should;<code><var Line 48  s:IMT:obsolete subtype;should;<code><var
48  s:IMT:private subtype;should;<code><var>{@}</var></code>: A private (<code>x-</code> or <code>x.</code>) subtype is used.  s:IMT:private subtype;should;<code><var>{@}</var></code>: A private (<code>x-</code> or <code>x.</code>) subtype is used.
49  s:IMT:unregistered subtype;should;<code><var>{@}</var></code>: The subtype is not registered to IANA.  s:IMT:unregistered subtype;should;<code><var>{@}</var></code>: The subtype is not registered to IANA.
50  m:URI::syntax error;must;The specified value is syntactically not an IRI reference.  m:URI::syntax error;must;The specified value is syntactically not an IRI reference.
51  s:URI::dot-segment;should;Dot-segment (<code>.</code> or <code>..</code>) should not occur in an absolute reference.  s:URI::dot-segment;should;A dot-segment (<code>.</code> or <code>..</code>) occurs in an absolute reference.
52  s:URI::empty path;should;This IRI should explicitly end with <code>/</code>.  s:URI::empty path;should;This IRI does not end with a <code>/</code>.
53  s:URI::lowercase hexadecimal digit;should;Hexadecimal digit in percent-encoding should be in lowercase.  s:URI::lowercase hexadecimal digit;should;A lowercase hexadecimal digit is used in percent-encoding.
54  s:URI::percent-encoded unreserved;should;An unreserved character is percent-encoded.  s:URI::percent-encoded unreserved;should;An unreserved character is percent-encoded.
55  s:URI::uppercase scheme name;should;URI scheme name is in uppercase.  s:URI::uppercase scheme name;should;URI scheme name is in uppercase.
56  unsupported:attribute;unsupported;This attribute is not supported by the conformance checker; <em>it might or might not be conforming</em>.  unsupported:element;unsupported;Conformance checking for element <code><var>{local-name}</var></code> is not supported; <em>it might or might not be conforming</em>.
57  unsupported:element;unsupported;This element is not supported by the conformance checker; <em>it might or might not be conforming</em>.  unsupported:attribute;unsupported;Conformance checking for attribute <code><var>{local-name}</var></code> of element <code><var>{element-local-name}</var></code> is not supported; <em>it might or might not be conforming</em>.
58  unsupported:link type;unsupported;The link type <code><var>$0</var></code> is not standardized or registered at the time of the release of the conformance checker; <em>it is non-conforming unless it has now been registered</em>.  unsupported:link type;unsupported;Link type <code><var>$0</var></code> is not standardized or registered at the time of the release of the conformance checker; <em>it is non-conforming unless it now has been registered</em>.
59  unsupported:event handler;unsupported;Conformance checking for event handler attribute is not supported; <em>it might or might not be conforming.</em>  unsupported:event handler;unsupported;Conformance checking for event handler attribute is not supported; <em>it might or might not be conforming.</em>
60  unsupported:language tag;unsupported;Conformance checking for language tag is not supported; <em>it might or might not be conforming.</em>  unsupported:language tag;unsupported;Conformance checking for language tag is not supported; <em>it might or might not be conforming.</em>
61  unsupported:media query;unsupported;Conformance checking for media query is not supported; <em>it might or might not be conforming.</em>  unsupported:media query;unsupported;Conformance checking for media query is not supported; <em>it might or might not be conforming.</em>

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24