summaryrefslogtreecommitdiffstats
path: root/dom/webidl/Document.webidl
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-06-13 08:24:18 -0400
committerMatt A. Tobin <email@mattatobin.com>2020-06-13 08:24:18 -0400
commitbbd59105da97200947ae62b2dc949a1130a40d75 (patch)
tree7b3ba52faca3704faf53d8248cbe130a32481b21 /dom/webidl/Document.webidl
parent5e7917e2c8bd50754535652014c1de0054841912 (diff)
downloadUXP-bbd59105da97200947ae62b2dc949a1130a40d75.tar
UXP-bbd59105da97200947ae62b2dc949a1130a40d75.tar.gz
UXP-bbd59105da97200947ae62b2dc949a1130a40d75.tar.lz
UXP-bbd59105da97200947ae62b2dc949a1130a40d75.tar.xz
UXP-bbd59105da97200947ae62b2dc949a1130a40d75.zip
Bug 1430299 - Add DocumentOrShadowRoot interface
Tag #1375
Diffstat (limited to 'dom/webidl/Document.webidl')
-rw-r--r--dom/webidl/Document.webidl4
1 files changed, 1 insertions, 3 deletions
diff --git a/dom/webidl/Document.webidl b/dom/webidl/Document.webidl
index ba2ec17ea..26985202b 100644
--- a/dom/webidl/Document.webidl
+++ b/dom/webidl/Document.webidl
@@ -136,7 +136,6 @@ partial interface Document {
// user interaction
[Pure]
readonly attribute WindowProxy? defaultView;
- readonly attribute Element? activeElement;
[Throws]
boolean hasFocus();
//(HTML only) attribute DOMString designMode;
@@ -283,8 +282,6 @@ partial interface Document {
// http://dev.w3.org/csswg/cssom/#extensions-to-the-document-interface
partial interface Document {
- [Constant]
- readonly attribute StyleSheetList styleSheets;
attribute DOMString? selectedStyleSheetSet;
readonly attribute DOMString? lastStyleSheetSet;
readonly attribute DOMString? preferredStyleSheetSet;
@@ -456,3 +453,4 @@ Document implements ParentNode;
Document implements OnErrorEventHandlerForNodes;
Document implements GeometryUtils;
Document implements FontFaceSource;
+Document implements DocumentOrShadowRoot;