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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24