View Single Post
Old 04-04-2016, 03:15 AM   #90
fbrzvnrnd
Fanatic
fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.fbrzvnrnd ought to be getting tired of karma fortunes by now.
 
Posts: 559
Karma: 400004
Join Date: Feb 2009
Device: ONYX M96
Quote:
Originally Posted by Toxaris View Post
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.

Last edited by fbrzvnrnd; 04-04-2016 at 04:00 AM.
fbrzvnrnd is offline   Reply With Quote