[html5] r4492 - [e] (0) fix the 'previous step' reference now that a new step has been added bet [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Jan 5 16:38:22 PST 2010


Author: ianh
Date: 2010-01-05 16:38:19 -0800 (Tue, 05 Jan 2010)
New Revision: 4492

Modified:
   complete.html
   index
   source
Log:
[e] (0) fix the 'previous step' reference now that a new step has been added between those two...
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8636

Modified: complete.html
===================================================================
--- complete.html	2010-01-05 11:55:58 UTC (rev 4491)
+++ complete.html	2010-01-06 00:38:19 UTC (rev 4492)
@@ -108,7 +108,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <hgroup><h1>Web Applications 1.0</h1>
-    <h2 class="no-num no-toc">Draft Standard — 5 January 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 6 January 2010</h2>
    </hgroup><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>-->
@@ -56370,13 +56370,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>
 
@@ -56407,13 +56407,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>

Modified: index
===================================================================
--- index	2010-01-05 11:55:58 UTC (rev 4491)
+++ index	2010-01-06 00:38:19 UTC (rev 4492)
@@ -110,7 +110,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <hgroup><h1>WHATWG HTML (Including HTML5)</h1>
-    <h2 class="no-num no-toc">Draft Standard — 5 January 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 6 January 2010</h2>
    </hgroup><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>-->
@@ -53544,13 +53544,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>
 
@@ -53581,13 +53581,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>

Modified: source
===================================================================
--- source	2010-01-05 11:55:58 UTC (rev 4491)
+++ source	2010-01-06 00:38:19 UTC (rev 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>




More information about the Commit-Watchers mailing list