Page 1 of 1

CSS Variables NOT Resolved for WORD output!!! :(

Posted: Fri Jun 28, 2024 6:34 am
by ClanMoffat
Hi!
I have made use of a top-level CSS file that contains root level CSS Variable definitions.
I have added the CSS Variables to MadCap Table CSS files...

When I generate output for a PDF Target, the values are resolved without issue or problem... :D

Sadly, I also need to generate output for a WORD Target, and here only some of the CSS Variables are resolved, most font-related CSS Variables are not resolved, and the table text appears with font type listed as

Code: Select all

var(--MyVariableName)
, and the font size variable is ignored, with text displayed as something approaching size zero!!!

Has anyone else tried to merge CSS Variables into MadCap Table definition files with success for WORD output?

Thanks!