Bug 1659916 [wpt PR 25101] - Update interfaces/css-typed-om.idl, a=testonly

Automatic update from web-platform-tests
Update interfaces/css-typed-om.idl (#25101)

Source: https://github.com/tidoust/reffy-reports/blob/4cba804/ed/idl/css-typed-om.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/719138445
--

wpt-commits: cfe894e7254fa0666b553a450dec3d336f052f01
wpt-pr: 25101
This commit is contained in:
autofoolip 2020-08-21 09:34:37 +00:00 коммит произвёл moz-wptsync-bot
Родитель 042cda77ac
Коммит 060e390b2e
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -23,10 +23,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();
};
partial interface Element {