/[pub]/test/html-webhacc/error-description-source.xml
Suika

Contents of /test/html-webhacc/error-description-source.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.30 - (hide annotations) (download) (as text)
Fri Aug 15 12:11:56 2008 UTC (17 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.29: +670 -81 lines
File MIME type: text/xml
++ ChangeLog	15 Aug 2008 12:10:51 -0000
	* error-description-source.xml: Missing entries for
	Whatpm::ContentChecker and Whatpm::ContentChecker::HTML
	error types are added.  Error entries used by these
	modules are marked as such.

2008-08-15  Wakaba  <wakaba@suika.fam.cx>

++ html/WebHACC/Language/ChangeLog	15 Aug 2008 12:11:51 -0000
	* DOM.pm: Use error's own "layer" parameter, if any.

2008-08-15  Wakaba  <wakaba@suika.fam.cx>

++ html/WebHACC/ChangeLog	15 Aug 2008 12:11:25 -0000
	* Output.pm (nl_text): New rule, <var>{value}</var>,
	is implemented.

2008-08-15  Wakaba  <wakaba@suika.fam.cx>

1 wakaba 1.1 <!DOCTYPE html>
2     <html xmlns="http://www.w3.org/1999/xhtml"
3     xmlns:d="http://suika.fam.cx/~wakaba/archive/2007/wdcc-desc/"
4     id="error-description">
5     <head>
6     <title xml:lang="en">Description of Errors &#x2014;
7     Web Document Conformance Checker (BETA)</title>
8     <link rel="stylesheet" href="cc-style"/>
9     <link rel="license" href="#license"/>
10     </head>
11     <body>
12     <h1>Description of Errors</h1>
13    
14 wakaba 1.23 <section id="character-encoding-layer">
15     <h2>Character Encoding Layer Errors</h2>
16    
17     <d:item name="illegal-octets-error" class="error-category-charset" level="m">
18     <d:message xml:lang="en">An illegal octet in the input stream.</d:message>
19     </d:item>
20     </section>
21    
22 wakaba 1.16 <section id="html5-character-encoding">
23     <h2>HTML5 Character Encoding Errors</h2>
24    
25 wakaba 1.30 <d:item name="disallowed character encoding"
26     modules="ContentChecker">
27     <d:message xml:lang="en">Character encoding <code><var>{text}</var></code>
28 wakaba 1.16 is not allowed for <abbr>HTML</abbr> document.</d:message>
29     <d:desc xml:lang="en">
30     <p>The character encoding used for the document is not allowed
31     for <abbr>HTML</abbr> document. The document is non‐conforming.</p>
32     </d:desc>
33     </d:item>
34    
35 wakaba 1.30 <d:item name="bad character encoding"
36     modules="ContentChecker">
37     <d:message xml:lang="en">Character encoding <code><var>{text}</var></code>
38 wakaba 1.16 should not be used for <abbr>HTML</abbr> document.</d:message>
39     <d:desc xml:lang="en">
40     <p>The character encoding used for the document is not recommended
41     for <abbr>HTML</abbr> document. The document is non‐conforming
42     unless there is any good reason to use that encoding.</p>
43     </d:desc>
44     </d:item>
45    
46 wakaba 1.30 <d:item name="non-utf-8 character encoding"