Skip to content

Commit 32c137b

Browse files
authored
[css-typed-om-1] Align with Web IDL specification (w3c#1006)
1 parent 42fb542 commit 32c137b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-typed-om/Overview.bs

+4-4
Original file line numberDiff line numberDiff line change
@@ -310,10 +310,10 @@ interface StylePropertyMapReadOnly {
310310

311311
[Exposed=Window]
312312
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();
313+
undefined set(USVString property, (CSSStyleValue or USVString)... values);
314+
undefined append(USVString property, (CSSStyleValue or USVString)... values);
315+
undefined delete(USVString property);
316+
undefined clear();
317317
};
318318
</xmp>
319319

0 commit comments

Comments
 (0)