- From: Kravvitz <kravvitz@dynamicsitesolutions.com>
- Date: Tue, 27 Mar 2007 00:25:55 -0400
- To: "Ilya Sherman" <ishermandom@yahoo.com>
- Cc: www-validator-css@w3.org
The CSS Validator is now set to default to the CSS2.1 profile instead
of the CSS2 profile.
The marker value for the display property is not in CSS2.1.
<http://www.w3.org/TR/CSS21/visuren.html#propdef-display>
On 3/26/07, Ilya Sherman <ishermandom@yahoo.com> wrote:
>
> 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:26:12 UTC