dita4publishers / org.dita4publishers.html5

Generate complete HTML5-based Web sites from DITA files. Releases are in main dita4publishers project.
11 stars 4 forks source link

Generate HTML5 HTML files #50

Closed drmacro closed 9 years ago

drmacro commented 9 years ago

The generated files should conform to HTML5 as much as Saxon 9.1 is able to.

This means using method "html" and ensuring that the result document does not have the xhtml namespace. If both of these conditions are met then the HTML files will reflect HTML5 requirements. In particular, empty ("void") elements will be serialized as only start tags and literal markup within style elements will not be escaped.