Re: Validator claims that CSS3 no longer has a 'margin' property
"Jukka K. Korpela" <[email protected]> Tue, 27 Mar 2012 19:59:35 +0300
| Newsgroups | gmane.org.w3c.validator.css |
|---|---|
| Message-ID | <[email protected]> |
2012-03-27 18:26, Chris Lilley wrote:
> The following spurious error is being generated:
>
> Property margin doesn't exist in CSS level 3 but exists in [css1, css2, css21]
It was probably spurious indeed, or intermittent, perhaps caused by some
updates to the software. At least I cannot reconstruct the problem:
p { margin: 0; }
passes OK even in CSS level 3 mode.
If you still have this problem, please post the URL (or the exact
stylesheet, if it is short).
Yucca