/[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.10 by wakaba, Mon Sep 3 14:30:46 2007 UTC revision 1.18 by wakaba, Tue Mar 11 14:10:11 2008 UTC
# Line 1  Line 1 
1    m:character encoding;format-charset must;Character encoding <code><var>$0</var></code> is not allowed for <abbr>HTML</abbr> document.
2    s:character encoding;format-charset should;Character encoding <code><var>$0</var></code> should not be used for <abbr>HTML</abbr> document.
3    w:character encoding;format-charset warning;Use of UTF-8 is encouraged.
4    unsupported:character encoding;format-charset unsupported;Conformance for character encoding requirements cannot be checked.
5    m:no character encoding declaration;format-charset error;There is no character encoding declaration.
6    m:non ascii superset;format-charset error;No character encoding metadata is found in lower‐level protocol nor is there <abbr>BOM</abbr>, while character encoding <code><var>$0</var></code> is not a superset of <abbr>ASCII</abbr>.
7    w:charset label detected;format-charset warning;While parsing the document as <code><var>$0</var></code>, a character encoding declaration specifying character encoding as <code><var>$1</var></code> is found. The document is reparsed.
8  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>.
9  after body;parse-error;Tag <code>&lt;<var>$0</var>&gt;</code> is not allowed after the end tag <code>&lt;/body&gt;</code>.  after body;parse-error;Tag <code>&lt;<var>$0</var>&gt;</code> is not allowed after the end tag <code>&lt;/body&gt;</code>.
10  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.
# Line 9  bogus comment;tokenize-error;String <cod Line 16  bogus comment;tokenize-error;String <cod
16  bogus end tag;tokenize-error;String <code>&lt;/</code> is not followed by tag name.  bogus end tag;tokenize-error;String <code>&lt;/</code> is not followed by tag name.
17  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.
18  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>.
19  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.
20  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.
21  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.
22  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.
# Line 28  character not allowed;content-model-erro Line 35  character not allowed;content-model-erro
35  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.
36  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.
37  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.
38    element not allowed:root;content-model-error;This element is not allowed as a root element.
39  ps element missing;content-model-error;There is no <code><var>$0</var></code> element before this element.  ps element missing;content-model-error;There is no <code><var>$0</var></code> element before this element.
40  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.
41  attribute not allowed;attribute-error;Attribute <code><var>{local-name}</var></code> is not allowed for <code><var>{element-local-name}</var></code> element.  attribute not allowed;attribute-error;Attribute <code><var>{local-name}</var></code> is not allowed for <code><var>{element-local-name}</var></code> element.
# Line 35  in HTML:xml:lang;attribute-error;The <co Line 43  in HTML:xml:lang;attribute-error;The <co
43  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.
44  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.
45  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.
46    w:charset:not registered;attribute-value-warning warning;Character encoding name <code><var>$0</var></code> is not registered.
47    w:charset:private;attribute-value-warning warning;<code><var>$0</var></code> is a private character encoding name.
48    m:charset:syntax error;attribute-value-error;The specified value is syntactically not a character encoding name.
49  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.  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.
50    enumerated:invalid:http-equiv:content-type;attribute-value-error;Character encoding 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.
51  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.
52  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.
53  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.
54    m:mismatched charset name;attribute-value-error;Character encoding name <code><var>$1</var></code> is different from document character encoding <code><var>$0</var></code>.
55  reserved browsing context name;attribute-value-error;Browsing context name <code><var>{@}</var></code> is reserved.  reserved browsing context name;attribute-value-error;Browsing context name <code><var>{@}</var></code> is reserved.
56  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.
57  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.
# Line 53  s:URI::empty path;should;This IRI does n Line 66  s:URI::empty path;should;This IRI does n
66  s:URI::lowercase hexadecimal digit;should;A lowercase hexadecimal digit is used in percent-encoding.  s:URI::lowercase hexadecimal digit;should;A lowercase hexadecimal digit is used in percent-encoding.
67  s:URI::percent-encoded unreserved;should;An unreserved character is percent-encoded.  s:URI::percent-encoded unreserved;should;An unreserved character is percent-encoded.
68  s:URI::uppercase scheme name;should;URI scheme name is in uppercase.  s:URI::uppercase scheme name;should;URI scheme name is in uppercase.
69    m:not manifest;must;This document is not a cache manifest.
70    i:status:cr:element;level-i;This element is in the <strong>call‐for‐implementation</strong> stage.
71    i:status:lc:element;level-i;This element is in the <strong>last call for comments</strong> stage.
72    i:status:wd:element;level-i;This element is documented in a <strong>working draft</strong>.
73    i:status:non-standard:element;level-i;This element is <strong>not part of any standard</strong>.
74  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>.  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>.
75  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>.  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>.
76  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>.  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>.
77  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>  
78  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>
79  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>
80  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.10  
changed lines
  Added in v.1.18

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24