Skip to content

Commit

Permalink
[css-typed-om-1] Align with Web IDL specification (#1006)
Browse files Browse the repository at this point in the history
  • Loading branch information
autokagami authored Aug 18, 2020
1 parent 42fb542 commit 32c137b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions css-typed-om/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -310,10 +310,10 @@ interface StylePropertyMapReadOnly {

[Exposed=Window]
interface StylePropertyMap : StylePropertyMapReadOnly {
void set(USVString property, (CSSStyleValue or USVString)... values);
void append(USVString property, (CSSStyleValue or USVString)... values);
void delete(USVString property);
void clear();
undefined set(USVString property, (CSSStyleValue or USVString)... values);
undefined append(USVString property, (CSSStyleValue or USVString)... values);
undefined delete(USVString property);
undefined clear();
};
</xmp>

Expand Down

0 comments on commit 32c137b

Please sign in to comment.