Page 1 of 1

Supress CSS Validator error?

Posted: Sat May 28, 2011 1:02 am
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

Re: Supress CSS Validator error?

Posted: Mon May 30, 2011 12:20 pm
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

Re: Supress CSS Validator error?

Posted: Mon May 30, 2011 5:26 pm
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