HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/4492

SVNBugCommentTime (UTC)
44928636fix the 'previous step' reference now that a new step has been added between those two...2010-01-06 00:38
Index: source
===================================================================
--- source	(revision 4491)
+++ source	(revision 4492)
@@ -63648,13 +63648,13 @@
    title="event-beforeunload">beforeunload</code>, which does not
    bubble but is cancelable.</p></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>Window</code> object.</p></li>
 
    <li><p>Release the <span>storage mutex</span>.</p></li>
 
-   <li><p>If any event listeners were triggered by the previous step,
-   then set the <code>Document</code>'s <var
+   <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.</p></li>
 
    <li>
@@ -63697,15 +63697,15 @@
    title="event-pagehide">pagehide</code> at the
    <code>Document</code>'s <code>Window</code> object.</p></li>
 
-   <li><p><span>Fire a simple event</span> named <code
-   title="event-unload">unload</code> at the <code>Document</code>'s
-   <code>Window</code> object.</p></li>
+   <li><p><i>Unload event</i>: <span>Fire a simple event</span> named
+   <code title="event-unload">unload</code> at the
+   <code>Document</code>'s <code>Window</code> object.</p></li>
 
    <li><p>Release the <span>storage mutex</span>.</p></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.</p></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.</p></li>
 
    <li><p>If there are any outstanding transactions that have
    callbacks that involve <span title="concept-script">scripts</span>

|