Re: [csswg-drafts] [web-animations-2] Add range offset APIs (#8630)

TimelineRangeOffset is a dictionary, so it can't be "implemented by" anything, it's just a pattern used to destructure an input argument (or construct a plain JS object matching a pattern, for output). So that avoids the one possible case where an interface object like CSSNumericValue isn't distinguishable. And if you really meant `CSSNumberish`, the numeric types are also distinguishable from dictionaries so we're good.

-- 
GitHub Notification of comment by tabatkins
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/pull/8630#issuecomment-1481807849 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 23 March 2023 19:55:00 UTC