- From: Chris Eppstein <chris@eppsteins.net>
- Date: Thu, 8 Mar 2012 09:34:46 -0800
- To: www-style@w3.org
Received on Thursday, 8 March 2012 17:35:21 UTC
Based on the spec I can't discern whether the following will work as expected: calc(20px / 1s * 20s) => 400px I'm concerned about this because storing ratios as intermediate values in variables is incredibly useful. So once we have variables I'd like to be able to store `calc(20px / 1s)` into a variable and then use that in multiplication and division to translate between two otherwise unrelated units. Chris
Received on Thursday, 8 March 2012 17:35:21 UTC