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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.17 - (hide annotations) (download)
Thu Aug 14 02:49:00 2008 UTC (17 years, 11 months ago) by apache
Branch: MAIN
Changes since 1.16: +15 -10 lines
by remote user 'guest'

1 apache 1.3 #pattern
2     <span class=secno>* </span>Web browsers
3     #ja
4     <span class=secno>$1 </span>Web ブラウザ
5    
6     #en
7     This section describes features that apply most directly to Web
8     browsers. Having said that, unless specified elsewhere, the requirements
9     defined in this section <em>do</em> apply to all user agents, whether they
10     are Web browsers or not.
11     #ja
12     この章では、 Web ブラウザに最も直接的に適用される機能について説明します。
13     とはいえ、この章で定義する要件は、特に断らない限り、
14     Web ブラウザであるか否かを問わず全ての利用者エージェントに適用<em>されます</em>。
15    
16     #pattern
17     <span class=secno>* </span>Browsing contexts
18     #ja
19     <span class=secno>$1 </span>閲覧文脈
20 apache 1.5
21 apache 1.3 #en
22     A <dfn id=browsing1>browsing context</dfn> is a collection of one or
23     more <code>Document</code> objects, and one or more <a href="#view"
24     title=view>views</a>.
25     #ja
26     <dfn id=browsing1>閲覧文脈</dfn>は1つ以上の <code>Document</code>
27     オブジェクトと1つ以上の<a href="#view"
28     title=view>表示</a>の集成です。
29    
30     #en
31     At any one time, one of the <code>Document</code>s in a <a
32     href="#browsing1">browsing context</a> is the <dfn id=active>active
33     document</dfn>. The collection of <code>Document</code>s is the <a
34     href="#browsing1">browsing context</a>'s <a href="#session">session
35     history</a>.
36     #ja
37     いかなる時点においても、ある <a
38     href="#browsing1">閲覧文脈</a>の中の <code>Document</code>
39     の1つは<dfn id=active>活性文書</dfn>です。
40     <code>Document</code> の集成は<a
41     href="#browsing1">閲覧文脈</a>の<a href="#session">セッション履歴</a>です。
42    
43     #en
44     A <dfn id=view>view</dfn> is a user agent interface tied to a particular
45     media used for the presentation of <code>Document</code> objects in some
46     media. A view may be interactive. Each view is represented by an
47     <code>AbstractView</code> object. Each view belongs to a <a
48     href="#browsing1">browsing context</a>. <a
49     href="#refsDOM2VIEWS">[DOM2VIEWS]</a>
50     #ja
51     <dfn id=view>表示</dfn>は、何らかの媒体における <code>Document</code>
52     オブジェクトの表現のために用いられる、特定の媒体に紐付けされた利用者エージェント界面です。
53 apache 1.13 提示は対話的であっても[[MAY:構いません]]。各表示は <code>AbstractView</code>
54 apache 1.3 オブジェクトにより現れます。各表示は<a
55     href="#browsing1">閲覧文脈</a>に属します。 <a
56     href="#refsDOM2VIEWS">[DOM2VIEWS]</a>
57    
58     #en
59     The <code title="">document</code> attribute of an
60     <code>AbstractView</code> object representing a <a href="#view">view</a>
61     gives the <code>Document</code> object of the view's <a
62     href="#browsing1">browsing context</a>'s <a href="#active">active
63     document</a>. <a href="#refsDOM2VIEWS">[DOM2VIEWS]</a>
64     #ja
65     <a href="#view">表示</a>を表す
66     <code>AbstractView</code> オブジェクトの <code title="">document</code>
67     属性は、その表示の<a
68     href="#browsing1">閲覧文脈</a>の<a href="#active">活性文書</a>の
69     <code>Document</code> オブジェクトを与えます。
70     <a href="#refsDOM2VIEWS">[DOM2VIEWS]</a>
71    
72     #en
73     Events that use the <code>UIEvent</code> interface are
74     related to a specific <a href="#view">view</a> (the view in which the
75     event happened); the <code>AbstractView</code> of that view is given in
76     the event object's <code title="">view</code> attribute. <a
77     href="#refsDOM3EVENTS">[DOM3EVENTS]</a>
78     #ja
79     <code>UIEvent</code> 界面を用いる事象は特定の<a href="#view">表示</a>
80     (事象が発生した表示) に関係付けられています。その表示の
81     <code>AbstractView</code> は事象オブジェクトの <code title="">view</code>
82     属性で与えられます。 <a
83     href="#refsDOM3EVENTS">[DOM3EVENTS]</a>
84    
85     #en
86     A typical Web browser has one obvious <a
87     href="#view">view</a> per <a href="#browsing1">browsing context</a>: the
88     browser's window (screen media). If a page is printed, however, a second
89     view becomes evident, that of the print media. The two views always share
90     the same underlying <code>Document</code>, but they have a different
91     presentation of that document. A speech browser also establishes a
92     browsing context, one with a view in the speech media.
93     #ja
94     一般的な Web ブラウザは<a href="#browsing1">閲覧文脈</a>毎に1つの自明な<a
95     href="#view">表示</a>、つまりブラウザの窓 (画面媒体) を持っています。
96     しかし、頁が印刷される場合、2つ目の、印刷媒体の表示が現れます。
97     2つの表示は常に同じ元の <code>Document</code> を共有していますが、
98 apache 1.13 その文書の異なる提示を有しています。会話ブラウザも、
99 apache 1.3 会話媒体での表示を有する閲覧文脈を確立します。
100    
101     #en
102     A <code>Document</code> does not necessarily have a <a
103     href="#browsing1">browsing context</a> associated with it. In particular,
104     data mining tools are likely to never instantiate browsing contexts.
105     #ja
106     <code>Document</code> は必ずしも<a
107     href="#browsing1">閲覧文脈</a>に関連付けられているとは限りません。
108     特に、データ・マイニング・ツールは閲覧文脈を決して実現値化しないでしょう。
109    
110     #en
111 apache 1.14 The main <a href="#view">view</a> through which a user primarily
112     interacts with a user agent is the <dfn id=default4>default view</dfn>.
113 apache 1.3 #ja
114 apache 1.14 利用者が利用者エージェントと対話するために主に使用する<a href="#view">表示</a>が<dfn id=default4>既定表示</dfn>です。
115 apache 1.3
116     #en
117 apache 1.14 The <a href="#default4">default view</a> of a
118 apache 1.3 <code>Document</code> is given by the <code title="">defaultView</code>
119    
120     attribute on the <code>Document</code> object's <code>DocumentView</code>
121     interface. <a href="#refsDOM3VIEWS">[DOM3VIEWS]</a>
122     #ja
123 apache 1.14 <code>Document</code> の <a href="#default4">既定表示</a>は
124 apache 1.3 <code>Document</code> オブジェクトの <code>DocumentView</code>
125     界面の <code title="">defaultView</code>
126     属性により与えられます。 <a href="#refsDOM3VIEWS">[DOM3VIEWS]</a>
127    
128     #en
129 apache 1.15 When a <a href="#browsing1">browsing context</a> is first created, it
130 apache 1.3 must be created with a single <code>Document</code> in its session
131     history, whose <span title="the document's address">address</span><!--
132     XXXDOCURL -->
133 apache 1.15 is <code><a href="#aboutblank">about:blank</a></code><!-- XXX xref -->,
134     which is marked as being an <a href="#html-" title="HTML documents">HTML
135     document</a>, and whose <a href="#character3" title="document's character
136     encoding">character encoding</a> is UTF-8. The <code>Document</code> must
137     have a single child <code><a href="#html">html</a></code> node, which
138     itself has a single child <code><a href="#body0">body</a></code> node. If
139     the <a href="#browsing1">browsing context</a> is created specifically to
140     be immediately navigated, then that initial navigation will have <a
141 apache 1.3 href="#replacement">replacement enabled</a>.
142     #ja
143     <a href="#browsing1">閲覧文脈</a>が最初に作成されたとき、
144     閲覧文脈はセッション履歴に<span title="the document's address">番地</span>が
145 apache 1.15 <code><a href="#aboutblank">about:blank</a></code><!-- XXX xref --> で、 <a href="#html-" title="HTML documents">HTML
146 apache 1.3 文書</a>として印付けされており、<a
147     href="#character1" title="document's character encoding">文字符号化</a>が
148     UTF-8 である <code>Document</code>
149     が1つある状態で作成されなければ[[MUST:なりません]]。この
150     <code>Document</code> は <code><a href="#html">html</a></code>
151     節点1つだけを子供として持ち、その <code><a href="#html">html</a></code>
152     節点は <code><a href="#body0">body</a></code> 節点だけを子供として持たなければ[[MUST:なりません]]。
153     <a
154     href="#browsing1">閲覧文脈</a>が即座に操縦されるために特に作成された場合、
155     その最初の操縦は<a
156     href="#replacement">置換有効</a>で行われます。
157    
158     #en
159 apache 1.16 The <a href="#origin0">origin</a> of the <code><a
160     href="#aboutblank">about:blank</a></code> <code>Document</code> is set
161     when the <code>Document</code> is created, in a manner dependent on
162     whether the <a href="#browsing1">browsing context</a> created is a <a
163 apache 1.3 href="#nested0">nested browsing context</a>, as follows:
164     #ja
165 apache 1.16 <code><a
166     href="#aboutblank">about:blank</a></code> <code>Document</code> の<a href="#origin0">起源</a>は、
167 apache 1.3 その <code>Document</code> が作成されるときに、作成された<a
168     href="#browsing1">閲覧文脈</a>が<a
169     href="#nested0">入れ子閲覧文脈</a>であるかどうかにより、
170     次のように設定されます:
171    
172     #en
173     If the new <a href="#browsing1">browsing context</a> is a <a
174     href="#nested0">nested browsing context</a>
175     #ja
176     新しい<a href="#browsing1">閲覧文脈</a>が<a
177     href="#nested0">入れ子閲覧文脈</a>である場合
178    
179     #en
180 apache 1.17 The <a href="#origin0">origin</a> of the <code><a
181     href="#aboutblank">about:blank</a></code> <code>Document</code> is the <a
182     href="#origin0">origin</a> of the <a href="#active">active document</a>
183     of the new <a href="#browsing1">browsing context</a>'s <a
184     href="#parent">parent browsing context</a> at the time of its creation.
185 apache 1.3 #ja
186 apache 1.17 <code><a
187     href="#aboutblank">about:blank</a></code> <code>Document</code> の<a href="#origin0">起源</a>は、
188 apache 1.3 新しい<a
189     href="#browsing1">閲覧文脈</a>の作成の時点でのその<a href="#parent">親閲覧文脈</a>の<a
190     href="#active">活性文書</a>の<a href="#origin0">起源</a>です。
191    
192     #en
193     If the new <a href="#browsing1">browsing context</a> is an <a
194     href="#auxiliary0">auxiliary browsing context</a>
195     #ja
196     新しい<a href="#browsing1">閲覧文脈</a>が<a
197     href="#auxiliary0">補助閲覧文脈</a>である場合
198    
199     #en
200 apache 1.17 The <a href="#origin0">origin</a> of the <code><a
201     href="#aboutblank">about:blank</a></code>
202 apache 1.3 <code>Document</code> is the <a href="#origin0">origin</a> of the <a
203     href="#active">active document</a> of the new <a
204     href="#browsing1">browsing context</a>'s <a href="#opener">opener
205     browsing context</a> at the time of the new browsing context's creation.
206     #ja
207 apache 1.17 <code><a
208     href="#aboutblank">about:blank</a></code> <code>Document</code> の<a href="#origin0">起点</a>は、
209 apache 1.3 新しい閲覧文脈の作成の時点でのその<a href="#opener">開き元閲覧文脈</a>の<a
210     href="#active">活性文書</a>の<a href="#origin0">起点</a>です。
211    
212     #en
213     Otherwise
214     #ja
215     その他の場合
216    
217     #en
218 apache 1.17 The <a href="#origin0">origin</a> of the <code><a
219     href="#aboutblank">about:blank</a></code>
220 apache 1.3
221     <code>Document</code> is a globally unique identifier assigned when the
222     new <a href="#browsing1">browsing context</a> is created.
223     #ja
224 apache 1.17 <code><a
225     href="#aboutblank">about:blank</a></code> <code>Document</code> の<a href="#origin0">起点</a>は、
226 apache 1.3 その新しい<a href="#browsing1">閲覧文脈</a>が作成されたときに割り当てられた大域的に固有な識別子です。
227    
228     #pattern
229     <span class=secno>* </span>Nested browsing contexts
230     #ja
231     <span class=secno>$1 </span>入れ子の閲覧文脈
232    
233     #en
234     Certain elements (for example, <code><a href="#iframe">iframe</a></code>
235     elements) can instantiate further <a href="#browsing1" title="browsing
236     context">browsing contexts</a>. These are called <dfn id=nested0
237     title="nested browsing context">nested browsing contexts</dfn>. If a
238     browsing context <var title="">P</var> has an element in one of its
239     <code>Document</code>s <var title="">D</var> that nests another browsing
240     context <var title="">C</var> inside it, then <var title="">P</var> is
241     said to be the <dfn id=parent>parent browsing context</dfn> of <var
242     title="">C</var>, <var title="">C</var> is said to be a <dfn
243     id=child>child browsing context</dfn> of <var title="">P</var>, and <var
244     title="">C</var> is said to be <dfn id=nested1 title="browsing context
245     nested through">nested through</dfn> <var title="">D</var>.
246     #ja
247     要素によっては (例えば <code><a href="#iframe">iframe</a></code>
248     要素は)、更に<a href="#browsing1" title="browsing
249     context">閲覧文脈</a>を実現値化することができます。このようなものを<dfn id=nested0
250     title="nested browsing context">入れ子の閲覧文脈</dfn>と呼びます。
251     閲覧文脈 <var title="">P</var> がその <code>Document</code> の1つ
252     <var title="">D</var> 中の要素であって、その内側に別の閲覧文脈 <var title="">C</var>
253     を入れ子にしている場合、 <var title="">P</var> は <var
254     title="">C</var> の<dfn id=parent>親閲覧文脈</dfn>であるといい、
255     <var title="">C</var> は <var title="">P</var> の<dfn
256     id=child>子閲覧文脈</dfn>であるといい、 <var
257     title="">C</var> は <var title="">D</var> を<dfn id=nested1 title="browsing context
258     nested through">通じて入れ子である</dfn>といいます。
259    
260     #en
261     A browsing context <var title="">A</var> is said to be an ancestor of a
262     browsing context <var title="">B</var> if there exists a browsing context
263     <var title="">A'</var> that is a <a href="#child">child browsing
264     context</a> of <var title="">A</var> and that is itself an ancestor of
265     <var title="">B</var>, or if there is a browsing context <var
266     title="">P</var> that is a <a href="#child">child browsing context</a> of
267     <var title="">A</var> and that is the <a href="#parent">parent browsing
268     context</a> of <var title="">B</var>.
269     #ja
270     閲覧文脈 <var title="">A</var> が閲覧文脈 <var title="">B</var>
271     の祖先であるというのは、 <var title="">A</var>
272     の<a href="#child">子閲覧文脈</a>である閲覧文脈 <var title="">A'</var>
273     が存在して、それ自体が <var title="">B</var> の祖先である場合、または閲覧文脈 <var
274     title="">P</var> があって、それが <var title="">A</var>
275     の<a href="#child">子閲覧文脈</a>であり、かつ <var title="">B</var>
276     の<a href="#parent">親閲覧文脈</a>である場合です。
277    
278     #en
279     The browsing context with no <a href="#parent">parent browsing
280     context</a> is the <dfn id=top-level>top-level browsing context</dfn> of
281     all the browsing contexts <a href="#nested0" title="nested browsing
282     context">nested</a> within it (either directly or indirectly through other
283     nested browsing contexts).
284     #ja
285     <a href="#parent">親閲覧文脈</a>のない閲覧文脈は、
286     それに (直接的に、または他の入れ子閲覧文脈を通じて間接的に)
287     <a href="#nested0" title="nested browsing
288     context">入れ子</a>になっている閲覧文脈すべての<dfn id=top-level>最上位閲覧文脈</dfn>です。
289    
290     #en
291     The transitive closure of <a href="#parent" title="parent browsing
292     context">parent browsing contexts</a> for a <a href="#nested0">nested
293     browsing context</a> gives the list of <dfn id=ancestor title="ancestor
294     browsing context">ancestor browsing contexts</dfn>.
295     #ja
296     <a href="#nested0">入れ子閲覧文脈</a>の<a href="#parent" title="parent browsing
297     context">親閲覧文脈</a>の推移的閉包が<dfn id=ancestor title="ancestor
298     browsing context">祖先閲覧文脈</dfn>の並びを与えます。
299    
300     #en
301     A <code>Document</code> is said to be <dfn id=fully>fully active</dfn>
302     when it is the <a href="#active">active document</a> of its <a
303     href="#browsing1">browsing context</a>, and either its browsing context is
304     a <a href="#top-level">top-level browsing context</a>, or the
305     <code>Document</code> <a href="#nested1" title="browsing context nested
306     through">through which</a> that browsing context is <a href="#nested0"
307     title="nested browsing context">nested</a> is itself <a
308     href="#fully">fully active</a>.
309     #ja
310     <code>Document</code> が<dfn id=fully>完全に活性</dfn>であるというのは、
311     これがその<a
312     href="#browsing1">閲覧文脈</a>の<a href="#active">活性文書</a>であり、かつその閲覧文脈が<a href="#top-level">最上位閲覧文脈</a>であるか、
313     またはその閲覧文脈がそれを<a href="#nested1" title="browsing context nested
314     through">通じて</a><a href="#nested0"
315     title="nested browsing context">入れ子</a>になっているような
316     <code>Document</code> もそれ自体<a
317     href="#fully">完全に活性</a>であることをいいます。
318    
319     #en
320     Because they are nested through an element, <a href="#child"
321     title="child browsing context">child browsing contexts</a> are always tied
322     to a specific <code>Document</code> in their <a href="#parent">parent
323     browsing context</a>. User agents must not allow the user to interact with
324     <a href="#child" title="child browsing context">child browsing
325     contexts</a> of elements that are in <code>Document</code>s that are not
326     themselves <a href="#fully">fully active</a>.
327     #ja
328     <a href="#child"
329     title="child browsing context">子閲覧文脈</a>は、要素を通じて入れ子になっているため、
330     常に<a href="#parent">親閲覧文脈</a>中の特定の <code>Document</code>
331     と紐付けされています。利用者エージェントは、<a href="#fully">完全に活性</a>でない
332     <code>Document</code> 中の要素の<a href="#child" title="child browsing context">子閲覧文脈</a>に対して利用者が対話することを認めては[[MUST NOT:なりません]]。
333    
334     #en
335     A <a href="#nested0">nested browsing context</a> can have a <a
336     href="#seamless0">seamless browsing context flag</a> set, if it is
337     embedded through an <code><a href="#iframe">iframe</a></code> element with
338     a <code title=attr-iframe-seamless><a href="#seamless">seamless</a></code>
339     attribute.
340     #ja
341     <a href="#nested0">入れ子閲覧文脈</a>には、これが
342     <code title=attr-iframe-seamless><a href="#seamless">seamless</a></code>
343     属性のある <code><a href="#iframe">iframe</a></code>
344     要素を通じて埋め込まれている場合、<a
345     href="#seamless0">継ぎ目なし閲覧文脈旗</a>が設定されることがあります。
346    
347     #pattern
348     <span class=secno>* </span>Auxiliary browsing contexts
349     #ja
350     <span class=secno>$1 </span>補助閲覧文脈
351    
352 apache 1.4 #en
353     It is possible to create new browsing contexts that are related to a
354     <span>top level browsing context</span> without being nested through an
355     element. Such browsing contexts are called <dfn id=auxiliary0
356     title="auxiliary browsing context">auxiliary browsing contexts</dfn>.
357     Auxiliary browsing contexts are always <a href="#top-level"
358     title="top-level browsing context">top-level browsing contexts</a>.
359     #ja
360     ある<span>最上位閲覧文脈</span>に関係する新しい閲覧文脈を、
361     要素を通じて入れ子にせずに作成することができます。このような閲覧文脈を<dfn id=auxiliary0
362     title="auxiliary browsing context">補助閲覧文脈</dfn>と呼びます。
363     補助閲覧文脈は常に<a href="#top-level"
364     title="top-level browsing context">最上位閲覧文脈</a>です。
365    
366     #en
367     An <a href="#auxiliary0">auxiliary browsing context</a> has an <dfn
368     id=opener>opener browsing context</dfn>, which is the <a
369     href="#browsing1">browsing context</a> from which the <a
370     href="#auxiliary0">auxiliary browsing context</a> was created, and it has
371     a <dfn id=furthest>furthest ancestor browsing context</dfn>, which is the
372     <a href="#top-level">top-level browsing context</a> of the <a
373     href="#opener">opener browsing context</a> when the <a
374     href="#auxiliary0">auxiliary browsing context</a> was created.
375     #ja
376     <a href="#auxiliary0">補助閲覧文脈</a>は、<dfn
377     id=opener>開闢器閲覧文脈</dfn>を持ちます。これは、<a
378     href="#auxiliary0">補助閲覧文脈</a>を作成した<a
379     href="#browsing1">閲覧文脈</a>です。また、<dfn id=furthest>最遠祖先閲覧文脈</dfn>も持ちます。
380     これは、<a
381     href="#auxiliary0">補助閲覧文脈</a>が作成された時の<a
382     href="#opener">開闢器閲覧文脈</a>の<a href="#top-level">最上位閲覧文脈</a>です。
383    
384     #en
385     The <dfn id=opener0 title=dom-opener><code>opener</code></dfn> DOM
386     attribute on the <code><a href="#window">Window</a></code> object must
387     return the <code><a href="#window">Window</a></code> object of the <a
388     href="#browsing1">browsing context</a> from which the current browsing
389     context was created (its <a href="#opener">opener browsing context</a>),
390     if there is one and it is still available.
391     #ja
392     <code><a href="#window">Window</a></code> オブジェクトの
393     <dfn id=opener0 title=dom-opener><code>opener</code></dfn> DOM 属性は、
394     現在の閲覧文脈が作成された<a
395     href="#browsing1">閲覧文脈</a> (<a href="#opener">開闢器閲覧文脈</a>)
396     の <code><a href="#window">Window</a></code>
397     オブジェクトを、これがあって、まだ利用可能であれば、返さなければ[[MUST:なりません]]。
398    
399 apache 1.6 #pattern
400     <span class=secno>* </span>Secondary browsing contexts
401     #ja
402     <span class=secno>$1 </span>二次閲覧文脈
403    
404     #en
405     User agents may support <dfn id=secondary0 title="secondary browsing
406     context">secondary browsing contexts</dfn>, which are <a href="#browsing1"
407     title="browsing context">browsing contexts</a> that form part of the user
408     agent's interface, apart from the main content area.
409     #ja
410     利用者エージェントは、<dfn id=secondary0 title="secondary browsing
411     context">二次閲覧文脈</dfn>に対応しても[[MAY:構いません]]。これは、利用者エージェントの界面の一部を形成する、
412     主たる内容領域とは別の<a href="#browsing1"
413     title="browsing context">閲覧文脈</a>です。
414    
415 apache 1.7 #pattern
416     <span class=secno>* </span>Security
417     #ja
418     <span class=secno>$1 </span>保安性
419    
420     #en
421     A <a href="#browsing1">browsing context</a> <var title="">A</var> is
422     <dfn id=allowed>allowed to navigate</dfn> a second <a
423     href="#browsing1">browsing context</a> <var title="">B</var> if one of the
424     following conditions is true:
425     #ja
426     <a href="#browsing1">閲覧文脈</a> <var title="">A</var> が2つ目の<a
427     href="#browsing1">閲覧文脈</a> <var title="">B</var>
428     を<dfn id=allowed>操縦することが認められている</dfn>のは、
429     次の条件の1つが真である場合です。
430    
431     #en
432     Either the <a href="#origin0">origin</a> of the <a
433     href="#active">active document</a> of <var title="">A</var> is the <a
434     href="#same-origin" title="same origin">same</a> as the <a
435     href="#origin0">origin</a> of the <a href="#active">active document</a>
436     of <var title="">B</var>, or
437     #ja
438     <var title="">A</var> の<a
439     href="#active">活性文書</a>の<a href="#origin0">起源</a>が
440     <var title="">B</var> の<a href="#active">活性文書</a>の<a
441     href="#origin0">起源</a>と<a
442     href="#same-origin" title="same origin">同じ</a>である
443    
444     #en
445     The browsing context <var title="">B</var> is an <a
446     href="#auxiliary0">auxiliary browsing context</a> and either its <a
447     href="#opener">opener browsing context</a> is <var title="">A</var> or
448     <var title="">A</var> is <a href="#allowed">allowed to navigate</a> <var
449     title="">B</var>'s <a href="#opener">opener browsing context</a>, or
450     #ja
451     閲覧文脈 <var title="">B</var> は<a
452     href="#auxiliary0">補助閲覧文脈</a>であり、かつ、その<a
453     href="#opener">開闢器閲覧文脈</a>が <var title="">A</var>
454     であるか、または <var title="">A</var> が <var
455     title="">B</var> の<a href="#opener">開闢器閲覧文脈</a>を<a href="#allowed">操縦することが認められている</a>かのいずれかである
456    
457     #en
458     The browsing context <var title="">B</var> is not a <a
459     href="#top-level">top-level browsing context</a>, but there exists an <a
460     href="#ancestor">ancestor browsing context</a> of <var title="">B</var>
461     whose <a href="#active">active document</a> has the <a
462     href="#same-origin" title="same origin">same</a> <a
463     href="#origin0">origin</a> as the <a href="#active">active document</a>
464     of <var title="">A</var> (possibly in fact being <var title="">A</var>
465     itself).
466     #ja
467     閲覧文脈 <var title="">B</var> は<a
468     href="#top-level">最上位閲覧文脈</a>ではないが、 <var title="">B</var>
469     の<a
470     href="#ancestor">祖先閲覧文脈</a>に<a href="#active">活性文書</a>が
471     <var title="">A</var> の<a href="#active">活性文書</a>と<a
472     href="#same-origin" title="same origin">同じ</a><a
473     href="#origin0">起源</a>を持つものが存在する
474     (実のところ <var title="">A</var> 自体であることもある)
475    
476 apache 1.8 #pattern
477     <span class=secno>* </span>Threads
478     #ja
479     <span class=secno>$1 </span>スレッド
480    
481     #en
482     Each <a href="#browsing1">browsing context</a> is defined as having a
483     list of zero or more <dfn id=directly>directly reachable browsing
484     contexts</dfn>. These are:
485     #ja
486     各<a href="#browsing1">閲覧文脈</a>は、零以上の<dfn id=directly>直接到達可能閲覧文脈</dfn>の並びを持つと定義します。
487     これは、次の閲覧文脈を含みます。
488    
489     #en
490     All the <a href="#browsing1">browsing context</a>'s <a href="#child"
491     title="child browsing context">child browsing contexts</a>.
492     #ja
493     当該<a href="#browsing1">閲覧文脈</a>の全ての<a href="#child"
494     title="child browsing context">子閲覧文脈</a>。
495    
496     #en
497     The <a href="#browsing1">browsing context</a>'s <a
498     href="#parent">parent browsing context</a>.
499     #ja
500     当該<a href="#browsing1">閲覧文脈</a>の<a
501     href="#parent">親閲覧文脈</a>。
502    
503     #en
504     All the <a href="#browsing1" title="browsing context">browsing
505     contexts</a> that have the <a href="#browsing1">browsing context</a> as
506     their <a href="#opener">opener browsing context</a>.
507     #ja
508     当該<a href="#browsing1">閲覧文脈</a>が<a href="#opener">開闢器閲覧文脈</a>であるすべての<a href="#browsing1" title="browsing context">閲覧文脈</a>。
509    
510     #en
511     The <a href="#browsing1">browsing context</a>'s <a
512     href="#opener">opener browsing context</a>.
513     #ja
514     当該<a href="#browsing1">閲覧文脈</a>の<a href="#opener">開闢器閲覧文脈</a>。
515    
516     #en
517     The transitive closure of all the <a href="#browsing1" title="browsing
518     context">browsing contexts</a> that are <a href="#directly">directly
519     reachable browsing contexts</a> forms a <dfn id=unit-of>unit of related
520     browsing contexts</dfn>.
521     #ja
522     <a href="#directly">直接到達可能閲覧文脈</a>である<a href="#browsing1" title="browsing
523     context">閲覧文脈</a>すべての推移的閉包は、<dfn id=unit-of>関連閲覧文脈の単位</dfn>を形成します。
524    
525     #en
526     All the executable code in a <a href="#unit-of">unit of related browsing
527     contexts</a> must execute on a single conceptual thread. The dispatch of
528     events fired by the user agent (e.g. in response to user actions or
529     network activity) and the execution of any scripts associated with timers
530     must be serialized so that for each <a href="#unit-of">unit of related
531     browsing contexts</a> there is only one script being executed at a time.
532     #ja
533     <a href="#unit-of">関連閲覧文脈の単位</a>内のすべての実行可能符号は、
534     単一の概念的なスレッドで実行されなければ[[MUST:なりません]]。利用者エージェントが
535     (例えば利用者の作用やネットワーク活動への反応として) 発火する事象の発送やタイマーと関連付けられたスクリプトの実行は、
536     <a href="#unit-of">関連閲覧文脈の単位</a>毎に同時に1つのスクリプトだけが実行されるように直列化されなければ[[MUST:なりません]]。
537    
538 apache 1.9 #pattern
539     <span class=secno>* </span>Browsing context names
540     #ja
541     <span class=secno>$1 </span>閲覧文脈名
542    
543     #en
544     Browsing contexts can have a <dfn id=browsing2>browsing context
545     name</dfn>. By default, a browsing context has no name (its name is not
546     set).
547     #ja
548     閲覧文脈は、<dfn id=browsing2>閲覧文脈名</dfn>を持つことができます。
549     既定では、閲覧文脈は名前を持ちません (名前は設定されません)。
550    
551 apache 1.8
552    
553    
554    
555    
556 apache 1.7
557    
558 apache 1.6
559    
560 apache 1.4
561 apache 1.3
562    
563    
564    
565    
566     #en
567     When an HTML document is to be loaded in a <a href="#browsing1">browsing
568     context</a>, the user agent must create a <code>Document</code> object,
569     mark it as being an <a href="#html-" title="HTML documents">HTML
570     document</a>, create an <a href="#html-0">HTML parser</a>, associate it
571     with the document, and begin to use the bytes provided for the document as
572     the <a href="#input0">input stream</a> for that parser.
573     #ja
574     HTML 文書が<a href="#browsing1">閲覧文脈</a>に読み込まれるとき、
575     利用者エージェントは、 <code>Document</code> オブジェクトを作成し、
576     それに <a href="#html-" title="HTML documents">HTML
577     文書</a>であるとの印を付け、<a href="#html-0">HTML 構文解析器</a>を作成し、
578     これをその文書と関連付け、
579     その文書に対して提供されたバイト列を構文解析器の<a href="#input0">入力ストリーム</a>として使い始めなければ[[MUST:なりません]]。
580    
581     #en
582     The <a href="#input0">input stream</a> converts bytes into
583     characters for use in the <span>tokeniser</span><!-- XXX xref
584     -->. This
585     process relies, in part, on character encoding information found in the
586     real <a href="#content-type5" title=Content-Type>Content-Type metadata</a>
587    
588     of the resource; the "sniffed type" is not used for this purpose.
589     #ja
590     <a href="#input0">入力ストリーム</a>はバイト列を文字列に変換し、
591     字句化器で使用できるようにします。この過程は、部分的に、
592     資源の実際の <a href="#content-type5" title=Content-Type>Content-Type
593     メタデータ</a>に現れる文字符号化情報に依存しています。
594     ここでは「探知型」は使用しません。
595    
596     #en
597     When no more bytes are available, an EOF character is implied, which
598     eventually causes a <code title=event-load><a
599     href="#load0">load</a></code> event to be fired.
600     #ja
601     それ以上のバイトが存在しなくなると、暗黙の EOF 文字の存在が仮定され、
602     それによって <code title=event-load><a
603     href="#load0">load</a></code> 事象が発火されることとなります。
604    
605     #en
606     After creating the <code>Document</code> object, but potentially before
607     the page has finished parsing, the user agent must <a
608     href="#update2">update the session history with the new page</a>.
609     #ja
610     <code>Document</code> オブジェクトが作成された後に、
611     頁が構文解析を完了される前でも構いませんが、
612     利用者エージェントは、<a
613     href="#update2">新しい頁によりセッション履歴を更新</a>しなければ[[MUST:なりません]]。
614    
615     #en
616     <a href="#application2"
617     title=concept-appcache-init-with-attribute>Application cache selection</a>
618    
619     happens <a href="#parser-appcache">in the HTML parser</a>.
620     #ja
621     <a href="#application2"
622     title=concept-appcache-init-with-attribute>アプリケーション・キャッシュの選択</a>が
623     <a href="#parser-appcache">HTML 構文解析器の中</a>で起こります。
624    
625     #en
626     When faced with displaying an XML file inline, user agents must first
627     create a <code>Document</code> object, following the requirements of the
628     XML and Namespaces in XML recommendations, RFC 3023, DOM3 Core, and other
629     relevant specifications. <a href="#refsXML">[XML]</a> <a
630     href="#refsXMLNS">[XMLNS]</a> <a href="#refsRFC3023">[RFC3023]</a> <a
631     href="#refsDOM3CORE">[DOM3CORE]</a>
632     #ja
633     利用者エージェントは、 XML ファイルを行内で表示することになったとき、
634     まず <code>Document</code> オブジェクトを XML と XML 名前空間の勧告、
635 apache 1.11 RFC 3023、DOM3 中核、その他関連する仕様書に従って作成しなければ[[MUST:なりません]]。
636 apache 1.3 <a href="#refsXML">[XML]</a> <a
637     href="#refsXMLNS">[XMLNS]</a> <a href="#refsRFC3023">[RFC3023]</a> <a
638     href="#refsDOM3CORE">[DOM3CORE]</a>
639    
640     #en
641     The actual HTTP headers and other metadata, not the headers as mutated
642     or implied by the algorithms given in this specification, are the ones
643     that must be used when determining the character encoding according to the
644     rules given in the above specifications. Once the character encoding is
645     established, the <a href="#character1">document's character encoding</a>
646     must be set to that character encoding.
647     #ja
648     実際の HTTP 頭部その他のメタデータが、
649     前述の仕様書群で示された規則に従い文字符号化を決定する際には使用しなければ[[MUST:ならない]]ものです
650     (この仕様書に示した算法により変異した、あるいは暗示される頭部ではありません)。
651    
652     #en
653     If the root element, as parsed according to the XML specifications cited
654     above, is found to be an <code><a href="#html">html</a></code> element
655     with an attribute <code title=attr-html-manifest><a
656     href="#manifest">manifest</a></code>, then, as soon as the element is
657     inserted into the DOM, the user agent must run the <a href="#application2"
658     title=concept-appcache-init-with-attribute>application cache selection
659     algorithm</a> with the value of that attribute, resolved relative to the
660     <a href="#elements3">element's base URI</a>, as the manifest URI.
661     Otherwise, as soon as the root element is inserted into the DOM, the user
662     agent must run the <a href="#application3"
663     title=concept-appcache-init-no-attribute>application cache selection
664     algorithm</a> with no manifest.
665     #ja
666     利用者エージェントは、前述の XML 仕様書群に従い構文解析された根要素が <code><a href="#html">html</a></code>
667     要素であって <code title=attr-html-manifest><a
668     href="#manifest">manifest</a></code> 属性を持つものであることが判明した場合、
669     その要素が DOM に挿入されると同時に、<a href="#application2"
670     title=concept-appcache-init-with-attribute>アプリケーション・キャッシュ選択算法</a>を、その属性の値を<a href="#elements3">要素の基底
671     URI</a> に対して解決したものをマニフェスト URI
672     として実行しなければ[[MUST:なりません]]。そうでない場合、
673     利用者エージェントは、根要素が DOM に挿入されると同時に、
674     <a href="#application3"
675     title=concept-appcache-init-no-attribute>アプリケーション・キャッシュ選択算法</a>をマニフェストなしで実行しなければ[[MUST:なりません]]。
676    
677     #en
678     Because the processing of the <code
679     title=attr-html-manifest><a href="#manifest">manifest</a></code> attribute
680     happens only once the root element is parsed, any URIs referenced by
681     processing instructions before the root element (such as <code
682     title="">&lt;?xml-styleesheet?></code> and <code
683     title="">&lt;?xbl?></code> PIs) will be fetched from the network and
684     cannot be cached.
685     #ja
686     <code
687     title=attr-html-manifest><a href="#manifest">manifest</a></code>
688     属性の処理は根要素が構文解析されてはじめて行われますから、
689 apache 1.10 根要素の前に現れる処理指令 (例えば <code
690     title="">&lt;?xml-styleesheet?></code> や <code
691     title="">&lt;?xbl?></code> 処理指令) が参照する URI
692     はネットワークから取って来られることになり、キャッシュできません。
693 apache 1.3
694     #en
695     User agents may examine the namespace of the root <code>Element</code>
696     node of this <code>Document</code> object to perform namespace-based
697     dispatch to alternative processing tools, e.g. determining that the
698     content is actually a syndication feed and passing it to a feed handler.
699     If such processing is to take place, abort the steps in this section, and
700     jump to <a href="#navigate-non-Document">step 10</a> in the <a
701     href="#navigate">navigate</a> steps above.
702     #ja
703     利用者エージェントは、この <code>Document</code>
704     オブジェクトの根 <code>Element</code>
705     ノードを検査し、名前空間を基にした代替処理ツールを呼び出しても[[MAY:構いません]]
706     (例えば、内容が実際には配給フィードであると判定し、
707     これをフィード取扱器に渡しても構いません)。このような処理が行われる場合は、
708     この節の段階を中断し、前述の<a
709     href="#navigate">操縦</a>段階の<a href="#navigate-non-Document">段階
710     10</a> に飛びます。
711    
712     #en
713     Otherwise, then, with the newly created <code>Document</code>, the user
714     agents must <a href="#update2">update the session history with the new
715     page</a>. User agents may do this before the complete document has been
716     parsed (thus achieving <i>incremental rendering</i>).
717     #ja
718     そうでない場合には、利用者エージェントは、新たに作成された
719     <code>Document</code> によって、
720     <a href="#update2">新しい頁によりセッション履歴を更新</a>しなければ[[MUST:なりません]]。
721     利用者エージェントは、これを文書全体が構文解析される前に行って
722 wakaba 1.12 (<i>逐次的レンダリング</i>を実現して) も[[MAY:構いません]]。
723 apache 1.3
724     #en
725     Error messages from the parse process (e.g. namespace well-formedness
726     errors) may be reported inline by mutating the <code>Document</code>.
727     #ja
728     構文解析過程の誤りメッセージ (例えば名前空間整形式性誤り)
729 wakaba 1.1 は <code>Document</code> を変異させることによって行内で報告して[[MAY:構いません]]。

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24