PART 6Appendixes
APPENDIX ADOM Reference
This appendix serves as a reference for the functionality provided by the Document Object Model discussed in Chapter 5.
Resources
DOM functionality has come in a variety of flavors, starting with the original prespecification DOM Level 0 on up to the well-defined DOM Levels 1 and 2. Since all modern browsers support the W3C's DOM Levels 1 and 2 nearly completely, the W3C's web sites serve as an excellent reference for learning how the DOM should work:
- DOM Level 1:http://www.w3.org/TR/REC-DOM-Level-1/level-one-core.html
- HTML DOM Level 1:http://www.w3.org/TR/REC-DOM-Level-1/level-one-html.html
- DOM Level 2: http://www.w3.org/TR/DOM-Level-2-Core/
- HTML DOM Level 2:http://www.w3.org/TR/DOM-Level-2-HTML/
Get Pro JavaScript™ Techniques now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.