[4] フレームを通じて直接の上位にあたる閲覧文脈のことを、
親閲覧文脈といいます。
window.parent
は親閲覧文脈を表すオブジェクトを返します。
Window
インターフェイス parent
属性[8]
window.parent
は、
親の窓を返します。
最上位閲覧文脈の場合、
それ自身の
Window
を返します
(つまり window.parent === window
)。
そうでない場合
(iframe
など)、
親閲覧文脈の
Window
を返します。
[6] Window
インターフェイスの
parent
IDL属性の取得器は、
次のようにしなければなりません >>5。
[7] この IDL属性は、 Replaceable
です >>5。
[1] Web Applications 1.0 r8780 Some reference updates, and an example of incumbent vs entry scripts ( ( 版)) https://html5.org/r/8780
[23] Make Window's parent and top attributes nullable (yuyokk著, ) https://github.com/whatwg/html/commit/9149bbbdeb877f179aef95e4d1cdd418a052886f
[24] Editorial: modernize Window's parent and frameElement (annevk著, ) https://github.com/whatwg/html/commit/140fde2fbde648c4d7cb19967a473c7442a0120c
[9] Editorial: modernize Window's parent and frameElement by annevk · Pull Request #4380 · whatwg/html () https://github.com/whatwg/html/pull/4380
[10] Editorial: nested browsing context is a member, not a type (annevk, , ) https://github.com/whatwg/html/commit/6b737bbc428facf34ec3728c0912cf9e172d0ea4