Quote:
Originally Posted by Toxaris
So, a novel cannot be a real ebook? In novels italic is used a lot for different reasons. Not because it is on paper, but because it gives you additional information. It could clarify it is a dream sequence, thoughts, emphasis, etc.
|
Again: why the author is using a italic? "It is a dream sequence". Is there a "dream tag"? Not in XHTML. Maybe in TEI, I don't know (for example, in TEI we have tag for ironic sentences). XHTML give us poor poor semantics.
What I do if I have a "dream sequence"?
Code:
<div class="dream">
<p>Three times Randolph Carter dreamed of the marvellous city, and three times was he snatched away while still he paused on the high terrace above it. (et ceterae)</p>
</div>
if there is not a semantic for dreams, why fill the xhtml code of <i> to remember a typographic way to handle the text, when I can simply add a
Code:
.dream p {font-style:italic}
in css?
My point of view oblivious. And, yes, the non-novel book are more suitable to receive semantic works.