- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 12 Jan 2010 02:47:08 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv8534
Modified Files:
Overview.html
Log Message:
disregard previous change, it was made in a momentary lapse of attentoni. (whatwg r4578)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3653
retrieving revision 1.3654
diff -u -d -r1.3653 -r1.3654
--- Overview.html 12 Jan 2010 02:41:42 -0000 1.3653
+++ Overview.html 12 Jan 2010 02:47:05 -0000 1.3654
@@ -16846,12 +16846,10 @@
prevented from targeting other <a href="#browsing-context" title="browsing
context">browsing contexts</a>, and plugins are disabled. The
<code title="attr-iframe-sandbox-allow-same-origin"><a href="#attr-iframe-sandbox-allow-same-origin">allow-same-origin</a></code>
- keyword allows the content to be treated as being from the same origin
+ token allows the content to be treated as being from the same origin
instead of forcing it into a unique origin, and the <code title="attr-iframe-sandbox-allow-forms"><a href="#attr-iframe-sandbox-allow-forms">allow-forms</a></code> and <code title="attr-iframe-sandbox-allow-scripts"><a href="#attr-iframe-sandbox-allow-scripts">allow-scripts</a></code>
- keywords re-enable forms and scripts respectively (though scripts are
- still prevented from creating popups).<p>The <code title="attr-iframe-sandbox-allow-scripts"><a href="#attr-iframe-sandbox-allow-scripts">allow-scripts</a></code> keyword
- must not be specified if the <code title="attr-iframe-sandbox-allow-same-origin"><a href="#attr-iframe-sandbox-allow-same-origin">allow-same-origin</a></code>
- keyword is specified.<div class="impl">
+ tokens re-enable forms and scripts respectively (though scripts are
+ still prevented from creating popups).<div class="impl">
<!-- v2: Add a new attribute that enables new restrictions, e.g.:
- disallow cross-origin loads of any kind (networking
@@ -16970,7 +16968,6 @@
the <code title="attr-iframe-sandbox"><a href="#attr-iframe-sandbox">sandbox</a></code> attribute's
value, when <a href="#split-a-string-on-spaces" title="split a string on spaces">split on
spaces</a>, is found to have the <dfn id="attr-iframe-sandbox-allow-scripts" title="attr-iframe-sandbox-allow-scripts"><code>allow-scripts</code></dfn>
- keyword set and <em>not </em> to have the <code title="attr-iframe-sandbox-allow-same-origin"><a href="#attr-iframe-sandbox-allow-same-origin">allow-same-origin</a></code>
keyword set</dt>
<dd>
@@ -16985,9 +16982,6 @@
or elsewhere) will continue to run. Only <em>new</em> scripts will
be prevented from executing by this flag.</p>
- <p>This keyword is ignored if the <code title="attr-iframe-sandbox-allow-same-origin"><a href="#attr-iframe-sandbox-allow-same-origin">allow-same-origin</a></code>
- keyword is set.</p>
-
</dd>
</dl><p>These flags must not be set unless the conditions listed above
Received on Tuesday, 12 January 2010 02:47:09 UTC