@@ -79104,15 +79104,15 @@ interface <dfn>BarProp</dfn> {
79104
79104
<code>Window</code> object wrapped by the <span>browsing context</span>'s associated
79105
79105
<code>WindowProxy</code> object is changed.</p>
79106
79106
79107
+ <p>The <code>WindowProxy</code> exotic object must use the ordinary internal methods except where
79108
+ it is explicitly specified otherwise below.</p>
79109
+
79107
79110
<p>There is no <code>WindowProxy</code> <span>interface object</span>.</p>
79108
79111
79109
79112
<p>Every <code>WindowProxy</code> object has a <dfn data-x="concept-windowproxy-window"
79110
79113
data-export="">[[Window]]</dfn> internal slot representing the wrapped <code>Window</code>
79111
79114
object.</p>
79112
79115
79113
- <p>The <code>WindowProxy</code> object internal methods are described in the subsections
79114
- below.</p>
79115
-
79116
79116
<p class="note">Although <code>WindowProxy</code> is named as a "proxy", it does not do
79117
79117
polymorphic dispatch on its target's internal methods as a real proxy would, due to a desire to
79118
79118
reuse machinery between <code>WindowProxy</code> and <code>Location</code> objects. As long as the
@@ -81673,10 +81673,10 @@ interface <dfn>Location</dfn> { // but see also <a href="#the-location-interface
81673
81673
<hr>
81674
81674
81675
81675
<p id="location-internal-methods">As explained earlier, the <code>Location</code> exotic object
81676
- requires additional logic beyond IDL for security purposes. The internal slot and internal methods
81677
- <code>Location</code> objects must implement are defined below.</p>
81676
+ requires additional logic beyond IDL for security purposes. The <code>Location</code> object must
81677
+ use the ordinary internal methods except where it is explicitly specified otherwise below.</p>
81678
81678
81679
- <p>Every <code>Location</code> object has a <dfn>[[DefaultProperties]]</dfn> internal slot
81679
+ <p>Also, every <code>Location</code> object has a <dfn>[[DefaultProperties]]</dfn> internal slot
81680
81680
representing its own properties at time of its creation.</p>
81681
81681
81682
81682
<h5 id="location-getprototypeof">[[GetPrototypeOf]] ( )</h5>
0 commit comments