[css2xslfo-support] parent > child:first-child:before doesn't work in css2xslfo.
Brought to you by:
wdonne
From: Jonathan F. <jfr...@co...> - 2005-03-17 21:09:31
|
Hi. =20 The following two forms work in Firefox, but not in css2xslfo: =20 group > unrestricted:first-child:before, restricted:first-child:before, command:first-child:before { content: ""; margin-left: 0 } or group > unrestricted:first-child:before, group > restricted:first-child:before, group > command:first-child:before { = content: ""; margin-left: 0 } =20 The point being to override the following for first-child: =20 unrestricted:before, restricted:before, command:before { content: ","; margin-left: -0.25em } =20 I'm a real beginner at this, so if you can suggest a better way of = writing ', '.join() in css2 that works, I'm happy to go with that. =20 Jonathan =20 |