Re: Parsing errors

> My CSS is good but I still get warnings about “parsing errors”: (can’t find
> the warning message for vendor-extension). (http://www.tijluil.nl)

I can’t reproduce any parsing errors (checked via
<http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.tijluil.nl&profile=css3&usermedium=all&warning=1&vextwarning=&lang=en>.)

> #header {
>     display: block;
>     height: 148px;
>     width: 960px;
>     border:8px solid #00ccff;
>     background-repeat:repeat;
>     margin-bottom:6px;
>     border-radius:20px 20px 20px 20px;
>     -moz-box-shadow: -2px -2px 2px 2px #888;
>     -webkit-box-shadow: -2px -2px 2px 2px#888;
>     box-shadow: -2px -2px 2px 2px #888;
> }

By the way, “-2px -2px 2px 2px#888” won’t have an effect. More
importantly, I believe you don’t need vendor-specific extensions for
border-radius anymore: http://caniuse.com/#feat=border-radius.

Other than that, if you still run into issues please send with a URL
to the results, or with the code reported to be problematic.

HTH,
 Jens.

-- 
Jens O. Meiert
http://meiert.com/en/

Received on Wednesday, 25 June 2014 15:42:10 UTC