Quote:
Originally Posted by Tex2002ans
Here is a condensed list of the "real world examples" you requested:
1. Emphasized words (<em>) within Italics (<i>).
2. Book Citations (<i>)
3. Book Title (<i>) + a quotation with emphasis (<em>)
4. Math (bold/italic variables)
5. BetterRed: Foreign word/restaurant (<i>) + emphasized words (<em>)
6. Semi-Related Issue: Syntax Highlighting
Let me toss in a #7, w3 themselves:
7. https://www.w3.org/TR/html5/text-lev...the-em-element
|
With an eInk Reader, how would the following words in <em> look?
<i>This is a test of the <em>emergency broadcast system</em>.</i>
I tried this using Calibre's viewer and all I got was a line of italic text. <em> showed nothing. So without using CSS to redefine <em>, what do you get? If you have to redefine <em>, why not use <span> with a class?