Page 1 of 1

List of supported CSS features?

Posted: Tue Nov 13, 2012 8:10 pm
by ingo
Hi,

It looks like the following CSS will work partially:

Code: Select all


project{
background-image:url("sky_small.jpg") ;
background-repeat: no-repeat;
background-size:100%;
height:10cm;
width:1000px;
}
When loading an XML file which uses this style, the image is shown with the defined width, but the height attribute seems to be ignored.

Is there a list of supported CSS features for the XML Author Component?

Re: List of supported CSS features?

Posted: Tue Nov 13, 2012 10:39 pm
by Costin
Hello,

Indeed, the "height" attribute is ignored, whilst for the visual part oXygen considers the "width" attribute instead.

This can be noticed also from the list of the CSS 2.1 Properties subsection in oXygen User-Guide, at:
http://www.oxygenxml.com/doc/ug-editor/ ... pport.html

You can find more detailed information regarding the supported CSS properties, selectors and features in the CSS Support in Author section from the User Guide.

Re: List of supported CSS features?

Posted: Wed Nov 14, 2012 1:25 pm
by ingo
Thank you, I missed that section of the documentation.