View Single Post
Old 06-10-2013, 01:04 AM   #23
DaleDe
Grand Sorcerer
DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.
 
DaleDe's Avatar
 
Posts: 11,470
Karma: 13095790
Join Date: Aug 2007
Location: Grass Valley, CA
Device: EB 1150, EZ Reader, Literati, iPad 2 & Air 2, iPhone 7
Quote:
Originally Posted by grannyGrumpy View Post
Maybe I misunderstood, but I thought that <i> and <b> were being deprecated, and that we were encouraged to use <em> and <strong> (I usually style these in the CSS as italic and bold, respectively). I would rather use the concise <i> and <b>, but not if it means they will fail some years down the road. Although, I guess they could be styled in the CSS as well:
i {font-style: italic}

I also don't quite get the usage of blockquote. What is the advantage of blockquote over a div? Other than getting "default" blockquote styling. Wouldn't it be just as easy to style a div for what is required? I'm sure I am overlooking the obvious here.
You can always use a div. I have seen automatic tools that use div everywhere. While it may work it is impossible to understand. Semantically correct code files are much easier to work with and much easier to understand. The less div's the better. Besides div does not support the semantics and syntax of quoting the author source. Although in ePub 2 it is unlikely that that will get displayed in a meaningful way in most readers.

Dale
DaleDe is offline   Reply With Quote