Re: Document persistence for iframes when the node is moved in the DOM

On 4/13/15 10:58 AM, Lewis, Eric wrote:
> I request that iframes persist their document when moved around the DOM.

Eric,

This has come up before.  Unfortunately, lots of web APIs assume that 
they're in an iframe tree that chains up in a sensible way to an actual 
browser window/tab, both in terms of implementations and specifications. 
  When browsers tried to not tear down documents when an iframe is 
removed from the tree, they ran into a whole bunch of security issues 
popping up all over the place as a result....

Hence the current browser behavior, which is in fact codified in the 
spec at the moment, since it's the behavior all the browsers agreed on.

-Boris

Received on Monday, 13 April 2015 15:16:23 UTC