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

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

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

revision 1.9 by apache, Sun Aug 10 08:28:22 2008 UTC revision 1.18 by apache, Sun Aug 10 08:46:13 2008 UTC
# Line 82  All <code>Document</code> objects (in us Line 82  All <code>Document</code> objects (in us
82  例えば、 HTML 実装が SVG にも対応している場合、 <code>Document</code>  例えば、 HTML 実装が SVG にも対応している場合、 <code>Document</code>
83  オブジェクトは <code><a  オブジェクトは <code><a
84     href="#htmldocument">HTMLDocument</a></code> と     href="#htmldocument">HTMLDocument</a></code> と
 <code>SVGDocument</code> を実装しなければなりません<!-- 例示なので MUST でなく must -->。  
85    <code>SVGDocument</code> を実装しなければなりません<!-- 例示なので MUST でなく must -->。
86    
87    #en
88    Because the <code><a
89       href="#htmldocument">HTMLDocument</a></code> interface is now obtained
90       using binding-specific casting methods instead of simply being the primary
91       interface of the document object, it is no longer defined as inheriting
92       from <code>Document</code>.
93    #ja
94    <code><a
95       href="#htmldocument">HTMLDocument</a></code>
96    界面は現在では単純に文書オブジェクトの主たる界面であるとするのではなく、
97    束縛規定の型変換方式を使って得るものとしているので、
98    最早 <code>Document</code> から継承するとは定義していません。
99    
100    #en
101    Since the <code><a href="#htmldocument">HTMLDocument</a></code>
102       interface holds methods and attributes related to a number of disparate
103       features, the members of this interface are described in various different
104       sections.
105    #ja
106    <code><a href="#htmldocument">HTMLDocument</a></code>
107    界面は色々な機能に関係するメソッドや属性を持っていますので、
108    この界面の構成員はそれぞれの節で説明します。
109    
110    #en
111    User agents must raise a <a href="#security10">security exception</a>
112       whenever any of the members of an <code><a
113       href="#htmldocument">HTMLDocument</a></code> object are accessed by
114       scripts whose <a href="#effective3">effective script origin</a> is not the
115       <a href="#same-origin" title="same origin">same</a> as the
116       <code>Document</code>'s <a href="#effective3">effective script origin</a>.
117    #ja
118    利用者エージェントは、 <code><a
119       href="#htmldocument">HTMLDocument</a></code>
120    オブジェクトの構成員のいずれかが、
121    <a href="#effective3">実効スクリプト起源</a>が <code>Document</code>
122    の<a href="#effective3">実効スクリプト起源</a>と<a href="#same-origin" title="same origin">同じ</a>ではないスクリプトからアクセスされる場合に、
123    常に、
124    <a href="#security10">保安性例外</a>を発生させなければ[[MUST:なりません]]。
125    
126    #pattern
127    <span class=secno>* </span><dfn id=resource0>Resource
128       metadata management</dfn>
129    #ja
130    <span class=secno>$1 </span><dfn id=resource0>資源メタデータ管理</dfn>
131    
132    #en
133    The <dfn id=url0 title=dom-document-URL><code>URL</code></dfn> attribute
134       must return <span>the document's address</span><!--
135      XXXDOCURL xref -->.
136    #ja
137    <dfn id=url0 title=dom-document-URL><code>URL</code></dfn>
138    属性は<span>文書の番地</span><!--
139      XXXDOCURL xref -->を返さなければ[[MUST:なりません]]。
140    
141    #en
142    The <dfn id=referrer
143       title=dom-document-referrer><code>referrer</code></dfn> attribute must
144       return either the <span title="the document's
145       address">address</span><!-- XXXDOXURL xref --> of the <a
146       href="#active">active document</a> of the <a href="#source0">source
147       browsing context</a> at the time the navigation was started (that is, the
148       page which <a href="#navigate" title=navigate>navigated</a> the <a
149       href="#browsing1">browsing context</a> to the current document), or the
150       empty string if there is no such originating page, or if the UA has been
151       configured not to report referrers in this case, or if the navigation was
152       initiated for a <a href="#hyperlinks">hyperlink</a> with a <code
153       title=rel-noreferrer><a href="#noreferrer">noreferrer</a></code> keyword.
154    #ja
155    <dfn id=referrer
156       title=dom-document-referrer><code>referrer</code></dfn>
157    属性は、操縦が開始された時点での<a href="#source0">原始閲覧文脈</a>の<a
158       href="#active">活性文書</a>
159    (<a
160       href="#browsing1">閲覧文脈</a>を現在の文書に<a href="#navigate" title=navigate>操縦</a>した頁)
161    の<span title="the document's
162       address">番地</span><!-- XXXDOXURL xref -->か、
163    または、そのような元々の頁がない場合、利用者エージェントがこの場合に参照子を報告しないように設定されている場合、
164    操縦が <code
165       title=rel-noreferrer><a href="#noreferrer">noreferrer</a></code>
166    キーワードのある<a href="#hyperlinks">ハイパーリンク</a>について初期化された場合には空文字列、
167    このいずれかを返さなければ[[MUST:なりません]]。
168    
169    
170    #en
171    In the case of HTTP, the <code title=dom-document-referrer><a
172       href="#referrer">referrer</a></code> DOM attribute will match the <code
173       title="">Referer</code> (sic) header that was sent when <a href="#fetch"
174       title=fetch>fetching</a> the current page.
175    #ja
176    HTTP の場合、 <code title=dom-document-referrer><a
177       href="#referrer">referrer</a></code> DOM 属性は現在の頁を<a href="#fetch"
178       title=fetch>取ってくる</a>時に送られた <code
179       title="">Referer</code> (ママ) 頭部と一致します。
180    
181    #en
182    Typically user agents are configured to not report referrers
183       in the case where the referrer uses an encrypted protocol and the current
184       page does not (e.g. when navigating from an <code title="">https:</code>
185       page to an <code title="">http:</code> page).
186    #ja
187    通常、利用者エージェントは、参照子が暗号化プロトコルを使っており、
188    現在の頁がそうではない場合 (例えば <code title="">https:</code>
189    頁から <code title="">http:</code> 頁へと操縦した時)
190    には参照子を報告しないように設定されています。
191    
192    #en
193    The <dfn id=cookie0 title=dom-document-cookie><code>cookie</code></dfn>
194       attribute represents the cookies of the resource.
195    #ja
196    <dfn id=cookie0 title=dom-document-cookie><code>cookie</code></dfn>
197    属性は、資源のクッキーを表します。

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.18

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24