Skip to content

Commit

Permalink
[e] (0) fix the 'previous step' reference now that a new step has bee…
Browse files Browse the repository at this point in the history
…n added between those two...

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8636

git-svn-id: http://svn.whatwg.org/webapps@4492 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 6, 2010
1 parent f4cfc37 commit e5bc7f4
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 25 deletions.
18 changes: 10 additions & 8 deletions complete.html
Expand Up @@ -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 &mdash; 5 January 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 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>-->
Expand Down Expand Up @@ -56370,13 +56370,13 @@ <h4 id=unloading-documents><span class=secno>6.11.10 </span>Unloading documents<
<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>

Expand Down Expand Up @@ -56407,13 +56407,15 @@ <h4 id=unloading-documents><span class=secno>6.11.10 </span>Unloading documents<
<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>
Expand Down
18 changes: 10 additions & 8 deletions index
Expand Up @@ -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 &mdash; 5 January 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 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>-->
Expand Down Expand Up @@ -53544,13 +53544,13 @@ State: &lt;OUTPUT NAME=I&gt;1&lt;/OUTPUT&gt; &lt;INPUT VALUE="Increment" TYPE=BU
<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>

Expand Down Expand Up @@ -53581,13 +53581,15 @@ State: &lt;OUTPUT NAME=I&gt;1&lt;/OUTPUT&gt; &lt;INPUT VALUE="Increment" TYPE=BU
<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>
Expand Down
18 changes: 9 additions & 9 deletions source
Expand Up @@ -63648,13 +63648,13 @@ State: &lt;OUTPUT NAME=I>1&lt;/OUTPUT> &lt;INPUT VALUE="Increment" TYPE=BUTTON O
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>
Expand Down Expand Up @@ -63697,15 +63697,15 @@ State: &lt;OUTPUT NAME=I>1&lt;/OUTPUT> &lt;INPUT VALUE="Increment" TYPE=BUTTON O
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>
Expand Down

0 comments on commit e5bc7f4

Please sign in to comment.