[15] iframe
要素の
contentDocument
IDL属性は、フレーム内の文書 (Document
)
を返します。
[8] HTMLIFrameElement
インターフェイスや
HTMLObjectElement
インターフェイスや
HTMLFrameElement
インターフェイスの
contentDocument
IDL属性の取得器は、
次のようにしなければなりません >>7, >>13, >>14。
[23] 閲覧文脈包含子要素の内容文書は、 次のものです >>24。
[16] 文書中にない場合や、プラグイン等を表す object
要素は、 contentDocument
が null になります。
[17] フレームの内外で起源が異なる時も、
contentDocument
が null になります。
[18] contentWindow
、 getSVGDocument
も参照。
[1] Compound Document by Reference Framework 1.0 ( ( 版)) <http://www.w3.org/TR/CDR/#parent-to-child-dom-access>
[2] HTML Standard ( ( 版)) <http://www.whatwg.org/specs/web-apps/current-work/#dom-iframe-contentdocument>
[3] Web Applications 1.0 r8272 Change iframe, frame, and object.contentDocument to return null when cross-origin documents are involved. ( ( 版)) <http://html5.org/tools/web-apps-tracker?from=8271&to=8272>
[4] 829872 – Consider returning null from contentDocument getters when the caller does not subsume the document ( ( 版)) <https://bugzilla.mozilla.org/show_bug.cgi?id=829872>
[5] 422025 – iframe.contentDocument should use XOW (was: iframe.contentDocument should be restricted like window.document) ( ( 版)) <https://bugzilla.mozilla.org/show_bug.cgi?id=422025>
[6] Merge effective script origin into origin · whatwg/html@8a843f2 ( 版) <https://github.com/whatwg/html/commit/8a843f2169a6864a3024c4329528dccb2051d275>
[21] Define contentDocument using a more clearly defined shared concept ( (Ms2ger著, )) <https://github.com/whatwg/html/commit/ea2f021c265bd082415f2775fc7a1c562ec7275a>
[25] Use current settings object in content document definition (domenic著, ) <https://github.com/whatwg/html/commit/a6a1b714d2b3288fbf88528ac9182f9263b92bc8>