/[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.6 - (hide annotations) (download)
Tue Jul 17 13:52:54 2007 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.5: +4 -2 lines
File MIME type: text/plain
++ ChangeLog	17 Jul 2007 13:52:41 -0000
2007-07-17  Wakaba  <wakaba@suika.fam.cx>

	* alert.png, error.png, info.png: New images.

	* LICENSE: New image file names are added.

	* cc-interface.en.html: Link to the style sheet is added.

	* cc-style.css: Duplicate identifiers and terms
	are decorated by icon.

	* cc.cgi: |h1| links to the interface page.
	(#identifiers): New section.

	* error-description-source.en.xml: More error types are
	added.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24