List of supported CSS features?

Oxygen general issues.
ingo
Posts: 2
Joined: Tue Nov 13, 2012 7:53 pm

List of supported CSS features?

Post 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?
Costin
Posts: 846
Joined: Mon Dec 05, 2011 6:04 pm

Re: List of supported CSS features?

Post 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.
Costin Sandoi
oXygen XML Editor and Author Support
ingo
Posts: 2
Joined: Tue Nov 13, 2012 7:53 pm

Re: List of supported CSS features?

Post by ingo »

Thank you, I missed that section of the documentation.
Post Reply