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

"Jukka K. Korpela" <[email protected]> Tue, 01 Oct 2013 20:08:07 +0300
Newsgroups gmane.org.w3c.validator.css
Message-ID <[email protected]>
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