HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › HTML/CSS rendering issues › Nested CSS definitions not rendered › Re: Re: Nested CSS definitions not rendered
August 25, 2009 at 17:41
#27464
Pd4ML does support CSS selectors like “.tableclass td”. Among the supported CSS selector types are the following:
- * Universal selector
- E Type selectors
- E F Descendant selectors
- E > F Child selectors
- E:first-child The :first-child pseudo-class
- E + F Adjacent selectors
- E[foo] Attribute selectors
- E[foo=”warning”] Attribute selectors
If for some reason it does not work for you, I would check if CSS properties (in your message they are substituted with “…”) are supported by PD4ML. See the list of supported CSS properties: http://pd4ml.com/css.htm