Skip to content

Commit dff66be

Browse files
authored
Remove [PrimaryGlobal]
Helps with whatwg/webidl#365. Tests at web-platform-tests/wpt#8585.
1 parent 05525c8 commit dff66be

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78016,7 +78016,9 @@ console.assert(iframeWindow.frameElement === null);
7801678016

7801778017
<h3 split-filename="window-object">The <code>Window</code> object</h3>
7801878018

78019-
<pre class="idl">[PrimaryGlobal, LegacyUnenumerableNamedProperties] <!-- Exposed=Window is implied because it's the primary global -->
78019+
<pre class="idl">[Global=Window,
78020+
Exposed=Window,
78021+
LegacyUnenumerableNamedProperties]
7802078022
interface <dfn data-export="" data-dfn-type="interface">Window</dfn> : <span>EventTarget</span> {
7802178023
// the current browsing context
7802278024
[Unforgeable] readonly attribute <span>WindowProxy</span> <span data-x="dom-window">window</span>;

0 commit comments

Comments
 (0)