Quote:
Originally Posted by Nightjar
Hmmm... Not so easy – at least for me – because I must find an effective fallback (ePub2-compatible) method for ePub3 and HTML5 tags, like for instance <section> and <figure>, without deleting them.
|
The easiest (IMHO) way to do it is to start over and create your sample in ePub 2. Then convert to ePub 3 and put in the accessibility code, But do not put in any code such as figure and section and header. Don't use them for anything other then a placeholder. Don't use them in CSS and don't use them in the HTML with classes. As you are building your ePub, make sure you don't put in things that break significantly with ePub 2. When done, you'll have a working ePub that will work for ePub 2 & 3.
And don't use multiple CSS. Put everything in one CSS file.