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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.15 - (show annotations) (download)
Sun Nov 18 11:05:12 2007 UTC (16 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.14: +7 -1 lines
File MIME type: text/plain
++ ChangeLog	18 Nov 2007 11:04:51 -0000
	* cc-style.css: New rules for warnings.

	* cc-todo.en.txt: Updated.

	* cc.cgi: Default to |Windows-1252| instead of |ISO-8859-1|
	for |inner_html| with external source.  Set |manakai_charset|
	attribute if possible.
	(load_text_catalog): Interpret catalog file as UTF-8.

	* error-description-source.en.xml: New errors for character
	encodings are added.

2007-11-18  Wakaba  <wakaba@suika.fam.cx>

	* error-description-source.xml: s/charset declaration/character
	encoding declaration/g, since HTML5 spec says so.

2007-11-18  Wakaba  <wakaba@suika.fam.cx>

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 m:no character encoding declaration;format-charset error;There is no character encoding declaration.
5 m:non ascii superset;format-charset error;No character encoding metadata is found in upperā€level protocol nor is there <abbr>BOM</abbr>, while character encoding <code><var>$0</var></code> is not a superset of <abbr>ASCII</abbr>.
6 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.
7 after html;parse-error;Tag <code>&lt;<var>$0</var>&gt;</code> is not allowed after the end tag <code>&lt;/html&gt;</code>.
8 after body;parse-error;Tag <code>&lt;<var>$0</var>&gt;</code> is not allowed after the end tag <code>&lt;/body&gt;</code>.
9 bare ero;tokenize-error;The <code>&amp;</code> character must introduce a reference.
10 bare etago;tokenize-error;A <code>&lt;/</code> string is not followed by a tag name.
11 bare stago;tokenize-error;A <code>&lt;</code> character is not followed by tag name or by a <code>!</code> character.
12 bare nero;tokenize-error;The decimal representation of the code position of a character must be specified after <code>&amp;#</code>.
13 bare hcro;tokenize-error;The hexadecimal representation of the code position of a character must be specified after <code>&amp;#x</code>.
14 bogus comment;tokenize-error;String <code>&lt;!</code> is not followed by <code>--</code>.
15 bogus end tag;tokenize-error;String <code>&lt;/</code> is not followed by tag name.
16 dash in comment;tokenize-error;There is a <code>--</code> sequence in a comment.
17 duplicate attribute;tokenize-error;There are two attributes with name <code><var>$0</var></code>.
18 nestc;tokenize-error;Polytheistic slash (<code>/&gt;</code>) cannot be used for this element.
19 pio;tokenize-error;Processing instruction (<code>&lt;?<var>...</var>&gt;</code>) cannot be used.
20 after head;parse-error;The <code><var>$0</var></code> element cannot be inserted between <code>head</code> and <code>body</code> elements.
21 DOCTYPE in the middle;parse-error;A <code>DOCTYPE</code> appears after any element or data character has been seen.
22 in a:a;parse-error;Anchor cannot be nested.
23 in body;parse-error;Tag <code>&lt;<var>$0</var>&gt;</code> is not allowed in the <code>body</code> element.
24 in head:head;parse-error;Start tag <code>&lt;head&gt;</code> is not allowed in the <code>head</code> element.
25 in table;parse-error;Tag <code>&lt;<var>$0</var>&gt;</code> is not allowed in a <code>table</code> element.
26 in table:#character;parse-error;Data character is not allowed in <code>table</code>.
27 missing start tag:tr;parse-error;Start tag of <code>tr</code> element is missing.
28 no DOCTYPE;parse-error;This document does not start with a <code>DOCTYPE</code>.
29 not closed;parse-error;Element <code><var>$0</var></code> is not closed.
30 not first start tag;parse-error;This <code>&lt;html&gt;</code> tag is not the first start tag.
31 not HTML5;parse-error;This document is written in an old version of HTML.
32 unmatched end tag;parse-error;Element <code><var>$0</var></code> is not opened.
33 character not allowed;content-model-error;Data character is not allowed in this context.
34 child element missing;content-model-error;There must be a <code><var>$0</var></code> element as a child of this element.
35 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.
36 element not allowed;content-model-error;This element is not allowed in this context.
37 element not allowed:root;content-model-error;This element is not allowed as a root element.
38 ps element missing;content-model-error;There is no <code><var>$0</var></code> element before this element.
39 attribute missing;attribute-error;Required attribute <code><var>$0</var></code> is not specified.
40 attribute not allowed;attribute-error;Attribute <code><var>{local-name}</var></code> is not allowed for <code><var>{element-local-name}</var></code> element.
41 in HTML:xml:lang;attribute-error;The <code>xml:lang</code> attribute is not allowed in HTML document.
42 in XML:charset;attribute-error;The <code>charset</code> attribute is not allowed in XML document.
43 in XML:lang;attribute-error;The <code>lang</code> attribute is not allowed in XML document.
44 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.
45 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.
46 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.
47 duplicate ID;attribute-value-error;This identifier has already been assigned to another element.
48 link type:bad context;attribute-value-error;The link type <code><var>$0</var></code> cannot be specified for this element.
49 link type:non-conforming;attribute-value-error;The link type <code><var>$0</var></code> is non-conforming.
50 reserved browsing context name;attribute-value-error;Browsing context name <code><var>{@}</var></code> is reserved.
51 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.
52 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.
53 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.
54 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.
55 s:IMT:obsolete subtype;should;<code><var>{@}</var></code>: An <em>obsolete</em> subtype is used.
56 s:IMT:private subtype;should;<code><var>{@}</var></code>: A private (<code>x-</code> or <code>x.</code>) subtype is used.
57 s:IMT:unregistered subtype;should;<code><var>{@}</var></code>: The subtype is not registered to IANA.
58 m:URI::syntax error;must;The specified value is syntactically not an IRI reference.
59 s:URI::dot-segment;should;A dot-segment (<code>.</code> or <code>..</code>) occurs in an absolute reference.
60 s:URI::empty path;should;This IRI does not end with a <code>/</code>.
61 s:URI::lowercase hexadecimal digit;should;A lowercase hexadecimal digit is used in percent-encoding.
62 s:URI::percent-encoded unreserved;should;An unreserved character is percent-encoded.
63 s:URI::uppercase scheme name;should;URI scheme name is in uppercase.
64 m:not manifest;must;This document is not a cache manifest.
65 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>.
66 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>.
67 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>.
68 unsupported:event handler;unsupported;Conformance checking for event handler attribute is not supported; <em>it might or might not be conforming.</em>
69 unsupported:media query;unsupported;Conformance checking for media query is not supported; <em>it might or might not be conforming.</em>
70 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>
71 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>
72
73 manakaiCompatMode:quirks;;Quirks Mode
74 manakaiCompatMode:limited quirks;;Limited Quirks Mode
75 manakaiCompatMode:no quirks;;No Quirks Mode
76
77 manakaiIsHTML:1;;HTML Document
78 manakaiIsHTML:0;;XML Document
79

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24