Parent Directory
|
Revision Log
++ ChangeLog 21 Sep 2008 05:08:51 -0000 2008-09-21 Wakaba <wakaba@suika.fam.cx> * error-description-source.xml: An error for non-supported charset="" parameter is added. ++ html/WebHACC/Language/ChangeLog 21 Sep 2008 05:09:27 -0000 2008-09-21 Wakaba <wakaba@suika.fam.cx> * HTML.pm (generate_syntax_error_section): Now |charset:not supported| is also an error that might invalidate the validation result.
| 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 | wakaba | 1.36 | <base href="cc/"/> |
| 7 | <title xml:lang="en">Description of Errors — WebHACC (β)</title> | ||
| 8 | wakaba | 1.37 | <title xml:lang="ja">誤りの説明 — WebHACC (β)</title> |
| 9 | wakaba | 1.36 | <link rel="stylesheet" href="../cc-style"/> |
| 10 | wakaba | 1.1 | <link rel="license" href="#license"/> |
| 11 | </head> | ||
| 12 | <body> | ||
| 13 | wakaba | 1.36 | <header> |
| 14 | <h1><a href="../cc-about"><abbr title="Web Hypertext Application Conformance Checker (β)"><img src="../icons/title" alt="WebHACC"/></abbr></a></h1> | ||
| 15 | <h2>Description of Errors</h2> | ||
| 16 | </header> | ||
| 17 | |||
| 18 | <d:cat name="WebHACC:Title"> | ||
| 19 | <d:text xml:lang="en">WebHACC (β)</d:text> | ||
| 20 | </d:cat> | ||
| 21 | |||
| 22 | <d:cat name="WebHACC:Heading"> | ||
| 23 | <d:text xml:lang="en"> | ||
| 24 | <a href="../error-description#WebHACC:Heading" rel="help"><abbr title="Web Hypertext Application Conformance Checker (β)"><img src="../icons/title" alt="WebHACC"/></abbr></a> | ||
| 25 | </d:text> | ||
| 26 | <d:text xml:lang="ja"> | ||
| 27 | <a href="../error-description#WebHACC:Heading" rel="help"><abbr title="Web ハイパーテキスト応用適合性検査器 (β)"><img src="../icons/title" alt="WebHACC"/></abbr></a> | ||
| 28 | </d:text> | ||
| 29 | <d:desc xml:lang="en"> | ||
| 30 | <p><a href="./#input"><abbr title="Web Hypertext Application Conformance Checker">WebHACC</abbr></a> | ||
| 31 | is a <em>conformance checker</em> (or validator) for Web documents, | ||
| 32 | supporting <a href="../standards">latest Web standards</a> including | ||
| 33 | <a href="http://whatwg.org/html5"><abbr title="Hypertext Markup Language">HTML</abbr>5</a>, | ||
| 34 | <a href="urn:ietf:rfc:4287">Atom 1.0</a>, | ||
| 35 | <a href="http://www.w3.org/Style/CSS/current-work"><abbr title="Cascading Style Sheets">CSS</abbr>3</a>.</p> | ||
| 36 | |||
| 37 | <p><strong><a href="./#input">Check your document</a></strong>, or | ||
| 38 | <a href="../cc-about">learn more about | ||
| 39 | <abbr title="Web Hypertext Application Conformance Checker">WebHACC</abbr></a>.</p> | ||
| 40 | </d:desc> | ||
| 41 | <d:desc xml:lang="ja"> | ||
| 42 | <p><a href="./#input"><abbr title="Web ハイパーテキスト応用適合性検査器">WebHACC</abbr></a> | ||
| 43 | は、 Web 文書のための<em>適合性検査器</em> (妥当性検証器) です。 | ||
| 44 | <a href="http://whatwg.org/html5"><abbr title="Hypertext Markup Language">HTML</abbr>5</a>、 | ||
| 45 | <a href="urn:ietf:rfc:4287">Atom 1.0</a>、 | ||
| 46 | <a href="http://www.w3.org/Style/CSS/current-work"><abbr title="Cascading Style Sheets">CSS</abbr>3</a> | ||
| 47 | などの<a href="../standards">最新の Web 標準</a>に対応しています。</p> | ||
| 48 | |||
| 49 | <p><strong><a href="./#input">文書を検査する</a></strong></p> | ||
| 50 | |||
| 51 | <p><a href="../cc-about"><abbr title="Web ハイパーテキスト応用適合性検査器">WebHACC</abbr> | ||
| 52 | の詳細</a></p> | ||
| 53 | </d:desc> | ||
| 54 | </d:cat> | ||
| 55 | wakaba | 1.1 | |
| 56 | wakaba | 1.23 | <section id="character-encoding-layer"> |
| 57 | <h2>Character Encoding Layer Errors</h2> | ||
| 58 | |||
| 59 | wakaba | 1.43 | <d:item name="fallback-char-error" |
| 60 | modules="Charset::DecodeHandle"> | ||
| 61 | <d:message xml:lang="en">Octet sequence <code><var>{octets}</var></code> | ||
| 62 | is not an allowed representation of the character | ||
| 63 | <code><var>{char}</var></code> — character reference | ||
| 64 | <code><var>{char:hexref}</var></code> should be used instead.</d:message> | ||
| 65 | <!-- HTML5 parse error --> | ||
| 66 | </d:item> | ||
| 67 | |||
| 68 | <d:item name="fallback-unassigned-error" | ||
| 69 | modules="Charset::DecodeHandle"> | ||
| 70 | <d:message xml:lang="en">No character is assigned to octet sequence | ||
| 71 | <code><var>{octets}</var></code>.</d:message> | ||
| 72 | <!-- HTML5 parse error --> | ||
| 73 | </d:item> | ||
| 74 |