- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 14 Jul 2011 23:54:06 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv24001
Modified Files:
Overview.html
Log Message:
consistency (whatwg r6305)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5036
retrieving revision 1.5037
diff -u -d -r1.5036 -r1.5037
--- Overview.html 14 Jul 2011 23:51:32 -0000 1.5036
+++ Overview.html 14 Jul 2011 23:54:02 -0000 1.5037
@@ -20196,13 +20196,15 @@
attribute, when specified, enables a set of extra restrictions on
any content hosted by the <code><a href="#the-iframe-element">iframe</a></code>. Its value must be an
<a href="#unordered-set-of-unique-space-separated-tokens">unordered set of unique space-separated tokens</a> that are
- <a href="#ascii-case-insensitive">ASCII case-insensitive</a>. The allowed values are <code title="attr-iframe-sandbox-allow-same-origin"><a href="#attr-iframe-sandbox-allow-same-origin">allow-same-origin</a></code>,
- <code title="attr-iframe-sandbox-allow-top-navigation"><a href="#attr-iframe-sandbox-allow-top-navigation">allow-top-navigation</a></code>,
+ <a href="#ascii-case-insensitive">ASCII case-insensitive</a>. The allowed values are
<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>. When
- the attribute is set, the content is treated as being from a unique
- <a href="#origin">origin</a>, forms and scripts are disabled, links are
- prevented from targeting other <a href="#browsing-context" title="browsing
+ <code title="attr-iframe-sandbox-allow-same-origin"><a href="#attr-iframe-sandbox-allow-same-origin">allow-same-origin</a></code>,
+ <code title="attr-iframe-sandbox-allow-scripts"><a href="#attr-iframe-sandbox-allow-scripts">allow-scripts</a></code>, and
+ <code title="attr-iframe-sandbox-allow-top-navigation"><a href="#attr-iframe-sandbox-allow-top-navigation">allow-top-navigation</a></code>.
+
+ When the attribute is set, the content is treated as being from a
+ unique <a href="#origin">origin</a>, forms and scripts are disabled, links
+ are 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
@@ -20210,7 +20212,8 @@
keyword allows the content to <a href="#navigate">navigate</a> its
<a href="#top-level-browsing-context">top-level browsing context</a>, 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 class="warning">Setting both the <code title="attr-iframe-sandbox-allow-scripts"><a href="#attr-iframe-sandbox-allow-scripts">allow-scripts</a></code> and
+ are still prevented from creating popups).<p class="warning">Setting both the
+ <code title="attr-iframe-sandbox-allow-scripts"><a href="#attr-iframe-sandbox-allow-scripts">allow-scripts</a></code> and
<code title="attr-iframe-sandbox-allow-same-origin"><a href="#attr-iframe-sandbox-allow-same-origin">allow-same-origin</a></code>
keywords together when the embedded page has the <a href="#same-origin">same
origin</a> as the page containing the <code><a href="#the-iframe-element">iframe</a></code> allows
@@ -70919,9 +70922,10 @@
<td> <code title="attr-iframe-sandbox"><a href="#attr-iframe-sandbox">iframe</a></code>
<td> Security rules for nested content
<td> <a href="#unordered-set-of-unique-space-separated-tokens">Unordered set of unique space-separated tokens</a>, <a href="#ascii-case-insensitive">ASCII case-insensitive</a>, consisting of
+ "<code title="attr-iframe-sandbox-allow-forms"><a href="#attr-iframe-sandbox-allow-forms">allow-forms</a></code>",
"<code title="attr-iframe-sandbox-allow-same-origin"><a href="#attr-iframe-sandbox-allow-same-origin">allow-same-origin</a></code>",
- "<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>"
+ "<code title="attr-iframe-sandbox-allow-scripts"><a href="#attr-iframe-sandbox-allow-scripts">allow-scripts</a></code> and
+ "<code title="attr-iframe-sandbox-allow-top-navigation"><a href="#attr-iframe-sandbox-allow-top-navigation">allow-top-navigation</a></code>"
<tr><th> <code title="">spellcheck</code>
<td> <a href="#attr-spellcheck" title="attr-spellcheck">HTML elements</a>
<td> Whether the element is to have its spelling and grammar checked
Received on Thursday, 14 July 2011 23:54:08 UTC