Open AndersEkl opened 1 year ago
Originally written by @josteinaj
maybe harmonize with the way we mark up a content documents which collects all rearnotes in backmatter? suggestion (do we need to validate?):
<body epub:type="frontmatter"> <h1>...</h1> <section epub:type="loi"> <h2>...</h2> <ol>...</ol> </section> <section epub:type="loi"> <h2>...</h2> <ol>...</ol> </section> </body> <body epub:type="backmatter"> <h1>...</h1> <section epub:type="rearnotes"> <h2>...</h2> <ol> <li epub:type="rearnote" class="notebody">...</li> </ol> </section> <section epub:type="rearnotes"> <h2>...</h2> <ol> <li epub:type="rearnote" class="notebody">...</li> </ol> </section> </body>
Originally written by @josteinaj
maybe harmonize with the way we mark up a content documents which collects all rearnotes in backmatter? suggestion (do we need to validate?):