diff --git a/css-typed-om/Overview.bs b/css-typed-om/Overview.bs index d811d0d6..9787351b 100644 --- a/css-typed-om/Overview.bs +++ b/css-typed-om/Overview.bs @@ -314,9 +314,7 @@ The {{StylePropertyMap}} {#the-stylepropertymap} [Exposed=(Window, Worker, PaintWorklet, LayoutWorklet)] interface StylePropertyMapReadOnly { iterable>; - any get(USVString property); - /* 'any' means (undefined or CSSStyleValue) here, - see https://github.com/heycam/webidl/issues/60 */ + (undefined or CSSStyleValue) get(USVString property); sequence getAll(USVString property); boolean has(USVString property); readonly attribute unsigned long size;