html5/spec Overview.html,1.3591,1.3592

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv13380

Modified Files:
	Overview.html 
Log Message:
fix the 'previous step' reference now that a new step has been added between those two... (whatwg r4492)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3591
retrieving revision 1.3592
diff -u -d -r1.3591 -r1.3592
--- Overview.html	5 Jan 2010 11:56:08 -0000	1.3591
+++ Overview.html	6 Jan 2010 00:38:27 -0000	1.3592
@@ -260,7 +260,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-5-january-2010">Editor's Draft 5 January 2010</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-6-january-2010">Editor's Draft 6 January 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>
@@ -353,7 +353,7 @@
   specification's progress along the W3C Recommendation
   track.
 
-  This specification is the 5 January 2010 Editor's Draft.
+  This specification is the 6 January 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>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)
   what was previously the HTML4, XHTML1, and DOM2 HTML
@@ -48099,13 +48099,13 @@
    <code><a href="#beforeunloadevent">BeforeUnloadEvent</a></code> event object with the name <code title="event-beforeunload">beforeunload</code>, which does not
    bubble but is cancelable.</li>
 
-   <li><p>Dispatch <var title="">event</var> at the
+   <li><p><i>Dispatch</i>: Dispatch <var title="">event</var> at the
    <code>Document</code>'s <code><a href="#window">Window</a></code> object.</li>
 
    <li><p>Release the <a href="#storage-mutex">storage mutex</a>.</li>
 
-   <li><p>If any event listeners were triggered by the previous step,
-   then set the <code>Document</code>'s <var title="">salvageable</var> state to false.</li>
+   <li><p>If any event listeners were triggered by the earlier
+   <i>dispatch</i> step, then set the <code>Document</code>'s <var title="">salvageable</var> state to false.</li>
 
    <li>
 
@@ -48136,13 +48136,15 @@
   <ol><li><p><a href="#fire-a-simple-event">Fire a simple event</a> named <code title="event-pagehide">pagehide</code> at the
    <code>Document</code>'s <code><a href="#window">Window</a></code> object.</li>
 
-   <li><p><a href="#fire-a-simple-event">Fire a simple event</a> named <code title="event-unload">unload</code> at the <code>Document</code>'s
-   <code><a href="#window">Window</a></code> object.</li>
+   <li><p><i>Unload event</i>: <a href="#fire-a-simple-event">Fire a simple event</a> named
+   <code title="event-unload">unload</code> at the
+   <code>Document</code>'s <code><a href="#window">Window</a></code> object.</li>
 
    <li><p>Release the <a href="#storage-mutex">storage mutex</a>.</li>
 
-   <li><p>If any event listeners were triggered by the previous step,
-   then set the <code>Document</code> object's <var title="">salvageable</var> state to false.</li>
+   <li><p>If any event listeners were triggered by the earlier
+   <i>unload event</i> step, then set the <code>Document</code>
+   object's <var title="">salvageable</var> state to false.</li>
 
    <li><p>If there are any outstanding transactions that have
    callbacks that involve <a href="#concept-script" title="concept-script">scripts</a>

Received on Wednesday, 6 January 2010 00:38:31 UTC