Quote:
Originally Posted by ibu
Typical ePub XHTML has an extremly poor quality.
Inline-Styles.
DIVs.
SPANs.
Redundant class or id attributes.
Lack of semantic markup.
...
In other words: an horror for a friends of high quality semantic html.
Thanks.
|
What's wrong with divs and spans? I have span.code and span.emph and span.definition. I have div.titlepage, which sets everything bold and center, and then inside that I have p.title, p.author, etc, each with its own size. You can't replace a div with a p , because p can't contain other paragraphs.
SteveT