Quote:
Originally Posted by DNSB
I've tested on an ePub2 (ADE 2.0.1) renderer and it does what it should do with unknown elements and disregards them. Now if Adobe had extended that to errors in the stylesheet.
The few clips I currently use for epub:type, role, aria-labelledby mostly do blocks of related elements. Much like your example in message #12 but with the types filled in.
|
I've also tested an ePub3 with ADE 2.0.1 and it works. Here's a sample of some of the code.
Code:
<section aria-labelledby="ch01_hd" role="doc-chapter">
<span aria-label="7" id="page_7" role="doc-pagebreak"/>
<h1 class="h1ch" id="ch01_hd">ONE</h1>
<p class="ahead1"><i>Starship Enterprise</i> <span class="f1">Federation–Klingon Border</span></p>
<p class="noindent">“Get your sorry ass in gear, Lieutenant.”</p>
<p class="indent">Erica Ortegas stared at the ceiling in her quarters as she gave herself the order, briefly
What I wish ADE 2.0.1 handled was uppercase and small-caps.