[html5] r5696 - [e] (0) There might not be one, e.g. if the iframe is out-of-document.
whatwg at whatwg.org
whatwg at whatwg.org
Wed Dec 1 16:19:15 PST 2010
Author: ianh
Date: 2010-12-01 16:19:14 -0800 (Wed, 01 Dec 2010)
New Revision: 5696
Modified:
complete.html
index
source
Log:
[e] (0) There might not be one, e.g. if the iframe is out-of-document.
Modified: complete.html
===================================================================
--- complete.html 2010-12-02 00:09:55 UTC (rev 5695)
+++ complete.html 2010-12-02 00:19:14 UTC (rev 5696)
@@ -23044,7 +23044,7 @@
<p>User agents should, in general, act as if the <a href=#active-document>active
document</a> of the <code><a href=#the-iframe-element>iframe</a></code>'s <a href=#nested-browsing-context>nested browsing
context</a> was part of the document that the
- <code><a href=#the-iframe-element>iframe</a></code> is in.</p>
+ <code><a href=#the-iframe-element>iframe</a></code> is in, if any.</p>
<p class=example>For example if the user agent supports listing
all the links in a document, links in "seamlessly" nested
Modified: index
===================================================================
--- index 2010-12-02 00:09:55 UTC (rev 5695)
+++ index 2010-12-02 00:19:14 UTC (rev 5696)
@@ -23025,7 +23025,7 @@
<p>User agents should, in general, act as if the <a href=#active-document>active
document</a> of the <code><a href=#the-iframe-element>iframe</a></code>'s <a href=#nested-browsing-context>nested browsing
context</a> was part of the document that the
- <code><a href=#the-iframe-element>iframe</a></code> is in.</p>
+ <code><a href=#the-iframe-element>iframe</a></code> is in, if any.</p>
<p class=example>For example if the user agent supports listing
all the links in a document, links in "seamlessly" nested
Modified: source
===================================================================
--- source 2010-12-02 00:09:55 UTC (rev 5695)
+++ source 2010-12-02 00:19:14 UTC (rev 5696)
@@ -24699,7 +24699,7 @@
<p>User agents should, in general, act as if the <span>active
document</span> of the <code>iframe</code>'s <span>nested browsing
context</span> was part of the document that the
- <code>iframe</code> is in.</p>
+ <code>iframe</code> is in, if any.</p>
<p class="example">For example if the user agent supports listing
all the links in a document, links in "seamlessly" nested
More information about the Commit-Watchers
mailing list