[html5] r1645 - /

whatwg at whatwg.org whatwg at whatwg.org
Tue May 20 17:49:22 PDT 2008


Author: ianh
Date: 2008-05-20 17:49:21 -0700 (Tue, 20 May 2008)
New Revision: 1645

Modified:
   index
   source
Log:
[e] (0) experimenting with different ways to separate major blocks in the definitions of some elements, without using subsections

Modified: index
===================================================================
--- index	2008-05-21 00:44:35 UTC (rev 1644)
+++ index	2008-05-21 00:49:21 UTC (rev 1645)
@@ -14237,6 +14237,8 @@
    href="#navigate" title=navigate>navigated</a>, that will further <a
    href="#delays">delay the <code title=event-load>load</code> event</a>.
 
+  <hr>
+
   <p>The <dfn id=sandbox title=attr-iframe-sandbox><code>sandbox</code></dfn>
    attribute, when specified, enables a set of extra restrictions on any
    content hosted by the <code><a href="#iframe">iframe</a></code>. Its value
@@ -14341,6 +14343,8 @@
   <p>These flags must not be set unless the conditions listed above define
    them as being set.
 
+  <hr>
+
   <p>The <dfn id=seamless
    title=attr-iframe-seamless><code>seamless</code></dfn> attribute is a
    boolean attribute. When specified, it indicates that the <code><a
@@ -14445,6 +14449,8 @@
    href="#nested0">nested browsing context</a> is <a href="#navigate"
    title=navigate>navigated</a> to another origin.
 
+  <hr>
+
   <p>An <code><a href="#iframe">iframe</a></code> element never has <a
    href="#fallback">fallback content</a>, as it will always create a nested
    <a href="#browsing1">browsing context</a>, regardless of whether the

Modified: source
===================================================================
--- source	2008-05-21 00:44:35 UTC (rev 1644)
+++ source	2008-05-21 00:49:21 UTC (rev 1645)
@@ -12250,6 +12250,7 @@
   title="navigate">navigated</span>, that will further <span>delay the
   <code title="event-load">load</code> event</span>.</p>
 
+  <hr>
 
   <p>The <dfn title="attr-iframe-sandbox"><code>sandbox</code></dfn>
   attribute, when specified, enables a set of extra restrictions on
@@ -12375,6 +12376,7 @@
   <p>These flags must not be set unless the conditions listed above
   define them as being set.</p>
 
+  <hr>
 
   <p>The <dfn title="attr-iframe-seamless"><code>seamless</code></dfn>
   attribute is a boolean attribute. When specified, it indicates that
@@ -12476,6 +12478,7 @@
   gets unset if the <span>nested browsing context</span> is <span
   title="navigate">navigated</span> to another origin.</p>
 
+  <hr>
 
   <p>An <code>iframe</code> element never has <span>fallback
   content</span>, as it will always create a nested <span>browsing




More information about the Commit-Watchers mailing list