View Single Post
Old 08-11-2023, 10:08 AM   #1695
nabsltd
Fanatic
nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.
 
Posts: 528
Karma: 9529956
Join Date: Aug 2013
Location: Hamden, CT
Device: Kindle Paperwhite (11th gen), Scribe, Kindle 4 Touch
My most recent pain point with styling to get italics was the following from a commercial e-book with Dutton as the original hardcover publisher:
Code:
<style>
.cs {
  font-style: italics;
}
.plain {
  font-style: normal;
}
</style>

<p class="somepara cs"><span class="plain">“We </span>need <span class="plain"> you"</span></p>
Yes, any paragraph where any word should be italicized (either through <em> or <i>) got styled as "italicize the whole thing and add exceptions for non-italic text".

Talk about an nightmare for accessibility.
nabsltd is offline   Reply With Quote