[html5] r5705 - [e] (0) Point out that having process-sandboxed <iframe>s leads to some complica [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Dec 6 16:44:50 PST 2010
Author: ianh
Date: 2010-12-06 16:44:48 -0800 (Mon, 06 Dec 2010)
New Revision: 5705
Modified:
complete.html
index
source
Log:
[e] (0) Point out that having process-sandboxed <iframe>s leads to some complications that we don't yet spec in detail.
Modified: complete.html
===================================================================
--- complete.html 2010-12-07 00:24:06 UTC (rev 5704)
+++ complete.html 2010-12-07 00:44:48 UTC (rev 5705)
@@ -57117,8 +57117,9 @@
<p>Each <a href=#unit-of-related-browsing-contexts>unit of related browsing contexts</a> is then
further divided into the smallest number of groups such that every
- member of each group has an <a href=#effective-script-origin>effective script origin</a>
- that, through appropriate manipulation of the <code title=dom-document-domain><a href=#dom-document-domain>document.domain</a></code> attribute, could
+ member of each group has an <a href=#active-document>active document</a> with an
+ <a href=#effective-script-origin>effective script origin</a> that, through appropriate
+ manipulation of the <code title=dom-document-domain><a href=#dom-document-domain>document.domain</a></code> attribute, could
be made to be the same as other members of the group, but could not
be made the same as members of any other group. Each such group is a
<dfn id=unit-of-related-similar-origin-browsing-contexts>unit of related similar-origin browsing contexts</dfn>.</p>
@@ -63127,6 +63128,13 @@
agent, and at most one <a href=#event-loop>event loop</a> per <a href=#unit-of-related-similar-origin-browsing-contexts>unit of
related similar-origin browsing contexts</a>.</p>
+ <p class=note>When there is more than one <a href=#event-loop>event loop</a>
+ for a <a href=#unit-of-related-browsing-contexts>unit of related browsing contexts</a>, complications
+ arise when a <a href=#browsing-context>browsing context</a> in that group is <a href=#navigate title=navigate>navigated</a> such that it switches from one
+ <a href=#unit-of-related-similar-origin-browsing-contexts>unit of related similar-origin browsing contexts</a> to
+ another. This specification does not currently describe how to
+ handle these complications.</p>
+
<p>An <a href=#event-loop>event loop</a> always has at least one <a href=#browsing-context>browsing
context</a>. If an <a href=#event-loop>event loop</a>'s <a href=#browsing-context title="browsing context">browsing contexts</a> all go away, then
the <a href=#event-loop>event loop</a> goes away as well. A <a href=#browsing-context>browsing
Modified: index
===================================================================
--- index 2010-12-07 00:24:06 UTC (rev 5704)
+++ index 2010-12-07 00:44:48 UTC (rev 5705)
@@ -57098,8 +57098,9 @@
<p>Each <a href=#unit-of-related-browsing-contexts>unit of related browsing contexts</a> is then
further divided into the smallest number of groups such that every
- member of each group has an <a href=#effective-script-origin>effective script origin</a>
- that, through appropriate manipulation of the <code title=dom-document-domain><a href=#dom-document-domain>document.domain</a></code> attribute, could
+ member of each group has an <a href=#active-document>active document</a> with an
+ <a href=#effective-script-origin>effective script origin</a> that, through appropriate
+ manipulation of the <code title=dom-document-domain><a href=#dom-document-domain>document.domain</a></code> attribute, could
be made to be the same as other members of the group, but could not
be made the same as members of any other group. Each such group is a
<dfn id=unit-of-related-similar-origin-browsing-contexts>unit of related similar-origin browsing contexts</dfn>.</p>
@@ -63123,6 +63124,13 @@
agent, and at most one <a href=#event-loop>event loop</a> per <a href=#unit-of-related-similar-origin-browsing-contexts>unit of
related similar-origin browsing contexts</a>.</p>
+ <p class=note>When there is more than one <a href=#event-loop>event loop</a>
+ for a <a href=#unit-of-related-browsing-contexts>unit of related browsing contexts</a>, complications
+ arise when a <a href=#browsing-context>browsing context</a> in that group is <a href=#navigate title=navigate>navigated</a> such that it switches from one
+ <a href=#unit-of-related-similar-origin-browsing-contexts>unit of related similar-origin browsing contexts</a> to
+ another. This specification does not currently describe how to
+ handle these complications.</p>
+
<p>An <a href=#event-loop>event loop</a> always has at least one <a href=#browsing-context>browsing
context</a>. If an <a href=#event-loop>event loop</a>'s <a href=#browsing-context title="browsing context">browsing contexts</a> all go away, then
the <a href=#event-loop>event loop</a> goes away as well. A <a href=#browsing-context>browsing
Modified: source
===================================================================
--- source 2010-12-07 00:24:06 UTC (rev 5704)
+++ source 2010-12-07 00:44:48 UTC (rev 5705)
@@ -64896,8 +64896,9 @@
<p>Each <span>unit of related browsing contexts</span> is then
further divided into the smallest number of groups such that every
- member of each group has an <span>effective script origin</span>
- that, through appropriate manipulation of the <code
+ member of each group has an <span>active document</span> with an
+ <span>effective script origin</span> that, through appropriate
+ manipulation of the <code
title="dom-document-domain">document.domain</code> attribute, could
be made to be the same as other members of the group, but could not
be made the same as members of any other group. Each such group is a
@@ -71841,6 +71842,14 @@
agent, and at most one <span>event loop</span> per <span>unit of
related similar-origin browsing contexts</span>.</p>
+ <p class="note">When there is more than one <span>event loop</span>
+ for a <span>unit of related browsing contexts</span>, complications
+ arise when a <span>browsing context</span> in that group is <span
+ title="navigate">navigated</span> such that it switches from one
+ <span>unit of related similar-origin browsing contexts</span> to
+ another. This specification does not currently describe how to
+ handle these complications.</p>
+
<p>An <span>event loop</span> always has at least one <span>browsing
context</span>. If an <span>event loop</span>'s <span
title="browsing context">browsing contexts</span> all go away, then
More information about the Commit-Watchers
mailing list