Parent Directory
|
Revision Log
++ ChangeLog 30 Aug 2008 16:10:05 -0000 * error-description-source.xml: Descriptions for new error types are added. 2008-08-30 Wakaba <wakaba@suika.fam.cx>
| 1 | wakaba | 1.1 | <!DOCTYPE html><html id="error-description" lang="en" xmlns:d="http://suika.fam.cx/~wakaba/archive/2007/wdcc-desc/" xmlns="http://www.w3.org/1999/xhtml"> |
| 2 | <head> | ||
| 3 | wakaba | 1.31 | <base href="cc/"> |
| 4 | wakaba | 1.32 | |
| 5 | |||
| 6 | wakaba | 1.31 | <link href="../cc-style" rel="stylesheet"> |
| 7 | wakaba | 1.1 | <link href="#license" rel="license"> |
| 8 | wakaba | 1.32 | <title xml:lang="en">Description of Errors — WebHACC (β)</title></head> |
| 9 | wakaba | 1.1 | <body> |
| 10 | wakaba | 1.31 | <header> |
| 11 | <h1><a href="../cc-about"><abbr title="Web Hypertext Application Conformance Checker (β)"><img alt="WebHACC" src="../icons/title"></abbr></a></h1> | ||
| 12 | <h2>Description of Errors</h2> | ||
| 13 | </header> | ||
| 14 | |||
| 15 | |||
| 16 | |||
| 17 | <div class="section" id="WebHACC:Heading"><h3> | ||
| 18 | |||
| 19 | </h3> | ||
| 20 | <p><a href="./#input"><abbr title="Web Hypertext Application Conformance Checker">WebHACC</abbr></a> | ||
| 21 | is a <em>conformance checker</em> (or validator) for Web documents, | ||
| 22 | supporting <a href="../standards">latest Web standards</a> including | ||
| 23 | <a href="http://whatwg.org/html5"><abbr title="Hypertext Markup Language">HTML</abbr>5</a>, | ||
| 24 | <a href="urn:ietf:rfc:4287">Atom 1.0</a>, | ||
| 25 | <a href="http://www.w3.org/Style/CSS/current-work"><abbr title="Cascading Style Sheets">CSS</abbr>3</a>.</p> | ||
| 26 | |||
| 27 | <p><strong><a href="./#input">Check your document</a></strong>, or | ||
| 28 | <a href="../cc-about">learn more about | ||
| 29 | <abbr title="Web Hypertext Application Conformance Checker">WebHACC</abbr></a>.</p> | ||
| 30 | </div> | ||
| 31 | wakaba | 1.1 | |
| 32 | wakaba | 1.20 | <section id="character-encoding-layer"> |
| 33 | <h2>Character Encoding Layer Errors</h2> | ||
| 34 | |||
| 35 | wakaba | 1.31 | <div class="section" id="illegal-octets-error"><h3>An illegal octet in the input stream.</h3></div> |
| 36 | wakaba | 1.20 | </section> |
| 37 | |||
| 38 | wakaba | 1.15 | <section id="html5-character-encoding"> |
| 39 | <h2>HTML5 Character Encoding Errors</h2> | ||
| 40 | |||
| 41 | wakaba | 1.31 | <div class="section" id="disallowed-character-encoding"><h3>Character encoding <code><var>{text}</var></code> |
| 42 | wakaba | 1.15 | is not allowed for <abbr>HTML</abbr> document.</h3> |
| 43 | <p>The character encoding used for the document is not allowed | ||
| 44 | for <abbr>HTML</abbr> document. The document is non‐conforming.</p> | ||
| 45 | </div> | ||