Skip to content

Commit 23e8e60

Browse files
committed
[css-typed-om] Remove DOMString from StylePropertyMap iterable values.
1 parent 3e32d4a commit 23e8e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-typed-om/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ interface StylePropertyMapReadOnly {
9292
CSSStyleValue? get(DOMString property);
9393
sequence<CSSStyleValue> getAll(DOMString property);
9494
boolean has(DOMString property);
95-
iterable<DOMString, (CSSStyleValue or sequence<CSSStyleValue> or DOMString)>;
95+
iterable<DOMString, (CSSStyleValue or sequence<CSSStyleValue>)>;
9696
sequence<DOMString> getProperties();
9797
stringifier;
9898
};

0 commit comments

Comments
 (0)