We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42fb542 commit 32c137bCopy full SHA for 32c137b
css-typed-om/Overview.bs
@@ -310,10 +310,10 @@ interface StylePropertyMapReadOnly {
310
311
[Exposed=Window]
312
interface StylePropertyMap : StylePropertyMapReadOnly {
313
- void set(USVString property, (CSSStyleValue or USVString)... values);
314
- void append(USVString property, (CSSStyleValue or USVString)... values);
315
- void delete(USVString property);
316
- void clear();
+ undefined set(USVString property, (CSSStyleValue or USVString)... values);
+ undefined append(USVString property, (CSSStyleValue or USVString)... values);
+ undefined delete(USVString property);
+ undefined clear();
317
};
318
</xmp>
319
0 commit comments