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