View Single Post
Old 09-04-2014, 03:15 AM   #10
dgatwood
Curmudgeon
dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.
 
dgatwood's Avatar
 
Posts: 629
Karma: 1623086
Join Date: Jan 2012
Device: iPad, iPhone, Nook Simple Touch
Quote:
Originally Posted by JSWolf View Post
Then here's what you'll have to do. You'll have to make one version for iBooks and one version for everything else. iBooks is an oddity unto itself and you do have to code differently there (not always, but a good portion of the time).
I'd be curious what situations you've run into where such extreme measures are needed. I've generally found iBooks to be extremely spec compliant, with the exception of having to add extra files to tell it to not ignore CSS styling, a few annoying SVG bugs, and an occasional need to add

Code:
-webkit-line-box-contain: block inline replaced !important;
styles to work around behavior when floating boxes end up at page boundaries.
dgatwood is offline   Reply With Quote