diff options
Diffstat (limited to 'components/script/dom/webidls/StylePropertyMapReadOnly.webidl')
-rw-r--r-- | components/script/dom/webidls/StylePropertyMapReadOnly.webidl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/components/script/dom/webidls/StylePropertyMapReadOnly.webidl b/components/script/dom/webidls/StylePropertyMapReadOnly.webidl index 7557a0d6071..360e3af909d 100644 --- a/components/script/dom/webidls/StylePropertyMapReadOnly.webidl +++ b/components/script/dom/webidls/StylePropertyMapReadOnly.webidl @@ -10,6 +10,7 @@ interface StylePropertyMapReadOnly { // sequence<CSSStyleValue> getAll(DOMString property); boolean has(DOMString property); // iterable<DOMString, (CSSStyleValue or sequence<CSSStyleValue>)>; - // sequence<DOMString> getProperties(); + sequence<DOMString> getProperties(); + // https://github.com/w3c/css-houdini-drafts/issues/268 // stringifier; }; |