Supress CSS Validator error?

Oxygen general issues.
sderrick
Posts: 264
Joined: Sat Jul 10, 2010 4:03 pm

Supress CSS Validator error?

Post by sderrick »

I am using two css attributes that oxygen is flagging as errors

-webkit-hyphens: none;
adobe-text-layout: optimizeSpeed;

the errors

E [W3C CSS Validator] Context : .marginnote in property : -webkit-hyphens
Property -webkit-hyphens doesn't exist : none

E [W3C CSS Validator] Context : .marginnote in property : adobe-text-layout Property adobe-text-layout doesn't exist : optimizeSpeed

Any way to suppress those errors as these are valid attributes in mobipocket(kindle) css.

Scott
Radu
Posts: 9059
Joined: Fri Jul 09, 2004 5:18 pm

Re: Supress CSS Validator error?

Post by Radu »

Hi Scott,

For CSS validation Oxygen uses the W3C CSS Validator which does not have a profile for mobipocket. The validator preferences can be found in the Oxygen Preferences->CSS Validator page.
We'll see if we can make an improvement for this. There are indeed a lot of applications which interpret various CSS extensions which are not specified in the CSS specifications.

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
sderrick
Posts: 264
Joined: Sat Jul 10, 2010 4:03 pm

Re: Supress CSS Validator error?

Post by sderrick »

Radu,

I figured Oxygen was using W3C spec.

I just though there might have been built in "ignore" list or something like that.

thanks,

Scott
Post Reply