Skip to content

Commit

Permalink
Add [Unscopable] to Document.prototype.fullscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk authored and foolip committed May 12, 2017
1 parent 946d3ec commit 3513c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fullscreen.bs
Expand Up @@ -144,7 +144,7 @@ partial interface Element {

partial interface Document {
[LenientSetter] readonly attribute boolean fullscreenEnabled;
[LenientSetter] readonly attribute boolean fullscreen; // historical
[LenientSetter, Unscopable] readonly attribute boolean fullscreen; // historical

Promise<void> exitFullscreen();

Expand Down

0 comments on commit 3513c94

Please sign in to comment.