We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e32d4a commit 23e8e60Copy full SHA for 23e8e60
css-typed-om/Overview.bs
@@ -92,7 +92,7 @@ interface StylePropertyMapReadOnly {
92
CSSStyleValue? get(DOMString property);
93
sequence<CSSStyleValue> getAll(DOMString property);
94
boolean has(DOMString property);
95
- iterable<DOMString, (CSSStyleValue or sequence<CSSStyleValue> or DOMString)>;
+ iterable<DOMString, (CSSStyleValue or sequence<CSSStyleValue>)>;
96
sequence<DOMString> getProperties();
97
stringifier;
98
};
0 commit comments