How to Hide Text from the Visual DOM but Keep It for Screen Reader?
I have some diagrams which need extensive description for visually impaired reader to have proper ARIA support. For that reason I use aria-describedby: Code: <div class="diagram">...
View ArticleQuestion: How to display overwritten/overlapping text
I would like to simulate the effect of overwritten text, as one might seen on a typewriter where two (or more) characters have been struck over the other(s). Do existing epub2 and epub3 e-reader allow...
View ArticleHow to margin p-Tag for PocketBook?
I wanna design for the PocketBook Reader app (iOS and Android) and keep struggling to set margins for paragraphs. Although PocketBook processes margins for div and some other tags properly, it refuses...
View ArticleAllowing HTML in EPUBS
I am reaching out here because we want to hear from people making EPUBs and making tools for EPUBs. What if, in the future, EPUBs could contain HTML files in addition to XHTML? :chinscratch: As you...
View ArticleIs it Safe to Use height: 100vh?
In some cases I wanna center images vertically on a single page. For that reason I set page-break-before and after on the container and center the image via flex. HTML Code: <div class="single-page...
View ArticleHow to Use Justification Properly?
Since devices are getting higher and higher in resolution and software is getting better and better at hyphenation, so in my opinion it makes sense to consider justification for the main text. I've...
View Article