[html5] r7376 - [giow] (3) Simplify r3826's fix for http://lists.w3.org/Archives/Public/public-w [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Sep 18 17:11:37 PDT 2012


Author: ianh
Date: 2012-09-18 17:11:36 -0700 (Tue, 18 Sep 2012)
New Revision: 7376

Modified:
   complete.html
   index
   source
Log:
[giow] (3) Simplify r3826's fix for http://lists.w3.org/Archives/Public/public-whatwg-archive/2009Sep/0356.html in an attempt to more closely match reality. I've no idea if this is the right thing to do.
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-09-18 23:09:01 UTC (rev 7375)
+++ complete.html	2012-09-19 00:11:36 UTC (rev 7376)
@@ -246,7 +246,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 18 September 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 19 September 2012</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -70505,17 +70505,6 @@
    history traversal task.</li> <!-- this stops pages from
    hijacking the back/forward button -->
 
-   <li><p>If there is a preexisting attempt to navigate the
-   <a href=#browsing-context>browsing context</a>, and either that attempt has not yet
-   <a href=#concept-navigate-mature title=concept-navigate-mature>matured</a> (i.e. it has
-   not passed the point of making its <code><a href=#document>Document</a></code> the
-   <a href=#active-document>active document</a>), or that navigation's resource is not
-   to be fetched using HTTP GET <a href=#concept-http-equivalent-get title=concept-http-equivalent-get>or equivalent</a>, or its
-   resource's <a href=#absolute-url>absolute URL</a> differs from this attempt's by
-   more than the presence, absence, or value of the <a href=#url-fragment title=url-fragment><fragment></a> component, then cancel
-   that preexisting attempt to navigate the <a href=#browsing-context>browsing
-   context</a>.</li>
-
    <li id=navigate-fragid-step><p><i>Fragment identifiers</i>: If
    the <a href=#absolute-url>absolute URL</a> of the new resource is the same as
    the <a href="#the-document's-address" title="the document's address">address</a> of the
@@ -70528,7 +70517,7 @@
    component (even if it is empty), then <a href=#scroll-to-fragid title=navigate-fragid>navigate to that fragment identifier</a>
    and abort these steps.</li>
 
-   <li><p>Cancel <em>any</em> preexisting attempt to navigate the
+   <li><p>Cancel any preexisting attempt to navigate the
    <a href=#browsing-context>browsing context</a>, including canceling any instances of
    the <a href=#fetch>fetch</a> algorithm started by those attempts. If one
    of those attempts has already <a href=#create-a-document-object title="create a document

Modified: index
===================================================================
--- index	2012-09-18 23:09:01 UTC (rev 7375)
+++ index	2012-09-19 00:11:36 UTC (rev 7376)
@@ -246,7 +246,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 18 September 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 19 September 2012</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -70505,17 +70505,6 @@
    history traversal task.</li> <!-- this stops pages from
    hijacking the back/forward button -->
 
-   <li><p>If there is a preexisting attempt to navigate the
-   <a href=#browsing-context>browsing context</a>, and either that attempt has not yet
-   <a href=#concept-navigate-mature title=concept-navigate-mature>matured</a> (i.e. it has
-   not passed the point of making its <code><a href=#document>Document</a></code> the
-   <a href=#active-document>active document</a>), or that navigation's resource is not
-   to be fetched using HTTP GET <a href=#concept-http-equivalent-get title=concept-http-equivalent-get>or equivalent</a>, or its
-   resource's <a href=#absolute-url>absolute URL</a> differs from this attempt's by
-   more than the presence, absence, or value of the <a href=#url-fragment title=url-fragment><fragment></a> component, then cancel
-   that preexisting attempt to navigate the <a href=#browsing-context>browsing
-   context</a>.</li>
-
    <li id=navigate-fragid-step><p><i>Fragment identifiers</i>: If
    the <a href=#absolute-url>absolute URL</a> of the new resource is the same as
    the <a href="#the-document's-address" title="the document's address">address</a> of the
@@ -70528,7 +70517,7 @@
    component (even if it is empty), then <a href=#scroll-to-fragid title=navigate-fragid>navigate to that fragment identifier</a>
    and abort these steps.</li>
 
-   <li><p>Cancel <em>any</em> preexisting attempt to navigate the
+   <li><p>Cancel any preexisting attempt to navigate the
    <a href=#browsing-context>browsing context</a>, including canceling any instances of
    the <a href=#fetch>fetch</a> algorithm started by those attempts. If one
    of those attempts has already <a href=#create-a-document-object title="create a document

Modified: source
===================================================================
--- source	2012-09-18 23:09:01 UTC (rev 7375)
+++ source	2012-09-19 00:11:36 UTC (rev 7376)
@@ -82430,19 +82430,6 @@
    history traversal task.</p></li> <!-- this stops pages from
    hijacking the back/forward button -->
 
-   <li><p>If there is a preexisting attempt to navigate the
-   <span>browsing context</span>, and either that attempt has not yet
-   <span title="concept-navigate-mature">matured</span> (i.e. it has
-   not passed the point of making its <code>Document</code> the
-   <span>active document</span>), or that navigation's resource is not
-   to be fetched using HTTP GET <span
-   title="concept-http-equivalent-get">or equivalent</span>, or its
-   resource's <span>absolute URL</span> differs from this attempt's by
-   more than the presence, absence, or value of the <span
-   title="url-fragment"><fragment></span> component, then cancel
-   that preexisting attempt to navigate the <span>browsing
-   context</span>.</p></li>
-
    <li id="navigate-fragid-step"><p><i>Fragment identifiers</i>: If
    the <span>absolute URL</span> of the new resource is the same as
    the <span title="the document's address">address</span> of the
@@ -82457,7 +82444,7 @@
    title="navigate-fragid">navigate to that fragment identifier</span>
    and abort these steps.</p></li>
 
-   <li><p>Cancel <em>any</em> preexisting attempt to navigate the
+   <li><p>Cancel any preexisting attempt to navigate the
    <span>browsing context</span>, including canceling any instances of
    the <span>fetch</span> algorithm started by those attempts. If one
    of those attempts has already <span title="create a document




More information about the Commit-Watchers mailing list