View Single Post
Old 03-04-2023, 08:34 AM   #32
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 80,156
Karma: 148951761
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by Nightjar View Post
Hitch and JSWolf thank you for your advice, even if it does not solve my problem.

Probably like many non-European members of this forum, you are not aware of the so-called European Accessibility Act.

We started making a template in ePub3 format not just as an experiment, but because within about two years all European publishers and retailers will be obliged to sell only and exclusively ebooks that are fully accessible. And this means creating new ebooks and updating already published ones that perfectly follow the accessibility standards of ePub3 and WCAG 2.0.

Thus, from June 2025 maintaining compatibility with ePub2 reading devices will be totally out of the question, not because it is not technically possible, but because the law will impose the sale exclusively of ebooks in ePub3 format.

The European Accessibility Act – how does it impact publishers?

So I hope you can put yourself in the shoes of a small publisher like yours truly, who is already starting to go crazy to make his catalogue compatible with the incoming European Accessibility Act.

Thanks anyway
After looking at the ePub 3 code, it's very easy to make it work for both ePub 2 and ePub 3. But as it stands, this ePub is ePub 3 only as the formatting does not work with ePub 2. One of the stupidest things done with ePub 3 is to change things that did not need to be changed. ePub 3 should have been ePub 2 with additions. <figure> is a good example of useless code in ePub 3. <div> works just fine in place. <section> with a class is also not a good idea. Again, <div> works. hv and rem are also stupid stuff. You see the problem is going to be that you will sell your ePub 3 and when it doesn't work, people will stop buying your eBooks.

You can make your ePub 3 ePub 2 compatible and still keep with the new EU rules. But you have to do it. This is more important then embedded fonts that you don't actually need.
JSWolf is offline   Reply With Quote