Skip to content

Commit

Permalink
[css-typed-om] use undefined union value for StylePropertyMapReadOnly…
Browse files Browse the repository at this point in the history
….get() (w3c#1087)
  • Loading branch information
saschanaz authored Mar 3, 2023
1 parent 0a97705 commit 3783bd7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions css-typed-om/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -314,9 +314,7 @@ The {{StylePropertyMap}} {#the-stylepropertymap}
[Exposed=(Window, Worker, PaintWorklet, LayoutWorklet)]
interface StylePropertyMapReadOnly {
iterable<USVString, sequence<CSSStyleValue>>;
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<CSSStyleValue> getAll(USVString property);
boolean has(USVString property);
readonly attribute unsigned long size;
Expand Down

0 comments on commit 3783bd7

Please sign in to comment.