[css-houdini-drafts] The Calc* classes need a "number" member

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

== The Calc* classes need a "number" member ==
line-height can accept a length, a % (which resolves to a length at 
computed-value time), or a number (which resolves to a length at 
used-value time).  Need something to be able to express the 
combination of these three in a calc() (even if some engines can't 
actually handle that right now).

I suggest just adding a 'number' field to the Calc classes; they all 
currently have a % field even tho %s aren't valid in all 
circumstances, and this'll be the same (just invalid in much more 
places).

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

Received on Thursday, 11 August 2016 21:40:24 UTC