[html5] r3430 - [e] (0) Allow hashchange to fire during page load.

whatwg at whatwg.org whatwg at whatwg.org
Thu Jul 16 17:27:25 PDT 2009


Author: ianh
Date: 2009-07-16 17:27:23 -0700 (Thu, 16 Jul 2009)
New Revision: 3430

Modified:
   index
   source
Log:
[e] (0) Allow hashchange to fire during page load.

Modified: index
===================================================================
--- index	2009-07-16 23:52:43 UTC (rev 3429)
+++ index	2009-07-17 00:27:23 UTC (rev 3430)
@@ -67,7 +67,7 @@
   <div class=head>
    <p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <h1>HTML 5</h1>
-   <h2 class="no-num no-toc" id=draft-standard-—-date:-01-jan-1901>Draft Standard — 16 July 2009</h2>
+   <h2 class="no-num no-toc" id=draft-standard-—-date:-01-jan-1901>Draft Standard — 17 July 2009</h2>
    <p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -51985,8 +51985,8 @@
    <li><p>If the <i>specified entry</i> has a URL that differs from
    the <a href=#current-entry>current entry</a>'s only by its fragment identifier,
    and the two share the same <code>Document</code> object, then
-   first, if the <code>Document</code>'s <a href=#current-document-readiness>current document
-   readiness</a> is the string "complete", then <a href=#queue-a-task>queue a
+   first, <!--if the <code>Document</code>'s <span>current document
+   readiness</span> is the string "complete", then--> <a href=#queue-a-task>queue a
    task</a> to <a href=#fire-a-simple-event>fire a simple event</a> with the name <code title=event-hashchange>hashchange</code> at the <a href=#browsing-context>browsing
    context</a>'s <code><a href=#window>Window</a></code> object; and second, if the new
    URL has a fragment identifier, <a href=#scroll-to-the-fragment-identifier>scroll to the fragment

Modified: source
===================================================================
--- source	2009-07-16 23:52:43 UTC (rev 3429)
+++ source	2009-07-17 00:27:23 UTC (rev 3430)
@@ -59223,8 +59223,8 @@
    <li><p>If the <i>specified entry</i> has a URL that differs from
    the <span>current entry</span>'s only by its fragment identifier,
    and the two share the same <code>Document</code> object, then
-   first, if the <code>Document</code>'s <span>current document
-   readiness</span> is the string "complete", then <span>queue a
+   first, <!--if the <code>Document</code>'s <span>current document
+   readiness</span> is the string "complete", then--> <span>queue a
    task</span> to <span>fire a simple event</span> with the name <code
    title="event-hashchange">hashchange</code> at the <span>browsing
    context</span>'s <code>Window</code> object; and second, if the new




More information about the Commit-Watchers mailing list