We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a63e61 commit 312e314Copy full SHA for 312e314
css-typed-om/Overview.bs
@@ -195,6 +195,7 @@ The {{StylePropertyMap}} {#the-stylepropertymap}
195
================================================
196
197
<xmp class='idl'>
198
+[Exposed=Window,PaintWorklet]
199
interface StylePropertyMapReadOnly {
200
readonly maplike<DOMString, sequence<CSSStyleValue>>;
201
any get(DOMString property);
@@ -207,6 +208,7 @@ interface StylePropertyMapReadOnly {
207
208
209
callback UpdateFunction = CSSStyleValue (CSSStyleValue oldValue);
210
211
+[Exposed=Window]
212
interface StylePropertyMap : StylePropertyMapReadOnly {
213
maplike<DOMString, sequence<CSSStyleValue>>;
214
void append(DOMString property, (CSSStyleValue or DOMString)... values);
0 commit comments