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 0a97705 commit 809cceaCopy full SHA for 809ccea
css-typed-om/Overview.bs
@@ -314,9 +314,7 @@ The {{StylePropertyMap}} {#the-stylepropertymap}
314
[Exposed=(Window, Worker, PaintWorklet, LayoutWorklet)]
315
interface StylePropertyMapReadOnly {
316
iterable<USVString, sequence<CSSStyleValue>>;
317
- any get(USVString property);
318
- /* 'any' means (undefined or CSSStyleValue) here,
319
- see https://github.com/heycam/webidl/issues/60 */
+ (undefined or CSSStyleValue) get(USVString property);
320
sequence<CSSStyleValue> getAll(USVString property);
321
boolean has(USVString property);
322
readonly attribute unsigned long size;
0 commit comments