Parent Directory
|
Revision Log
|
Patch
| revision 1.1 by apache, Sat Jul 12 02:29:42 2008 UTC | revision 1.15 by apache, Mon Aug 11 14:52:23 2008 UTC | |
|---|---|---|
| # | Line 0 | Line 1 |
| 1 | ||
| 2 | ||
| 3 | #pattern | |
| 4 | <span class=secno>* </span>The HTML syntax | |
| 5 | #ja | |
| 6 | <span class=secno>$1 </span>HTML 構文 | |
| 7 | ||
| 8 | #pattern | |
| 9 | <span class=secno>* </span>Writing HTML documents | |
| 10 | #ja | |
| 11 | <span class=secno>$1 </span>HTML 文書を書く | |
| 12 | ||
| 13 | #en | |
| 14 | <em>This section only applies to documents, authoring tools, and markup | |
| 15 | generators. In particular, it does not apply to conformance checkers; | |
| 16 | conformance checkers must use the requirements given in the next section | |
| 17 | ("parsing HTML documents").</em> | |
| 18 | #ja | |
| 19 | <em>この節は文書、著述ツール、マーク付け生成器にのみ適用されます。 | |
| 20 | 特に、適合性検査器には適用されません。 | |
| 21 | 適合性検査器は次の節 (「HTML 文書の構文解析」) で与えられる要件を用いなければ[[MUST:なりません]]。</em> | |
| 22 | ||
| 23 | #en | |
| 24 | Documents must consist of the following parts, in the given order: | |
| 25 | #ja | |
| 26 | 文書は、次に示す部分により、次の順序で構成されなければ[[MUST:なりません]]。 | |
| 27 | ||
| 28 | #en | |
| 29 | Optionally, a single U+FEFF BYTE ORDER MARK (BOM) character. | |
| 30 | #ja | |
| 31 | 任意選択で、1つの U+FEFF BYTE ORDER MARK (BOM) 文字。 | |
| 32 | ||
| 33 | #en | |
| 34 | Any number of <a href="#comments0" title=syntax-comments>comments</a> | |
| 35 | and <a href="#space" title="space character">space characters</a>. | |
| 36 | #ja | |
| 37 | 任意の個数の<a href="#comments0" title=syntax-comments>注釈</a>と<a href="#space" title="space character">間隔文字</a>。 | |
| 38 | ||
| 39 | #en | |
| 40 | A <a href="#doctype5" title=syntax-doctype>DOCTYPE</a>. | |
| 41 | #ja | |
| 42 | <a href="#doctype5" title=syntax-doctype>DOCTYPE</a>。 | |
| 43 | ||
| 44 | #en | |
| 45 | The root element, in the form of an <code><a | |
| 46 | href="#html">html</a></code> <a href="#elements3" | |
| 47 | title=syntax-elements>element</a>. | |
| 48 | #ja |