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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.40 by wakaba, Wed Sep 17 03:56:43 2008 UTC revision 1.42 by wakaba, Sun Sep 21 05:09:35 2008 UTC
# Line 5  fallback-unassigned-error;;No character Line 5  fallback-unassigned-error;;No character
5  illegal-octets-error;;Octet sequence <code><var>{octets}</var></code> is illegal.  illegal-octets-error;;Octet sequence <code><var>{octets}</var></code> is illegal.
6  invalid-state-error;;The input stream is broken.  invalid-state-error;;The input stream is broken.
7  unassigned-code-point-error;;No character is assigned to octet sequence <code><var>{octets}</var></code>.  unassigned-code-point-error;;No character is assigned to octet sequence <code><var>{octets}</var></code>.
8    charset:not supported;;Character encoding <code><var>{value}</var></code> is not supported and the explicit character encoding specification is ignored. The result of the conformance checking might be <em>wrong</em>.
9  disallowed character encoding;;Character encoding <code><var>{text}</var></code> is not allowed for <abbr>HTML</abbr> document.  disallowed character encoding;;Character encoding <code><var>{text}</var></code> is not allowed for <abbr>HTML</abbr> document.
10  bad character encoding;;Character encoding <code><var>{text}</var></code> should not be used for <abbr>HTML</abbr> document.  bad character encoding;;Character encoding <code><var>{text}</var></code> should not be used for <abbr>HTML</abbr> document.
11  non-utf-8 character encoding;;Use of UTF-8 is encouraged (this document is encoded in <code><var>{text}</var></code>).  non-utf-8 character encoding;;Use of UTF-8 is encouraged (this document is encoded in <code><var>{text}</var></code>).
# Line 164  xml:lang not allowed;;The <code>xml:lang Line 165  xml:lang not allowed;;The <code>xml:lang
165  boolean:invalid;;Attribute value <code><var>{@}</var></code> is not allowed. It must be an empty string or a string <code><var>{local-name}</var></code>.  boolean:invalid;;Attribute value <code><var>{@}</var></code> is not allowed. It must be an empty string or a string <code><var>{local-name}</var></code>.
166  char:syntax error;;The attribute value must be exactly one character.  char:syntax error;;The attribute value must be exactly one character.
167  charref in charset;;A character reference cannot be used to represent a character encoding name.  charref in charset;;A character reference cannot be used to represent a character encoding name.
168    charset:not ascii compat;;Characeter encoding <code><var>{value}</var></code> is not ASCII compatible.
169  charset:not preferred;;Character encoding name <code><var>{value}</var></code> is not the preferred name of that character encoding.  charset:not preferred;;Character encoding name <code><var>{value}</var></code> is not the preferred name of that character encoding.
170  charset:not registered;;Character encoding name <code><var>{value}</var></code> is not a registered name.  charset:not registered;;Character encoding name <code><var>{value}</var></code> is not a registered name.
171  charset:private;;Character encoding name <code><var>{value}</var></code> is a private name.  charset:private;;Character encoding name <code><var>{value}</var></code> is a private name.
# Line 384  status:lc:attr;;This attribute is in the Line 386  status:lc:attr;;This attribute is in the
386  status:wd:attr;;This attribute is documented in a <strong>working draft</strong>.  status:wd:attr;;This attribute is documented in a <strong>working draft</strong>.
387  status:non-standard:attr;;This attribute is <strong>not part of any standard</strong> the conformance checker knows.  status:non-standard:attr;;This attribute is <strong>not part of any standard</strong> the conformance checker knows.
388  langtag:extension:duplication;;There is another extension subtag <code><var>{value}</var></code>.  langtag:extension:duplication;;There is another extension subtag <code><var>{value}</var></code>.
389    langtag:extension:order;;Extension subtag <code><var>{value}</var></code> is placed after subtag <code><var>{text}</var></code>.
390    langtag:extension:unknown;;Extension <code><var>{value}</var></code> is not defined when the conformance checker is written.
391    langtag:extlang:case;;Extended language subtag <code><var>{value}</var></code> is not in the preferred form, i.e. in lowercase.
392    langtag:extlang:deprecated;;Use of extended language subtag <code><var>{value}</var></code> is deprecated<!-- in favor of {text} (might be undef) -->.
393    langtag:extlang:prefix;;Extended language subtag <code><var>{text}</var></code> is not allowed in the combination with this language (and extended language) subtag(s).
394    langtag:extlang:invalid;;Extended language subtag <code><var>{text}</var></code> is not registered.
395    langtag:grandfathered:case;;Language tag <code><var>{value}</var></code> is not in the preferred case combination.
396    langtag:grandfathered:deprecated;;Use of language tag <code><var>{value}</var></code> is deprecated<!-- in favor of {text} (might be undef) -->.
397    langtag:grandfathered:invalid;;Language tag <code><var>{value}</var></code> is not a combination of RFC 4646 subtags and is not a registered grandfathered tag.
398  langtag:illegal;;Subtag <code><var>{value}</var></code> is syntactically invalid.  langtag:illegal;;Subtag <code><var>{value}</var></code> is syntactically invalid.
399  langtag:language:case;;It is a good practice to represent ISO 639-1 language code <code><var>{value}</var></code> in lowercase.  langtag:language:case;;It is a good practice to represent ISO 639-1 language code <code><var>{value}</var></code> in lowercase.
400    langtag:language:deprecated;;Use of language subtag <code><var>{value}</var></code> is deprecated<!-- in favor of {text} (might be undef) -->.
401    langtag:language:invalid;;Language subtag <code><var>{value}</var></code> is not registered.
402  langtag:language:mul;;Langauge tag <code>mul</code> should not be used.  langtag:language:mul;;Langauge tag <code>mul</code> should not be used.
403  langtag:language:nosemantics;;No semantics is defined for language subtag <code><var>{value}</var></code>.  langtag:language:nosemantics;;No semantics is defined for language subtag <code><var>{value}</var></code>.
404    langtag:language:private;;Language subtag <code><var>{value}</var></code> is a private use code.
405  langtag:language:syntax;;The language subtag <code><var>{value}</var></code> is syntactically invalid.  langtag:language:syntax;;The language subtag <code><var>{value}</var></code> is syntactically invalid.
406  langtag:language:und;;Langauge tag <code>und</code> should not be used.  langtag:language:und;;Langauge tag <code>und</code> should not be used.
407  langtag:private;;It would be better if a private use language tag (<code><var>{value}</var></code>) is not used.  langtag:private;;It would be better if a private use language tag (<code><var>{value}</var></code>) is not used.
408    langtag:privateuse;;Private use subtag <code><var>{value}</var></code> is used.
409    langtag:privateuse:case;;Subtag <code><var>{value}</var></code> is not represented in the preferred case format.
410  langtag:privateuse:syntax;;Private use subtag <code><var>{value}</var></code> is syntactically invalid.  langtag:privateuse:syntax;;Private use subtag <code><var>{value}</var></code> is syntactically invalid.
411    langtag:redundant:case;;Language tag <code><var>{value}</var></code> is not in the preferred case combination.
412    langtag:redundant:deprecated;;Use of language tag <code><var>{value}</var></code> is deprecated<!-- in favor of {text} (might be undef) -->.
413  langtag:region:case;;It is a good practice to represent ISO 3166 country code <code><var>{value}</var></code> in uppercase.  langtag:region:case;;It is a good practice to represent ISO 3166 country code <code><var>{value}</var></code> in uppercase.
414    langtag:region:deprecated;;Use of region subtag <code><var>{value}</var></code> is deprecated<!-- in favor of {text} (might be undef) -->.
415  langtag:region:nosemantics;;No semantics is defined for region subtag <code><var>{value}</var></code>.  langtag:region:nosemantics;;No semantics is defined for region subtag <code><var>{value}</var></code>.
416    langtag:region:invalid;;Region subtag <code><var>{value}</var></code> is not registered.
417  langtag:region:private;;Use of private use country code <code><var>{value}</var></code> is not allowed.  langtag:region:private;;Use of private use country code <code><var>{value}</var></code> is not allowed.
418    langtag:script:case;;Script subtag <code><var>{value}</var></code> is not in the preferred form, i.e. titlecase.
419    langtag:script:deprecated;;Use of script subtag <code><var>{value}</var></code> is deprecated<!-- in favor of {text} (might be undef) -->.
420    langtag:script:invalid;;Script subtag <code><var>{value}</var></code> is not registered.
421    langtag:script:private;;Script subtag <code><var>{value}</var></code> is a private use code.
422    langtag:script:suppress;;Script subtag <code><var>{value}</var></code> should be suppressed when the language subtag is <code><var>{text}</var></code>.
423    langtag:variant:case;;Variant subtag <code><var>{value}</var></code> is not in the preferred form, i.e. lowercase.
424    langtag:variant:combination;;Variant subtag <code><var>{text}</var></code> might not be meaningful when it is used in combination with <code><var>{value}</var></code>.
425    langtag:variant:deprecated;;Use of variant subtag <code><var>{value}</var></code> is deprecated<!-- in favor of {text} (might be undef) -->.
426    langtag:variant:duplication;;Variant subtag <code><var>{value}</var></code> is specified twice.
427    langtag:variant:invalid;;Variant subtag <code><var>{value}</var></code> is not registered.
428    langtag:variant:prefix;;Variant subtag <code><var>{value}</var></code> cannot be used in this context.
429  bad rdf namespace;;The namespace URI of an element that represents an RDF concept must be <code>http://www.w3.org/1999/02/22-rdf-syntax-ns#</code>.  bad rdf namespace;;The namespace URI of an element that represents an RDF concept must be <code>http://www.w3.org/1999/02/22-rdf-syntax-ns#</code>.
430  duplicate rdf id;;The specified value is already used as an ID.  duplicate rdf id;;The specified value is already used as an ID.
431  duplicate unqualified attr;;Both unqualified attribute and namespace‐qualified RDF attribute are specified, which is not allowed.  duplicate unqualified attr;;Both unqualified attribute and namespace‐qualified RDF attribute are specified, which is not allowed.

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.42

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24