Parent Directory
|
Revision Log
++ ChangeLog 15 Aug 2008 16:02:36 -0000 2008-08-16 Wakaba <wakaba@suika.fam.cx> * error-description-source.xml: Error entries for Whatpm::URIChecker and Whatpm::LangTag error types are added. ++ html/WebHACC/Language/ChangeLog 15 Aug 2008 16:03:42 -0000 2008-08-16 Wakaba <wakaba@suika.fam.cx> * HTML.pm (generate_syntax_error_section): Remove |input_encoding| attribute value if the input is specified by direct input. ++ html/WebHACC/ChangeLog 15 Aug 2008 16:03:08 -0000 2008-08-16 Wakaba <wakaba@suika.fam.cx> * Result.pm (add_error): Pass |value| argument, if any, to the |nl_text| for error type texts.
| 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 — |
| 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 | <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 | <section id="html5-character-encoding"> |
| 23 | <h2>HTML5 Character Encoding Errors</h2> |
| 24 | |
| 25 | <d:item name="disallowed character encoding" |
| 26 | modules="ContentChecker"> |
| 27 | <d:message xml:lang="en">Character encoding <code><var>{text}</var></code> |
| 28 | is not allowed for <abbr&g |