html5.dita 820 B

1234567891011121314
  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. <conbody>
  10. <p>As of DITA-OT 2.2, the <parmname>nav-toc</parmname> parameter can be used in HTML5 transformations to embed
  11. navigation directly in topics using native HTML5 elements without JavaScript or framesets.</p>
  12. </conbody>
  13. </concept>