Most compatibility charts, in particular the the Mozilla ones, have no
results for IE5Mac or Moz0.8Mac, or are confusing as to which IE5 is being
tested.

Does anyone know where to get the mentioned ' gridtools.zip ' for Mozilla
QAers (the link doesn't work)?

Another set of tests for DOM1 can be found at:
http://www.alistapart.com/stories/dom/dom4.html - IE5Mac supports some
properties that Moz0.8Mac does not.

Here are my results (from http://www.snowprods.com/dynapi/domsupporttest.htm
):

IE5Mac - 

Current Results can be found here.
------------------------------------------------------------------------
DOM Level 1 - CORE
document.createElement : TRUE
document.createDocumentFragment : TRUE
document.createTextNode : TRUE
document.createComment : TRUE
document.createCDATASection : TRUE
document.createProcessingInstruction : TRUE
document.createAttribute : TRUE
document.createEntityReference : TRUE
document.getElementsByTagName : TRUE
document.insertBefore : TRUE
document.replaceChild : TRUE
document.removeChild : TRUE
document.appendChild : TRUE
document.hasChildNodes : TRUE
document.cloneNode : TRUE
DOM Level 1 - HTML - The following are not included in the test at this
moment.
document.getElementById : TRUE
document.getElemenstByName : TRUE
document.documentElement : TRUE
document.implementation.hasFeature('HTML','1.0') : TRUE
document.implementation.hasFeature('HTML','2.0') : FALSE
document.implementation.hasFeature('XML','1.0') : TRUE
document.implementation.hasFeature('XML','2.0') : FALSE

Moz0.8Mac -

Current Results can be found here. DOM Level 1 - CORE

document.createElement : true
document.createDocumentFragment : true
document.createTextNode : true
document.createComment : true
document.createCDATASection : true
document.createProcessingInstruction : true
document.createAttribute : true
document.createEntityReference : true
document.getElementsByTagName : true
document.insertBefore : true
document.replaceChild : true
document.removeChild : true
document.appendChild : true
document.hasChildNodes : true
document.cloneNode : true

DOM Level 1 - HTML - The following are not included in the test at this
moment.

document.getElementById : true
document.getElemenstByName : true
document.documentElement : true
document.implementation.hasFeature('HTML','1.0') : true
document.implementation.hasFeature('HTML','2.0') : true
document.implementation.hasFeature('XML','1.0') : true
document.implementation.hasFeature('XML','2.0') : true


Can we use the 'document.implementation.hasFeature' method to determine
which DOM level a Browser supports?

Liam

-- 
"Everything in moderation ... including moderation"

t/m: +44 (0)7050 367474
Im: metafeather

pgp on request


_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-dev

Reply via email to