/[pub]/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.5 by wakaba, Mon Jul 16 13:56:26 2007 UTC revision 1.14 by wakaba, Wed Nov 7 12:20:44 2007 UTC
# Line 1  Line 1 
1  after html;parse-error;Tag <code>&lt;<var>$0</var>&gt;</code> is not allowed after the end tag <code>&lt;/html&gt;</code>.  after html;parse-error;Tag <code>&lt;<var>$0</var>&gt;</code> is not allowed after the end tag <code>&lt;/html&gt;</code>.
2    after body;parse-error;Tag <code>&lt;<var>$0</var>&gt;</code> is not allowed after the end tag <code>&lt;/body&gt;</code>.
3  bare ero;tokenize-error;The <code>&amp;</code> character must introduce a reference.  bare ero;tokenize-error;The <code>&amp;</code> character must introduce a reference.
4    bare etago;tokenize-error;A <code>&lt;/</code> string is not followed by a tag name.
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 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 same name.  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;Polytheistic slash (<code>/&gt;</code>) cannot be used for this element.
13    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 body;parse-error;Tag <code>&lt;<var>$0</var>&gt;</code> is not allowed in <code>body</code>.  in a:a;parse-error;Anchor cannot be nested.
17  in table;parse-error;Tag <code>&lt;<var>$0</var>&gt;</code> is not allowed in <code>table</code>.  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;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.
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.
22  no DOCTYPE;parse-error;This document does not start with the <code>DOCTYPE</code>.  no DOCTYPE;parse-error;This document does not start with a <code>DOCTYPE</code>.
23  not closed;parse-error;Element <code><var>$0</var></code> is not closed.  not closed;parse-error;Element <code><var>$0</var></code> is not closed.
24    not first start tag;parse-error;This <code>&lt;html&gt;</code> tag is not the first start tag.
25  not HTML5;parse-error;This document is written in an old version of HTML.  not HTML5;parse-error;This document is written in an old version of HTML.
26  unmatched end tag;parse-error;Element <code><var>$0</var></code> is not opened.  unmatched end tag;parse-error;Element <code><var>$0</var></code> is not opened.
27  character not allowed;content-model-error;Data character is not allowed in this context.  character not allowed;content-model-error;Data character is not allowed in this context.
28  child element missing;content-model-error;There must be a <code><var>$0</var></code> element as a child of this element.  child element missing;content-model-error;There must be a <code><var>$0</var></code> element as a child of this element.
29  child element missing:td|th;content-model-error;There must be a <code>td</code> or <code>th</code> element as a child of this element.  child element missing:td|th;content-model-error;There must be a <code>td</code> or <code>th</code> element as a child of this element.
30  element not allowed;content-model-error;This element is not allowed in this context.  element not allowed;content-model-error;This element is not allowed in this context.
31    element not allowed:root;content-model-error;This element is not allowed as a root element.
32    ps element missing;content-model-error;There is no <code><var>$0</var></code> element before this element.
33  attribute missing;attribute-error;Required attribute <code><var>$0</var></code> is not specified.  attribute missing;attribute-error;Required attribute <code><var>$0</var></code> is not specified.
34    attribute not allowed;attribute-error;Attribute <code><var>{local-name}</var></code> is not allowed for <code><var>{element-local-name}</var></code> element.
35  in HTML:xml:lang;attribute-error;The <code>xml:lang</code> attribute is not allowed in HTML document.  in HTML:xml:lang;attribute-error;The <code>xml:lang</code> attribute is not allowed in HTML document.
36  in XML:charset;attribute-error;The <code>charset</code> attribute is not allowed in XML document.  in XML:charset;attribute-error;The <code>charset</code> attribute is not allowed in XML document.
37  in XML:lang;attribute-error;The <code>lang</code> attribute is not allowed in XML document.  in XML:lang;attribute-error;The <code>lang</code> attribute is not allowed in XML document.
38  in XML:xmlns;attribute-error;The <code>xmlns</code> attribute in the <code>null</code> namespace is not allowed in XHTML document. The document is non-conforming.  in XML:xmlns;attribute-error;The <code>xmlns</code> attribute in the <code>null</code> namespace is not allowed in XHTML document. The document is non-conforming.
39  enumerated:invalid;attribute-value-error;This attribute only allow a limited set of values and the specified value is not one of them.  enumerated:invalid;attribute-value-error;This attribute only allow a limited set of values and the specified value <code><var>{@}</var></code> is not one of them.
40    enumerated:invalid:http-equiv:content-type;attribute-value-error;Charset declaration syntax <code class="html bad example">&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=<var>charset-name</var>&quot;&gt;</code> is obsolete.
41  duplicate ID;attribute-value-error;This identifier has already been assigned to another element.  duplicate ID;attribute-value-error;This identifier has already been assigned to another element.
42  link type:bad-context;attribute-value-error;The link type <code><var>$0</var></code> cannot be specified for this element.  link type:bad context;attribute-value-error;The link type <code><var>$0</var></code> cannot be specified for this element.
43  link type:non-conforming;attribute-value-error;The link type <code><var>$0</var></code> is non-conforming.  link type:non-conforming;attribute-value-error;The link type <code><var>$0</var></code> is non-conforming.
44  reserved browsing context name;attribute-value-error;This browsing context name is reserved.  reserved browsing context name;attribute-value-error;Browsing context name <code><var>{@}</var></code> is reserved.
45  s:link type:proposed;attribute-value-warning should;Link type <code><var>$0</var></code> is proposed but not accepted yet; it <em>should not</em> be used until it has been accepted.  s:link type:proposed;attribute-value-warning should;Link type <code><var>$0</var></code> is proposed but not accepted yet; it <em>should not</em> be used until it has been accepted.
46  table:colspan creates column with no anchored cell;table-model-error;This <code>colspan</code> attribute results in creating a table column that does not contain any cell anchored to it.  table:colspan creates column with no anchored cell;table-model-error;This <code>colspan</code> attribute results in creating a table column that does not contain any cell anchored to it.
47  table:no cell in last row;table-model-error;The table has no cell (<code>td</code> or <code>th</code>) in the last row.  table:no cell in last row;table-model-error;The table has no cell (<code>td</code> or <code>th</code>) in the last row.
48  s:IMT:obsolete subtype;should;An <em>obsolete</em> subtype is used.  table:rowspan extends table;table-model-error;This <code>rowspan</code> attribute results in creating a table row that does not contain any cell anchored to it.
49  s:IMT:private subtype;should;A private (<code>x-</code> or <code>x.</code>) subtype is used.  s:IMT:obsolete subtype;should;<code><var>{@}</var></code>: An <em>obsolete</em> subtype is used.
50  s:IMT:unregistered subtype;should;The subtype is not registered to IANA.  s:IMT:private subtype;should;<code><var>{@}</var></code>: A private (<code>x-</code> or <code>x.</code>) subtype is used.
51  m:URI::syntax error;must;This string is not an IRI syntactically.  s:IMT:unregistered subtype;should;<code><var>{@}</var></code>: The subtype is not registered to IANA.
52  s:URI::dot-segment;should;Dot-segment (<code>.</code> or <code>..</code>) should not occur in an absolute reference.  m:URI::syntax error;must;The specified value is syntactically not an IRI reference.
53  s:URI::empty path;should;This IRI should explicitly end with <code>/</code>.  s:URI::dot-segment;should;A dot-segment (<code>.</code> or <code>..</code>) occurs in an absolute reference.
54  s:URI::lowercase hexadecimal digit;should;Hexadecimal digit in percent-encoding should be in lowercase.  s:URI::empty path;should;This IRI does not end with a <code>/</code>.
55    s:URI::lowercase hexadecimal digit;should;A lowercase hexadecimal digit is used in percent-encoding.
56  s:URI::percent-encoded unreserved;should;An unreserved character is percent-encoded.  s:URI::percent-encoded unreserved;should;An unreserved character is percent-encoded.
57  unsupported:attribute;unsupported;This attribute is not supported by the conformance checker; <em>it might or might not be conforming</em>.  s:URI::uppercase scheme name;should;URI scheme name is in uppercase.
58  unsupported:element;unsupported;This element is not supported by the conformance checker; <em>it might or might not be conforming</em>.  m:not manifest;must;This document is not a cache manifest.
59  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:element;unsupported;Conformance checking for element <code><var>{local-name}</var></code> is not supported; <em>it might or might not be conforming</em>.
60    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>.
61    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>.
62  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>
 unsupported:language tag;unsupported;Conformance checking for language tag is not supported; <em>it might or might not be conforming.</em>  
63  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>
64  unsupported:script;unsupported;Conformance checking for script language <code><var>$0</var></code> is not supported; <em>it might or might not be conforming.</em>  unsupported:script;unsupported;Conformance checking for script language <code><var>$0</var></code> is not supported; <em>it might or might not be conforming.</em>
65  unsupported:style;unsupported;Conformance checking for style language <code><var>$0</var></code> is not supported; <em>it might or might not be conforming.</em>  unsupported:style;unsupported;Conformance checking for style language <code><var>$0</var></code> is not supported; <em>it might or might not be conforming.</em>

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.14

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24