/[suikacvs]/markup/html/html5/spec-ja/data/syntax.dat
Suika

Contents of /markup/html/html5/spec-ja/data/syntax.dat

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.103 - (show annotations) (download)
Sat Oct 25 05:34:24 2008 UTC (17 years, 8 months ago) by apache
Branch: MAIN
Changes since 1.102: +6 -1 lines
by remote user 'guest'

1
2 #pattern
3 <span class=secno>* </span>The HTML syntax
4 #ja
5 <span class=secno>$1 </span>HTML 構文
6
7 #pattern
8 <span class=secno>* </span>Writing HTML documents
9 #ja
10 <span class=secno>$1 </span>HTML 文書を書く
11
12 #en
13 <em>This section only applies to documents, authoring tools, and markup
14 generators. In particular, it does not apply to conformance checkers;
15 conformance checkers must use the requirements given in the next section
16 ("parsing HTML documents").</em>
17 #ja
18 <em>この節は文書、著述ツール、マーク付け生成器にのみ適用されます。
19 特に、適合性検査器には適用されません。
20 適合性検査器は次の節 (「HTML 文書の構文解析」) で与えられる要件を用いなければ[[MUST:なりません]]。</em>
21
22 #en
23 Documents must consist of the following parts, in the given order:
24 #ja
25 文書は、次に示す部分により、次の順序で構成されなければ[[MUST:なりません]]。
26
27 #en
28 Optionally, a single U+FEFF BYTE ORDER MARK (BOM) character.
29 #ja
30 任意選択で、1つの U+FEFF BYTE ORDER MARK (BOM) 文字。
31
32 #en
33 Any number of <a href=#syntax-comments title=syntax-comments>comments</a>
34 and <a href=#space-character title="space character">space characters</a>.
35 #ja