Re: [css-gcpm] String-set issues

Liam R E Quin wrote:

 > >  >   003-14 14.2.1 The Section Title Here            [ short form of current lemma title ]
 > >  >
 > >  > where the chapter number is 2 digits, there's a fixed hyphen before
 > >  > the page number, and the running header contains MathML (or
 > >  > Japanese Ruby)...
 > > 
 > > I'm not sure I understand what you mean with "two digits" above,

 > The leading zero.

So, are you asking for a string of two zeros before each chapter number? Like:
   
   content: "00" counter(chapter) "-" ...

Or, are you demanding something like:

   content: sprintf("%03d", counter(chapter)) "-" ...

be be added to CSS?

-h&kon
              Håkon Wium Lie                          CTO °þe®ª
howcome@opera.com                  http://people.opera.com/howcome

Received on Tuesday, 25 November 2014 02:20:22 UTC