[oXygen-user] CSS3
Mark
mark at knihtisk.org
Fri Aug 26 04:03:30 CDT 2011
That is great!
Thanks,
Mark
-----Original Message-----
From: Radu Coravu
Sent: Friday, August 26, 2011 1:17 AM
To: oxygen-user at oxygenxml.com
Subject: Re: [oXygen-user] CSS3
Hi Mark,
Oxygen 13 which will be released in a couple of days will allow you in
the CSS Validator Preferences page to specify a set of property patterns
which will be excluded by the validation.
So if you will add a pattern like this "-moz*,-webkit*" then the
validation will no longer complain about the mozilla and webkit properties.
Regards,
Radu
Radu Coravu
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
On 8/26/2011 7:17 AM, Mark wrote:
> I have begun experimenting with some CSS 3 effects , particularly box
> rounding and box shadows. All of the example I see indicate that I have
> to use css properties like:
> border-radius : 25px;
> -moz-border-radius : 25px; /* Firefox 3.6 and earlier */
> -moz-box-shadow : 10px 10px 5px #888888; /* Firefox 3.6 and earlier */
> -webkit-box-shadow : 10px 10px 5px #888888;
> box-shadow : 10px 10px 5px #888888;
> This causes problems with the W3C CSS validator connected to Oxygen. Is
> there any way to validate these properties so that my CSS stylesheet
> does not show errors?
> Thanks,
> Mark
>
>
>
> _______________________________________________
> oXygen-user mailing list
> oXygen-user at oxygenxml.com
> http://www.oxygenxml.com/mailman/listinfo/oxygen-user
_______________________________________________
oXygen-user mailing list
oXygen-user at oxygenxml.com
http://www.oxygenxml.com/mailman/listinfo/oxygen-user
More information about the oXygen-user
mailing list