[html5] r7726 - [e] (0) Clarify text Affected topics: HTML
whatwg at whatwg.org
whatwg at whatwg.org
Mon Feb 25 11:41:47 PST 2013
Author: ianh
Date: 2013-02-25 11:41:46 -0800 (Mon, 25 Feb 2013)
New Revision: 7726
Modified:
complete.html
index
source
Log:
[e] (0) Clarify text
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2013-02-23 01:00:15 UTC (rev 7725)
+++ complete.html 2013-02-25 19:41:46 UTC (rev 7726)
@@ -248,7 +248,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 23 February 2013</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 25 February 2013</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -24316,8 +24316,8 @@
<p>When the attribute is set, the content is treated as being from a unique <a href=#origin>origin</a>,
forms, scripts, and various potentially annoying APIs are disabled, links are prevented from
targeting other <a href=#browsing-context title="browsing context">browsing contexts</a>, and plugins are secured.
- 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 instead of forcing it into a unique
+ The <code title=attr-iframe-sandbox-allow-same-origin><a href=#attr-iframe-sandbox-allow-same-origin>allow-same-origin</a></code> keyword causes
+ the content to be treated as being from its real origin instead of forcing it into a unique
origin; the <code title=attr-iframe-sandbox-allow-top-navigation><a href=#attr-iframe-sandbox-allow-top-navigation>allow-top-navigation</a></code>
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>, <code title=attr-iframe-sandbox-allow-pointer-lock><a href=#attr-iframe-sandbox-allow-pointer-lock>allow-pointer-lock</a></code>, <code title=attr-iframe-sandbox-allow-popups><a href=#attr-iframe-sandbox-allow-popups>allow-popups</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, the
Modified: index
===================================================================
--- index 2013-02-23 01:00:15 UTC (rev 7725)
+++ index 2013-02-25 19:41:46 UTC (rev 7726)
@@ -248,7 +248,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 23 February 2013</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 25 February 2013</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -24316,8 +24316,8 @@
<p>When the attribute is set, the content is treated as being from a unique <a href=#origin>origin</a>,
forms, scripts, and various potentially annoying APIs are disabled, links are prevented from
targeting other <a href=#browsing-context title="browsing context">browsing contexts</a>, and plugins are secured.
- 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 instead of forcing it into a unique
+ The <code title=attr-iframe-sandbox-allow-same-origin><a href=#attr-iframe-sandbox-allow-same-origin>allow-same-origin</a></code> keyword causes
+ the content to be treated as being from its real origin instead of forcing it into a unique
origin; the <code title=attr-iframe-sandbox-allow-top-navigation><a href=#attr-iframe-sandbox-allow-top-navigation>allow-top-navigation</a></code>
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>, <code title=attr-iframe-sandbox-allow-pointer-lock><a href=#attr-iframe-sandbox-allow-pointer-lock>allow-pointer-lock</a></code>, <code title=attr-iframe-sandbox-allow-popups><a href=#attr-iframe-sandbox-allow-popups>allow-popups</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, the
Modified: source
===================================================================
--- source 2013-02-23 01:00:15 UTC (rev 7725)
+++ source 2013-02-25 19:41:46 UTC (rev 7726)
@@ -25758,8 +25758,8 @@
<p>When the attribute is set, the content is treated as being from a unique <span>origin</span>,
forms, scripts, and various potentially annoying APIs are disabled, links are prevented from
targeting other <span title="browsing context">browsing contexts</span>, and plugins are secured.
- The <code title="attr-iframe-sandbox-allow-same-origin">allow-same-origin</code> keyword allows
- the content to be treated as being from the same origin instead of forcing it into a unique
+ The <code title="attr-iframe-sandbox-allow-same-origin">allow-same-origin</code> keyword causes
+ the content to be treated as being from its real origin instead of forcing it into a unique
origin; the <code title="attr-iframe-sandbox-allow-top-navigation">allow-top-navigation</code>
keyword allows the content to <span>navigate</span> its <span>top-level browsing context</span>;
and the <code title="attr-iframe-sandbox-allow-forms">allow-forms</code>, <code
More information about the Commit-Watchers
mailing list