/[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.3 by wakaba, Mon Jul 16 08:38:48 2007 UTC revision 1.4 by wakaba, Mon Jul 16 10:55:11 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>.
2    bare ero;tokenize-error;The <code>&amp;</code> character must introduce a reference.
3    bare nero;tokenize-error;The decimal representation of the code position of a character must be specified after <code>&amp;#</code>.
4    bare hcro;tokenize-error;The hexadecimal representation of the code position of a character must be specified after <code>&amp;#x</code>.
5  duplicate attribute;tokenize-error;There are two attributes with same name.  duplicate attribute;tokenize-error;There are two attributes with same name.
6  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.
7  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.
8  no DOCTYPE;parse-error;This document does not start with the <code>DOCTYPE</code> declaration.  in table;parse-error;Tag <code>&lt;<var>$0</var>&gt;</code> is not allowed in <code>table</code>.
9    in table:#character;parse-error;Data character is not allowed in <code>table</code>.
10    missing start tag:tr;parse-error;Start tag of <code>tr</code> element is missing.
11    no DOCTYPE;parse-error;This document does not start with the <code>DOCTYPE</code>.
12  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.
13  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.
14  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.
# Line 9  character not allowed;content-model-erro Line 16  character not allowed;content-model-erro
16  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.
17  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.
18  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.
19  enumerated:invalid;attribute-error;This attribute only allow a limited set of values and the specified value is not one of them.  attribute missing;attribute-error;Required attribute <code><var>$0</var></code> is not specified.
20    in HTML:xml:lang;attribute-error;The <code>xml:lang</code> attribute is not allowed in HTML document.
21    in XML:charset;attribute-error;The <code>charset</code> attribute is not allowed in XML document.
22    in XML:lang;attribute-error;The <code>lang</code> attribute is not allowed in XML document.
23    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.
24    enumerated:invalid;attribute-value-error;This attribute only allow a limited set of values and the specified value is not one of them.
25    duplicate ID;attribute-value-error;This identifier has already been assigned to another element.
26    reserved browsing context name;attribute-value-error;This browsing context name is reserved.
27    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.
28  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.
29  s:IMT:obsolete subtype;should;An <em>obsolete</em> subtype is used.  s:IMT:obsolete subtype;should;An <em>obsolete</em> subtype is used.
30  s:IMT:private subtype;should;A private (<code>x-</code> or <code>x.</code>) subtype is used.  s:IMT:private subtype;should;A private (<code>x-</code> or <code>x.</code>) subtype is used.
31  s:IMT:unregistered subtype;should;The subtype is not registered to IANA.  s:IMT:unregistered subtype;should;The subtype is not registered to IANA.
32  m:URI::syntax error;must;This string is not an IRI syntactically.  m:URI::syntax error;must;This string is not an IRI syntactically.
33    s:URI::dot-segment;should;Dot-segment (<code>.</code> or <code>..</code>) should not occur in an absolute reference.
34  s:URI::empty path;should;This IRI should explicitly end with <code>/</code>.  s:URI::empty path;should;This IRI should explicitly end with <code>/</code>.
35  unsupported:attribute;unsupported;This attribute is not supported by the conformance checker; <em>it might or might not be conforming</em>.  unsupported:attribute;unsupported;This attribute is not supported by the conformance checker; <em>it might or might not be conforming</em>.
36  unsupported:element;unsupported;This element is not supported by the conformance checker; <em>it might or might not be conforming</em>.  unsupported:element;unsupported;This element is not supported by the conformance checker; <em>it might or might not be conforming</em>.

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24