Quote:
Originally Posted by graycyn
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.