Re: Window pointer

On Fri, 23 Nov 2007, Boris Zbarsky wrote:
> Ian Hickson wrote:
> > Actually it does, in that navigation is the only way to change the
> > window.document attribute's value. Removing an <iframe> from another
> > document doesn't affect the <iframe>'s Window object's "document" attribute.
> 
> Is navigation allowed in that <iframe> after that?

Yes; at least according to the current HTML5 draft. The spec currently 
splits navigation from rendering, so <iframe>s (and browsing contexts in 
general) work the same mostly independent of their location.


> Is script allowed to run in that Window after that?

According to the current spec, yes.

-- 
Ian Hickson               U+1047E                )\._.,--....,'``.    fL
http://ln.hixie.ch/       U+263A                /,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'

Received on Friday, 23 November 2007 23:27:35 UTC