- From: Keryx Web <webmaster@keryx.se>
- Date: Fri, 17 Aug 2007 14:39:01 +0200
- To: www-style@w3.org
Hi all! I am new to this list, but you can get a grasp of who I am from http://www.webstandards.org/action/edutf/interviews/gunther-en/ Looking at the Advanced layout module I think it could be improved to facilitate minification. Take the following: body { display: "aaa" "bcd" } Is it possible to write that - with identical meaning - on a single line? I.e. is this the same? body{display:"aaa" "bcd"} If not I propose that the newline should be replaceable with an explicit previously unused sign, like so: body{display:"aaa"+"bcd"} Maybe the plus sign is not the best suited for the job. Maybe there already exists some kind of mechanism for this, but it is not clear from the spec, which I have tried to read thoroughly. Lars Gunther
Received on Friday, 17 August 2007 16:59:10 UTC