/[pub]/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.25 - (hide annotations) (download)
Fri Aug 15 05:53:23 2008 UTC (15 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.24: +27 -5 lines
File MIME type: text/plain
++ ChangeLog	15 Aug 2008 05:43:43 -0000
2008-08-15  Wakaba  <wakaba@suika.fam.cx>

	* cc-style.css: Add icons to links and headings of error sections.
	Use standard "uncertain" color for level-u errors.  "No error found"
	messages are now handled by catalog, not by CSS presentation.
	The result paragraph saying that the conformance is unknown
	should be bordered as uncertain error messages are.

	* error-description-source.xml: New message entries
	for not-translated-yet messages.  Distinguish result table's
	layer names from other similar texts.

++ html/WebHACC/Language/ChangeLog	15 Aug 2008 05:53:19 -0000
2008-08-15  Wakaba  <wakaba@suika.fam.cx>

	* CSS.pm, CacheManifest.pm, HTML.pm, WebIDL.pm, XML.pm: Don't
	set "uncertain" flag to character encoding (encode) layer if the
	input is a character string.

++ html/WebHACC/ChangeLog	15 Aug 2008 05:51:54 -0000
2008-08-15  Wakaba  <wakaba@suika.fam.cx>

	* Input.pm (generate_transfer_sections): Use standard
	error list methods for transfer errors.  Typos fixed.

	* Output.pm (has_error): New attribute.
	(start_error_list, end_error_list): Support for role "transfer-errors".
	(end_error_list): Generate "no error found" paragraph if it should be.
	(generate_input_section): Decode parameters as UTF-8.

	* Result.pm (add_error): Set |has_error| flag.  Use catalog
	for "Unknown location" message.
	(generate_result_section): Use different text for
	result table rows than normal messages, to avoid collision
	with other messages (such as "Charset").

1 wakaba 1.20 m:illegal-octets-error;error-category-charset;An illegal octet in the input stream.
2 wakaba 1.15 m:character encoding;format-charset must;Character encoding <code><var>$0</var></code> is not allowed for <abbr>HTML</abbr> document.
3     s:character encoding;format-charset should;Character encoding <code><var>$0</var></code> should not be used for <abbr>HTML</abbr> document.
4     w:character encoding;format-charset warning;Use of UTF-8 is encouraged.
5 wakaba 1.16 unsupported:character encoding;format-charset unsupported;Conformance for character encoding requirements cannot be checked.
6 wakaba 1.15 m:no character encoding declaration;format-charset error;There is no character encoding declaration.
7 wakaba 1.16 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>.
8 wakaba 1.15 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.
9 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>.
10 wakaba 1.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>.
11 wakaba 1.20 bare ero;tokenize-error;The <code>&amp;</code> character must be escaped as <code class="html example">&amp;amp;</code>.
12 wakaba 1.8 bare etago;tokenize-error;A <code>&lt;/</code> string is not followed by a tag name.
13 wakaba 1.5 bare stago;tokenize-error;A <code>&lt;</code> character is not followed by tag name or by a <code>!</code> character.
14 wakaba 1.4 bare nero;tokenize-error;The decimal representation of the code position of a character must be specified after <code>&amp;#</code>.
15     bare hcro;tokenize-error;The hexadecimal representation of the code position of a character must be specified after <code>&amp;#x</code>.
16 wakaba 1.10 bogus comment;tokenize-error;String <code>&lt;!</code> is not followed by <code>--</code>.
17     bogus end tag;tokenize-error;String <code>&lt;/</code> is not followed by tag name.
18 wakaba 1.5 dash in comment;tokenize-error;There is a <code>--</code> sequence in a comment.
19 wakaba 1.7 duplicate attribute;tokenize-error;There are two attributes with name <code><var>$0</var></code>.
20 wakaba 1.11 nestc;tokenize-error;Polytheistic slash (<code>/&gt;</code>) cannot be used for this element.
21 wakaba 1.10 pio;tokenize-error;Processing instruction (<code>&lt;?<var>...</var>&gt;</code>) cannot be used.
22 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.
23 wakaba 1.5 DOCTYPE in the middle;parse-error;A <code>DOCTYPE</code> appears after any element or data character has been seen.
24 wakaba 1.6 in a:a;parse-error;Anchor cannot be nested.
25 wakaba 1.10 in body;parse-error;Tag <code>&lt;<var>$0</var>&gt;</code> is not allowed in the <code>body</code> element.
26     in head:head;parse-error;Start tag <code>&lt;head&gt;</code> is not allowed in the <code>head</code> element.
27 wakaba 1.7 in table;parse-error;Tag <code>&lt;<var>$0</var>&gt;</code> is not allowed in a <code>table</code> element.
28 wakaba 1.4 in table:#character;parse-error;Data character is not allowed in <code>table</code>.
29     missing start tag:tr;parse-error;Start tag of <code>tr</code> element is missing.
30 wakaba 1.7 no DOCTYPE;parse-error;This document does not start with a <code>DOCTYPE</code>.
31 wakaba 1.3 not closed;parse-error;Element <code><var>$0</var></code> is not closed.
32 wakaba 1.7 not first start tag;parse-error;This <code>&lt;html&gt;</code> tag is not the first start tag.
33 wakaba 1.3 not HTML5;parse-error;This document is written in an old version of HTML.
34     unmatched end tag;parse-error;Element <code><var>$0</var></code> is not opened.
35 wakaba 1.2 character not allowed;content-model-error;Data character is not allowed in this context.
36 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.
37 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.
38     element not allowed;content-model-error;This element is not allowed in this context.
39 wakaba 1.12 element not allowed:root;content-model-error;This element is not allowed as a root element.
40 wakaba 1.7 ps element missing;content-model-error;There is no <code><var>$0</var></code> element before this element.
41 wakaba 1.4 attribute missing;attribute-error;Required attribute <code><var>$0</var></code> is not specified.
42 wakaba 1.9 attribute not allowed;attribute-error;Attribute <code><var>{local-name}</var></code> is not allowed for <code><var>{element-local-name}</var></code> element.
43 wakaba 1.4 in HTML:xml:lang;attribute-error;The <code>xml:lang</code> attribute is not allowed in HTML document.
44     in XML:charset;attribute-error;The <code>charset</code> attribute is not allowed in XML document.
45     in XML:lang;attribute-error;The <code>lang</code> attribute is not allowed in XML document.
46     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.
47 wakaba 1.16 w:charset:not registered;attribute-value-warning warning;Character encoding name <code><var>$0</var></code> is not registered.
48     w:charset:private;attribute-value-warning warning;<code><var>$0</var></code> is a private character encoding name.
49     m:charset:syntax error;attribute-value-error;The specified value is syntactically not a character encoding name.
50 wakaba 1.7 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.
51 wakaba 1.21 enumerated:invalid:http-equiv:content-type;attribute-value-error;Character encoding declaration syntax <code class="html bad example">&lt;meta http-equiv="Content-Type" content="text/html; charset=<var>charset-name</var>"&gt;</code> is obsolete.
52 wakaba 1.4 duplicate ID;attribute-value-error;This identifier has already been assigned to another element.
53 wakaba 1.6 link type:bad context;attribute-value-error;The link type <code><var>$0</var></code> cannot be specified for this element.
54 wakaba 1.5 link type:non-conforming;attribute-value-error;The link type <code><var>$0</var></code> is non-conforming.
55 wakaba 1.16 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>.
56 wakaba 1.7 reserved browsing context name;attribute-value-error;Browsing context name <code><var>{@}</var></code> is reserved.
57 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.
58 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.
59 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.
60 wakaba 1.7 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.
61     s:IMT:obsolete subtype;should;<code><var>{@}</var></code>: An <em>obsolete</em> subtype is used.
62     s:IMT:private subtype;should;<code><var>{@}</var></code>: A private (<code>x-</code> or <code>x.</code>) subtype is used.
63     s:IMT:unregistered subtype;should;<code><var>{@}</var></code>: The subtype is not registered to IANA.
64     m:URI::syntax error;must;The specified value is syntactically not an IRI reference.
65 wakaba 1.10 s:URI::dot-segment;should;A dot-segment (<code>.</code> or <code>..</code>) occurs in an absolute reference.
66     s:URI::empty path;should;This IRI does not end with a <code>/</code>.
67     s:URI::lowercase hexadecimal digit;should;A lowercase hexadecimal digit is used in percent-encoding.
68 wakaba 1.5 s:URI::percent-encoded unreserved;should;An unreserved character is percent-encoded.
69 wakaba 1.7 s:URI::uppercase scheme name;should;URI scheme name is in uppercase.
70 wakaba 1.12 m:not manifest;must;This document is not a cache manifest.
71 wakaba 1.20 i:status:cr:element;level-i;This element is in the <strong>call for implementation</strong> stage.
72 wakaba 1.18 i:status:lc:element;level-i;This element is in the <strong>last call for comments</strong> stage.
73 wakaba 1.17 i:status:wd:element;level-i;This element is documented in a <strong>working draft</strong>.
74 wakaba 1.19 i:status:non-standard:element;level-i;This element is <strong>not part of any standard</strong> the conformance checker knows.
75 wakaba 1.10 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>.
76     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>.
77     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>.
78 wakaba 1.5 unsupported:event handler;unsupported;Conformance checking for event handler attribute is not supported; <em>it might or might not be conforming.</em>
79     unsupported:media query;unsupported;Conformance checking for media query is not supported; <em>it might or might not be conforming.</em>
80     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>
81     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>
82 wakaba 1.21 WebHACC:Title;;WebHACC (β)
83 wakaba 1.23 WebHACC:Heading;; <a href="../cc-about"><abbr title="Web Hypertext Application Conformance Checker (β)"><img alt="WebHACC" src="../icons/title"></abbr></a>
84 wakaba 1.25 Input;;Input
85     By URL;;By URL
86     By direct input;;By direct input
87     Options;;More options
88     Check error page;;Check an error page
89     Content type;;Content type
90     Charset;;Character encoding
91     As specified;;As specified
92     Japanese charsets;;Japanese character encodings
93     European charsets;;European character encodings
94     Asian charsets;;Asian character encodings
95     Unicode charsets;;Unicode character encodings
96     Document source to check;;Document source to check
97     Check;;Check
98     Setting innerHTML;;Setting <code>innerHTML</code> of HTML element
99 wakaba 1.21 Information;;Information
100     HTTP Header;;<abbr title="Hypertext Transfer Protocol">HTTP</abbr> Header
101     Parse Errors Section;;Parse Errors
102     Parse Errors;;Parse Errors
103     Document Source;;Document Source
104     Source;;Source
105     Tables Section;;Structure of Tables
106     Tables;;Tables
107     Document Tree;;Document Tree
108     Tree;;Tree
109     Document;;Document
110     Document Structure;;Document Structure
111     Structure;;Structure
112     Reformatted Document Source;;Reformatted Document Source
113     Reformatted;;Reformatted
114     Structural Errors;;Structural Errors
115     Struct. Errors;;Struct. Errors
116 wakaba 1.24 Transfer Errors;;Transfer Errors
117     Trans. Errors;;Trans. Errors
118 wakaba 1.25 Result;;Result
119 wakaba 1.1 manakaiCompatMode:quirks;;Quirks Mode
120     manakaiCompatMode:limited quirks;;Limited Quirks Mode
121     manakaiCompatMode:no quirks;;No Quirks Mode
122     manakaiIsHTML:1;;HTML Document
123 wakaba 1.22 manakaiIsHTML:0;;XML Document
124 wakaba 1.21 manakaiCharset;;<code>charset</code> parameter
125     inputEncoding;;Input character encoding
126     xmlVersion;;XML <code>version</code>
127     xmlEncoding;;XML <code>encoding</code>
128     xmlStandalone;;XML <code>standalone</code>
129     ... with BOM;; (with <code class="charname"><abbr title="BYTE ORDER MARK">BOM</abbr></code>)
130 wakaba 1.22 URL;;<abbr title="Uniform Resource Locator">URL</abbr>
131     URLs;;<abbr title="Uniform Resource Locators">URLs</abbr>
132 wakaba 1.21 Container Node;;Container Node
133     Table Element;;Table Element
134     Base URL;;Base URL
135     Internet Media Type;;Internet Media Type
136     Character Encoding;;Character Encoding
137     Byte Length;;Byte Length
138     Character Length;;Character Length
139     ... overridden;; (<i>overridden</i>)
140     ... overridden, official type is #;; (<i>overridden</i>; official type is <code class="MIME" lang="en"><var>{text}</var></code>)
141     ... sniffed;; (<i>sniffed</i>)
142     byte;;byte
143     bytes;;bytes
144     character;;character
145     characters;;characters
146     Line #;;Line <var>{text}</var>
147     column #;;column <var>{text}</var>
148     Index #;;Index <var>{text}</var>
149 wakaba 1.25 Unknown location;;Unknown location
150 wakaba 1.21 Table #;;Structure of Table #<var>{text}</var>
151     Subdocument #;;Subdocument #<var>{text}</var>
152     Sub #;;Sub #<var>{text}</var>
153 wakaba 1.24 ...;;..
154     Score;;Score
155     Subtotal;;Subtotal
156     Total;;Total
157     Main document;;Main document
158     Subdocuments;;Subdocuments
159 wakaba 1.25 Transfer L.;;<abbr title="Transfer protocol">Transfer</abbr>
160     Encode L.;;<abbr title="Character encoding">Encoding</abbr>
161     Char L.;;<abbr title="Coded characters">Character</abbr>
162     Syntax L.;;Syntax
163     Structure L.;;Structure
164     Semantics L.;;Semantics
165 wakaba 1.24 N/A;;N/A
166 wakaba 1.25 No error found.;;No error found.
167     No transfer error found.;;This document has no transfer protocol header error.
168     No parse error found.;;This document has no parse error.
169     No structural error found.;;This document has no structral error.
170 wakaba 1.24 This checker is work in progress.;; <p><strong>Important</strong>: This conformance checking service is <em>under development</em>. The result above might be <em>wrong</em>.</p>
171     Conformance is conforming;;No conformance‐error is found in this document.
172     Conformance is should-error;;This document is <strong>likely <em>non</em>-conforming</strong>, but in rare case it might be conforming. The checker cannot determine whether this document is in the rare case or not.
173     Conformance is non-conforming;;This document is <strong><em>non</em>-conforming</strong>.
174     Conformance is uncertain;;The conformance checker cannot decide whether the document is conforming or not, since the document contains one or more unsupported features. The document might or might not be conforming.
175     Error level m;;<a href="../error-description#level-m"><em class="rfc2119">MUST</em>‐level error</a>
176     Error level s;;<a href="../error-description#level-s"><em class="rfc2119">SHOULD</em>‐level error</a>
177     Error level w;;<a href="../error-description#level-w">Warning</a>
178     Error level i;;<a href="../error-description#level-i">Information</a>
179     Error level u;;<a href="../error-description#level-u">Not supported</a>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24