View Single Post
Old 06-09-2025, 03:16 PM   #19
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: 79,961
Karma: 147448039
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 DNSB View Post
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.

Last edited by JSWolf; 06-09-2025 at 03:27 PM.
JSWolf is offline   Reply With Quote