/[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.150 - (hide annotations) (download)
Sat Oct 25 08:16:32 2008 UTC (17 years, 8 months ago) by apache
Branch: MAIN
Changes since 1.149: +10 -1 lines
by remote user 'guest'

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