mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement getProperties for StylePropertyMap.
This commit is contained in:
parent
e825bf1442
commit
7e6fd297ff
5 changed files with 31 additions and 4 deletions
|
@ -10,6 +10,7 @@ interface StylePropertyMapReadOnly {
|
|||
// sequence<CSSStyleValue> getAll(DOMString property);
|
||||
boolean has(DOMString property);
|
||||
// iterable<DOMString, (CSSStyleValue or sequence<CSSStyleValue>)>;
|
||||
// sequence<DOMString> getProperties();
|
||||
sequence<DOMString> getProperties();
|
||||
// https://github.com/w3c/css-houdini-drafts/issues/268
|
||||
// stringifier;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue