- From: Boris Zbarsky <bzbarsky@mit.edu>
- Date: Mon, 13 Apr 2015 11:15:09 -0400
- To: public-html@w3.org
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