Seria interesante probar, el link lo puse por que menciona la especificación del DOM Level 0.
Supuse que era genérica para todos los navegadores.
Pero efectivamente, cabe la posibilidad de que no sea estándar:
Cita: Gecko, the software component in these browsers that handles the parsing of the HTML, the layout of the pages, the document object model, and even the rendering of the entire application interface, is a fast, standards-compliant rendering engine that implements the W3C DOM standards and the DOM-like (but not standardized) browser object model (i.e., window et al) in the context of web pages and the application interface, or chrome, of the browser.
http://www.mozilla.org/docs/dom/domr...ce.html#998141
Lástima, el eterno problema de los desarrolladores web: la estandarización.
Saludos y gracias una vez mas.