- From: Christoph Päper <christoph.paeper@crissov.de>
- Date: Fri, 27 Aug 2010 18:55:19 +0200
- To: "www-style@w3.org list" <www-style@w3.org>
Alex Danilo: > > printf("h1 { font-size: %gem }", f); Don’t use ‘%g’ then, use ‘%f’. Better yet, use (and perhaps first write) some function that guarantees output that is syntactically correct CSS, instead of trying to “fix” the latter.
Received on Friday, 27 August 2010 16:55:56 UTC