dita4publishers / org.dita4publishers.epub

DITA-to-EPUB transformation type
Apache License 2.0
8 stars 4 forks source link

EPUB3: Generate EPUB3-conforming HTML5 #3

Closed drmacro closed 8 years ago

drmacro commented 10 years ago

EPUB3 mandates a restricted set of HTML5 files. Ensure that the HTML5 generated for EPUB3 conforms to the EPUB3 constraints.

drmacro commented 10 years ago

HTML5 generation almost complete. Still getting element for content-type, which I can't figure out what is generating it.

drmacro commented 10 years ago

Only issue I have now is that elements within titles reflected in generated list of figures result in no-namespace HTML elements, e.g., in becomes <strong xmlns=""> in the generated XHTML. This is an XSLT coding error I think.</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/drmacro"><img src="https://avatars.githubusercontent.com/u/1004229?v=4" />drmacro</a> commented <strong> 9 years ago</strong> </div> <div class="markdown-body"> <p>Moving to Phase 2 as this is not a blocking issue.</p> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>