[Home] [By Thread] [By Date] [Recent Entries]

  • To: xml-dev@l...
  • Subject: Re: DOM support in IE vs. NS
  • From: heikki@n... (Heikki Toivonen)
  • Date: Mon, 24 Feb 2003 16:58:54 -0800
  • User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3b) Gecko/20030210 Netscape/7.01+

Netscape/Mozilla actually supports a fair chunk of the specs mentioned, 
but not completely which is why it reports not supported. Here are 
the/some reasons why Netscape does not return true for these:

Ken Sall:
 >NS supports DOM Level 2 except for 3 areas:
 >- UIEvents: basic user interface events

Missing the activation event.

 >- MutationEvents: events for mutations in a DOM tree

Probable missing things:

a.  The event that fires on all subnodes whenever a hierarchy enters or 
leaves the document.
b.  Perhaps missing subtree modified events, and stuff caused by that.

 >- Traversal: Alternative traversal methods of a DOM tree

TreeWalker implemented, but not the NodeIterator.

There are probably bugs logged on all of these issues in mozilla.org's 
Bugzilla if you are interested.

-- 
   Heikki Toivonen


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member