- From: Ilya Sherman <ishermandom@yahoo.com>
- Date: Mon, 26 Mar 2007 18:29:11 -0700 (PDT)
- To: www-validator-css@w3.org
The validator seems to be rejecting "display: marker"
style information, with the following error: "Value
Error : display marker is not a display value :
marker"
I validating the sample code (see bottom of e-mail)
available at
http://www.w3.org/TR/REC-CSS2/generate.html#markers ,
and got the same error. Presumably the sample code is
valid, but the validator rejects it.
Sample code:
LI:before {
display: marker;
content: "(" counter(counter) ")";
counter-increment: counter;
width: 6em;
text-align: center;
}
Cheers,
~Ilya
____________________________________________________________________________________
Be a PS3 game guru.
Get your game face on with the latest PS3 news and previews at Yahoo! Games.
http://videogames.yahoo.com/platform?platform=120121
Received on Tuesday, 27 March 2007 04:20:04 UTC