We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a97705 commit 3783bd7Copy full SHA for 3783bd7
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