diff options
Diffstat (limited to 'dom/webidl/ShadowRoot.webidl')
-rw-r--r-- | dom/webidl/ShadowRoot.webidl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dom/webidl/ShadowRoot.webidl b/dom/webidl/ShadowRoot.webidl index 81b50e58b..83acd4161 100644 --- a/dom/webidl/ShadowRoot.webidl +++ b/dom/webidl/ShadowRoot.webidl @@ -20,8 +20,6 @@ enum ShadowRootMode { [Func="nsDocument::IsWebComponentsEnabled"] interface ShadowRoot : DocumentFragment { - readonly attribute Element? activeElement; - // Shadow DOM v1 readonly attribute ShadowRootMode mode; readonly attribute Element host; @@ -34,6 +32,5 @@ interface ShadowRoot : DocumentFragment [CEReactions, SetterThrows, TreatNullAs=EmptyString] attribute DOMString innerHTML; attribute boolean applyAuthorStyles; - readonly attribute StyleSheetList styleSheets; }; |