Skip to content

Commit

Permalink
[giow] (3) Seems iframes' names must also be remebered across session…
Browse files Browse the repository at this point in the history
… history traversals.

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=18470
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7613 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 30, 2012
1 parent 990836f commit 6b75ef1
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
14 changes: 7 additions & 7 deletions complete.html
Expand Up @@ -70182,19 +70182,19 @@ <h4 id=history-traversal><span class=secno>6.6.10 </span>History traversal</h4>

<ol><li>

<p>If the browsing context is a <a href=#top-level-browsing-context>top-level browsing context</a>, but not an
<a href=#auxiliary-browsing-context>auxiliary browsing context</a>, and the <a href=#origin>origin</a> of the
<code><a href=#document>Document</a></code> of the <var title="">specified entry</var> is not the <a href=#same-origin title="same
origin">same</a> as the <a href=#origin>origin</a> of the <code><a href=#document>Document</a></code> of the
<a href=#current-entry>current entry</a>, then run the following sub-sub-steps:</p>
<p>If the <a href=#origin>origin</a> of the <code><a href=#document>Document</a></code> of the <var title="">specified
entry</var> is not the <a href=#same-origin title="same origin">same</a> as the <a href=#origin>origin</a> of the
<code><a href=#document>Document</a></code> of the <a href=#current-entry>current entry</a>, then run the following
sub-sub-steps:</p>

<ol><li><p>The current <a href=#browsing-context-name>browsing context name</a> must be stored with all the entries in
the history that are associated with <code><a href=#document>Document</a></code> objects with the <a href=#same-origin>same
origin</a> as the <a href=#active-document>active document</a> <em>and</em> that are contiguous with the
<a href=#current-entry>current entry</a>.</li>

<li id=resetBCName><p>The browsing context's <a href=#browsing-context-name>browsing context name</a> must be
unset.</li>
<li id=resetBCName><p>If the browsing context is a <a href=#top-level-browsing-context>top-level browsing context</a>,
but not an <a href=#auxiliary-browsing-context>auxiliary browsing context</a>, then the browsing context's
<a href=#browsing-context-name>browsing context name</a> must be unset.</li>

</ol></li>

Expand Down
14 changes: 7 additions & 7 deletions index
Expand Up @@ -70182,19 +70182,19 @@ State: &lt;OUTPUT NAME=I&gt;1&lt;/OUTPUT&gt; &lt;INPUT VALUE="Increment" TYPE=BU

<ol><li>

<p>If the browsing context is a <a href=#top-level-browsing-context>top-level browsing context</a>, but not an
<a href=#auxiliary-browsing-context>auxiliary browsing context</a>, and the <a href=#origin>origin</a> of the
<code><a href=#document>Document</a></code> of the <var title="">specified entry</var> is not the <a href=#same-origin title="same
origin">same</a> as the <a href=#origin>origin</a> of the <code><a href=#document>Document</a></code> of the
<a href=#current-entry>current entry</a>, then run the following sub-sub-steps:</p>
<p>If the <a href=#origin>origin</a> of the <code><a href=#document>Document</a></code> of the <var title="">specified
entry</var> is not the <a href=#same-origin title="same origin">same</a> as the <a href=#origin>origin</a> of the
<code><a href=#document>Document</a></code> of the <a href=#current-entry>current entry</a>, then run the following
sub-sub-steps:</p>

<ol><li><p>The current <a href=#browsing-context-name>browsing context name</a> must be stored with all the entries in
the history that are associated with <code><a href=#document>Document</a></code> objects with the <a href=#same-origin>same
origin</a> as the <a href=#active-document>active document</a> <em>and</em> that are contiguous with the
<a href=#current-entry>current entry</a>.</li>

<li id=resetBCName><p>The browsing context's <a href=#browsing-context-name>browsing context name</a> must be
unset.</li>
<li id=resetBCName><p>If the browsing context is a <a href=#top-level-browsing-context>top-level browsing context</a>,
but not an <a href=#auxiliary-browsing-context>auxiliary browsing context</a>, then the browsing context's
<a href=#browsing-context-name>browsing context name</a> must be unset.</li>

</ol></li>

Expand Down
14 changes: 7 additions & 7 deletions source
Expand Up @@ -82059,11 +82059,10 @@ State: &lt;OUTPUT NAME=I>1&lt;/OUTPUT> &lt;INPUT VALUE="Increment" TYPE=BUTTON O

<li>

<p>If the browsing context is a <span>top-level browsing context</span>, but not an
<span>auxiliary browsing context</span>, and the <span>origin</span> of the
<code>Document</code> of the <var title="">specified entry</var> is not the <span title="same
origin">same</span> as the <span>origin</span> of the <code>Document</code> of the
<span>current entry</span>, then run the following sub-sub-steps:</p>
<p>If the <span>origin</span> of the <code>Document</code> of the <var title="">specified
entry</var> is not the <span title="same origin">same</span> as the <span>origin</span> of the
<code>Document</code> of the <span>current entry</span>, then run the following
sub-sub-steps:</p>

<ol>

Expand All @@ -82072,8 +82071,9 @@ State: &lt;OUTPUT NAME=I>1&lt;/OUTPUT> &lt;INPUT VALUE="Increment" TYPE=BUTTON O
origin</span> as the <span>active document</span> <em>and</em> that are contiguous with the
<span>current entry</span>.</p></li>

<li id="resetBCName"><p>The browsing context's <span>browsing context name</span> must be
unset.</p></li>
<li id="resetBCName"><p>If the browsing context is a <span>top-level browsing context</span>,
but not an <span>auxiliary browsing context</span>, then the browsing context's
<span>browsing context name</span> must be unset.</p></li>

</ol>

Expand Down

0 comments on commit 6b75ef1

Please sign in to comment.