i observe that append CSS option in modify epub adds duplicate code to both page-styles.css and stylesheets.css. stylesheet validation checks then fail e.g.
Property adobe-hyphenate doesn't exist : none
if I manually remove the additions only from page-styles.css than validation works OK - so the above line validates in stylesheets.css but not in page-styles.css
will have this duplicate code inserted lead to other problems i.e. is it safer not to do this
& is this a bug: should append really be adding code to 2 places, not just 1 ?
|