Oxygen XML Web Author CSS Limitations
The Oxygen XML Web Author CSS support is compatible with most of what is offered by
      the standalone distribution of Oxygen XML Editor/Author. However, there are some
        exceptions:
    - The +(direct adjacent) and>(child selector) structural selectors cannot be used to match table-related elements.
- Oxygen CSS extensions are ignored on printmedia. If an Oxygen CSS extension is used on thescreenmedia, it will also be used on theprintmedia.
- Oxygen 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 -oxy-styleCSS property is not supported.
- The :hoverpseudo-class is only available for mouse-enabled platforms and does not support thecontentproperty.
- The focusandfocus-withinpseudo-classes are not supported.
- Oxygen CSS extensions used in property values that express lengths may not behave as expected. Nevertheless, it is a good approximation.
- Oxygen CSS extensions used in media queries may not behave as expected.
- 
          Oxygen synthetic DOM nodescomment,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>
- Oxygen XML Web Author 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.
- Oxygen XML Web Author does not support the following:- :nth-of-type,- :nth-last-of-type,- :first-of-type,- :last-of-type,- :nth-last-of-typepseudo-classes.
- -oxy-tags-colorand- -oxy-tags-background-colorproperties.
- Subject selector and the :hasselector. As an exception, they are supported when all the property declarations of the CSS rule contains Oxygen-specific CSS extensions or thecontentproperty. For example:
 is supported since the property contains thefigure:has(title) { -oxy-foldable: true; }-oxy-foldablecustom CSS property, while:
 is not supported.figure:has(title) { display: block; }
- Specifying widths for inline elements.
- Attribute selectors that use wildcards for the attribute name.
- 
              CSS property values that contain the oxy_xpathfunction are not updated correctly when the document changes.To force the update of such a property, you can use the refresh(AuthorNode)method fromAuthorEditorAccess.
 
- The -oxy-foldableproperty does not work with elements that have:display: inline.
- The -oxy-floating-toolbarproperty only supports theoxy_button,oxy_combobox,oxy_labelandoxy_buttonGroupfunctions.
- When a widthis specified for anoxy_labelfunction, if the label text is longer than the specified width, it is wrapped on a new row. In Oxygen XML Editor/Author, thewidthproperty is ignored if the text is longer.
- Some form controls have a property named columnsand its unit size is "the width of the w character". In Oxygen XML Web Author, the unit size is 1em.
- In Oxygen XML Web Author, pseudo-elements are rendered inside their parent
          element, while in Oxygen XML Editor/Author, they are rendered as siblings of
          their parent element.- As a result, when used on a pseudo-element, the
                counter-resetproperty establishes different scopes in the two applications. For consistent results, use this property only on XML elements.
 
- As a result, when used on a pseudo-element, the
                
- 
          Namespace prefixes for conditional selectors from attributes are supported, with the following limitations: - The prefix used must be the same in XML and in CSS.
- Selectors of the type [*|lang]that match thelangattribute in any namespace are not supported.
 
- CSS entity selectors that are supported in Oxygen XML Editor/Author are not supported in Web Author.
To overcome some of these limitations, you can use media queries described in Customization Tips.
