View Single Post
Old 01-14-2026, 07:42 AM   #6
icearch
Zealot
icearch can extract oil from cheeseicearch can extract oil from cheeseicearch can extract oil from cheeseicearch can extract oil from cheeseicearch can extract oil from cheeseicearch can extract oil from cheeseicearch can extract oil from cheeseicearch can extract oil from cheese
 
Posts: 121
Karma: 1000
Join Date: Nov 2025
Device: none
Quote:
Originally Posted by Karellen View Post
Those tags are deprecate:
https://developer.mozilla.org/en-US/...e-break-inside

Should use:
https://developer.mozilla.org/en-US/...s/break-inside

Though the Libra2 does not recognise the newer tag and still prefers the deprecated tag.

Use both tags in your CSS. Something like this...
.nopagebreak {
break-inside: avoid;
page-break-inside: avoid;
}
Sadly, break-before: always; and break-before: page; does absolute nothing.
At least in Sigil's readium plugin.
Does this have something to do with the plugin? Or it will happen in other readers out there?
icearch is offline   Reply With Quote