Re: [bug] validator claims CSS3 has no margin property

2013-10-01 12:24, Chris Lilley wrote:

> The CSS validator makes the following erroneous claim about many
> stylesheets:
>
>      Value Error : margin
>
>      Property margin doesn't exist in CSS level 3 but exists in [css1,
>      css2, css21] : 1.5cm 1.1cm
>
> CSS3 does of course have a margin property.

Yes, it does. A validator bug like this has popped up at least twice:
http://lists.w3.org/Archives/Public/www-validator-css/2012Mar/0032.html
http://lists.w3.org/Archives/Public/www-validator-css/2012Dec/0000.html

I got this error message, too, when testing just with

a { margin: 0 }

but now it seems to have vanished.

Yucca

Received on Tuesday, 1 October 2013 17:08:39 UTC