CSS3 validator bugs recurring

Hello,

I would like to know if you are aware of situation that CSS3 validator does not know border-radius CSS3 property. Using it results as displaying of a 'Parse Error [empty string]' error message. Also it looks like there is a bug about using 0 value in box shadow property (see attachment for detailed screenshot). It seems both of these bugs are known to you:


*         Bug 12307<https://www.w3.org/Bugs/Public/show_bug.cgi?id=12307> - Error '0 is not a box-shadow value' validating CSS 3 (https://www.w3.org/Bugs/Public/show_bug.cgi?id=12307)

*         Bug 11975<https://www.w3.org/Bugs/Public/show_bug.cgi?id=11975> - border-radius throws Parse Error [empty string] (https://www.w3.org/Bugs/Public/show_bug.cgi?id=11975)

Even there is said that both of these are fixed, I am still getting errors when validating just simple code like:

..class-name
{
   border-radius: 5px;
   box-shadow: 0 4px 2px #ff0000;
}

I am sending a screenshot of this situation. Is there anything wrong I am doing or is there some mistake on your side? Thank you very much for helping me with this issue.

Best regards
Jaroslav Kupčík
Web Developer

Kentico software | U.S. Toll Free: +1-866-328-8998 | International: +420-511-180-800
E-mail<mailto:jaroslavk2@kentico.com> | WWW<http://www.kentico.com/> | Twitter<http://www.twibes.com/group/Kentico> | Blogs, KBs and Forums<http://devnet.kentico.com/> | Contact<http://www.kentico.com/Company/Contact>
Kentico CMS - right first time technology

Received on Friday, 28 February 2014 16:25:29 UTC