View Single Post
Old 06-02-2023, 07:42 PM   #73
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,862
Karma: 146918083
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by Michal Jancik View Post
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.
JSWolf is offline   Reply With Quote