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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.26 by apache, Thu Aug 14 03:08:17 2008 UTC revision 1.63 by apache, Fri Oct 24 03:52:28 2008 UTC
# Line 19  Web ブラウザであるか否かを問 Line 19  Web ブラウザであるか否かを問
19  <span class=secno>$1 </span>閲覧文脈  <span class=secno>$1 </span>閲覧文脈
20    
21  #en  #en
22    A <dfn id=browsing1>browsing context</dfn> is a collection of one or    A <dfn id=browsing-context>browsing context</dfn> is a collection of one or
23     more <code>Document</code> objects, and one or more <a href="#view"     more <code>Document</code> objects, and one or more <a href=#view
24     title=view>views</a>.     title=view>views</a>.
25  #ja  #ja
26  <dfn id=browsing1>閲覧文脈</dfn>は1つ以上の <code>Document</code>  <dfn id=browsing-context>閲覧文脈</dfn>は1つ以上の <code>Document</code>
27  オブジェクトと1つ以上の<a href="#view"  オブジェクトと1つ以上の<a href=#view
28     title=view>表示</a>の集成です。     title=view>表示</a>の集成です。
29    
30  #en  #en
31    At any one time, one of the <code>Document</code>s in a <a    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     href=#browsing-context>browsing context</a> is the <dfn id=active-document>active
33     document</dfn>. The collection of <code>Document</code>s is the <a     document</dfn>. The collection of <code>Document</code>s is the <a
34     href="#browsing1">browsing context</a>'s <a href="#session">session     href=#browsing-context>browsing context</a>'s <a href=#session-history>session
35     history</a>.     history</a>.
36  #ja  #ja
37  いかなる時点においても、ある <a  いかなる時点においても、ある <a
38     href="#browsing1">閲覧文脈</a>の中の <code>Document</code>     href=#browsing-context>閲覧文脈</a>の中の <code>Document</code>
39  の1つは<dfn id=active>活性文書</dfn>です。  の1つは<dfn id=active-document>活性文書</dfn>です。
40  <code>Document</code> の集成は<a  <code>Document</code> の集成は<a
41     href="#browsing1">閲覧文脈</a>の<a href="#session">セッション履歴</a>です。     href=#browsing-context>閲覧文脈</a>の<a href=#session-history>セッション履歴</a>です。
42    
43  #en  #en
44    A <dfn id=view>view</dfn> is a user agent interface tied to a particular    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     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     media. A view may be interactive. Each view is represented by an
47     <code>AbstractView</code> object. Each view belongs to a <a     <code>AbstractView</code> object. Each view belongs to a <a
48     href="#browsing1">browsing context</a>. <a     href=#browsing-context>browsing context</a>. <a
49     href="#refsDOM2VIEWS">[DOM2VIEWS]</a>     href=#refsDOM2VIEWS>[DOM2VIEWS]</a>
50  #ja  #ja
51  <dfn id=view>表示</dfn>は、何らかの媒体における <code>Document</code>  <dfn id=view>表示</dfn>は、何らかの媒体における <code>Document</code>
52  オブジェクトの表現のために用いられる、特定の媒体に紐付けされた利用者エージェント界面です。  オブジェクトの表現のために用いられる、特定の媒体に紐付けされた利用者エージェント界面です。
53  提示は対話的であっても[[MAY:構いません]]。各表示は <code>AbstractView</code>  提示は対話的であっても[[MAY:構いません]]。各表示は <code>AbstractView</code>
54  オブジェクトにより現れます。各表示は<a  オブジェクトにより現れます。各表示は<a
55     href="#browsing1">閲覧文脈</a>に属します。 <a     href=#browsing-context>閲覧文脈</a>に属します。 <a
56     href="#refsDOM2VIEWS">[DOM2VIEWS]</a>     href=#refsDOM2VIEWS>[DOM2VIEWS]</a>
57    
58  #en  #en
59    The <code title="">document</code> attribute of an    The <code title="">document</code> attribute of an
60     <code>AbstractView</code> object representing a <a href="#view">view</a>     <code>AbstractView</code> object representing a <a href=#view>view</a>
61     gives the <code>Document</code> object of the view's <a     gives the <code>Document</code> object of the view's <a
62     href="#browsing1">browsing context</a>'s <a href="#active">active     href=#browsing-context>browsing context</a>'s <a href=#active-document>active
63     document</a>. <a href="#refsDOM2VIEWS">[DOM2VIEWS]</a>     document</a>. <a href=#refsDOM2VIEWS>[DOM2VIEWS]</a>
64  #ja  #ja
65  <a href="#view">表示</a>を表す  <a href=#view>表示</a>を表す
66  <code>AbstractView</code> オブジェクトの <code title="">document</code>  <code>AbstractView</code> オブジェクトの <code title="">document</code>
67  属性は、その表示の<a  属性は、その表示の<a
68     href="#browsing1">閲覧文脈</a>の<a href="#active">活性文書</a>の     href=#browsing-context>閲覧文脈</a>の<a href=#active-document>活性文書</a>の
69  <code>Document</code> オブジェクトを与えます。  <code>Document</code> オブジェクトを与えます。
70  <a href="#refsDOM2VIEWS">[DOM2VIEWS]</a>  <a href=#refsDOM2VIEWS>[DOM2VIEWS]</a>
71    
72  #en  #en
73    Events that use the <code>UIEvent</code> interface are    Events that use the <code>UIEvent</code> interface are
74     related to a specific <a href="#view">view</a> (the view in which the     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     event happened); the <code>AbstractView</code> of that view is given in
76     the event object's <code title="">view</code> attribute. <a     the event object's <code title="">view</code> attribute. <a
77     href="#refsDOM3EVENTS">[DOM3EVENTS]</a>     href=#refsDOM3EVENTS>[DOM3EVENTS]</a>
78  #ja  #ja
79  <code>UIEvent</code> 界面を用いる事象は特定の<a href="#view">表示</a>  <code>UIEvent</code> 界面を用いる事象は特定の<a href=#view>表示</a>
80  (事象が発生した表示) に関係付けられています。その表示の  (事象が発生した表示) に関係付けられています。その表示の
81  <code>AbstractView</code> は事象オブジェクトの <code title="">view</code>  <code>AbstractView</code> は事象オブジェクトの <code title="">view</code>
82  属性で与えられます。 <a  属性で与えられます。 <a
83     href="#refsDOM3EVENTS">[DOM3EVENTS]</a>     href=#refsDOM3EVENTS>[DOM3EVENTS]</a>
84    
85  #en  #en
86    A typical Web browser has one obvious <a    A typical Web browser has one obvious <a
87     href="#view">view</a> per <a href="#browsing1">browsing context</a>: the     href=#view>view</a> per <a href=#browsing-context>browsing context</a>: the
88     browser's window (screen media). If a page is printed, however, a second     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     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     the same underlying <code>Document</code>, but they have a different
91     presentation of that document. A speech browser also establishes a     presentation of that document. A speech browser also establishes a
92     browsing context, one with a view in the speech media.     browsing context, one with a view in the speech media.
93  #ja  #ja
94  一般的な Web ブラウザは<a href="#browsing1">閲覧文脈</a>毎に1つの自明な<a  一般的な Web ブラウザは<a href=#browsing-context>閲覧文脈</a>毎に1つの自明な<a
95     href="#view">表示</a>、つまりブラウザの窓 (画面媒体) を持っています。     href=#view>表示</a>、つまりブラウザの窓 (画面媒体) を持っています。
96  しかし、頁が印刷される場合、2つ目の、印刷媒体の表示が現れます。  しかし、頁が印刷される場合、2つ目の、印刷媒体の表示が現れます。
97  2つの表示は常に同じ元の <code>Document</code> を共有していますが、  2つの表示は常に同じ元の <code>Document</code> を共有していますが、
98  その文書の異なる提示を有しています。会話ブラウザも、  その文書の異なる提示を有しています。会話ブラウザも、
# Line 100  Web ブラウザであるか否かを問 Line 100  Web ブラウザであるか否かを問
100    
101  #en  #en
102    A <code>Document</code> does not necessarily have a <a    A <code>Document</code> does not necessarily have a <a
103     href="#browsing1">browsing context</a> associated with it. In particular,     href=#browsing-context>browsing context</a> associated with it. In particular,
104     data mining tools are likely to never instantiate browsing contexts.     data mining tools are likely to never instantiate browsing contexts.
105  #ja  #ja
106  <code>Document</code> は必ずしも<a  <code>Document</code> は必ずしも<a
107     href="#browsing1">閲覧文脈</a>に関連付けられているとは限りません。     href=#browsing-context>閲覧文脈</a>に関連付けられているとは限りません。
108  特に、データ・マイニング・ツールは閲覧文脈を決して実現値化しないでしょう。  特に、データ・マイニング・ツールは閲覧文脈を決して実現値化しないでしょう。
109    
110  #en  #en
111  The main <a href="#view">view</a> through which a user primarily  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>.    interacts with a user agent is the <dfn id=default-view>default view</dfn>.
113  #ja  #ja
114  利用者が利用者エージェントと対話するために主に使用する<a href="#view">表示</a>が<dfn id=default4>既定表示</dfn>です。  利用者が利用者エージェントと対話するために主に使用する<a href=#view>表示</a>が<dfn id=default-view>既定表示</dfn>です。
115    
116  #en  #en
117    The <a href="#default4">default view</a> of a    The <a href=#default-view>default view</a> of a
118     <code>Document</code> is given by the <code title="">defaultView</code>     <code>Document</code> is given by the <code title="">defaultView</code>
119    
120     attribute on the <code>Document</code> object's <code>DocumentView</code>     attribute on the <code>Document</code> object's <code>DocumentView</code>
121     interface. <a href="#refsDOM3VIEWS">[DOM3VIEWS]</a>     interface. <a href=#refsDOM3VIEWS>[DOM3VIEWS]</a>
122  #ja  #ja
123  <code>Document</code> の <a href="#default4">既定表示</a>は  <code>Document</code> の <a href=#default-view>既定表示</a>は
124  <code>Document</code> オブジェクトの <code>DocumentView</code>  <code>Document</code> オブジェクトの <code>DocumentView</code>
125  界面の  <code title="">defaultView</code>  界面の  <code title="">defaultView</code>
126  属性により与えられます。  <a href="#refsDOM3VIEWS">[DOM3VIEWS]</a>  属性により与えられます。  <a href=#refsDOM3VIEWS>[DOM3VIEWS]</a>
127    
128  #en  #en
129  When a <a href="#browsing1">browsing context</a> is first created, it  When a <a href=#browsing-context>browsing context</a> is first created, it must be
130     must be created with a single <code>Document</code> in its session    created with a single <code>Document</code> in its session history,
131     history, whose <span title="the document's address">address</span><!--    whose <span title="the document's address">address</span><!--
132    XXXDOCURL -->    XXXDOCURL --> is <code><a href=#about:blank>about:blank</a></code><!-- XXX xref -->, which is
133     is <code><a href="#aboutblank">about:blank</a></code><!-- XXX xref -->,    marked as being an <a href=#html-documents title="HTML documents">HTML
134     which is marked as being an <a href="#html-" title="HTML documents">HTML    document</a>, and whose <a href="#document's-character-encoding" title="document's character
135     document</a>, and whose <a href="#character3" title="document's character    encoding">character encoding</a> is UTF-8. The
136     encoding">character encoding</a> is UTF-8. The <code>Document</code> must    <code>Document</code> must have a single child <code><a href=#the-html-element>html</a></code>
137     have a single child <code><a href="#html">html</a></code> node, which    node, which itself has a single child <code><a href=#the-body-element>body</a></code> node. If the
138     itself has a single child <code><a href="#body0">body</a></code> node. If    <a href=#browsing-context>browsing context</a> is created specifically to be
139     the <a href="#browsing1">browsing context</a> is created specifically to    immediately navigated, then that initial navigation will have
140     be immediately navigated, then that initial navigation will have <a    <a href=#replacement-enabled>replacement enabled</a>.
    href="#replacement">replacement enabled</a>.  
