contentWindow

contentWindow IDL属性 (DOM)

[11] iframe 要素contentWindow IDL属性は、フレーム内のオブジェクトを返します。

仕様書

取得器

[5] HTMLIFrameElement インターフェイスHTMLObjectElement インターフェイスHTMLFrameElement インターフェイスcontentWindow IDL属性取得器は、 次のようにしなければなりません >>4, >>9, >>10

  1. [6] 文脈オブジェクト入れ子閲覧文脈null でなければ、
    1. [7] 文脈オブジェクト入れ子閲覧文脈WindowProxy を返します。
  2. [15] それ以外なら、
    1. [8] null を返します。

関連

[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>