Quote:
Originally Posted by RbnJrg
anyone who opens it on an epub3-compatible ereader (Calibre Viewer, any of the Sigil plugins, Thorium, Kobo for Android, etc.) will see that it's a fluid-layout epub, displaying text and images in a way that KOReader can't currently do, and that the layout is maintained regardless of the user changing the font size.
|
Is that because of epub3 or because of CSS 3? Supporting an epub3 structure doesn't immediately mean supporting all fancy CSS 3 properties (or javascript). Support for CSS 3 can be added even to an epub2 reader. The problem is (I guess) that it's far from trivial, which is why a browser engine is usually employed.
I'd start with the "basics", and ask for vh, vw, flex and grid support, that should keep many people busy for long enough