Quote:
Originally Posted by robertmchicago
...and avoiding things that don’t work in EPUB 2...
|
No, that is an error. If you are going to do so, then directly build an epub2 ebook. You need to employ all css3 tools to give the best reading experience to those ones with modern ereaders and after that, to write fallback code for old ereaders. For example, with epub3 you can avoid fragmentations (that is, no blank spaces are generated by pictures, tables, etc.) while in epub2 that is not possible (but there are ways to deal with them). So, are you going to allow fragmentations in your epub3 because the code to avoid them is not honored under epub2?