View Single Post
Old 01-15-2026, 04:01 PM   #23
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: 83,057
Karma: 153235221
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 graycyn View Post
Could you have BOTH instructions, or would that cause issues? Like so:

Code:
   
   break-after: avoid;
   break-after: avoid-column; /* This is for ereaders that employ multi-column to display pages */
   -webkit-column-break-after: avoid; /* This is for ereaders that employ multicolumn to display pages */
I'm just wondering if there are apps that might prefer one instruction over the other, and therefore, both might be needed?
webkit code is not valid ePub code so don't use it.
JSWolf is offline   Reply With Quote