Oxygen XML Web Author Component CSS Limitations
The Oxygen XML Web Author Component CSS support is compatible with that offered by the standalone distribution of Oxygen XML Developer, with the following exceptions:
- The
+(direct adjacent) and>(child selector) structural selectors cannot be used to match table-related elements. - Oxygen XML Developer CSS extensions are ignored on
printmedia. If an Oxygen XML Developer CSS extension is used on thescreenmedia, it will also be used on theprintmedia. - Oxygen XML Developer CSS extension properties
and functions
cannot be used in a rule that has a
:hoverpseudo-class in the selector. Theattrfunction is also not supported in such a rule due to a lack of browser support. - The
:hoverpseudo-class is only available for mouse-enabled platforms. - Oxygen XML Developer CSS extensions used in property values that express lengths may not behave as expected. Nevertheless, it is a good approximation.
- Oxygen XML Developer synthetic DOM nodes
comment,reference,cdata,pi, anderrorinterfere with the+(direct adjacent) structural selector. For example:b + b { color: red; }will not match the following XML structure:
<root> <b/> <!--comment--> <b/> </root>
- The Oxygen XML Web Author Component does not render non-
table-rowchildren elements of tables and non-table-cellelements oftable-rowelements. - A
widthorheightproperty set on any element other than the root XML element may cause some resize handles (that cannot be disabled) to be displayed in IE 11. This is also true for elements that have apositionproperty with a value ofabsoluteorfixed. For more information about this issue, see this Microsoft Connect article. - The Oxygen XML Web Author Component does not support the following:
:nth-last-of-type,:first-of-type,:last-of-type,:nth-last-of-typepseudo-classes.-oxy-tags-color,-oxy-tags-background-color, and-oxy-foldableproperties.- Subject selectors, since they are not supported by web browsers.
- Specifying widths for inline elements.
- Attribute selectors that use wildcard for the attribute name.
- Oxygen XML Developer CSS extensions to style
:beforeand:afterpseudo-elements, except in thecontentproperty. - CSS property values that contain the
oxy_xpathfunction are not refreshed correctly.
To overcome these differences you can use media queries described in Customization Tips.