What about Standards?
- W3C DOM (Document Object Model) working group
- 3 Draft Specs available at the W3C web-site (www.w3.org)
- Core Draft - XML/HTML Shared Functionality
- XML DOM - Interfaces specific to XML
- HTML DOM - Interfaces specific to HTML
- Internet Explorer 4.0 Meets the DOM Requirements
- Access every HTML 4.0 element and their attributes (No new DHTML Tags)
- Live updates to your document
- Few minor differences between the Core and IE4