- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 10 Aug 2010 00:06:59 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv20220
Modified Files:
history.html spec.html
Log Message:
Clarify that there's no deadlock when navigating... (whatwg r5256)
[updated by splitter]
Index: history.html
===================================================================
RCS file: /sources/public/html5/spec/history.html,v
retrieving revision 1.992
retrieving revision 1.993
diff -u -d -r1.992 -r1.993
--- history.html 9 Aug 2010 23:17:06 -0000 1.992
+++ history.html 10 Aug 2010 00:06:56 -0000 1.993
@@ -1379,8 +1379,9 @@
</li></ol><hr><p>Some of the sections below, to which the above algorithm defers
in certain cases, require the user agent to <dfn id="update-the-session-history-with-the-new-page">update the session
history with the new page</dfn>. When a user agent is required to do
- this, it must <a href="webappapis.html#queue-a-task">queue a task</a> to run the following
- steps:</p>
+ this, it must <a href="webappapis.html#queue-a-task">queue a task</a> (associated with the
+ <code><a href="infrastructure.html#document">Document</a></code> object of the <a href="#current-entry">current entry</a>, not
+ the new one) to run the following steps:</p>
<ol><li><p><a href="#unload-a-document" title="unload a document">Unload</a> the
<code><a href="infrastructure.html#document">Document</a></code> object of the <a href="#current-entry">current entry</a>,
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1116
retrieving revision 1.1117
diff -u -d -r1.1116 -r1.1117
--- spec.html 9 Aug 2010 23:17:08 -0000 1.1116
+++ spec.html 10 Aug 2010 00:06:57 -0000 1.1117
@@ -313,7 +313,7 @@
<h1>HTML5</h1>
<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>
- <h2 class="no-num no-toc" id="editor-s-draft-9-august-2010">Editor's Draft 9 August 2010</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-10-august-2010">Editor's Draft 10 August 2010</h2>
<dl><dt>Latest Published Version:</dt>
<dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd>
<dt>Latest Editor's Draft:</dt>
@@ -334,7 +334,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">author edition</a>.
-This is revision 1.4184.
+This is revision 1.4185.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><abbr title="World Wide
@@ -419,7 +419,7 @@
Group</a> is the W3C working group responsible for this
specification's progress along the W3C Recommendation
track.
- This specification is the 9 August 2010 Editor's Draft.
+ This specification is the 10 August 2010 Editor's Draft.
</p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
Received on Tuesday, 10 August 2010 00:07:00 UTC