Re: DOM 4 request

On 3/11/13 12:46 PM, Richard Schwerdtfeger wrote:
> So, for FF, in the context of the SVG Document, you would not be
> able to access the HTML5 Document Object attributes in the parent
> document unless they were in the generic DOM4 generic document object?

That's incorrect.  Where you can access them depends on whether they're 
in 
http://mxr.mozilla.org/mozilla-central/source/dom/webidl/Document.webidl 
or in 
http://mxr.mozilla.org/mozilla-central/source/dom/webidl/HTMLDocument.webidl 
which is not based on the HTML5-vs-DOM spec bits at all, really.

-Boris

Received on Monday, 11 March 2013 19:16:49 UTC