|
|
|
|
|
by otabdeveloper1
2681 days ago
|
|
EPUB can't cover this niche. EPUB is basically just HTML in a zipfile, with all the ugly warts that HTML comes with. (Attempts to enforce "pixel-perfect" design, broken accessibility, ugly fonts forced on you, etc.) EPUB is good for publishers, I guess, but a crappy ebook format. FB2 is a different beast, it's an extremely minimal XML dialect that encodes only semantic information and nothing else. (Basically, tags for chapters/sections/headings/verse and that's about it. The extent of the formatting allowed is 'em' and 'b' tags.) |
|