- From: David Woolley <david@djwhome.demon.co.uk>
- Date: Sat, 2 Dec 2006 08:52:09 +0000 (GMT)
- To: www-style@w3.org
> > > i'm wondering if anything like the following is being looked at for future > versions, or if anything similar already exists. Variations on this are rejected at regular intervals. You should search the archives for details. > I'm mainly wondering how all the current repetition in css is being Heavy repetition in CSS generally indicates either that the styling is capricious and doesn't reflect the structure, or simply a failure to factor the CSS properly, by listing multiple selectors against a single rule. More generally, this sort of macro processing can be done server side or even in the authoring tool, without having to change the over the wire format.
Received on Saturday, 2 December 2006 08:52:17 UTC