Tantek Çelik <tantek@cs.stanford.edu> schrieb/wrote: > If you want to style generated content, I strongly recommend you come up > with a proper solution that does not depend on formatting instruction > character code hackery. Well, there could just be multiple levels of ":after": body:after(-1) { content: 'Written by me'; line-break-before:always; /* more styles */ } body:after(0) { content: '(C) 2002' ; line-break-before:always; /* more styles */ } body:after(1) { content: 'Styled by Foo Style\2122.'; line-break-before:always; /* more styles */ } ":after(0)" could be equivalent to ":after". Claus -- ------------------------ http://www.faerber.muc.de/ ------------------------ OpenPGP: DSS 1024/639680F0 E7A8 AADB 6C8A 2450 67EA AF68 48A5 0E63 6396 80F0Received on Saturday, 7 September 2002 09:10:46 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 27 April 2009 13:54:16 GMT