diff options
Diffstat (limited to 'components/script/dom/webidls/Document.webidl')
-rw-r--r-- | components/script/dom/webidls/Document.webidl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/components/script/dom/webidls/Document.webidl b/components/script/dom/webidls/Document.webidl index 6c1814fa43b..845037e430c 100644 --- a/components/script/dom/webidls/Document.webidl +++ b/components/script/dom/webidls/Document.webidl @@ -185,3 +185,8 @@ partial interface Document { partial interface Document { Element? elementFromPoint(double x, double y); }; + +// https://drafts.csswg.org/cssom/#extensions-to-the-document-interface +partial interface Document { + [SameObject] readonly attribute StyleSheetList styleSheets; +}; |