[html5] r7555 - [giow] (3) Browsers won't let you nest iframes that point to ancestors. Fixing h [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sat Dec 1 13:56:29 PST 2012
Author: ianh
Date: 2012-12-01 13:56:28 -0800 (Sat, 01 Dec 2012)
New Revision: 7555
Modified:
complete.html
index
source
Log:
[giow] (3) Browsers won't let you nest iframes that point to ancestors.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=18741
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2012-12-01 00:46:01 UTC (rev 7554)
+++ complete.html 2012-12-01 21:56:28 UTC (rev 7555)
@@ -26166,6 +26166,17 @@
<li>
+ <p>If there exists an <a href=#ancestor-browsing-context>ancestor browsing context</a> whose <a href=#active-document>active
+ document</a>'s <a href="#the-document's-address" title="the document's address">address</a>, ignoring fragment
+ identifiers, is equal to <var title="">url</var>, then abort these steps.</p>
+ <!-- http://www.hixie.ch/tests/adhoc/html/frames/iframes/ 008.html and 009.html -->
+ <!-- http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1969 -->
+ <!-- I'm assuming that "resolve" will normalise things like scheme and hostname case -->
+
+ </li>
+
+ <li>
+
<p><a href=#navigate>Navigate</a><!--DONAV iframe--> the element's <a href=#child-browsing-context>child browsing context</a>
to <var title="">url</var>.</p>
Modified: index
===================================================================
--- index 2012-12-01 00:46:01 UTC (rev 7554)
+++ index 2012-12-01 21:56:28 UTC (rev 7555)
@@ -26166,6 +26166,17 @@
<li>
+ <p>If there exists an <a href=#ancestor-browsing-context>ancestor browsing context</a> whose <a href=#active-document>active
+ document</a>'s <a href="#the-document's-address" title="the document's address">address</a>, ignoring fragment
+ identifiers, is equal to <var title="">url</var>, then abort these steps.</p>
+ <!-- http://www.hixie.ch/tests/adhoc/html/frames/iframes/ 008.html and 009.html -->
+ <!-- http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1969 -->
+ <!-- I'm assuming that "resolve" will normalise things like scheme and hostname case -->
+
+ </li>
+
+ <li>
+
<p><a href=#navigate>Navigate</a><!--DONAV iframe--> the element's <a href=#child-browsing-context>child browsing context</a>
to <var title="">url</var>.</p>
Modified: source
===================================================================
--- source 2012-12-01 00:46:01 UTC (rev 7554)
+++ source 2012-12-01 21:56:28 UTC (rev 7555)
@@ -27964,6 +27964,17 @@
<li>
+ <p>If there exists an <span>ancestor browsing context</span> whose <span>active
+ document</span>'s <span title="the document's address">address</span>, ignoring fragment
+ identifiers, is equal to <var title="">url</var>, then abort these steps.</p>
+ <!-- http://www.hixie.ch/tests/adhoc/html/frames/iframes/ 008.html and 009.html -->
+ <!-- http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1969 -->
+ <!-- I'm assuming that "resolve" will normalise things like scheme and hostname case -->
+
+ </li>
+
+ <li>
+
<p><span>Navigate</span><!--DONAV iframe--> the element's <span>child browsing context</span>
to <var title="">url</var>.</p>
More information about the Commit-Watchers
mailing list