[11] iframe 要素の
contentWindow
IDL属性は、フレーム内の窓オブジェクトを返します。
[5] HTMLIFrameElement インターフェイス、
HTMLObjectElement インターフェイス、
HTMLFrameElement インターフェイスの
contentWindow IDL属性の取得器は、
次のようにしなければなりません >>4, >>9, >>10。
[12] 似たものに contentDocument があります。
contentWindow.document に相当します。
[13] 逆方向のものに frameElement があります。
[1] Web Applications 1.0 r5316 frame.contentWindowFixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10116 ( 版) <http://html5.org/tools/web-apps-tracker?from=5315&to=5316>
[2] Window Object 1.0 ( 版) <http://www.w3.org/TR/Window/#embeddingelt>
[3] Window Object 1.0 ( 版) <http://www.w3.org/TR/Window/#embeddingelt>
[14] Be more precise about nested and discarded browsing contexts (domenic著, ) <https://github.com/whatwg/html/commit/39118df640ad4a3f03f164fb5ffe0a56316297be>