diff options
Diffstat (limited to 'doc/extras/w3c/w3c-dom-level2-html.toc')
-rw-r--r-- | doc/extras/w3c/w3c-dom-level2-html.toc | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/doc/extras/w3c/w3c-dom-level2-html.toc b/doc/extras/w3c/w3c-dom-level2-html.toc new file mode 100644 index 00000000..f3540ff1 --- /dev/null +++ b/doc/extras/w3c/w3c-dom-level2-html.toc @@ -0,0 +1,70 @@ +<!DOCTYPE kdeveloptoc> +<kdeveloptoc> +<title>Document Object Model (DOM) Level 2 HTML Specification</title> +<base href="http://www.w3.org/TR/DOM-Level-2-HTML" /> + <tocsect1 name="1. Document Object Model HTML" url="html.html"> + <tocsect2 name="1.1. Introduction" url="html.html#ID-1176245063"> + </tocsect2> + <tocsect2 name="1.2. HTML Application of Core DOM" url="html.html#ID-535378264"> + <tocsect3 name="1.2.1. Naming Conventions" url="html.html#ID-2041995112"> + </tocsect3> + </tocsect2> + <tocsect2 name="1.3. XHTML and the HTML DOM" url="html.html#ID-5353782642"> + </tocsect2> + <tocsect2 name="1.4. Miscellaneous Object Definitions" url="html.html#ID-1019015399"> + </tocsect2> + <tocsect2 name="1.5. Objects related to HTML documents" url="html.html#ID-1006298752"> + </tocsect2> + <tocsect2 name="1.6. HTML Elements" url="html.html#ID-882764350"> + <tocsect3 name="1.6.1. Property Attributes" url="html.html#ID-642250288"> + </tocsect3> + <tocsect3 name="1.6.2. Naming Exceptions" url="html.html#ID-213157251"> + </tocsect3> + <tocsect3 name="1.6.3. Exposing Element Type Names (tagName, (nodeName))" url="html.html#ID-822762427"> + </tocsect3> + <tocsect3 name="1.6.4. The HTMLElement interface" url="html.html#ID-011100101"> + </tocsect3> + <tocsect3 name="1.6.5. Object definitions" url="html.html#ID-798055546"> + </tocsect3> + </tocsect2> + </tocsect1> + <tocsect1 name="Appendix A: Changes" url="changes.html"> + <tocsect2 name="A.1. Changes between DOM Level 1 and DOM Level 2" url="changes.html#DOMLevel1to2Changes"> + <tocsect3 name="A.1.1. Changes to DOM Level 1 interfaces and exceptions" url="changes.html#DOMLevel1Changes"> + </tocsect3> + <tocsect3 name="A.1.2. New Interfaces" url="changes.html#DOMLevel2Addons"> + </tocsect3> + </tocsect2> + </tocsect1> + <tocsect1 name="Appendix B: IDL Definitions" url="idl-definitions.html"> + </tocsect1> + <tocsect1 name="Appendix C: Java language Binding" url="java-binding.html"> + </tocsect1> + <tocsect1 name="Appendix D: ECMAScript Language Binding" url="ecma-script-binding.html"> + </tocsect1> + <tocsect1 name="Appendix E: Acknowledgments" url="acknowledgements.html"> + <tocsect2 name="E.1. Production Systems" url="acknowledgements.html#Productions"> + </tocsect2> + <tocsect2 name="E.2. DOM Level 1" url="acknowledgements.html#dom_level_1"> + </tocsect2> + </tocsect1> + <tocsect1 name="Glossary" url="glossary.html"> + </tocsect1> + <tocsect1 name="References" url="references.html"> + <tocsect2 name="1. Normative references" url="references.html#References-Normative"> + </tocsect2> + <tocsect2 name="2. Informative references" url="references.html#References-Informative"> + </tocsect2> + </tocsect1> + <tocsect1 name="Index" url="def-index.html"> + </tocsect1> + <tocsect1 name="Expanded Table of Contents" url="expanded-toc.html"> + </tocsect1> + <tocsect1 name="Copyright Notice" url="copyright-notice.html"> + <tocsect2 name="W3C Document Copyright Notice and License" url="copyright-notice.html#Copyright-notice-document"> + </tocsect2> + <tocsect2 name="W3C Software Copyright Notice and License" url="copyright-notice.html#Copyright-notice-software"> + </tocsect2> + </tocsect1> +</kdeveloptoc> + |