- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Thu, 11 Aug 2016 21:40:17 +0000
- To: public-houdini-archive@w3.org
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