Re: [svg-developers] DOM references work in I.E. but fail in Mozilla Firefox

2005-01-25 Thread Jonathan Watt
Since Mozilla sticks to the W3C standards the way to access the function defined in your SVG document from scripts defined in your HTML document is to use contentDocument http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-9893177 on the HTMLObjectElement object followed by defaultView

Re: [svg-developers] DOM references work in I.E. but fail in Mozilla Firefox

2005-01-25 Thread Jonathan Watt
On Wed, 26 Jan 2005 04:37:17 +, Jonathan Watt [EMAIL PROTECTED] wrote: Since Mozilla sticks to the W3C standards the way to access the function defined in your SVG document from scripts defined in your HTML document is to use contentDocument