html5.dita 1.3 KB

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
  3. <!-- This file is part of the DITA Open Toolkit project. See the accompanying LICENSE file for applicable license. -->
  4. <concept id="ID">
  5. <title>HTML5 processing</title>
  6. <shortdesc>After the HTML5 files are generated, the <option>html5</option> transformation generates a table of
  7. contents (ToC) file called <filepath>index.html</filepath>, which can be loaded as a cover page or rendered in a
  8. navigation sidebar or menu via CSS.</shortdesc>
  9. <prolog>
  10. <metadata>
  11. <keywords>
  12. <indexterm>HTML<indexterm>HTML5</indexterm></indexterm>
  13. <indexterm>HTML5<indexterm>CSS</indexterm><indexterm>nav-toc</indexterm></indexterm>
  14. <indexterm>targets<indexterm>HTML5</indexterm></indexterm>
  15. <indexterm>nav-toc</indexterm>
  16. <indexterm>CSS<indexterm>HTML5</indexterm></indexterm>
  17. <indexterm>entry file<indexterm>HTML5</indexterm></indexterm>
  18. </keywords>
  19. </metadata>
  20. </prolog>
  21. <conbody>
  22. <p>As of DITA-OT 2.2, the <parmname>nav-toc</parmname> parameter can be used in HTML5 transformations to embed
  23. navigation directly in topics using native HTML5 elements without JavaScript or framesets.</p>
  24. </conbody>
  25. </concept>