Closed acabal closed 7 years ago
editors.xhtml should be named editors-note.xhtml and translators.xhtml should be translators-note.xhtml
editors.xhtml
editors-note.xhtml
translators.xhtml
translators-note.xhtml
Both of those files need a matching ID attribute in the first child <section>
<section>
For example, <section id="editors-note">
<section id="editors-note">
Also, we have to move the epub:type="z3998:translators-note" attribute down from the body tag to the section tag in that file.
epub:type="z3998:translators-note"
body
section
editors.xhtml
should be namededitors-note.xhtml
andtranslators.xhtml
should betranslators-note.xhtml
Both of those files need a matching ID attribute in the first child
<section>
For example,
<section id="editors-note">