/[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.8 - (show annotations) (download)
Sat Aug 11 13:54:55 2007 UTC (16 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.7: +3 -0 lines
File MIME type: text/plain
++ ChangeLog	11 Aug 2007 13:54:20 -0000
2007-08-11  Wakaba  <wakaba@suika.fam.cx>

	* cc.cgi, parser-manakai.cgi, parser.cgi: Use |Message::CGI::HTTP|
	instead of |SuikaWiki::Input::HTTP|.

2007-08-05  Wakaba  <wakaba@suika.fam.cx>

	* cc-interface.en.html: IMT |application/atom+xml| is added.
	Link to |cc-todo| is added.

2007-07-24  Wakaba  <wakaba@suika.fam.cx>

	* error-description.xml: Description for "after body", "bare etago",
	and "bogus end tag" are added.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24