View Single Post
Old 05-09-2015, 11:37 PM   #22
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
Quote:
Originally Posted by Phssthpok View Post
Yes, but the subhead is then at the wrong level in the structure. The correct structure is
Code:
<h1>heading</h1>
<h2>Subhead</h2>
<p>Content</p>
which is what I have. I then try to use CSS to give it the correct appearance, but the conversion tool screws it up. I absolutely refuse to alter the structure of the document in order to correct its appearance. YMMV, but that's the way I like to do things.
My whole point is, that if you are creating a Chapter header that appears on two lines, the semantic structure is of one entity.... and thus you should not be structuring it as two entities.

I am not recommending you "alter the structure", I am recommending you "fix the structure".

Assuming I have understood you correctly, you are doing something like:

Quote:

Chapter 1
The Boy Who Lived

Mr. and Mrs. Dursley, of number four, Privet Drive, were proud to say that they were perfectly normal, thank you very much. They were the last people you’d expect to be involved in anything strange or mysterious, because they just didn’t hold with such nonsense.
Why should the fact that the chapter name is bumped to line 2 cause it to magically become structurally exclusive of the chapter number?
eschwartz is offline   Reply With Quote