Re: Different DOM level
Martin Honnen <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Organization | Liberty Development |
| Message-ID | <[email protected]> |
byang wrote: > And that means there are three levels of implementation in Mozilla, > right? I think Mozilla aimed at DOM Level 2 from the beginning, and later some DOM Level 3 support was added, mainly DOM Level 3 XPath, but also some DOM Level 3 Core stuff. I am not qualified really to talk about the implementation side in Mozilla. If you look at http://mxr.mozilla.org/mozilla/source/dom/public/idl/core/ then you will see that there is a http://mxr.mozilla.org/mozilla/source/dom/public/idl/core/nsIDOMNode.idl for instance where the comment says it is DOM Level 2 Core, and there is a http://mxr.mozilla.org/mozilla/source/dom/public/idl/core/nsIDOM3Node.idl which adds some DOM Level 3 Core features (like textContent). -- Martin Honnen http://JavaScript.FAQTs.com/