[Bug 12393] Add "allow-popups" for iframe@sandbox

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12393

--- Comment #11 from Adam Barth <w3c@adambarth.com> 2011-11-09 23:50:08 UTC ---
Another subtly is whether the sandbox flags get applied to the main frame of
the popup or to the document (i.e., whether subsequent documents that inhabit
the frame are sandboxed).  WebKit applies the sandbox bits to the frame so that
future documents in that frame also are sandboxed.

If the user navigates via the browser's location bar, the bits a cleared
because the new document is loaded into a "new" frame.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 9 November 2011 23:50:11 UTC