Quote:
Originally Posted by Michal Jancik
What I like in EPUB3 is the CSS pseudo-element support, which allows to shorten the code or some functions that EPUB2.* does not support, for example letrine
https://developer.mozilla.org/en-US/...seudo-elements
p::first-letter {
font-size: 1.5rem;
}
etc
As for the development of PDF, as it fell right at the beginning, the source of the offense was secured as an internal launch of malicious scripts.
|
But if your ePub might be read on software that doesn't understand p::first-letter, then it's best to do it the ePub 2 way so it works in most cases. For example, if you have an ePub up for sale. For your own use, it's fine.