summaryrefslogtreecommitdiff
path: root/dom/webidl/DocumentOrShadowRoot.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'dom/webidl/DocumentOrShadowRoot.webidl')
-rw-r--r--dom/webidl/DocumentOrShadowRoot.webidl6
1 files changed, 4 insertions, 2 deletions
diff --git a/dom/webidl/DocumentOrShadowRoot.webidl b/dom/webidl/DocumentOrShadowRoot.webidl
index 267f16f23b..eb4a4b666d 100644
--- a/dom/webidl/DocumentOrShadowRoot.webidl
+++ b/dom/webidl/DocumentOrShadowRoot.webidl
@@ -23,6 +23,8 @@ interface DocumentOrShadowRoot {
readonly attribute StyleSheetList styleSheets;
readonly attribute Element? pointerLockElement;
- // Not implemented yet: bug 1430305.
- // readonly attribute Element? fullscreenElement;
+ [LenientSetter, Func="nsDocument::IsUnprefixedFullscreenEnabled"]
+ readonly attribute Element? fullscreenElement;
+ [BinaryName="fullscreenElement"]
+ readonly attribute Element? mozFullScreenElement;
};