Re: [css3-lists] glyphs in single string

Also sprach Tab Atkins Jr.:

 > > @counter-style lower-norwegian {
 > >   type: alphabetic;
 > >   glyphs: a b c d e f g h i j k l m n o p q r s t u v w x y z æ ø å;
 > > }
 > 
 > Then you can't distinguish an <image> from a glyph that just happens
 > to look remarkably like url(foo).

We could just say that they can't be combined. The use cases seem
slim, and the amount of work to get interoperable implementations
(e.g., getting SVGs to interoperably co-exist, size-wise and
position-wise, with glyphs) seems high.

Then we could do:

 @counter-style lower-norwegian-glyphs {
   alphabetic: a b c d e f g h i j k l m n o p q r s t u v w x y z æ ø å;
 }

 @counter-style lower-norwegian-images {
   images: url(a.svg) url(b.svg) url(c.svg); /* etc */
 }

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

Received on Thursday, 24 November 2011 00:10:06 UTC