141  #ja  #ja
142  <a href="#browsing1">閲覧文脈</a>が最初に作成されたとき、  <a href=#browsing-context>閲覧文脈</a>が最初に作成されたとき、
143  閲覧文脈はセッション履歴に<span title="the document's address">番地</span>が  閲覧文脈はセッション履歴に<span title="the document's address">番地</span>が
144  <code><a href="#aboutblank">about:blank</a></code><!-- XXX xref --> で、 <a href="#html-" title="HTML documents">HTML  <code><a href=#about:blank>about:blank</a></code><!-- XXX xref --> で、 <a href=#html-documents title="HTML documents">HTML
145  文書</a>として印付けされており、<a  文書</a>として印付けされており、<a href="#document's-character-encoding" title="document's character
146     href="#character1" title="document's character encoding">文字符号化</a>が    encoding">文字符号化</a>が
147  UTF-8 である <code>Document</code>  UTF-8 である <code>Document</code>
148  が1つある状態で作成されなければ[[MUST:なりません]]。この  が1つある状態で作成されなければ[[MUST:なりません]]。この
149  <code>Document</code> は <code><a href="#html">html</a></code>  <code>Document</code> は <code><a href=#the-html-element>html</a></code>
150  節点1つだけを子供として持ち、その <code><a href="#html">html</a></code>  節点1つだけを子供として持ち、その <code><a href=#the-html-element>html</a></code>
151  節点は <code><a href="#body0">body</a></code> 節点だけを子供として持たなければ[[MUST:なりません]]。  節点は <code><a href=#the-body-element>body</a></code> 節点だけを子供として持たなければ[[MUST:なりません]]。
152  <a  <a
153     href="#browsing1">閲覧文脈</a>が即座に操縦されるために特に作成された場合、     href=#browsing-context>閲覧文脈</a>が即座に操縦されるために特に作成された場合、
154  その最初の操縦は<a  その最初の操縦は<a
155     href="#replacement">置換有効</a>で行われます。     href=#replacement-enabled>置換有効</a>で行われます。
156    
157  #en  #en
158  The <a href="#origin0">origin</a> of the <code><a  The <a href=#origin-0>origin</a> of the <code><a
159     href="#aboutblank">about:blank</a></code> <code>Document</code> is set     href=#about:blank>about:blank</a></code> <code>Document</code> is set
160     when the <code>Document</code> is created, in a manner dependent on     when the <code>Document</code> is created, in a manner dependent on
161     whether the <a href="#browsing1">browsing context</a> created is a <a     whether the <a href=#browsing-context>browsing context</a> created is a <a
162     href="#nested0">nested browsing context</a>, as follows:     href=#nested-browsing-context>nested browsing context</a>, as follows:
163  #ja  #ja
164  <code><a  <code><a
165     href="#aboutblank">about:blank</a></code> <code>Document</code> の<a href="#origin0">起源</a>は、     href=#about:blank>about:blank</a></code> <code>Document</code> の<a href=#origin-0>起源</a>は、
166  その <code>Document</code> が作成されるときに、作成された<a  その <code>Document</code> が作成されるときに、作成された<a
167     href="#browsing1">閲覧文脈</a>が<a     href=#browsing-context>閲覧文脈</a>が<a
168     href="#nested0">入れ子閲覧文脈</a>であるかどうかにより、     href=#nested-browsing-context>入れ子閲覧文脈</a>であるかどうかにより、
169  次のように設定されます:  次のように設定されます:
170    
171  #en  #en
172     If the new <a href="#browsing1">browsing context</a> is a <a     If the new <a href=#browsing-context>browsing context</a> is a <a
173      href="#nested0">nested browsing context</a>      href=#nested-browsing-context>nested browsing context</a>
174  #ja  #ja
175  新しい<a href="#browsing1">閲覧文脈</a>が<a  新しい<a href=#browsing-context>閲覧文脈</a>が<a
176     href="#nested0">入れ子閲覧文脈</a>である場合     href=#nested-browsing-context>入れ子閲覧文脈</a>である場合
177    
178  #en  #en
179  The <a href="#origin0">origin</a> of the <code><a  The <a href=#origin-0>origin</a> of the <code><a
180      href="#aboutblank">about:blank</a></code> <code>Document</code> is the <a      href=#about:blank>about:blank</a></code> <code>Document</code> is the <a
181      href="#origin0">origin</a> of the <a href="#active">active document</a>      href=#origin-0>origin</a> of the <a href=#active-document>active document</a>
182      of the new <a href="#browsing1">browsing context</a>'s <a      of the new <a href=#browsing-context>browsing context</a>'s <a
183      href="#parent">parent browsing context</a> at the time of its creation.      href=#parent-browsing-context>parent browsing context</a> at the time of its creation.
184  #ja  #ja
185  <code><a  <code><a
186      href="#aboutblank">about:blank</a></code> <code>Document</code> の<a href="#origin0">起源</a>は、      href=#about:blank>about:blank</a></code> <code>Document</code> の<a href=#origin-0>起源</a>は、
187  新しい<a  新しい<a
188      href="#browsing1">閲覧文脈</a>の作成の時点でのその<a href="#parent">親閲覧文脈</a>の<a      href=#browsing-context>閲覧文脈</a>の作成の時点でのその<a href=#parent-browsing-context>親閲覧文脈</a>の<a
189      href="#active">活性文書</a>の<a href="#origin0">起源</a>です。      href=#active-document>活性文書</a>の<a href=#origin-0>起源</a>です。
190    
191  #en  #en
192     If the new <a href="#browsing1">browsing context</a> is an <a     If the new <a href=#browsing-context>browsing context</a> is an <a
193      href="#auxiliary0">auxiliary browsing context</a>      href=#auxiliary-browsing-context>auxiliary browsing context</a>
194  #ja  #ja
195  新しい<a href="#browsing1">閲覧文脈</a>が<a  新しい<a href=#browsing-context>閲覧文脈</a>が<a
196      href="#auxiliary0">補助閲覧文脈</a>である場合      href=#auxiliary-browsing-context>補助閲覧文脈</a>である場合
197    
198  #en  #en
199     The <a href="#origin0">origin</a> of the <code><a     The <a href=#origin-0>origin</a> of the <code><a
200      href="#aboutblank">about:blank</a></code>      href=#about:blank>about:blank</a></code>
201      <code>Document</code> is the <a href="#origin0">origin</a> of the <a      <code>Document</code> is the <a href=#origin-0>origin</a> of the <a
202      href="#active">active document</a> of the new <a      href=#active-document>active document</a> of the new <a
203      href="#browsing1">browsing context</a>'s <a href="#opener">opener      href=#browsing-context>browsing context</a>'s <a href=#opener-browsing-context>opener
204      browsing context</a> at the time of the new browsing context's creation.      browsing context</a> at the time of the new browsing context's creation.
205  #ja  #ja
206  <code><a  <code><a
207      href="#aboutblank">about:blank</a></code> <code>Document</code> の<a href="#origin0">起点</a>は、      href=#about:blank>about:blank</a></code> <code>Document</code> の<a href=#origin-0>起点</a>は、
208  新しい閲覧文脈の作成の時点でのその<a href="#opener">開き元閲覧文脈</a>の<a  新しい閲覧文脈の作成の時点でのその<a href=#opener-browsing-context>開き元閲覧文脈</a>の<a
209      href="#active">活性文書</a>の<a href="#origin0">起点</a>です。      href=#active-document>活性文書</a>の<a href=#origin-0>起点</a>です。
210    
211  #en  #en
212  Otherwise  Otherwise
# Line 215  Otherwise Line 214  Otherwise
214  その他の場合  その他の場合
215    
216  #en  #en
217     The <a href="#origin0">origin</a> of the <code><a     The <a href=#origin-0>origin</a> of the <code><a
218      href="#aboutblank">about:blank</a></code>      href=#about:blank>about:blank</a></code>
219    
220      <code>Document</code> is a globally unique identifier assigned when the      <code>Document</code> is a globally unique identifier assigned when the
221      new <a href="#browsing1">browsing context</a> is created.      new <a href=#browsing-context>browsing context</a> is created.
222  #ja  #ja
223  <code><a  <code><a
224      href="#aboutblank">about:blank</a></code> <code>Document</code> の<a href="#origin0">起点</a>は、      href=#about:blank>about:blank</a></code> <code>Document</code> の<a href=#origin-0>起点</a>は、
225  その新しい<a href="#browsing1">閲覧文脈</a>が作成されたときに割り当てられた大域的に固有な識別子です。  その新しい<a href=#browsing-context>閲覧文脈</a>が作成されたときに割り当てられた大域的に固有な識別子です。
226    
227  #pattern  #pattern
228  <span class=secno>* </span>Nested browsing contexts  <span class=secno>* </span>Nested browsing contexts
# Line 231  Otherwise Line 230  Otherwise
230  <span class=secno>$1 </span>入れ子の閲覧文脈  <span class=secno>$1 </span>入れ子の閲覧文脈
231    
232  #en  #en
233  Certain elements (for example, <code><a href="#iframe">iframe</a></code>  Certain elements (for example, <code><a href=#the-iframe-element>iframe</a></code>
234     elements) can instantiate further <a href="#browsing1" title="browsing     elements) can instantiate further <a href=#browsing-context title="browsing
235     context">browsing contexts</a>. These are called <dfn id=nested0     context">browsing contexts</a>. These are called <dfn id=nested-browsing-context
236     title="nested browsing context">nested browsing contexts</dfn>. If a     title="nested browsing context">nested browsing contexts</dfn>. If a
237     browsing context <var title="">P</var> has an element <var     browsing context <var title="">P</var> has an element <var
238     title="">E</var> in one of its <code>Document</code>s <var     title="">E</var> in one of its <code>Document</code>s <var
239     title="">D</var> that nests another browsing context <var title="">C</var>     title="">D</var> that nests another browsing context <var title="">C</var>
240     inside it, then <var title="">P</var> is said to be the <dfn     inside it, then <var title="">P</var> is said to be the <dfn
241     id=parent>parent browsing context</dfn> of <var title="">C</var>, <var     id=parent-browsing-context>parent browsing context</dfn> of <var title="">C</var>, <var
242     title="">C</var> is said to be a <dfn id=child>child browsing     title="">C</var> is said to be a <dfn id=child-browsing-context>child browsing
243     context</dfn> of <var title="">P</var>, <var title="">C</var> is said to     context</dfn> of <var title="">P</var>, <var title="">C</var> is said to
244     be <dfn id=nested1 title="browsing context nested through">nested     be <dfn id=browsing-context-nested-through title="browsing context nested through">nested
245     through</dfn> <var title="">D</var>, and <var title="">E</var> is said to     through</dfn> <var title="">D</var>, and <var title="">E</var> is said to
246     be the <dfn id=browsing2>browsing context container</dfn> of <var     be the <dfn id=browsing-context-container>browsing context container</dfn> of <var
247     title="">C</var>.     title="">C</var>.
248  #ja  #ja
249  要素によっては (例えば <code><a href="#iframe">iframe</a></code>  要素によっては (例えば <code><a href=#the-iframe-element>iframe</a></code>
250  要素は)、更に<a href="#browsing1" title="browsing  要素は)、更に<a href=#browsing-context title="browsing
251     context">閲覧文脈</a>を実現値化することができます。このようなものを<dfn id=nested0     context">閲覧文脈</a>を実現値化することができます。このようなものを<dfn id=nested-browsing-context
252     title="nested browsing context">入れ子の閲覧文脈</dfn>と呼びます。     title="nested browsing context">入れ子の閲覧文脈</dfn>と呼びます。
253  閲覧文脈 <var title="">P</var> がその <code>Document</code> の1つ  閲覧文脈 <var title="">P</var> がその <code>Document</code> の1つ
254  <var title="">D</var> 中に要素 <var  <var title="">D</var> 中に要素 <var
255     title="">E</var> を持っていて、その要素の内側に別の閲覧文脈 <var title="">C</var>     title="">E</var> を持っていて、その要素の内側に別の閲覧文脈 <var title="">C</var>
256  を入れ子にしている場合、 <var title="">P</var> は <var  を入れ子にしている場合、 <var title="">P</var> は <var
257     title="">C</var> の<dfn id=parent>親閲覧文脈</dfn>であるといい、     title="">C</var> の<dfn id=parent-browsing-context>親閲覧文脈</dfn>であるといい、
258  <var title="">C</var> は <var title="">P</var> の<dfn  <var title="">C</var> は <var title="">P</var> の<dfn
259     id=child>子閲覧文脈</dfn>であるといい、 <var     id=child-browsing-context>子閲覧文脈</dfn>であるといい、 <var
260     title="">C</var> は <var title="">D</var> を<dfn id=nested1 title="browsing context     title="">C</var> は <var title="">D</var> を<dfn id=browsing-context-nested-through title="browsing context
261     nested through">通じて入れ子である</dfn>といい、     nested through">通じて入れ子である</dfn>といい、
262  <var title="">E</var> は <var  <var title="">E</var> は <var
263     title="">C</var> の<dfn id=browsing2>閲覧文脈包含子</dfn>であるといいます。     title="">C</var> の<dfn id=browsing-context-container>閲覧文脈包含子</dfn>であるといいます。
264    
265  #en  #en
266  A browsing context <var title="">A</var> is said to be an ancestor of a  A browsing context <var title="">A</var> is said to be an ancestor of a
267     browsing context <var title="">B</var> if there exists a browsing context     browsing context <var title="">B</var> if there exists a browsing context
268     <var title="">A'</var> that is a <a href="#child">child browsing     <var title="">A'</var> that is a <a href=#child-browsing-context>child browsing
269     context</a> of <var title="">A</var> and that is itself an ancestor of     context</a> of <var title="">A</var> and that is itself an ancestor of
270     <var title="">B</var>, or if there is a browsing context <var     <var title="">B</var>, or if there is a browsing context <var
271     title="">P</var> that is a <a href="#child">child browsing context</a> of     title="">P</var> that is a <a href=#child-browsing-context>child browsing context</a> of
272     <var title="">A</var> and that is the <a href="#parent">parent browsing     <var title="">A</var> and that is the <a href=#parent-browsing-context>parent browsing
273     context</a> of <var title="">B</var>.     context</a> of <var title="">B</var>.
274  #ja  #ja
275  閲覧文脈 <var title="">A</var> が閲覧文脈 <var title="">B</var>  閲覧文脈 <var title="">A</var> が閲覧文脈 <var title="">B</var>
276  の祖先であるというのは、 <var title="">A</var>  の祖先であるというのは、 <var title="">A</var>
277  の<a href="#child">子閲覧文脈</a>である閲覧文脈 <var title="">A'</var>  の<a href=#child-browsing-context>子閲覧文脈</a>である閲覧文脈 <var title="">A'</var>
278  が存在して、それ自体が <var title="">B</var> の祖先である場合、または閲覧文脈 <var  が存在して、それ自体が <var title="">B</var> の祖先である場合、または閲覧文脈 <var
279     title="">P</var> があって、それが <var title="">A</var>     title="">P</var> があって、それが <var title="">A</var>
280  の<a href="#child">子閲覧文脈</a>であり、かつ <var title="">B</var>  の<a href=#child-browsing-context>子閲覧文脈</a>であり、かつ <var title="">B</var>
281  の<a href="#parent">親閲覧文脈</a>である場合です。  の<a href=#parent-browsing-context>親閲覧文脈</a>である場合です。
282    
283  #en  #en
284  The browsing context with no <a href="#parent">parent browsing  The browsing context with no <a href=#parent-browsing-context>parent browsing
285     context</a> is the <dfn id=top-level>top-level browsing context</dfn> of     context</a> is the <dfn id=top-level-browsing-context>top-level browsing context</dfn> of
286     all the browsing contexts <a href="#nested0" title="nested browsing     all the browsing contexts <a href=#nested-browsing-context title="nested browsing
287     context">nested</a> within it (either directly or indirectly through other     context">nested</a> within it (either directly or indirectly through other
288     nested browsing contexts).     nested browsing contexts).
289  #ja  #ja
290  <a href="#parent">親閲覧文脈</a>のない閲覧文脈は、  <a href=#parent-browsing-context>親閲覧文脈</a>のない閲覧文脈は、
291  それに (直接的に、または他の入れ子閲覧文脈を通じて間接的に)  それに (直接的に、または他の入れ子閲覧文脈を通じて間接的に)
292  <a href="#nested0" title="nested browsing  <a href=#nested-browsing-context title="nested browsing
293     context">入れ子</a>になっている閲覧文脈すべての<dfn id=top-level>最上位閲覧文脈</dfn>です。     context">入れ子</a>になっている閲覧文脈すべての<dfn id=top-level-browsing-context>最上位閲覧文脈</dfn>です。
294    
295  #en  #en
296  The transitive closure of <a href="#parent" title="parent browsing  The transitive closure of <a href=#parent-browsing-context title="parent browsing
297     context">parent browsing contexts</a> for a <a href="#nested0">nested     context">parent browsing contexts</a> for a <a href=#nested-browsing-context>nested
298     browsing context</a> gives the list of <dfn id=ancestor title="ancestor     browsing context</a> gives the list of <dfn id=ancestor-browsing-context title="ancestor
299     browsing context">ancestor browsing contexts</dfn>.     browsing context">ancestor browsing contexts</dfn>.
300  #ja  #ja
301  <a href="#nested0">入れ子閲覧文脈</a>の<a href="#parent" title="parent browsing  <a href=#nested-browsing-context>入れ子閲覧文脈</a>の<a href=#parent-browsing-context title="parent browsing
302     context">親閲覧文脈</a>の推移的閉包が<dfn id=ancestor title="ancestor     context">親閲覧文脈</a>の推移的閉包が<dfn id=ancestor-browsing-context title="ancestor
303     browsing context">祖先閲覧文脈</dfn>の並びを与えます。     browsing context">祖先閲覧文脈</dfn>の並びを与えます。
304    
305  #en  #en
306  A <code>Document</code> is said to be <dfn id=fully>fully active</dfn>  A <code>Document</code> is said to be <dfn id=fully-active>fully active</dfn>
307     when it is the <a href="#active">active document</a> of its <a     when it is the <a href=#active-document>active document</a> of its <a
308     href="#browsing1">browsing context</a>, and either its browsing context is     href=#browsing-context>browsing context</a>, and either its browsing context is
309     a <a href="#top-level">top-level browsing context</a>, or the     a <a href=#top-level-browsing-context>top-level browsing context</a>, or the
310     <code>Document</code> <a href="#nested1" title="browsing context nested     <code>Document</code> <a href=#browsing-context-nested-through title="browsing context nested
311     through">through which</a> that browsing context is <a href="#nested0"     through">through which</a> that browsing context is <a href=#nested-browsing-context
312     title="nested browsing context">nested</a> is itself <a     title="nested browsing context">nested</a> is itself <a
313     href="#fully">fully active</a>.     href=#fully-active>fully active</a>.
314  #ja  #ja
315  <code>Document</code> が<dfn id=fully>完全に活性</dfn>であるというのは、  <code>Document</code> が<dfn id=fully-active>完全に活性</dfn>であるというのは、
316  これがその<a  これがその<a
317     href="#browsing1">閲覧文脈</a>の<a href="#active">活性文書</a>であり、かつその閲覧文脈が<a href="#top-level">最上位閲覧文脈</a>であるか、     href=#browsing-context>閲覧文脈</a>の<a href=#active-document>活性文書</a>であり、かつその閲覧文脈が<a href=#top-level-browsing-context>最上位閲覧文脈</a>であるか、
318  またはその閲覧文脈がそれを<a href="#nested1" title="browsing context nested  またはその閲覧文脈がそれを<a href=#browsing-context-nested-through title="browsing context nested
319     through">通じて</a><a href="#nested0"     through">通じて</a><a href=#nested-browsing-context
320     title="nested browsing context">入れ子</a>になっているような     title="nested browsing context">入れ子</a>になっているような
321  <code>Document</code> もそれ自体<a  <code>Document</code> もそれ自体<a
322     href="#fully">完全に活性</a>であることをいいます。     href=#fully-active>完全に活性</a>であることをいいます。
323    
324  #en  #en
325  Because they are nested through an element, <a href="#child"  Because they are nested through an element, <a href=#child-browsing-context
326     title="child browsing context">child browsing contexts</a> are always tied     title="child browsing context">child browsing contexts</a> are always tied
327     to a specific <code>Document</code> in their <a href="#parent">parent     to a specific <code>Document</code> in their <a href=#parent-browsing-context>parent
328     browsing context</a>. User agents must not allow the user to interact with     browsing context</a>. User agents must not allow the user to interact with
329     <a href="#child" title="child browsing context">child browsing     <a href=#child-browsing-context title="child browsing context">child browsing
330     contexts</a> of elements that are in <code>Document</code>s that are not     contexts</a> of elements that are in <code>Document</code>s that are not
331     themselves <a href="#fully">fully active</a>.     themselves <a href=#fully-active>fully active</a>.
332  #ja  #ja
333  <a href="#child"  <a href=#child-browsing-context
334     title="child browsing context">子閲覧文脈</a>は、要素を通じて入れ子になっているため、     title="child browsing context">子閲覧文脈</a>は、要素を通じて入れ子になっているため、
335  常に<a href="#parent">親閲覧文脈</a>中の特定の <code>Document</code>  常に<a href=#parent-browsing-context>親閲覧文脈</a>中の特定の <code>Document</code>
336  と紐付けされています。利用者エージェントは、<a href="#fully">完全に活性</a>でない  と紐付けされています。利用者エージェントは、<a href=#fully-active>完全に活性</a>でない
337  <code>Document</code> 中の要素の<a href="#child" title="child browsing context">子閲覧文脈</a>に対して利用者が対話することを認めては[[MUST NOT:なりません]]。  <code>Document</code> 中の要素の<a href=#child-browsing-context title="child browsing context">子閲覧文脈</a>に対して利用者が対話することを認めては[[MUST NOT:なりません]]。
338    
339  #en  #en
340  A <a href="#nested0">nested browsing context</a> can have a <a  A <a href=#nested-browsing-context>nested browsing context</a> can have a <a
341     href="#seamless0">seamless browsing context flag</a> set, if it is     href=#seamless-browsing-context-flag>seamless browsing context flag</a> set, if it is
342     embedded through an <code><a href="#iframe">iframe</a></code> element with     embedded through an <code><a href=#the-iframe-element>iframe</a></code> element with
343     a <code title=attr-iframe-seamless><a href="#seamless">seamless</a></code>     a <code title=attr-iframe-seamless><a href=#attr-iframe-seamless>seamless</a></code>
344     attribute.     attribute.
345  #ja  #ja
346  <a href="#nested0">入れ子閲覧文脈</a>には、これが  <a href=#nested-browsing-context>入れ子閲覧文脈</a>には、これが
347  <code title=attr-iframe-seamless><a href="#seamless">seamless</a></code>  <code title=attr-iframe-seamless><a href=#attr-iframe-seamless>seamless</a></code>
348  属性のある <code><a href="#iframe">iframe</a></code>  属性のある <code><a href=#the-iframe-element>iframe</a></code>
349  要素を通じて埋め込まれている場合、<a  要素を通じて埋め込まれている場合、<a
350     href="#seamless0">継ぎ目なし閲覧文脈旗</a>が設定されることがあります。     href=#seamless-browsing-context-flag>継ぎ目なし閲覧文脈旗</a>が設定されることがあります。
351    
352  #pattern  #pattern
353  <span class=secno>* </span>Auxiliary browsing contexts  <span class=secno>* </span>Auxiliary browsing contexts
# Line 358  A <a href="#nested0">nested browsing con Line 357  A <a href="#nested0">nested browsing con
357  #en  #en
358  It is possible to create new browsing contexts that are related to a  It is possible to create new browsing contexts that are related to a
359     <span>top level browsing context</span> without being nested through an     <span>top level browsing context</span> without being nested through an
360     element. Such browsing contexts are called <dfn id=auxiliary0     element. Such browsing contexts are called <dfn id=auxiliary-browsing-context
361     title="auxiliary browsing context">auxiliary browsing contexts</dfn>.     title="auxiliary browsing context">auxiliary browsing contexts</dfn>.
362     Auxiliary browsing contexts are always <a href="#top-level"     Auxiliary browsing contexts are always <a href=#top-level-browsing-context
363     title="top-level browsing context">top-level browsing contexts</a>.     title="top-level browsing context">top-level browsing contexts</a>.
364  #ja  #ja
365  ある<span>最上位閲覧文脈</span>に関係する新しい閲覧文脈を、  ある<span>最上位閲覧文脈</span>に関係する新しい閲覧文脈を、
366  要素を通じて入れ子にせずに作成することができます。このような閲覧文脈を<dfn id=auxiliary0  要素を通じて入れ子にせずに作成することができます。このような閲覧文脈を<dfn id=auxiliary-browsing-context
367     title="auxiliary browsing context">補助閲覧文脈</dfn>と呼びます。     title="auxiliary browsing context">補助閲覧文脈</dfn>と呼びます。
368  補助閲覧文脈は常に<a href="#top-level"  補助閲覧文脈は常に<a href=#top-level-browsing-context
369     title="top-level browsing context">最上位閲覧文脈</a>です。     title="top-level browsing context">最上位閲覧文脈</a>です。
370    
371  #en  #en
372  An <a href="#auxiliary0">auxiliary browsing context</a> has an <dfn  An <a href=#auxiliary-browsing-context>auxiliary browsing context</a> has an <dfn
373     id=opener>opener browsing context</dfn>, which is the <a     id=opener-browsing-context>opener browsing context</dfn>, which is the <a
374     href="#browsing1">browsing context</a> from which the <a     href=#browsing-context>browsing context</a> from which the <a
375     href="#auxiliary0">auxiliary browsing context</a> was created, and it has     href=#auxiliary-browsing-context>auxiliary browsing context</a> was created, and it has
376     a <dfn id=furthest>furthest ancestor browsing context</dfn>, which is the     a <dfn id=furthest-ancestor-browsing-context>furthest ancestor browsing context</dfn>, which is the
377     <a href="#top-level">top-level browsing context</a> of the <a     <a href=#top-level-browsing-context>top-level browsing context</a> of the <a
378     href="#opener">opener browsing context</a> when the <a     href=#opener-browsing-context>opener browsing context</a> when the <a
379     href="#auxiliary0">auxiliary browsing context</a> was created.     href=#auxiliary-browsing-context>auxiliary browsing context</a> was created.
380  #ja  #ja
381  <a href="#auxiliary0">補助閲覧文脈</a>は、<dfn  <a href=#auxiliary-browsing-context>補助閲覧文脈</a>は、<dfn
382     id=opener>開闢器閲覧文脈</dfn>を持ちます。これは、<a     id=opener-browsing-context>開闢器閲覧文脈</dfn>を持ちます。これは、<a
383     href="#auxiliary0">補助閲覧文脈</a>を作成した<a     href=#auxiliary-browsing-context>補助閲覧文脈</a>を作成した<a
384     href="#browsing1">閲覧文脈</a>です。また、<dfn id=furthest>最遠祖先閲覧文脈</dfn>も持ちます。     href=#browsing-context>閲覧文脈</a>です。また、<dfn id=furthest-ancestor-browsing-context>最遠祖先閲覧文脈</dfn>も持ちます。
385  これは、<a  これは、<a
386     href="#auxiliary0">補助閲覧文脈</a>が作成された時の<a     href=#auxiliary-browsing-context>補助閲覧文脈</a>が作成された時の<a
387     href="#opener">開闢器閲覧文脈</a>の<a href="#top-level">最上位閲覧文脈</a>です。     href=#opener-browsing-context>開闢器閲覧文脈</a>の<a href=#top-level-browsing-context>最上位閲覧文脈</a>です。
388    
389  #en  #en
390  The <dfn id=opener0 title=dom-opener><code>opener</code></dfn> DOM  The <dfn id=dom-opener title=dom-opener><code>opener</code></dfn> DOM
391     attribute on the <code><a href="#window">Window</a></code> object must     attribute on the <code><a href=#window>Window</a></code> object must
392     return the <code><a href="#window">Window</a></code> object of the <a     return the <code><a href=#window>Window</a></code> object of the <a
393     href="#browsing1">browsing context</a> from which the current browsing     href=#browsing-context>browsing context</a> from which the current browsing
394     context was created (its <a href="#opener">opener browsing context</a>),     context was created (its <a href=#opener-browsing-context>opener browsing context</a>),
395     if there is one and it is still available.     if there is one and it is still available.
396  #ja  #ja
397  <code><a href="#window">Window</a></code> オブジェクトの  <code><a href=#window>Window</a></code> オブジェクトの
398  <dfn id=opener0 title=dom-opener><code>opener</code></dfn> DOM 属性は、  <dfn id=dom-opener title=dom-opener><code>opener</code></dfn> DOM 属性は、
399  現在の閲覧文脈が作成された<a  現在の閲覧文脈が作成された<a
400     href="#browsing1">閲覧文脈</a> (<a href="#opener">開闢器閲覧文脈</a>)     href=#browsing-context>閲覧文脈</a> (<a href=#opener-browsing-context>開闢器閲覧文脈</a>)
401  の <code><a href="#window">Window</a></code>  の <code><a href=#window>Window</a></code>
402  オブジェクトを、これがあって、まだ利用可能であれば、返さなければ[[MUST:なりません]]。  オブジェクトを、これがあって、まだ利用可能であれば、返さなければ[[MUST:なりません]]。
403    
404  #pattern  #pattern
# Line 408  The <dfn id=opener0 title=dom-opener><co Line 407  The <dfn id=opener0 title=dom-opener><co
407  <span class=secno>$1 </span>二次閲覧文脈  <span class=secno>$1 </span>二次閲覧文脈
408    
409  #en  #en
410  User agents may support <dfn id=secondary0 title="secondary browsing  User agents may support <dfn id=secondary-browsing-context title="secondary browsing
411     context">secondary browsing contexts</dfn>, which are <a href="#browsing1"     context">secondary browsing contexts</dfn>, which are <a href=#browsing-context
412     title="browsing context">browsing contexts</a> that form part of the user     title="browsing context">browsing contexts</a> that form part of the user
413     agent's interface, apart from the main content area.     agent's interface, apart from the main content area.
414  #ja  #ja
415  利用者エージェントは、<dfn id=secondary0 title="secondary browsing  利用者エージェントは、<dfn id=secondary-browsing-context title="secondary browsing
416     context">二次閲覧文脈</dfn>に対応しても[[MAY:構いません]]。これは、利用者エージェントの界面の一部を形成する、     context">二次閲覧文脈</dfn>に対応しても[[MAY:構いません]]。これは、利用者エージェントの界面の一部を形成する、
417  主たる内容領域とは別の<a href="#browsing1"  主たる内容領域とは別の<a href=#browsing-context
418     title="browsing context">閲覧文脈</a>です。     title="browsing context">閲覧文脈</a>です。
419    
420  #pattern  #pattern
# Line 424  User agents may support <dfn id=secondar Line 423  User agents may support <dfn id=secondar
423  <span class=secno>$1 </span>保安性  <span class=secno>$1 </span>保安性
424    
425  #en  #en
426  A <a href="#browsing1">browsing context</a> <var title="">A</var> is  A <a href=#browsing-context>browsing context</a> <var title="">A</var> is
427     <dfn id=allowed>allowed to navigate</dfn> a second <a     <dfn id=concept-input-step>allowed to navigate</dfn> a second <a
428     href="#browsing1">browsing context</a> <var title="">B</var> if one of the     href=#browsing-context>browsing context</a> <var title="">B</var> if one of the
429     following conditions is true:     following conditions is true:
430  #ja  #ja
431  <a href="#browsing1">閲覧文脈</a> <var title="">A</var> が2つ目の<a  <a href=#browsing-context>閲覧文脈</a> <var title="">A</var> が2つ目の<a
432     href="#browsing1">閲覧文脈</a> <var title="">B</var>     href=#browsing-context>閲覧文脈</a> <var title="">B</var>
433  を<dfn id=allowed>操縦することが認められている</dfn>のは、  を<dfn id=concept-input-step>操縦することが認められている</dfn>のは、
434  次の条件の1つが真である場合です。  次の条件の1つが真である場合です。
435    
436  #en  #en
437  Either the <a href="#origin0">origin</a> of the <a  Either the <a href=#origin-0>origin</a> of the <a
438      href="#active">active document</a> of <var title="">A</var> is the <a      href=#active-document>active document</a> of <var title="">A</var> is the <a
439      href="#same-origin" title="same origin">same</a> as the <a      href=#same-origin title="same origin">same</a> as the <a
440      href="#origin0">origin</a> of the <a href="#active">active document</a>      href=#origin-0>origin</a> of the <a href=#active-document>active document</a>
441      of <var title="">B</var>, or      of <var title="">B</var>, or
442  #ja  #ja
443  <var title="">A</var> の<a  <var title="">A</var> の<a
444      href="#active">活性文書</a>の<a href="#origin0">起源</a>が      href=#active-document>活性文書</a>の<a href=#origin-0>起源</a>が
445  <var title="">B</var> の<a href="#active">活性文書</a>の<a  <var title="">B</var> の<a href=#active-document>活性文書</a>の<a
446      href="#origin0">起源</a>と<a      href=#origin-0>起源</a>と<a
447      href="#same-origin" title="same origin">同じ</a>である      href=#same-origin title="same origin">同じ</a>である
448    
449  #en  #en
450  The browsing context <var title="">A</var> is a <a  The browsing context <var title="">A</var> is a <a
451      href="#nested0">nested browsing context</a> and its <a      href=#nested-browsing-context>nested browsing context</a> and its <a
452      href="#top-level">top-level browsing context</a> is <var      href=#top-level-browsing-context>top-level browsing context</a> is <var
453      title="">B</var>, or      title="">B</var>, or
454  #ja  #ja
455  閲覧文脈 <var title="">A</var> は<a  閲覧文脈 <var title="">A</var> は<a
456      href="#nested0">入れ子閲覧文脈</a>であり、その<a      href=#nested-browsing-context>入れ子閲覧文脈</a>であり、その<a
457      href="#top-level">最上位閲覧文脈</a>が <var      href=#top-level-browsing-context>最上位閲覧文脈</a>が <var
458      title="">B</var> である      title="">B</var> である
459    
460  #en  #en
461  The browsing context <var title="">B</var> is an <a  The browsing context <var title="">B</var> is an <a
462      href="#auxiliary0">auxiliary browsing context</a> and <var      href=#auxiliary-browsing-context>auxiliary browsing context</a> and <var
463      title="">A</var> is <a href="#allowed">allowed to navigate</a> <var      title="">A</var> is <a href=#concept-input-step>allowed to navigate</a> <var
464      title="">B</var>'s <a href="#opener">opener browsing context</a>, or      title="">B</var>'s <a href=#opener-browsing-context>opener browsing context</a>, or
465  #ja  #ja
466  閲覧文脈 <var title="">B</var> は<a  閲覧文脈 <var title="">B</var> は<a
467      href="#auxiliary0">補助閲覧文脈</a>であり、かつ      href=#auxiliary-browsing-context>補助閲覧文脈</a>であり、かつ
468  <var title="">A</var> が <var  <var title="">A</var> が <var
469      title="">B</var> の<a href="#opener">開闢器閲覧文脈</a>を<a href="#allowed">操縦することが認められている</a>      title="">B</var> の<a href=#opener-browsing-context>開闢器閲覧文脈</a>を<a href=#concept-input-step>操縦することが認められている</a>
470    
471  #en  #en
472  The browsing context <var title="">B</var> is not a <a  The browsing context <var title="">B</var> is not a <a
473      href="#top-level">top-level browsing context</a>, but there exists an <a      href=#top-level-browsing-context>top-level browsing context</a>, but there exists an <a
474      href="#ancestor">ancestor browsing context</a> of <var title="">B</var>      href=#ancestor-browsing-context>ancestor browsing context</a> of <var title="">B</var>
475      whose <a href="#active">active document</a> has the <a      whose <a href=#active-document>active document</a> has the <a
476      href="#same-origin" title="same origin">same</a> <a      href=#same-origin title="same origin">same</a> <a
477      href="#origin0">origin</a> as the <a href="#active">active document</a>      href=#origin-0>origin</a> as the <a href=#active-document>active document</a>
478      of <var title="">A</var> (possibly in fact being <var title="">A</var>      of <var title="">A</var> (possibly in fact being <var title="">A</var>
479      itself).      itself).
480  #ja  #ja
481  閲覧文脈 <var title="">B</var> は<a  閲覧文脈 <var title="">B</var> は<a
482      href="#top-level">最上位閲覧文脈</a>ではないが、 <var title="">B</var>      href=#top-level-browsing-context>最上位閲覧文脈</a>ではないが、 <var title="">B</var>
483  の<a  の<a
484      href="#ancestor">祖先閲覧文脈</a>に<a href="#active">活性文書</a>が      href=#ancestor-browsing-context>祖先閲覧文脈</a>に<a href=#active-document>活性文書</a>が
485  <var title="">A</var> の<a href="#active">活性文書</a>と<a  <var title="">A</var> の<a href=#active-document>活性文書</a>と<a
486      href="#same-origin" title="same origin">同じ</a><a      href=#same-origin title="same origin">同じ</a><a
487      href="#origin0">起源</a>を持つものが存在する      href=#origin-0>起源</a>を持つものが存在する
488  (実のところ <var title="">A</var> 自体であることもある)  (実のところ <var title="">A</var> 自体であることもある)
489    
490  #pattern  #pattern
# Line 494  The browsing context <var title="">B</va Line 493  The browsing context <var title="">B</va
493  <span class=secno>$1 </span>スレッド  <span class=secno>$1 </span>スレッド
494    
495  #en  #en
496  Each <a href="#browsing1">browsing context</a> is defined as having a  Each <a href=#browsing-context>browsing context</a> is defined as having a
497     list of zero or more <dfn id=directly>directly reachable browsing     list of zero or more <dfn id=directly-reachable-browsing-contexts>directly reachable browsing
498     contexts</dfn>. These are:     contexts</dfn>. These are:
499  #ja  #ja
500  各<a href="#browsing1">閲覧文脈</a>は、零以上の<dfn id=directly>直接到達可能閲覧文脈</dfn>の並びを持つと定義します。  各<a href=#browsing-context>閲覧文脈</a>は、零以上の<dfn id=directly-reachable-browsing-contexts>直接到達可能閲覧文脈</dfn>の並びを持つと定義します。
501  これは、次の閲覧文脈を含みます。  これは、次の閲覧文脈を含みます。
502    
503  #en  #en
504  All the <a href="#browsing1">browsing context</a>'s <a href="#child"  All the <a href=#browsing-context>browsing context</a>'s <a href=#child-browsing-context
505      title="child browsing context">child browsing contexts</a>.      title="child browsing context">child browsing contexts</a>.
506  #ja  #ja
507  当該<a href="#browsing1">閲覧文脈</a>の全ての<a href="#child"  当該<a href=#browsing-context>閲覧文脈</a>の全ての<a href=#child-browsing-context
508      title="child browsing context">子閲覧文脈</a>。      title="child browsing context">子閲覧文脈</a>。
509    
510  #en  #en
511  The <a href="#browsing1">browsing context</a>'s <a  The <a href=#browsing-context>browsing context</a>'s <a
512      href="#parent">parent browsing context</a>.      href=#parent-browsing-context>parent browsing context</a>.
513  #ja  #ja
514  当該<a href="#browsing1">閲覧文脈</a>の<a  当該<a href=#browsing-context>閲覧文脈</a>の<a
515      href="#parent">親閲覧文脈</a>。      href=#parent-browsing-context>親閲覧文脈</a>。
516    
517  #en  #en
518  All the <a href="#browsing1" title="browsing context">browsing  All the <a href=#browsing-context title="browsing context">browsing
519      contexts</a> that have the <a href="#browsing1">browsing context</a> as      contexts</a> that have the <a href=#browsing-context>browsing context</a> as
520      their <a href="#opener">opener browsing context</a>.      their <a href=#opener-browsing-context>opener browsing context</a>.
521  #ja  #ja
522  当該<a href="#browsing1">閲覧文脈</a>が<a href="#opener">開闢器閲覧文脈</a>であるすべての<a href="#browsing1" title="browsing context">閲覧文脈</a>。  当該<a href=#browsing-context>閲覧文脈</a>が<a href=#opener-browsing-context>開闢器閲覧文脈</a>であるすべての<a href=#browsing-context title="browsing context">閲覧文脈</a>。
523    
524  #en  #en
525  The <a href="#browsing1">browsing context</a>'s <a  The <a href=#browsing-context>browsing context</a>'s <a
526      href="#opener">opener browsing context</a>.      href=#opener-browsing-context>opener browsing context</a>.
527  #ja  #ja
528  当該<a href="#browsing1">閲覧文脈</a>の<a href="#opener">開闢器閲覧文脈</a>。  当該<a href=#browsing-context>閲覧文脈</a>の<a href=#opener-browsing-context>開闢器閲覧文脈</a>。
529    
530  #en  #en
531  The transitive closure of all the <a href="#browsing1" title="browsing  The transitive closure of all the <a href=#browsing-context title="browsing
532     context">browsing contexts</a> that are <a href="#directly">directly     context">browsing contexts</a> that are <a href=#directly-reachable-browsing-contexts>directly
533     reachable browsing contexts</a> forms a <dfn id=unit-of>unit of related     reachable browsing contexts</a> forms a <dfn id=unit-of-related-browsing-contexts>unit of related
534     browsing contexts</dfn>.     browsing contexts</dfn>.
535  #ja  #ja
536  <a href="#directly">直接到達可能閲覧文脈</a>である<a href="#browsing1" title="browsing  <a href=#directly-reachable-browsing-contexts>直接到達可能閲覧文脈</a>である<a href=#browsing-context title="browsing
537     context">閲覧文脈</a>すべての推移的閉包は、<dfn id=unit-of>関連閲覧文脈の単位</dfn>を形成します。     context">閲覧文脈</a>すべての推移的閉包は、<dfn id=unit-of-related-browsing-contexts>関連閲覧文脈の単位</dfn>を形成します。
538    
539  #en  #en
540  All the executable code in a <a href="#unit-of">unit of related browsing  All the executable code in a <a href=#unit-of-related-browsing-contexts>unit of related browsing
541     contexts</a> must execute on a single conceptual thread. The dispatch of     contexts</a> must execute on a single conceptual thread. The dispatch of
542     events fired by the user agent (e.g. in response to user actions or     events fired by the user agent (e.g. in response to user actions or
543     network activity) and the execution of any scripts associated with timers     network activity) and the execution of any scripts associated with timers
544     must be serialized so that for each <a href="#unit-of">unit of related     must be serialized so that for each <a href=#unit-of-related-browsing-contexts>unit of related
545     browsing contexts</a> there is only one script being executed at a time.     browsing contexts</a> there is only one script being executed at a time.
546  #ja  #ja
547  <a href="#unit-of">関連閲覧文脈の単位</a>内のすべての実行可能符号は、  <a href=#unit-of-related-browsing-contexts>関連閲覧文脈の単位</a>内のすべての実行可能符号は、
548  単一の概念的なスレッドで実行されなければ[[MUST:なりません]]。利用者エージェントが  単一の概念的なスレッドで実行されなければ[[MUST:なりません]]。利用者エージェントが
549  (例えば利用者の作用やネットワーク活動への反応として) 発火する事象の発送やタイマーと関連付けられたスクリプトの実行は、  (例えば利用者の作用やネットワーク活動への反応として) 発火する事象の発送やタイマーと関連付けられたスクリプトの実行は、
550  <a href="#unit-of">関連閲覧文脈の単位</a>毎に同時に1つのスクリプトだけが実行されるように直列化されなければ[[MUST:なりません]]。  <a href=#unit-of-related-browsing-contexts>関連閲覧文脈の単位</a>毎に同時に1つのスクリプトだけが実行されるように直列化されなければ[[MUST:なりません]]。
551    
552  #pattern  #pattern
553  <span class=secno>* </span>Browsing context names  <span class=secno>* </span>Browsing context names
# Line 556  All the executable code in a <a href="#u Line 555  All the executable code in a <a href="#u
555  <span class=secno>$1 </span>閲覧文脈名  <span class=secno>$1 </span>閲覧文脈名
556    
557  #en  #en
558  Browsing contexts can have a <dfn id=browsing2>browsing context  Browsing contexts can have a <dfn id=browsing-context-container>browsing context
559     name</dfn>. By default, a browsing context has no name (its name is not     name</dfn>. By default, a browsing context has no name (its name is not
560     set).     set).
561  #ja  #ja
562  閲覧文脈は、<dfn id=browsing2>閲覧文脈名</dfn>を持つことができます。  閲覧文脈は、<dfn id=browsing-context-container>閲覧文脈名</dfn>を持つことができます。
563  既定では、閲覧文脈は名前を持ちません (名前は設定されません)。  既定では、閲覧文脈は名前を持ちません (名前は設定されません)。
564    
565    
# Line 579  Browsing contexts can have a <dfn id=bro Line 578  Browsing contexts can have a <dfn id=bro
578    
579    
580  #en  #en
581  When an HTML document is to be loaded in a <a href="#browsing1">browsing  When an HTML document is to be loaded in a <a href=#browsing-context>browsing
582     context</a>, the user agent must create a <code>Document</code> object,     context</a>, the user agent must create a <code>Document</code> object,
583     mark it as being an <a href="#html-" title="HTML documents">HTML     mark it as being an <a href=#html-documents title="HTML documents">HTML
584     document</a>, create an <a href="#html-0">HTML parser</a>, associate it     document</a>, create an <a href=#html-parser>HTML parser</a>, associate it
585     with the document, and begin to use the bytes provided for the document as     with the document, and begin to use the bytes provided for the document as
586     the <a href="#input0">input stream</a> for that parser.     the <a href=#the-input-element>input stream</a> for that parser.
587  #ja  #ja
588  HTML 文書が<a href="#browsing1">閲覧文脈</a>に読み込まれるとき、  HTML 文書が<a href=#browsing-context>閲覧文脈</a>に読み込まれるとき、
589  利用者エージェントは、 <code>Document</code> オブジェクトを作成し、  利用者エージェントは、 <code>Document</code> オブジェクトを作成し、
590  それに <a href="#html-" title="HTML documents">HTML  それに <a href=#html-documents title="HTML documents">HTML
591  文書</a>であるとの印を付け、<a href="#html-0">HTML 構文解析器</a>を作成し、  文書</a>であるとの印を付け、<a href=#html-parser>HTML 構文解析器</a>を作成し、
592  これをその文書と関連付け、  これをその文書と関連付け、
593  その文書に対して提供されたバイト列を構文解析器の<a href="#input0">入力ストリーム</a>として使い始めなければ[[MUST:なりません]]。  その文書に対して提供されたバイト列を構文解析器の<a href=#the-input-element>入力ストリーム</a>として使い始めなければ[[MUST:なりません]]。
594    
595  #en  #en
596    The <a href="#input0">input stream</a> converts bytes into    The <a href=#the-input-element>input stream</a> converts bytes into
597     characters for use in the <span>tokeniser</span><!-- XXX xref     characters for use in the <span>tokeniser</span><!-- XXX xref
598    -->. This    -->. This
599     process relies, in part, on character encoding information found in the     process relies, in part, on character encoding information found in the
600     real <a href="#content-type5" title=Content-Type>Content-Type metadata</a>     real <a href=#content-type-0 title=Content-Type>Content-Type metadata</a>
601    
602     of the resource; the "sniffed type" is not used for this purpose.     of the resource; the "sniffed type" is not used for this purpose.
603  #ja  #ja
604  <a href="#input0">入力ストリーム</a>はバイト列を文字列に変換し、  <a href=#the-input-element>入力ストリーム</a>はバイト列を文字列に変換し、
605  字句化器で使用できるようにします。この過程は、部分的に、  字句化器で使用できるようにします。この過程は、部分的に、
606  資源の実際の <a href="#content-type5" title=Content-Type>Content-Type  資源の実際の <a href=#content-type-0 title=Content-Type>Content-Type
607  メタデータ</a>に現れる文字符号化情報に依存しています。  メタデータ</a>に現れる文字符号化情報に依存しています。
608  ここでは「探知型」は使用しません。  ここでは「探知型」は使用しません。
609    
610  #en  #en
611    When no more bytes are available, an EOF character is implied, which    When no more bytes are available, an EOF character is implied, which
612     eventually causes a <code title=event-load><a     eventually causes a <code title=event-load><a
613     href="#load0">load</a></code> event to be fired.     href=#event-load>load</a></code> event to be fired.
614  #ja  #ja
615  それ以上のバイトが存在しなくなると、暗黙の EOF 文字の存在が仮定され、  それ以上のバイトが存在しなくなると、暗黙の EOF 文字の存在が仮定され、
616  それによって <code title=event-load><a  それによって <code title=event-load><a
617     href="#load0">load</a></code> 事象が発火されることとなります。     href=#event-load>load</a></code> 事象が発火されることとなります。
618    
619  #en  #en
620    After creating the <code>Document</code> object, but potentially before    After creating the <code>Document</code> object, but potentially before
621     the page has finished parsing, the user agent must <a     the page has finished parsing, the user agent must <a
622     href="#update2">update the session history with the new page</a>.     href=#update-the-session-history-with-the-new-page>update the session history with the new page</a>.
623  #ja  #ja
624  <code>Document</code> オブジェクトが作成された後に、  <code>Document</code> オブジェクトが作成された後に、
625  頁が構文解析を完了される前でも構いませんが、  頁が構文解析を完了される前でも構いませんが、
626  利用者エージェントは、<a  利用者エージェントは、<a
627     href="#update2">新しい頁によりセッション履歴を更新</a>しなければ[[MUST:なりません]]。     href=#update-the-session-history-with-the-new-page>新しい頁によりセッション履歴を更新</a>しなければ[[MUST:なりません]]。
628    
629  #en  #en
630    <a href="#application2"    <a href=#concept-appcache-init-with-attribute
631     title=concept-appcache-init-with-attribute>Application cache selection</a>     title=concept-appcache-init-with-attribute>Application cache selection</a>
632    
633     happens <a href="#parser-appcache">in the HTML parser</a>.     happens <a href=#parser-appcache>in the HTML parser</a>.
634  #ja  #ja
635  <a href="#application2"  <a href=#concept-appcache-init-with-attribute
636     title=concept-appcache-init-with-attribute>アプリケーション・キャッシュの選択</a>が     title=concept-appcache-init-with-attribute>アプリケーション・キャッシュの選択</a>が
637  <a href="#parser-appcache">HTML 構文解析器の中</a>で起こります。  <a href=#parser-appcache>HTML 構文解析器の中</a>で起こります。
638    
639  #en  #en
640    When faced with displaying an XML file inline, user agents must first    When faced with displaying an XML file inline, user agents must first
641     create a <code>Document</code> object, following the requirements of the     create a <code>Document</code> object, following the requirements of the
642     XML and Namespaces in XML recommendations, RFC 3023, DOM3 Core, and other     XML and Namespaces in XML recommendations, RFC 3023, DOM3 Core, and other
643     relevant specifications. <a href="#refsXML">[XML]</a> <a     relevant specifications. <a href=#refsXML>[XML]</a> <a
644     href="#refsXMLNS">[XMLNS]</a> <a href="#refsRFC3023">[RFC3023]</a> <a     href=#refsXMLNS>[XMLNS]</a> <a href=#refsRFC3023>[RFC3023]</a> <a
645     href="#refsDOM3CORE">[DOM3CORE]</a>     href=#refsDOM3CORE>[DOM3CORE]</a>
646  #ja  #ja
647  利用者エージェントは、 XML ファイルを行内で表示することになったとき、  利用者エージェントは、 XML ファイルを行内で表示することになったとき、
648  まず <code>Document</code> オブジェクトを XML と XML 名前空間の勧告、  まず <code>Document</code> オブジェクトを XML と XML 名前空間の勧告、
649  RFC 3023、DOM3 中核、その他関連する仕様書に従って作成しなければ[[MUST:なりません]]。  RFC 3023、DOM3 中核、その他関連する仕様書に従って作成しなければ[[MUST:なりません]]。
650  <a href="#refsXML">[XML]</a> <a  <a href=#refsXML>[XML]</a> <a
651     href="#refsXMLNS">[XMLNS]</a> <a href="#refsRFC3023">[RFC3023]</a> <a     href=#refsXMLNS>[XMLNS]</a> <a href=#refsRFC3023>[RFC3023]</a> <a
652     href="#refsDOM3CORE">[DOM3CORE]</a>     href=#refsDOM3CORE>[DOM3CORE]</a>
653    
654  #en  #en
655    The actual HTTP headers and other metadata, not the headers as mutated    The actual HTTP headers and other metadata, not the headers as mutated
656     or implied by the algorithms given in this specification, are the ones     or implied by the algorithms given in this specification, are the ones
657     that must be used when determining the character encoding according to the     that must be used when determining the character encoding according to the
658     rules given in the above specifications. Once the character encoding is     rules given in the above specifications. Once the character encoding is
659     established, the <a href="#character1">document's character encoding</a>     established, the <a href=#character-encoding-requirements>document's character encoding</a>
660     must be set to that character encoding.     must be set to that character encoding.
661  #ja  #ja
662  実際の HTTP 頭部その他のメタデータが、  実際の HTTP 頭部その他のメタデータが、
# Line 666  RFC 3023、DOM3 中核、その他関連 Line 665  RFC 3023、DOM3 中核、その他関連
665    
666  #en  #en
667    If the root element, as parsed according to the XML specifications cited    If the root element, as parsed according to the XML specifications cited
668     above, is found to be an <code><a href="#html">html</a></code> element     above, is found to be an <code><a href=#the-html-element>html</a></code> element
669     with an attribute <code title=attr-html-manifest><a     with an attribute <code title=attr-html-manifest><a
670     href="#manifest">manifest</a></code>, then, as soon as the element is     href=#attr-html-manifest>manifest</a></code>, then, as soon as the element is
671     inserted into the DOM, the user agent must run the <a href="#application2"     inserted into the DOM, the user agent must run the <a href=#concept-appcache-init-with-attribute
672     title=concept-appcache-init-with-attribute>application cache selection     title=concept-appcache-init-with-attribute>application cache selection
673     algorithm</a> with the value of that attribute, resolved relative to the     algorithm</a> with the value of that attribute, resolved relative to the
674     <a href="#elements3">element's base URI</a>, as the manifest URI.     <a href=#dom-form-elements>element's base URI</a>, as the manifest URI.
675     Otherwise, as soon as the root element is inserted into the DOM, the user     Otherwise, as soon as the root element is inserted into the DOM, the user
676     agent must run the <a href="#application3"     agent must run the <a href=#concept-appcache-init-no-attribute
677     title=concept-appcache-init-no-attribute>application cache selection     title=concept-appcache-init-no-attribute>application cache selection
678     algorithm</a> with no manifest.     algorithm</a> with no manifest.
679  #ja  #ja
680  利用者エージェントは、前述の XML 仕様書群に従い構文解析された根要素が <code><a href="#html">html</a></code>  利用者エージェントは、前述の XML 仕様書群に従い構文解析された根要素が <code><a href=#the-html-element>html</a></code>
681  要素であって <code title=attr-html-manifest><a  要素であって <code title=attr-html-manifest><a
682     href="#manifest">manifest</a></code> 属性を持つものであることが判明した場合、     href=#attr-html-manifest>manifest</a></code> 属性を持つものであることが判明した場合、
683  その要素が DOM に挿入されると同時に、<a href="#application2"  その要素が DOM に挿入されると同時に、<a href=#concept-appcache-init-with-attribute
684     title=concept-appcache-init-with-attribute>アプリケーション・キャッシュ選択算法</a>を、その属性の値を<a href="#elements3">要素の基底     title=concept-appcache-init-with-attribute>アプリケーション・キャッシュ選択算法</a>を、その属性の値を<a href=#dom-form-elements>要素の基底
685  URI</a> に対して解決したものをマニフェスト URI  URI</a> に対して解決したものをマニフェスト URI
686  として実行しなければ[[MUST:なりません]]。そうでない場合、  として実行しなければ[[MUST:なりません]]。そうでない場合、
687  利用者エージェントは、根要素が DOM に挿入されると同時に、  利用者エージェントは、根要素が DOM に挿入されると同時に、
688  <a href="#application3"  <a href=#concept-appcache-init-no-attribute
689     title=concept-appcache-init-no-attribute>アプリケーション・キャッシュ選択算法</a>をマニフェストなしで実行しなければ[[MUST:なりません]]。     title=concept-appcache-init-no-attribute>アプリケーション・キャッシュ選択算法</a>をマニフェストなしで実行しなければ[[MUST:なりません]]。
690    
691  #en  #en
692    Because the processing of the <code    Because the processing of the <code
693     title=attr-html-manifest><a href="#manifest">manifest</a></code> attribute     title=attr-html-manifest><a href=#attr-html-manifest>manifest</a></code> attribute
694     happens only once the root element is parsed, any URIs referenced by     happens only once the root element is parsed, any URIs referenced by
695     processing instructions before the root element (such as <code     processing instructions before the root element (such as <code
696     title="">&lt;?xml-styleesheet?></code> and <code     title="">&lt;?xml-styleesheet?></code> and <code
# Line 699  URI</a> に対して解決したもの� Line 698  URI</a> に対して解決したもの�
698     cannot be cached.     cannot be cached.
699  #ja  #ja
700  <code  <code
701     title=attr-html-manifest><a href="#manifest">manifest</a></code>     title=attr-html-manifest><a href=#attr-html-manifest>manifest</a></code>
702  属性の処理は根要素が構文解析されてはじめて行われますから、  属性の処理は根要素が構文解析されてはじめて行われますから、
703  根要素の前に現れる処理指令 (例えば <code  根要素の前に現れる処理指令 (例えば <code
704     title="">&lt;?xml-styleesheet?></code>  や <code     title="">&lt;?xml-styleesheet?></code>  や <code
# Line 712  User agents may examine the namespace of Line 711  User agents may examine the namespace of
711     dispatch to alternative processing tools, e.g. determining that the     dispatch to alternative processing tools, e.g. determining that the
712     content is actually a syndication feed and passing it to a feed handler.     content is actually a syndication feed and passing it to a feed handler.
713     If such processing is to take place, abort the steps in this section, and     If such processing is to take place, abort the steps in this section, and
714     jump to <a href="#navigate-non-Document">step 10</a> in the <a     jump to <a href=#navigate-non-Document>step 10</a> in the <a
715     href="#navigate">navigate</a> steps above.     href=#navigate>navigate</a> steps above.
716  #ja  #ja
717  利用者エージェントは、この <code>Document</code>  利用者エージェントは、この <code>Document</code>
718  オブジェクトの根  <code>Element</code>  オブジェクトの根  <code>Element</code>
# Line 721  User agents may examine the namespace of Line 720  User agents may examine the namespace of
720  (例えば、内容が実際には配給フィードであると判定し、  (例えば、内容が実際には配給フィードであると判定し、
721  これをフィード取扱器に渡しても構いません)。このような処理が行われる場合は、  これをフィード取扱器に渡しても構いません)。このような処理が行われる場合は、
722  この節の段階を中断し、前述の<a  この節の段階を中断し、前述の<a
723     href="#navigate">操縦</a>段階の<a href="#navigate-non-Document">段階     href=#navigate>操縦</a>段階の<a href=#navigate-non-Document>段階
724  10</a> に飛びます。  10</a> に飛びます。
725    
726  #en  #en
727    Otherwise, then, with the newly created <code>Document</code>, the user    Otherwise, then, with the newly created <code>Document</code>, the user
728     agents must <a href="#update2">update the session history with the new     agents must <a href=#update-the-session-history-with-the-new-page>update the session history with the new
729     page</a>. User agents may do this before the complete document has been     page</a>. User agents may do this before the complete document has been
730     parsed (thus achieving <i>incremental rendering</i>).     parsed (thus achieving <i>incremental rendering</i>).
731  #ja  #ja
732  そうでない場合には、利用者エージェントは、新たに作成された  そうでない場合には、利用者エージェントは、新たに作成された
733  <code>Document</code> によって、  <code>Document</code> によって、
734  <a href="#update2">新しい頁によりセッション履歴を更新</a>しなければ[[MUST:なりません]]。  <a href=#update-the-session-history-with-the-new-page>新しい頁によりセッション履歴を更新</a>しなければ[[MUST:なりません]]。
735  利用者エージェントは、これを文書全体が構文解析される前に行って  利用者エージェントは、これを文書全体が構文解析される前に行って
736  (<i>逐次的レンダリング</i>を実現して) も[[MAY:構いません]]。  (<i>逐次的レンダリング</i>を実現して) も[[MAY:構いません]]。
737    
# Line 741  User agents may examine the namespace of Line 740  User agents may examine the namespace of
740     errors) may be reported inline by mutating the <code>Document</code>.     errors) may be reported inline by mutating the <code>Document</code>.
741  #ja  #ja
742  構文解析過程の誤りメッセージ (例えば名前空間整形式性誤り)  構文解析過程の誤りメッセージ (例えば名前空間整形式性誤り)
743  は <code>Document</code> を変異させることによって行内で報告して[[MAY:構いません]]。  は <code>Document</code> を変異させることによって行内で報告して[[MAY:構いません]]。
744    
745    #en
746    Browsing contexts can have a <dfn id=browsing-context-name>browsing context
747       name</dfn>. By default, a browsing context has no name (its name is not
748       set).
749    #ja
750    閲覧文脈は<dfn id=browsing-context-name>閲覧文脈名</dfn>を持つことができます。
751    既定では閲覧文脈は名前を持ちません (名前は設定されません)。
752    
753    #en
754    A <dfn id=valid-month-string>valid browsing context name</dfn> is any string with at
755       least one character that does not start with a U+005F LOW LINE character.
756       (Names starting with an underscore are reserved for special keywords.)
757    #ja
758    <dfn id=valid-month-string>妥当な閲覧文脈名</dfn>は、最低1文字を含み、
759    U+005F LOW LINE からはじまらない文字列です。
760    (下線からはじまる文字列は特別なキーワードに予約されています。)
761    
762    #en
763    A <dfn id=valid-week-string>valid browsing context name or keyword</dfn> is any
764       string that is either a <a href=#valid-month-string>valid browsing context name</a>
765       or that is an <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for one
766       of: <code title="">_blank</code>, <code title="">_self</code>, <code
767       title="">_parent</code>, or <code title="">_top</code>.
768    #ja
769    <dfn id=valid-week-string>妥当な閲覧文脈の名前かキーワード</dfn>は、
770    <a href=#valid-month-string>妥当な閲覧文脈名</a>であるか、または
771    <a href=#ascii-case-insensitive>ASCII 大文字・小文字不区別</a>で
772    <code title="">_blank</code>、<code title="">_self</code>、<code
773       title="">_parent</code>、<code title="">_top</code>
774    のいずれかと一致するかのどちらかである文字列です。
775    
776    #en
777    <dfn id=the-rules-for-choosing-a-browsing-context-given-a-browsing-context-name>The rules for choosing a browsing context given a
778       browsing context name</dfn> are as follows. The rules assume that they are
779       being applied in the context of a <a href=#browsing-context>browsing
780       context</a>.
781    #ja
782    <dfn id=the-rules-for-choosing-a-browsing-context-given-a-browsing-context-name>閲覧文脈名から閲覧文脈を選ぶ規則</dfn>は次の通りです。
783    この規則はある<a href=#browsing-context>閲覧文脈</a>の文脈において適用されることを想定しています。
784    
785    #en
786    If the given browsing context name is the empty string or <code
787         title="">_self</code>, then the chosen browsing context must be the
788         current one.
789    #ja
790    与えられた閲覧文脈名が空文字列であるか、<code
791         title="">_self</code> である場合、選ばれる閲覧文脈は現在のものでなければ[[MUST:なりません]]。
792    
793    #en
794    If the given browsing context name is <code title="">_parent</code>,
795         then the chosen browsing context must be the <a
796         href=#parent-browsing-context><em>parent</em> browsing context</a> of the current one,
797         unless there isn't one, in which case the chosen browsing context must
798         be the current browsing context.
799    #ja
800    与えられた閲覧文脈名が <code title="">_parent</code> である場合、
801    選ばれる閲覧文脈は現在の閲覧文脈の<a
802         href=#parent-browsing-context><em>親</em>閲覧文脈</a>があればそれでなければ[[MUST:ならず]]、
803    なければ現在の閲覧文脈でなければ[[MUST:なりません]]。
804    
805    #en
806    If the given browsing context name is <code title="">_top</code>, then
807         the chosen browsing context must be the most <a
808         href=#top-level-browsing-context>top-level browsing context</a> of the current one.
809    #ja
810    与えられた閲覧文脈名が <code title="">_top</code> である場合、
811    選ばれる閲覧文脈は現在の閲覧文脈の一番<a
812         href=#top-level-browsing-context>最上位閲覧文脈</a>でなければ[[MUST:なりません]]。
813    
814    #en
815    If the given browsing context name is not <code title="">_blank</code>
816         and there exists a browsing context whose <a href=#browsing-context-name
817         title="browsing context name">name</a> is the same as the given browsing
818         context name, and the current browsing context is <a
819         href=#concept-input-step>allowed to navigate</a> that browsing context, and the
820         user agent determines that the two browsing contexts are related enough
821         that it is ok if they reach each other, then that browsing context must
822         be the chosen one. If there are multiple matching browsing contexts, the
823         user agent should select one in some arbitrary consistent manner, such
824         as the most recently opened, most recently focused, or more closely
825         related.
826    #ja
827    与えられた閲覧文脈名が <code title="">_blank</code>
828    ではなく、<a href=#browsing-context-name
829         title="browsing context name">名前</a>が与えられた閲覧文脈名と同じである閲覧文脈が存在する場合で、
830    現在の閲覧文脈がその閲覧文脈を<a
831         href=#concept-input-step>操縦することが認められており</a>、
832    利用者エージェントが2つの閲覧文脈は十分関係しているので互いに到達してもよいと判断した場合、
833    選ばれる閲覧文脈はその閲覧文脈でなければ[[MUST:なりません]]。
834    一致する閲覧文脈が複数ある場合、利用者エージェントは何らかの一貫した方法、
835    例えば最も新しく開かれたもの、最も新しく焦点を当てられたもの、
836    最もよく関係しているものといった方法で1つを選ぶ[[SHOULD:べきです]]。
837    
838    #en
839    Otherwise, a new browsing context is being requested, and what happens
840         depends on the user agent's configuration and/or abilities:
841    #ja
842    それ以外の場合、新しい閲覧文脈が要求されており、
843    利用者エージェントの設定や能力、あるいはその両方によって動作が決まります。
844    
845    #en
846    If the current browsing context has the <a
847          href=#sandboxed-navigation-browsing-context-flag>sandboxed navigation browsing context flag</a> set.
848    #ja
849    現在の閲覧文脈が<a
850          href=#sandboxed-navigation-browsing-context-flag>砂箱化操縦閲覧文脈旗</a>を設定されている場合。
851    
852    #en
853    The user agent may offer to create a new <a
854          href=#top-level-browsing-context>top-level browsing context</a> or reuse an existing
855          <a href=#top-level-browsing-context>top-level browsing context</a>. If the user picks
856          one of those options, then the designated browsing context must be the
857          chosen one (the browsing context's name isn't set to the given browsing
858          context name). Otherwise (if the user agent doesn't offer the option to
859          the user, or if the user declines to allow a browsing context to be
860          used) there must not be a chosen browsing context.
861    #ja
862    利用者エージェントは新しい<a
863          href=#top-level-browsing-context>最上位閲覧文脈</a>を作成することや既存の<a href=#top-level-browsing-context>最上位閲覧文脈</a>を再利用することを提示して[[MAY:構いません]]。
864    利用者エージェントがこれらの選択肢の1つを選んだ場合、
865    指定された閲覧文脈を選ばれた閲覧文脈としなければ[[MUST:なりません]]
866    (閲覧文脈名は与えられた閲覧文脈名に設定しません)。
867    そうでない場合 (利用者エージェントが利用者に選択肢を提示しない場合、
868    あるいは利用者が閲覧文脈を使うことを認めないことにした場合)、
869    どの閲覧文脈も選んでは[[MUST NOT:なりません]]。
870    
871    #en
872    The <dfn id=dom-top title=dom-top><code>top</code></dfn> DOM attribute on
873       the <code><a href=#window>Window</a></code> object of a <a
874       href=#browsing-context>browsing context</a> <var title="">b</var> must return
875       the <code><a href=#window>Window</a></code> object of its <a
876       href=#top-level-browsing-context>top-level browsing context</a> (which would be its own
877       <code><a href=#window>Window</a></code> object if it was a <a
878       href=#top-level-browsing-context>top-level browsing context</a> itself).
879    #ja
880    <a
881       href=#browsing-context>閲覧文脈</a> <var title="">b</var> の
882    <code><a href=#window>Window</a></code> オブジェクトの <dfn id=dom-top title=dom-top><code>top</code></dfn> DOM
883    属性は、その<a
884       href=#top-level-browsing-context>最上位閲覧文脈</a>の
885    <code><a href=#window>Window</a></code>
886    オブジェクト (その閲覧文脈自体が<a
887       href=#top-level-browsing-context>最上位閲覧文脈</a>の場合、
888    その <code><a href=#window>Window</a></code>
889    オブジェクト自体) を返さなければ[[MUST:なりません]]。
890    
891    
892    #en
893    The <dfn id=dom-parent title=dom-parent><code>parent</code></dfn> DOM
894       attribute on the <code><a href=#window>Window</a></code> object of a <a
895       href=#browsing-context>browsing context</a> <var title="">b</var> must return
896       the <code><a href=#window>Window</a></code> object of the <a
897       href=#parent-browsing-context>parent browsing context</a>, if there is one (i.e. if <var
898       title="">b</var> is a <a href=#child-browsing-context>child browsing context</a>), or the
899       <code><a href=#window>Window</a></code> object of the <a
900       href=#browsing-context>browsing context</a> <var title="">b</var> itself,
901       otherwise (i.e. if it is a <a href=#top-level-browsing-context>top-level browsing
902       context</a>).
903    #ja
904    <a
905       href=#browsing-context>閲覧文脈</a> <var title="">b</var> の
906    <code><a href=#window>Window</a></code> オブジェクトの <dfn id=dom-parent title=dom-parent><code>parent</code></dfn> DOM
907    属性は、その<a
908       href=#parent-browsing-context>親閲覧文脈</a>があれば
909    (つまり <var
910       title="">b</var> が<a href=#child-browsing-context>子閲覧文脈</a>である場合) その<a
911       href=#parent-browsing-context>親閲覧文脈</a>の
912    <code><a href=#window>Window</a></code>
913    オブジェクトを、そうでない場合 (つまりそれ自体が<a href=#top-level-browsing-context>最上位閲覧文脈</a>の場合)
914    <a
915       href=#browsing-context>閲覧文脈</a> <var title="">b</var>
916    自体の <code><a href=#window>Window</a></code> オブジェクトを返さなければ[[MUST:なりません]]。
917    
918    #en
919    The <dfn id=dom-frameelement
920       title=dom-frameElement><code>frameElement</code></dfn> DOM attribute on
921       the <code><a href=#window>Window</a></code> object of a <a
922       href=#browsing-context>browsing context</a> <var title="">b</var>, on getting,
923       must run the following algorithm:
924    #ja
925    <a
926       href=#browsing-context>閲覧文脈</a> <var title="">b</var> の
927    <code><a href=#window>Window</a></code> オブジェクトの <dfn id=dom-frameelement
928       title=dom-frameElement><code>frameElement</code></dfn> DOM
929    属性は、取得時、次の算法を走らせなければ[[MUST:なりません]]。
930    
931    #en
932    If <var title="">b</var> is not a <a href=#child-browsing-context>child browsing
933         context</a>, return null and abort these steps.
934    #ja
935    <var title="">b</var> が<a href=#child-browsing-context>子閲覧文脈</a>でない場合、
936    null を返し、これらの段階を停止します。
937    
938    #en
939    If the <a href=#parent-browsing-context>parent browsing context</a>'s <a
940         href=#active-document>active document</a> does not have the <span>same</span>
941         <span>effective origin</span> as the script that is accessing the <code
942         title=dom-frameElement><a href=#dom-frameelement>frameElement</a></code>
943         attribute, then throw a <a href=#security-exception>security exception</a>.
944    #ja
945    <a href=#parent-browsing-context>親閲覧文脈</a>の<a
946         href=#active-document>活性文書</a>が <code
947         title=dom-frameElement><a href=#dom-frameelement>frameElement</a></code>
948    属性にアクセスしているスクリプトと<span>同じ</span><span>実効起源</span>を持たない場合、<a href=#security-exception>保安性例外</a>を投げます。
949    
950    #en
951    Otherwise, return the <a href=#browsing-context-container>browsing context
952         container</a> for <var title="">b</var>.
953    #ja
954    そうでない場合、 <var title="">b</var> の<a href=#browsing-context-container>閲覧文脈包含子</a>を返します。
955    
956    
957    #pattern
958    <span class=secno>* </span>Navigating nested browsing contexts in the DOM
959    #ja
960    <span class=secno>$1 </span>DOM における入れ子閲覧文脈のナビゲーション
961    
962    #pattern
963    <span class=secno>* </span>Navigating auxiliary browsing contexts in the DOM
964    #ja
965    <span class=secno>$1 </span>DOM における補助閲覧文脈のナビゲーション
966    
967  #en  #en
968  Browsing contexts can have a <dfn id=browsing3>browsing context  If the <a href=#parent-browsing-context>parent browsing context</a>'s <a href=#active-document>active
969     name</dfn>. By default, a browsing context has no name (its name is not     document</a> does not have the <span>same</span> <a href=#effective-script-origin>effective
970     set).     script origin</a> as the script that is accessing the <code title=dom-frameElement><a href=#dom-frameelement>frameElement</a></code> attribute, then throw
971       a <a href=#security-exception>security exception</a>.
972    #ja
973    <a href=#parent-browsing-context>親閲覧文脈</a>の<a href=#active-document>活性文書</a>が、
974    <code title=dom-frameElement><a href=#dom-frameelement>frameElement</a></code>
975    属性にアクセスしているスクリプトと<span>同じ</span><a href=#effective-script-origin>実効スクリプト起源</a>を持たない場合、
976    <a href=#security-exception>保安性例外</a>を投げます。
977    
978    #en
979    A <a href=#browsing-context>browsing context</a> <var title="">A</var> is
980      <dfn id=allowed-to-navigate>allowed to navigate</dfn> a second <a href=#browsing-context>browsing
981      context</a> <var title="">B</var> if one of the following
982      conditions is true:
983    #ja
984    <a href=#browsing-context>閲覧文脈</a> <var title="">A</var> は、
985    次の条件のいずれかが真である場合、別の<a href=#browsing-context>閲覧文脈</a> <var title="">B</var>
986    <dfn id=allowed-to-navigate>ナビゲーションすることが認められ</dfn>ます。
987    
988    #en
989    The browsing context <var title="">B</var> is an
990       <a href=#auxiliary-browsing-context>auxiliary browsing context</a> and <var title="">A</var>
991       is <a href=#allowed-to-navigate>allowed to navigate</a> <var title="">B</var>'s
992       <a href=#opener-browsing-context>opener browsing context</a>, or
993    #ja
994    閲覧文脈 <var title="">B</var> が<a href=#auxiliary-browsing-context>補助閲覧文脈</a>であり、
995    <var title="">A</var> が <var title="">B</var> の<a href=#opener-browsing-context>開闢器閲覧文脈</a>に<a href=#allowed-to-navigate>ナビゲーションすることが認められている</a>
996    
997    #pattern
998    <span class=secno>* </span>Groupings of browsing contexts
999    #ja
1000    <span class=secno>$1 </span>閲覧文脈の群化
1001    
1002    #en
1003    Each <a href=#unit-of-related-browsing-contexts>unit of related browsing contexts</a> is then
1004      further divided into the smallest number of groups such that every
1005      member of each group has an <a href=#effective-script-origin>effective script origin</a>
1006      that, through appropriate manipulation of the <code title=dom-document-domain><a href=#dom-document-domain>document.domain</a></code> attribute, could
1007      be made to be the same as other members of the group, but could not
1008      be made the same as members of any other group. Each such group is a
1009      <dfn id=unit-of-related-similar-origin-browsing-contexts>unit of related similar-origin browsing contexts</dfn>.
1010    #ja
1011    <a href=#unit-of-related-browsing-contexts>関連閲覧文脈の単位</a>のそれぞれを更に分割して、
1012    各群のすべての成員が <code title=dom-document-domain><a href=#dom-document-domain>document.domain</a></code> 属性の適切な操作によって同じ群の他の成員と同じ<a href=#effective-script-origin>実効スクリプト起源</a>となり得、
1013    かつ他のいずれの群の成員とも同じとはなり得ないようになる、
1014    最小の個数の群に分けます。
1015    この群は、それぞれが<dfn id=unit-of-related-similar-origin-browsing-contexts>関連類似起源閲覧文脈の単位</dfn>です。
1016    
1017    #en
1018    A <dfn id=valid-browsing-context-name>valid browsing context name</dfn> is any string with at
1019      least one character that does not start with a U+005F LOW LINE
1020      character. (Names starting with an underscore are reserved for
1021      special keywords.)
1022    #ja
1023    <dfn id=valid-browsing-context-name>妥当な閲覧文脈名</dfn>は、
1024    最低1文字あって U+005F LOW LINE 文字で始まらないような文字列です。
1025    (下線で始まる名前は特別なキーワードに予約します。)
1026    
1027    #en
1028    A <dfn id=valid-browsing-context-name-or-keyword>valid browsing context name or keyword</dfn> is any string
1029      that is either a <a href=#valid-browsing-context-name>valid browsing context name</a> or that is
1030      an <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for one of: <code title="">_blank</code>, <code title="">_self</code>, <code title="">_parent</code>, or <code title="">_top</code>.
1031    #ja
1032    <dfn id=valid-browsing-context-name-or-keyword>妥当な閲覧文脈名かキーワード</dfn>は、
1033    <a href=#valid-browsing-context-name>妥当な閲覧文脈名</a>であるか、
1034    または
1035    <code title="">_blank</code>、
1036    <code title="">_self</code>、
1037    <code title="">_parent</code>、
1038    <code title="">_top</code>
1039    のいずれかと
1040    <a href=#ascii-case-insensitive>ASCII 大文字・小文字不区別</a>で一致するような文字列です。
1041    
1042    #en
1043    If the given browsing context name is not <code title="">_blank</code> and there exists a browsing context whose
1044        <a href=#browsing-context-name title="browsing context name">name</a> is the same as the
1045        given browsing context name, and the current browsing context is
1046        <a href=#allowed-to-navigate>allowed to navigate</a> that browsing context, and the
1047        user agent determines that the two browsing contexts are related
1048        enough that it is ok if they reach each other, then that browsing
1049        context must be the chosen one. If there are multiple matching
1050        browsing contexts, the user agent should select one in some
1051        arbitrary consistent manner, such as the most recently opened,
1052        most recently focused, or more closely related.
1053    #ja
1054    与えられた閲覧文脈名が <code title="">_blank</code> ではなく、
1055    <a href=#browsing-context-name title="browsing context name">名前</a>が与えられた閲覧文脈名と同じ閲覧文脈が存在し、
1056    現在の閲覧文脈がその閲覧文脈に<a href=#allowed-to-navigate>ナビゲーションすることが認められ</a>ており、
1057    両閲覧文脈の関係が十分深くて互いに到達してもよいと利用者エージェントが判断する場合には、
1058    閲覧文脈はその選んだものでなければ[[MUST:なりません]]。
1059    一致する閲覧文脈が複数ある場合には、利用者エージェントはいずれかを何らかの一貫した方法、
1060    例えば最も新しく開かれたもの、最も新しく焦点が与えられたもの、最も関係が深いものなどを選ぶ[[SHOULD:べきです]]。
1061    
1062    #en
1063    If the user agent has been configured such that
1064         in this instance it will create a new browsing context, and the
1065         browsing context is being requested as part of <a href=#following-hyperlinks title="following hyperlinks">following a hyperlink</a> whose
1066         <a href=#linkTypes>link types</a> include the <code title=rel-noreferrer><a href=#link-type-noreferrer>noreferrer</a></code> keyword
1067    #ja
1068    利用者エージェントがこの実現値において新しい閲覧文脈を作るように設定されており、
1069    <a href=#linkTypes>リンク型</a>が <code title=rel-noreferrer><a href=#link-type-noreferrer>noreferrer</a></code> キーワードを含む<a href=#following-hyperlinks title="following hyperlinks">ハイパーリンクをたどる</a>過程で閲覧文脈が要求されている場合
1070    
1071    #en
1072    A new <a href=#top-level-browsing-context>top-level browsing context</a> must be
1073         created. If the given browsing context name is not <code title="">_blank</code>, then the new top-level browsing context's
1074         name must be the given browsing context name (otherwise, it has
1075         no name). The chosen browsing context must be this new browsing
1076         context. If it is immediately <a href=#navigate title=navigate>navigated</a>, then the navigation will be
1077         done with <a href=#replacement-enabled>replacement enabled</a>.
1078    #ja
1079    新しい<a href=#top-level-browsing-context>最上位閲覧文脈</a>を作らなければ[[MUST:なりません]]。
1080    与えられた閲覧文脈名が <code title="">_blank</code> でない場合、
1081    新しい最上位閲覧文脈の名前は与えられた閲覧文脈名でなければ[[MUST:なりません]]
1082    (そうでない場合、名前を持ちません)。
1083    選ばれる閲覧文脈はこの新しい閲覧文脈でなければ[[MUST:なりません]]。
1084    即座に<a href=#navigate title=navigate>ナビゲーション</a>される場合には、
1085    そのナビゲーションは<a href=#replacement-enabled>置換有効</a>でなされます。
1086    
1087    #en
1088    If the user agent has been configured such that in this
1089         instance it will create a new browsing context, and the <code title=rel-noreferrer><a href=#link-type-noreferrer>noreferrer</a></code> keyword doesn't
1090         apply
1091    #ja
1092    利用者エージェントがこの実現値で新しい閲覧文脈を作るように設定されており、
1093    <code title=rel-noreferrer><a href=#link-type-noreferrer>noreferrer</a></code>
1094    キーワードが適用されない場合
1095    
1096    #en
1097    A new <a href=#auxiliary-browsing-context>auxiliary browsing context</a> must be
1098         created, with the <a href=#opener-browsing-context>opener browsing context</a> being the
1099         current one. If the given browsing context name is not <code title="">_blank</code>, then the new auxiliary browsing context's
1100         name must be the given browsing context name (otherwise, it has
1101         no name). The chosen browsing context must be this new browsing
1102         context. If it is immediately <a href=#navigate title=navigate>navigated</a>, then the navigation will be
1103         done with <a href=#replacement-enabled>replacement enabled</a>.
1104    #ja
1105    新しい<a href=#auxiliary-browsing-context>補助閲覧文脈</a>を、
1106    現在の閲覧文脈を<a href=#opener-browsing-context>開闢器閲覧文脈</a>として作らなければ[[MUST:なりません]]。
1107    与えられた閲覧文脈名が <code title="">_blank</code> でない場合、
1108    新しい補助閲覧文脈の名前は与えられた閲覧文脈名でなければ[[MUST:なりません]]
1109    (そうでない場合、名前を持ちません)。
1110    選ばれる閲覧文脈はこの新しい閲覧文脈でなければ[[MUST:なりません]]。
1111    即座に<a href=#navigate title=navigate>ナビゲーション</a>される場合は、
1112    そのナビゲーションは<a href=#replacement-enabled>置換有効</a>でなされます。
1113    
1114    #en
1115    If the user agent has been configured such that in this
1116         instance it will reuse the current browsing context
1117    #ja
1118    利用者エージェントがこの実現値で現在の閲覧文脈を再利用するよう設定されている場合
1119    
1120    #en
1121    The chosen browsing context is the current browsing
1122         context.
1123    #ja
1124    選ばれる閲覧文脈は現在の閲覧文脈です。
1125    
1126    #en
1127    If the user agent has been configured such that in this
1128         instance it will not find a browsing context
1129    #ja
1130    利用者エージェントがこの実現値で閲覧文脈を探さないよう設定されている場合
1131    
1132    #en
1133    There must not be a chosen browsing context.
1134    #ja
1135    選ばれる閲覧文脈があっては[[MUST NOT:なりません]]。
1136    
1137    #en
1138    User agent implementors are encouraged to provide a way for
1139        users to configure the user agent to always reuse the current
1140        browsing context.
1141    #ja
1142    利用者エージェントが常に現在の閲覧文脈を再利用するように利用者が設定できるようにすることを利用者エージェント実装者にはお勧めします。
1143    
1144    #pattern
1145    <span class=secno>* </span>The default view
1146    #ja
1147    <span class=secno>$1 </span>既定表示
1148    
1149    #en
1150    The <code>AbstractView</code> object of <a href=#default-view title="default
1151      view">default views</a> must also implement the
1152      <code><a href=#window>Window</a></code> and <code>EventTarget</code> interfaces.
1153    #ja
1154    <a href=#default-view title="default
1155      view">既定表示</a>の <code>AbstractView</code> オブジェクトは
1156    <code><a href=#window>Window</a></code> 界面と <code>EventTarget</code>
1157    界面も実装しなければ[[MUST:なりません]]。
1158    
1159    #en
1160    The <dfn id=dom-window title=dom-window><code>window</code></dfn>, <dfn id=dom-frames title=dom-frames><code>frames</code></dfn>, and <dfn id=dom-self title=dom-self><code>self</code></dfn> DOM attributes must all
1161      return the <code><a href=#window>Window</a></code> object itself.
1162  #ja  #ja
 閲覧文脈は<dfn id=browsing3>閲覧文脈名</dfn>を持つことができます。  
 既定では閲覧文脈は名前を持ちません (名前は設定されません)。  
1163    DOM 属性 <dfn id=dom-window title=dom-window><code>window</code></dfn>、
1164    <dfn id=dom-frames title=dom-frames><code>frames</code></dfn>、
1165    <dfn id=dom-self title=dom-self><code>self</code></dfn>
1166    はすべて <code><a href=#window>Window</a></code> オブジェクト自体を返さなければ[[MUST:なりません]]。

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.63

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24