- From: Stephen Hay <haymail@gmail.com>
- Date: Sun, 18 Oct 2009 10:56:23 +0200
- To: Www-style <www-style@w3.org>
Hi all, The only real criticism I've heard regarding Template Layout, is the whole ASCII art thing. While the comparison of the syntax with ASCII art is flimsy at best, I'm assuming that some feel that brevity could be introduced in some cases. While: #example { display: "aaaaaaaaaa.b" "cccccccccccc" } can be useful, especially for "drawing" things like GUI components, would a shorthand be possible? Is something like: #example { display: "a[10].b" "c[12]" } conceivable, or would it even be useful? Admittedly, this throws the visual aspect (which I tend to like) out the window, but because it's just a shorthand, authors are still free to use the longer form. Any thoughts? Stephen Hay
Received on Sunday, 18 October 2009 08:56:55 UTC