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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.5 - (hide annotations) (download)
Fri Jul 25 14:29:57 2008 UTC (17 years, 11 months ago) by apache
Branch: MAIN
Changes since 1.4: +74 -70 lines
by remote user 'guest'

1 apache 1.2 #pattern
2     <span class=secno>* </span>Common infrastructure
3     #ja
4 apache 1.3 <span class=secno>$1 </span>共通基盤
5    
6    
7 apache 1.5 #pattern
8     <span class=secno>* </span>Terminology
9     #ja
10     <span class=secno>$1 </span>用語
11    
12     #en
13     For simplicity, terms such as <em>shown</em>, <em>displayed</em>, and
14     <em>visible</em> might sometimes be used when referring to the way a
15     document is rendered to the user. These terms are not meant to imply a
16     visual medium; they must be considered to apply to other media in
17     equivalent ways.
18     #ja
19     簡単のため、<em>示す</em>、<em>表示する</em>、
20     <em>可視</em>などの用語を文書が利用者に対してレンダリングされる方法に言及する時に使うことがあります。
21     これらの語は視覚媒体を暗示することを意図していません。
22     これらの語は他の媒体にも等価な方法で適用されると考えなければ[[MUST:なりません]]。
23    
24     #en
25     The construction "a <code>Foo</code> object", where <code>Foo</code> is
26     actually an interface, is sometimes used instead of the more accurate "an
27     object implementing the interface <code>Foo</code>".
28     #ja
29     「<code>Foo</code> オブジェクト」という構文 (<code>Foo</code>
30     は実際には界面) を時々使いますが、より正確な「界面 <code>Foo</code>
31     を実装しているオブジェクト」の代わりに用いています。
32    
33     #en
34     The construction "a <code title="">Foo</code> object", where <code
35     title="">Foo</code> is actually an interface, is sometimes used instead of
36     the more accurate "an object implementing the interface <code
37     title="">Foo</code>".
38     #ja
39     「<code title="">Foo</code> オブジェクト」という構文 (<code title="">Foo</code>
40     は実際には界面) を時々使いますが、より正確な「界面 <code title="">Foo</code>
41     を実装しているオブジェクト」の代わりに用いています。
42    
43     #en
44     The term DOM is used to refer to the API set made available to scripts
45     in Web applications, and does not necessarily imply the existence of an
46     actual <code>Document</code> object or of any other <code>Node</code>
47     objects as defined in the DOM Core specifications. <a
48     href="#refsDOM3CORE">[DOM3CORE]</a>
49     #ja
50     DOM という語は、 Web アプリケーションでスクリプトに利用可能とされている API
51     の集合を指して用い、必ずしも DOM 中核仕様書で定義されている実際の
52     <code>Document</code> オブジェクトその他の <code>Node</code>
53     オブジェクトの存在を暗示してはいません。<a
54     href="#refsDOM3CORE">[DOM3CORE]</a>
55    
56     #en
57     A DOM attribute is said to be <em>getting</em> when its value is being
58     retrieved (e.g. by author script), and is said to be <em>setting</em> when
59     a new value is assigned to it.
60     #ja
61     DOM 属性は、その値が (例えば著者のスクリプトにより) 取り出される時<em>取得される</em>といい、
62     新しい値がその属性に割り当てられる時<em>設定される</em>といいます。
63    
64     #en
65     If a DOM object is said to be <dfn id=live>live</dfn>, then that means
66     that any attributes returning that object must always return the same
67     object (not a new object each time), and the attributes and methods on
68     that object must operate on the actual underlying data, not a snapshot of
69     the data.
70     #ja
71     DOM オブジェクトが<dfn id=live>生きている</dfn>という場合、
72     そのオブジェクトを返す属性は常に同じオブジェクトを返さなければ[[MUST:ならない]]
73     (毎回新しいオブジェクトを返すのではなく) 上に、
74     そのオブジェクトの属性やメソッドがそのオブジェクトの裏にある実際のデータのスナップ写真ではなく、
75     データそのものに対して操作されなければ[[MUST:ならない]]ことを意味します。
76    
77    
78    
79    
80    
81 apache 1.3
82     #pattern
83 apache 1.4 <span class=secno>* </span>Conformance requirements
84     #ja
85     <span class=secno>$1 </span>適合性要件
86    
87     #en
88     All diagrams, examples, and notes in this specification are
89     non-normative, as are all sections explicitly marked non-normative.
90     Everything else in this specification is normative.
91     #ja
92     この仕様書のすべての図、例、注意書きは、
93     規定の一部ではないと明記された節すべてと同様に、
94     規定の一部ではありません。
95     この仕様書のそれ以外のすべては規定の一部です。
96    
97     #en
98     The key words "MUST", "MUST NOT", "REQUIRED", <!--"SHALL", "SHALL
99     NOT",-->
100     "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in the
101     normative parts of this document are to be interpreted as described in
102     RFC2119. For readability, these words do not appear in all uppercase
103     letters in this specification. <a href="#refsRFC2119">[RFC2119]</a>
104     #ja
105     この文書の規定の部分にあるキーワード「[[MUST:しなければなりません]]」、
106     「[[MUST NOT:してはなりません]]」、
107     「[[REQUIRED:必須です]]」、「[[SHOULD:するべきです]]」、
108     「[[SHOULD NOT:するべきではありません]]」、
109     「[[RECOMMENDED:推奨します]]」、「[[MAY:して構いません]]」、
110     「[[OPTIONAL:任意です]]」は、 RFC 2119 で説明されているように解釈します。
111     可読性の観点から、この仕様書<ins class=ja-note>の原文</ins>では、
112     これらの語<ins class=ja-note>の原語</ins>はすべて大文字では表記しません。
113     <a href="#refsRFC2119">[RFC2119]</a>
114    
115     #en
116     Requirements phrased in the imperative as part of algorithms (such as
117     "strip any leading space characters" or "return false and abort these
118     steps") are to be interpreted with the meaning of the key word ("must",
119     "should", "may", etc) used in introducing the algorithm.
120     #ja
121     算法の一部として<ins class=ja-note>動作の指示の形で (原文では</ins>命令形で<ins class=ja-note>) </ins>記述された要件
122     (例えば「先頭の間隔文字をすべて除去します」や「偽を返し、これらの段階を停止します」)
123     は、算法の紹介で使われたキーワード ([[MUST:しなければなりません]]、
124     [[SHOULD:するべきです]]、[[MAY:して構いません]]など) の意味により解釈します。
125    
126     #en
127     Some conformance requirements are phrased as requirements on attributes,
128     methods or objects. Such requirements are to be interpreted as
129     requirements on user agents.
130     #ja
131     いくつかの適合性要件は属性やメソッドやオブジェクトの要件として説明されています。
132     そのような要件は、利用者エージェントに関する要件として解釈します。
133    
134     #en
135     Conformance requirements phrased as algorithms or specific steps may be
136     implemented in any manner, so long as the end result is equivalent. (In
137     particular, the algorithms defined in this specification are intended to
138     be easy to follow, and not intended to be performant.)
139     #ja
140     算法や特定の段階として説明されている適合性要件は、
141     最終的な結果が等価である限り、任意の方法で実装して[[MAY:構いません]]。
142     (特に、この仕様書で定義されている算法は追うのを簡単にしており、
143     高性能であることを目指してはいません。)
144    
145     #en
146     The only conformance class defined by this specification is user agents.
147     #ja
148     この仕様書で定義される適合性の級は、利用者エージェントのみです。
149    
150     #en
151     User agents may impose implementation-specific limits on otherwise
152     unconstrained inputs, e.g. to prevent denial of service attacks, to guard
153     against running out of memory, or to work around platform-specific
154     limitations.
155     #ja
156     利用者エージェントは、サービス拒否攻撃を防ぐため、
157     記憶容量を使い尽くすことを防ぐため、
158     あるいは環境特有の制限に対応するためなどの目的で、
159     別段の制約のない入力に対して実装特有の制限を設けて[[MAY:構いません]]。
160    
161    
162    
163     #pattern
164 apache 1.3 <span class=secno>* </span>Dependencies
165     #ja
166     <span class=secno>$1 </span>依存性
167    
168     #en
169     This specification relies on several other underlying specifications.
170     #ja
171     この仕様書は他のいくつかの下位仕様書に依存しています。
172    
173     #en
174     Many fundamental concepts from HTML5 are used by this specification.
175     <a href="#refsHTML5">[HTML5]</a>
176     #ja
177     HTML5 の多くの基礎的な概念をこの仕様書で使用します。
178     <a href="#refsHTML5">[HTML5]</a>
179    
180     #en
181     This specification is intended to be used with JavaScript as the
182     scripting language. <a href="#refsJS">[JS]</a>
183     #ja
184     この仕様書はスクリプト言語として JavaScript
185     を使うことを想定しています。 <a href="#refsJS">[JS]</a>
186    
187     #en
188     The IDL blocks in this specification use the semantics of the WebIDL
189     specification. <a href="#refsWebIDL">[WebIDL]</a>
190     #ja
191     この仕様書の IDL ブロックは WebIDL 仕様書における意味を用います。 <a href="#refsWebIDL">[WebIDL]</a>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24