Quote:
Originally Posted by jgoguen
The reason for removing empty headings but not other empty content tags is Table of Contents generators frequently look for headings. Having empty headings can cause empty ToC entries to be added.
|
That's true, but I realized that on my Kobo, when the <h1> tag is completely missing in a html file, the (Kobo-)header will automagically named by "START", which I think is considerably ugly. On the other hand, leaving an empty <h1></h1> tag, will leave either nothing (only the page counting) or the header of the last chapter=the last html file.
This might be something for a patch, perhaps.