Re: [css-houdini-drafts] [css-properties-values-api] Substituting registered properties with var()

Is this intended for Level 1?

In Gecko, it would be straightforward to implement this sort of typed 
substitution for properties like `height` with simple grammars. 
However, implementation would be more tricky for properties with more 
complicated grammars like `background-image`. For example, disallowing
 things like `linear-gradient(--number, ...)` would require us to 
store some additional information.

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

Received on Wednesday, 1 February 2017 15:21:38 UTC