This is a major upgrade in progress. At present the DOM level 2 standards run to several hundred pages and are extremely powerful.
The event model is supported by the Netscape 6.0 browser. Some (probably most) of the style model is supported by MSIE and Netscape 6.0 but there are some shortcomings. For instance, MSIE incorrectly names some properties and object types and it introduces some non-compliant extra methods and properties which are not portable.
The document styling interface is likely to be an area of major amounts of work on the next round of browser upgrades.
DOM mandates that this object should have a single property:
styleSheets
Note that MSIE takes that property name and uses it as an object type. DOM mandates that the property should point at a StyleSheetList object and not a styleSheets object.
Prev | Home | Next |
DocumentFragment object | Up | DocumentType object |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |