[css-houdini-drafts] [css-paint-api][css-typed-om] Reifying inputArguments (#895)

andruud has just created a new issue for https://github.com/w3c/css-houdini-drafts:

== [css-paint-api][css-typed-om] Reifying inputArguments ==
CSS Typed OM does not define how to reify values without the context of a _property_. This means that we can't create a `CSSStyleValue` from a syntax descriptor: we'd need a property registered with that syntax. (For instance, if you pass a `<color>` as an input argument, what is the `[[associatedProperty]]` set to for the resulting direct `CSSStyleValue`? An easy thing to fix maybe, but it's not defined currently).

We could say that these values are reified in the context an _anonymous registered custom property_ with that syntax ... or something.

cc @bfgeek 

Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/895 using your GitHub account

Received on Friday, 31 May 2019 11:24:29 UTC