[css-houdini-drafts] [css-typed-om] Simplifying reification language

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

== [css-typed-om] Simplifying reification language ==
I wonder if it's possible do reification generically for a subset of properties so that we don't have to write so much spec text.

For example, could we say that if a property only takes identifiers, then its specified value reifies as a `CSSKeywordValue`. Another thing we could do is if a property's computed value is "as specified", then the computed reification is the same as specified reification etc.

On the other hand, we'll probably need to specify a list of all the supported properties anyway, and copy & pasting for those simple cases doesn't add that much time.

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

Received on Friday, 9 March 2018 04:26:57 UTC