[html5] r7613 - [giow] (3) Seems iframes' names must also be remebered across session history tr [...]

whatwg at whatwg.org whatwg at whatwg.org
Sat Dec 29 20:33:30 PST 2012


Author: ianh
Date: 2012-12-29 20:33:29 -0800 (Sat, 29 Dec 2012)
New Revision: 7613

Modified:
   complete.html
   index
   source
Log:
[giow] (3) Seems iframes' names must also be remebered across session history traversals.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=18470
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-12-30 04:24:47 UTC (rev 7612)
+++ complete.html	2012-12-30 04:33:29 UTC (rev 7613)
@@ -70182,19 +70182,19 @@
 
     <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>
 

Modified: index
===================================================================
--- index	2012-12-30 04:24:47 UTC (rev 7612)
+++ index	2012-12-30 04:33:29 UTC (rev 7613)
@@ -70182,19 +70182,19 @@
 
     <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>
 

Modified: source
===================================================================
--- source	2012-12-30 04:24:47 UTC (rev 7612)
+++ source	2012-12-30 04:33:29 UTC (rev 7613)
@@ -82059,11 +82059,10 @@
 
      <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>
 
@@ -82072,8 +82071,9 @@
        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>
 




More information about the Commit-Watchers mailing list