Skip to content

Commit 3513c94

Browse files
annevkfoolip
authored andcommitted
Add [Unscopable] to Document.prototype.fullscreen
This appears to be needed per https://bugzilla.mozilla.org/show_bug.cgi?id=1364025.
1 parent 946d3ec commit 3513c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fullscreen.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ partial interface Element {
144144

145145
partial interface Document {
146146
[LenientSetter] readonly attribute boolean fullscreenEnabled;
147-
[LenientSetter] readonly attribute boolean fullscreen; // historical
147+
[LenientSetter, Unscopable] readonly attribute boolean fullscreen; // historical
148148

149149
Promise<void> exitFullscreen();
150150

0 commit comments

Comments
 (0)