/[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.66 - (hide annotations) (download)
Fri Oct 24 16:54:28 2008 UTC (17 years, 8 months ago) by apache
Branch: MAIN
Changes since 1.65: +7 -1 lines
by remote user 'guest'

1 apache 1.2
2    
3     #pattern
4     <span class=secno>* </span>The HTML syntax
5     #ja
6 apache 1.3 <span class=secno>$1 </span>HTML 構文
7    
8     #pattern
9     <span class=secno>* </span>Writing HTML documents
10     #ja
11 apache 1.4 <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 apache 1.5 適合性検査器は次の節 (「HTML 文書の構文解析」) で与えられる要件を用いなければ[[MUST:なりません]]。</em>
22    
23     #en
24     Documents must consist of the following parts, in the given order:
25     #ja
26 apache 1.6 文書は、次に示す部分により、次の順序で構成されなければ[[MUST:なりません]]。
27    
28     #en
29     Optionally, a single U+FEFF BYTE ORDER MARK (BOM) character.
30     #ja
31 apache 1.7 任意選択で、1つの U+FEFF BYTE ORDER MARK (BOM) 文字。
32    
33     #en
34 wakaba 1.44 Any number of <a href=#syntax-comments title=syntax-comments>comments</a>
35     and <a href=#space-character title="space character">space characters</a>.
36 apache 1.7 #ja
37 wakaba 1.44 任意の個数の<a href=#syntax-comments title=syntax-comments>注釈</a>と<a href=#space-character title="space character">間隔文字</a>。
38 apache 1.8
39     #en
40 wakaba 1.44 A <a href=#syntax-doctype title=syntax-doctype>DOCTYPE</a>.
41 apache 1.8 #ja
42 wakaba 1.44 <a href=#syntax-doctype title=syntax-doctype>DOCTYPE</a>。
43 apache 1.9
44     #en
45     The root element, in the form of an <code><a
46 wakaba 1.44 href=#the-html-element>html</a></code> <a href=#dom-form-elements
47 apache 1.9 title=syntax-elements>element</a>.
48     #ja
49     根要素を <code><a
50 wakaba 1.44 href=#the-html-element>html</a></code> <a href=#dom-form-elements
51 apache 1.10 title=syntax-elements>要素</a>の形で。
52    
53     #en
54     The various types of content mentioned above are described in the next
55     few sections.
56     #ja
57 apache 1.11 前述の各種の内容は、次の数個の節で説明します。
58    
59     #en
60     In addition, there are some restrictions on how <span>character encoding
61     declarations</span> are to be serialized, as discussed in the section on
62     that topic.
63     #ja
64     加えて、<span>文字符号化宣言</span>をどう直列化するかについても、
65 apache 1.12 それに関する節で説明した通り、いくつかの制限があります。
66    
67     #en
68 wakaba 1.44 Space characters before the root <code><a href=#the-html-element>html</a></code>
69 apache 1.12 element, and space characters at the start of the <code><a
70 wakaba 1.44 href=#the-html-element>html</a></code> element and before the <code><a
71     href=#the-head-element>head</a></code> element, will be dropped when the document
72 apache 1.12 is parsed; space characters <em>after</em> the root <code><a
73 wakaba 1.44 href=#the-html-element>html</a></code> element will be parsed as if they were at
74     the end of the <code><a href=#the-body-element>body</a></code> element. Thus,
75