- From: Yves Lafon <ylafon@w3.org>
- Date: Thu, 6 Mar 2014 08:58:06 -0500 (EST)
- To: Jaroslav Kupcik <JaroslavK2@kentico.com>
- cc: "www-validator-css@w3.org" <www-validator-css@w3.org>
On Fri, 28 Feb 2014, Jaroslav Kupcik wrote:
> 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:
I used your example (well, with one . for .class-name instead of ..) and
it worked perfectly well.
<<
Valid CSS information
.class-name {
border-radius : 5px;
box-shadow : 0 4px 2px #ff0000;
}
>>
>
>
> * 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
>
>
--
Baroula que barouleras, au tiéu toujou t'entourneras.
~~Yves
Received on Thursday, 6 March 2014 13:58:08 UTC