View Single Post
Old 05-28-2023, 12:56 PM   #15
ZodWallop
Gentleman and scholar
ZodWallop ought to be getting tired of karma fortunes by now.ZodWallop ought to be getting tired of karma fortunes by now.ZodWallop ought to be getting tired of karma fortunes by now.ZodWallop ought to be getting tired of karma fortunes by now.ZodWallop ought to be getting tired of karma fortunes by now.ZodWallop ought to be getting tired of karma fortunes by now.ZodWallop ought to be getting tired of karma fortunes by now.ZodWallop ought to be getting tired of karma fortunes by now.ZodWallop ought to be getting tired of karma fortunes by now.ZodWallop ought to be getting tired of karma fortunes by now.ZodWallop ought to be getting tired of karma fortunes by now.
 
ZodWallop's Avatar
 
Posts: 11,481
Karma: 111164374
Join Date: Jun 2015
Location: Space City, Texas
Device: Clara BW; Nook ST w/Glowlight, Paperwhite 3
Quote:
Originally Posted by JSWolf View Post
ePub 3 introduced some code that was not needed that makes it no as compatible with older software as it should be. Things like <figure> when <div works perfectly well. hv/vw when % works perfectly well. And others.
My old Nook ST has problems with things like:
Code:
margin: 1em 0 0 0;
It has to be changed to:
Code:
margin-left:0;
margin-right:0;
margin-top:1em;
margin-bottom:0;
But that is because the Nook is over a decade old. I understand that the older software it runs may not be up to current standards. I'm the one with the old reader. I do not expect publishers to keep publishing books that are 100% compatible with it on to eternity.
ZodWallop is offline   Reply With Quote