| W3C DOM4 |
| 1 | W3C <http:www.w3.org> W3C DOM4 W3C Last Call Working Draft 04 February 2014 This version: http:www.w3.orgTR2014WD-dom-20140204 Latest published version: http:www.w3.orgTRdom Latest editor's draft: http:w3c.github.iodom Bug tracker: file a bug <https:www.w3.orgBugsPublicenter_bug.cgi?product=HTML%20WG&component=DOM4> (open bugs <https:www.w3.orgBugsPublicbuglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&component=DOM4&list_id=31800&product=HTML%20WG&query_format=advanced>) Previous version: http:www.w3.orgTR2013WD-dom-20131107 Editors: Anne van Kesteren <http:annevankesteren.nl>, Mozilla <http:www.mozilla.org> (Upstream WHATWG version) Aryeh Gregor, Mozilla <http:www.mozilla.org> (Upstream WHATWG version) Ms2ger, Mozilla <http:www.mozilla.org> (Upstream WHATWG version) Alex Russell <http:infrequently.org>, Google <http:www.google.com> Robin Berjon <http:berjon.com>, W3C <http:w3.org> Copyright <http:www.w3.orgConsortiumLegalipr-notice#Copyright> В 2014 W3C <http:www.w3.org>^В (MIT <http:www.csail.mit.edu>, ERCIM <http:www.ercim.eu>, Keio <http:www.keio.ac.jp>, Beihang <http:ev.buaa.edu.cn>), Some Rights Reserved: this document is dual-licensed, CC-BY <https:creativecommons.orglicensesby3.0> and W3C Document License <http:www.w3.orgConsortiumLegalcopyright-documents>. |
| 2 | W3C liability <http:www.w3.orgConsortiumLegalipr-notice#Legal_Disclaimer>, trademark <http:www.w3.orgConsortiumLegalipr-notice#W3C_Trademarks> and document use <http:www.w3.orgConsortiumLegal2013copyright-documents-dual.html> rules apply. ------------------------------------------------------------------------ Abstract DOM defines a platform-neutral model for events and document nodes. Status of This Document This section describes the status of this document at the time of its publication. |
| 3 | Other documents may supersede this document. A list of current W3C publications and the latest revision of this technical report can be found in the W3C technical reports index <http:www.w3.orgTR> at http:www.w3.orgTR. This document is published as a snapshot of the DOM Living Standard <http:dom.spec.whatwg.org>. This document was published by the HTML Working Group <http:www.w3.orghtmlwg> as a Last Call Working Draft. |
| 4 | This document is intended to become a W3C Recommendation. If you wish to make comments regarding this document, please send them to www-dom@w3.org <mailto:www-dom@w3.org> (subscribe <mailto:www-dom-request@w3.org?subject=subscribe>, archives <http:lists.w3.orgArchivesPublicwww-dom>). The Last Call period ends 04 March 2014. All comments are welcome. Publication as a Last Call Working Draft does not imply endorsement by the W3C Membership. |
| 5 | This is a draft document and may be updated, replaced or obsoleted by other documents at any time. It is inappropriate to cite this document as other than work in progress. This is a Last Call Working Draft and thus the Working Group has determined that this document has satisfied the relevant technical requirements and is sufficiently stable to advance through the Technical Recommendation process. |
| 6 | This document was produced by a group operating under the 5 February 2004 W3C Patent Policy <http:www.w3.orgConsortiumPatent-Policy-20040205>. W3C maintains a public list of any patent disclosures <http:www.w3.org200401pp-impl40318status> made in connection with the deliverables of the group; that page also includes instructions for disclosing a patent. An individual who has actual knowledge of a patent which the individual believes contains Essential Claim(s) <http:www.w3.orgConsortiumPatent-Policy-20040205#def-essential> must disclose the information in accordance with section 6 of the W3C Patent Policy <http:www.w3.orgConsortiumPatent-Policy-20040205#sec-Disclosure>. |
| 7 | Table of Contents 1. Goals <#goals> 2. 1 Conformance <#conformance> 1. 1.1 Dependencies <#dependencies> 2. 1.2 Extensibility <#extensibility> 3. 2 Terminology <#terminology> 1. 2.1 Trees <#trees> 2. 2.2 Strings <#strings> 3. 2.3 Ordered sets <#ordered-sets> 4. 2.4 Namespaces <#namespaces> 4. 3 Errors <#errors> 1. 3.1 Exception DOMException <#exception-domexception> 2. 3.2 Interface DOMError <#interface-domerror> 3. |
| 8 | 3.3 Error names <#error-names-0> 5. 4 Events <#events> 1. 4.1 Introduction to "DOM Events" <#introduction-to-dom-events> 2. 4.2 Interface Event <#interface-event> 3. 4.3 Interface CustomEvent <#interface-customevent> 4. 4.4 Constructing events <#constructing-events> 5. 4.5 Defining event interfaces <#defining-event-interfaces> 6. 4.6 Interface EventTarget <#interface-eventtarget> 7. 4.7 Dispatching events <#dispatching-events> 8. |
| 9 | 4.8 Firing events <#firing-events> 6. 5 Nodes <#nodes> 1. 5.1 Introduction to "The DOM" <#introduction-to-the-dom> 2. 5.2 Node tree <#node-tree> 1. 5.2.1 Mutation algorithms <#mutation-algorithms> 2. 5.2.2 Interface NonElementParentNode <#interface-nonelementparentnode> 3. 5.2.3 Interface ParentNode <#interface-parentnode> 4. 5.2.4 Interface NonDocumentTypeChildNode <#interface-nondocumenttypechildnode> 5. |
| 10 | 5.2.5 Interface ChildNode <#interface-childnode> 6. 5.2.6 Collections: Elements <#collections:-elements> 7. 5.2.7 Old-style collections: NodeList and HTMLCollection <#old-style-collections:-nodelist-and-htmlcollection> 1. 5.2.7.1 Interface NodeList <#interface-nodelist> 2. 5.2.7.2 Interface HTMLCollection <#interface-htmlcollection> 3. 5.3 Mutation observers <#mutation-observers> 1. 5.3.1 Interface MutationObserver <#interface-mutationobserver> 2. |
| … |
Комментарии