- From: poot <cvsmail@w3.org>
- Date: Fri, 17 Jul 2009 09:29:00 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Allow hashchange to fire during page load. http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2555&r2=1.2556&f=h =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2555 retrieving revision 1.2556 diff -u -d -r1.2555 -r1.2556 --- Overview.html 16 Jul 2009 21:40:52 -0000 1.2555 +++ Overview.html 17 Jul 2009 00:27:36 -0000 1.2556 @@ -175,7 +175,7 @@ <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> <!--ZZZ:--> <!--<h2 class="no-num no-toc">W3C Working Draft 23 April 2009</h2>--> - <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 16 July 2009</h2> + <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 17 July 2009</h2> <!--:ZZZ--> <dl><!-- ZZZ: update the month/day (twice), (un)comment out <dt>This Version:</dt> @@ -268,7 +268,7 @@ track. <!--ZZZ:--> <!--This specification is the 23 April 2009 Working Draft.--> - This specification is the 16 July 2009 Editor's Draft. + This specification is the 17 July 2009 Editor's Draft. <!--:ZZZ--> </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href="http://www.whatwg.org/">WHATWG</a>. The two specifications are identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of) @@ -46848,8 +46848,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
Received on Friday, 17 July 2009 00:29:36 UTC