/[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.1 - (hide annotations) (download)
Sun Jul 1 06:21:46 2007 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
File MIME type: text/plain
++ ChangeLog	1 Jul 2007 06:21:44 -0000
2007-07-01  Wakaba  <wakaba@suika.fam.cx>

	* cc-style.css: New rules for empty error lists,
	error levels, and |code|.

	* cc.cgi: Support for error message catalog.
	Support for empty (zero-length) document.
	(print_source_string): Support for empty document.
	(print_document_tree): Element |has_child_nodes| test
	was incorrect.  Output compat mode and is html flag
	for |Document| node.
	(load_text_catalog, get_text): New functions.

	* LICENSE, large-alert.png, large-info.png, large-stop.png:
	New files.

1 wakaba 1.1 after head;parse-error;The <code>$0</code> element cannot be inserted between <code>head</code> and <code>body</code> elements.
2     character not allowed;content-model-error;Character data are not allowed in this context.
3     child element missing;content-model-error;There must be a <code>$0</code> element as a child of this element.
4     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.
5     nestc;tokenize-error;Void element syntax (<code>/></code>) cannot be used for this element.
6     duplicate attribute;tokenize-error;There are two attributes with same name.
7     element not allowed;content-model-error;This element is not allowed in this context.
8     enumerated:invalid;attribute-error;This attribute only allow a limited set of values and the specified value is not one of them.
9     no DOCTYPE;parse-error;This document does not start with the <code>DOCTYPE</code> declaration.
10     not HTML5;parse-error;This document is written in an old version of HTML.
11     not closed;parse-error;Element <code>$0</code> is not closed.
12     unmatched end tag;parse-error;Element <code>$0</code> is not opened.
13    
14     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.
15    
16     s:IMT:obsolete subtype;should;An <em>obsolete</em> subtype is used.
17     s:IMT:private subtype;should;A private (<code>x-</code> or <code>x.</code>) subtype is used.
18     s:IMT:unregistered subtype;should;The subtype is not registered to IANA.
19    
20     s:URI::empty path;should;This IRI should explicitly end with <code>/</code>.
21     m:URI::syntax error;must;This IRI is not syntactically valid.
22    
23     unsupported:attribute;unsupported;This attribute is not supported by the conformance checker; <em>it might or might not be conformant</em>.
24     unsupported:element;unsupported;This element is not supported by the conformance checker; <em>it might or might not be conformant</em>.
25     unsupported:link type;unsupported;The link type <code>$0</code> is not standardized or registered at the time of the release of the conformance checker; <em>it is not conformant unless it has now been registered</em>.
26    
27     manakaiCompatMode:quirks;;Quirks Mode
28     manakaiCompatMode:limited quirks;;Limited Quirks Mode
29     manakaiCompatMode:no quirks;;No Quirks Mode
30    
31     manakaiIsHTML:1;;HTML Document
32     manakaiIsHTML:0;;XML Document
33    
34     # Copyright 2007 Wakaba <w@suika.fam.cx>
35     #
36     # This library is free software; you can redistribute it
37     # and/or modify it under the same terms as Perl itself.
38     #
39     # $Date: 2007/06/30 08:26:08 $

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24