[html5] r6305 - [giow] (0) consistency Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12497

whatwg at whatwg.org whatwg at whatwg.org
Thu Jul 14 16:53:57 PDT 2011


Author: ianh
Date: 2011-07-14 16:53:56 -0700 (Thu, 14 Jul 2011)
New Revision: 6305

Modified:
   complete.html
   index
   source
Log:
[giow] (0) consistency
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12497

Modified: complete.html
===================================================================
--- complete.html	2011-07-14 23:51:25 UTC (rev 6304)
+++ complete.html	2011-07-14 23:53:56 UTC (rev 6305)
@@ -24348,13 +24348,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
@@ -24364,7 +24366,8 @@
   keywords re-enable forms and scripts respectively (though scripts
   are still prevented from creating popups).</p>
 
-  <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
+  <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
@@ -99421,9 +99424,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

Modified: index
===================================================================
--- index	2011-07-14 23:51:25 UTC (rev 6304)
+++ index	2011-07-14 23:53:56 UTC (rev 6305)
@@ -24217,13 +24217,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
@@ -24233,7 +24235,8 @@
   keywords re-enable forms and scripts respectively (though scripts
   are still prevented from creating popups).</p>
 
-  <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
+  <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
@@ -94992,9 +94995,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

Modified: source
===================================================================
--- source	2011-07-14 23:51:25 UTC (rev 6304)
+++ source	2011-07-14 23:53:56 UTC (rev 6305)
@@ -26164,16 +26164,15 @@
   attribute, when specified, enables a set of extra restrictions on
   any content hosted by the <code>iframe</code>. Its value must be an
   <span>unordered set of unique space-separated tokens</span> that are
-  <span>ASCII case-insensitive</span>. The allowed values are <code
-  title="attr-iframe-sandbox-allow-same-origin">allow-same-origin</code>,
-  <code
-  title="attr-iframe-sandbox-allow-top-navigation">allow-top-navigation</code>,
+  <span>ASCII case-insensitive</span>. The allowed values are
   <code title="attr-iframe-sandbox-allow-forms">allow-forms</code>,
-  and <code
-  title="attr-iframe-sandbox-allow-scripts">allow-scripts</code>. When
-  the attribute is set, the content is treated as being from a unique
-  <span>origin</span>, forms and scripts are disabled, links are
-  prevented from targeting other <span title="browsing
+  <code title="attr-iframe-sandbox-allow-same-origin">allow-same-origin</code>,
+  <code title="attr-iframe-sandbox-allow-scripts">allow-scripts</code>, and
+  <code title="attr-iframe-sandbox-allow-top-navigation">allow-top-navigation</code>.
+
+  When the attribute is set, the content is treated as being from a
+  unique <span>origin</span>, forms and scripts are disabled, links
+  are prevented from targeting other <span title="browsing
   context">browsing contexts</span>, and plugins are disabled. The
   <code
   title="attr-iframe-sandbox-allow-same-origin">allow-same-origin</code>
@@ -26187,10 +26186,9 @@
   keywords re-enable forms and scripts respectively (though scripts
   are still prevented from creating popups).</p>
 
-  <p class="warning">Setting both the <code
-  title="attr-iframe-sandbox-allow-scripts">allow-scripts</code> and
-  <code
-  title="attr-iframe-sandbox-allow-same-origin">allow-same-origin</code>
+  <p class="warning">Setting both the
+  <code title="attr-iframe-sandbox-allow-scripts">allow-scripts</code> and
+  <code title="attr-iframe-sandbox-allow-same-origin">allow-same-origin</code>
   keywords together when the embedded page has the <span>same
   origin</span> as the page containing the <code>iframe</code> allows
   the embedded page to simply remove the <code
@@ -113049,9 +113047,10 @@
      <td> <code title="attr-iframe-sandbox">iframe</code>
      <td> Security rules for nested content
      <td> <span>Unordered set of unique space-separated tokens</span>, <span>ASCII case-insensitive</span>, consisting of
+          "<code title="attr-iframe-sandbox-allow-forms">allow-forms</code>",
           "<code title="attr-iframe-sandbox-allow-same-origin">allow-same-origin</code>",
-          "<code title="attr-iframe-sandbox-allow-forms">allow-forms</code>", and
-          "<code title="attr-iframe-sandbox-allow-scripts">allow-scripts</code>"
+          "<code title="attr-iframe-sandbox-allow-scripts">allow-scripts</code> and
+          "<code title="attr-iframe-sandbox-allow-top-navigation">allow-top-navigation</code>"
     <tr>
      <th> <code title="">spellcheck</code>
      <td> <span title="attr-spellcheck">HTML elements</span>




More information about the Commit-Watchers mailing list