- From: Adam Barth <w3c@adambarth.com>
- Date: Tue, 31 Jul 2012 23:47:58 -0700
- To: robert@ocallahan.org
- Cc: whatwg <whatwg@lists.whatwg.org>, Webapps WG <public-webapps@w3.org>, Jer Noble <jer.noble@apple.com>, Vincent Scheib <scheib@google.com>
On Tue, Jul 31, 2012 at 10:24 PM, Robert O'Callahan <robert@ocallahan.org> wrote: > On Wed, Aug 1, 2012 at 10:33 AM, Adam Barth <w3c@adambarth.com> wrote: >> It's not clear to me from the spec how the allowfullscreen attribute >> works. It appears to be mentioned only in the security and privacy >> considerations section. For example, suppose I have three frames: >> >> Main frame: a.html >> -> <iframe src="b.html"> >> -> <iframe src="c.html" allowfullscreen> >> >> Can c.html go full screen? Where is that specified? > > The intent is that no, it can't. You're right that this is currently > unspecified. Even if we don't use the iframe@sandbox syntax, it might be worth re-using the spec machinery because it's good at solving problems like the above. Adam
Received on Wednesday, 1 August 2012 06:49:20 UTC