- From: Ian Hickson <ian@hixie.ch>
- Date: Wed, 9 Feb 2005 14:32:26 +0000 (UTC)
- To: Ryan Cannon <ryan@ryancannon.com>
- Cc: www-style@w3.org
On Wed, 9 Feb 2005, Ryan Cannon wrote: > > How would > > el { display:inline-list-item } > > differ from > > el { display: inline } > el:before { display: marker } > > They seem like they would grant the same capabilities to me. display:marker had a number of problems and has been dropped. However, el { display: inline; annotate: list-marker; } el::marker { ... } ...might (in CSS3) be something that has the same effect. -- Ian Hickson U+1047E )\._.,--....,'``. fL http://ln.hixie.ch/ U+263A /, _.. \ _\ ;`._ ,. Things that are impossible just take longer. `._.-(,_..'--(,_..'`-.;.'
Received on Wednesday, 9 February 2005 14:32:34 UTC