> In brief: > Automatic Numbering: > LI:before > > display: marker; > content: counter(mycounter, lower-roman) "."; > counter-increment: mycounter; > } > > Manual Numbering: > LI:before > > display: marker; > content: "i." > } > > ,David Norris > That results in a double counter, as of ordered list in Firefox: one inserted by the HTML engine and the other by the CSS engine. ChrisReceived on Thursday, 24 January 2008 12:53:15 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 7 July 2008 07:54:38 GMT