Re: [whatwg] The element and sandboxing ideas

2008-05-29 Thread Andrew Fedoniouk
Jonas Sicking wrote: On Mon, 23 Apr 2007, Jonas Sicking wrote: There's a big difference to that and to what I'm proposing. With what's in bug 80713 you're still limited to a box that basically doesn't take part of the outer page at all. For example in the table example in my original post t

Re: [whatwg] The element and sandboxing ideas

2008-05-28 Thread Jonas Sicking
On Mon, 23 Apr 2007, Jonas Sicking wrote: There's a big difference to that and to what I'm proposing. With what's in bug 80713 you're still limited to a box that basically doesn't take part of the outer page at all. For example in the table example in my original post the headers of the table

Re: The element and sandboxing ideas

2008-05-25 Thread Jon Ferraiolo
removed] Martin Atkins <[EMAIL PROTECTED]> > > > Martin Atkins <[EMAIL PROTECTED]> > Sent by: [EMAIL PROTECTED] > 05/22/08 05:20 AM > > [image removed] > To > > [image removed] > Ian Hickson <[EMAIL PROTECTED]> > > [image removed]

Re: [whatwg] The element and sandboxing ideas

2008-05-24 Thread Ojan Vafai
On Wed, May 21, 2008 at 3:30 PM, Ian Hickson <[EMAIL PROTECTED]> wrote: > * I've added a seamless="" boolean attribute to , which, if > the content's active document's URI has the same origin as the > container, causes the iframe to size vertically to the bounding box > of the contents, and

Re: [whatwg] The element and sandboxing ideas

2008-05-22 Thread Boris Zbarsky
Kristof Zelechovski wrote: 1. Nested browsing contexts in a sandboxed frame cannot be created dynamically but they can be defined by the inner markup. There was no mention of "dynamically" in Ian's proposal. My assumption was that "cannot create browsing contexts" meant just that. If it do

RE: [whatwg] The element and sandboxing ideas

2008-05-22 Thread Kristof Zelechovski
EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Boris Zbarsky Sent: Thursday, May 22, 2008 6:27 PM To: Ian Hickson Cc: public-webapi@w3.org; whatwg; HTMLWG Subject: Re: [whatwg] The element and sandboxing ideas Ian Hickson wrote: > - by default, content in sandboxed browsing contex

Re: The element and sandboxing ideas

2008-05-22 Thread Boris Zbarsky
Ian Hickson wrote: - by default, content in sandboxed browsing contexts, and any browsing contexts nested in them How do those nested browsing contexts come about, given that later you say: > - content in those browsing contexts cannot create new browsing > contexts or o

RE: [whatwg] The element and sandboxing ideas

2008-05-22 Thread Kristof Zelechovski
om: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Martin Atkins Sent: Thursday, May 22, 2008 2:21 PM To: Ian Hickson Cc: public-webapi@w3.org; whatwg; HTMLWG Subject: Re: [whatwg] The element and sandboxing ideas Ian Hickson wrote: > Summary: > > * I've added a sandbox

Re: The element and sandboxing ideas

2008-05-22 Thread Jon Ferraiolo
05/22/08 05:20 AM Subject Re: The el

Re: The element and sandboxing ideas

2008-05-22 Thread Martin Atkins
Ian Hickson wrote: Summary: * I've added a sandbox="" attribute to , which by default disables a number of features and takes a space-separated list of features to re-enable: [snip list] Unless I'm missing something, this attribute is useless in practice because legacy browsers will

Re: The element and sandboxing ideas

2008-05-21 Thread Andrew Fedoniouk
Ian Hickson wrote: Summary: * I've added a sandbox="" attribute to , which by default disables a number of features and takes a space-separated list of features to re-enable: ... Makes sense, Ian. Additionally to this, what about adding tag that disables or limits features of the

The element and sandboxing ideas

2008-05-21 Thread Ian Hickson
Summary: * I've added a sandbox="" attribute to , which by default disables a number of features and takes a space-separated list of features to re-enable: - by default, content in sandboxed browsing contexts, and any browsing contexts nested in them, have a unique origin