The <title> should be populated with the name of the HTML document with no markup. That title gets read aloud in some voiceover/screen reader environments. A meaningful title is an accessibility best practice.
Many EPUBs have the title of the book in that field instead of the title the HTML file.
Does anyone know of a script of plugin to fix it when it's the title of the book? It would be nice to have some automated way of grabbing the <h1> in the HTML file and plopping that into the <title> field?
|