Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels