Skip to content

Commit

Permalink
[e] (0) Point out that having process-sandboxed <iframe>s leads to so…
Browse files Browse the repository at this point in the history
…me complications that we don't yet spec in detail.

git-svn-id: http://svn.whatwg.org/webapps@5705 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 7, 2010
1 parent 3c30bd5 commit 3a0afdc
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 6 deletions.
12 changes: 10 additions & 2 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -57117,8 +57117,9 @@ <h4 id=groupings-of-browsing-contexts><span class=secno>6.1.5 </span>Groupings o

<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>
Expand Down Expand Up @@ -63127,6 +63128,13 @@ <h5 id=definitions-1><span class=secno>7.1.4.1 </span>Definitions</h5>
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
Expand Down
12 changes: 10 additions & 2 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -57098,8 +57098,9 @@ _:n2 hcard:adr%20street-address "Avenue Q" ;

<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>
Expand Down Expand Up @@ -63123,6 +63124,13 @@ NETWORK:
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
Expand Down
13 changes: 11 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -64896,8 +64896,9 @@ _:n2 hcard:adr%20street-address "Avenue Q" ;

<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
Expand Down Expand Up @@ -71841,6 +71842,14 @@ NETWORK:
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
Expand Down

0 comments on commit 3a0afdc

Please sign in to comment.