Re: [css-houdini-drafts] [css-typed-om] Behaviour of unsupported CSSStyleValues

Sorry I mean the objects described [here](https://drafts.css-houdini.org/css-typed-om-1/#stylevalue-objects):
> Values that can’t yet be directly supported by a CSSStyleValue subclass are also represented as CSSStyleValue objects.

So like what we get if we did `CSSStyleValue.parse('filter', 'blur()')` as it can't be represented by a subclass of `CSSStyleValue` (for now).

-- 
GitHub Notification of comment by darrnshn
Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/553#issuecomment-355458645 using your GitHub account

Received on Friday, 5 January 2018 02:42:59 UTC