[html5] r7891 - [e] (0) Editorial cleanup of the use of the term 'salvageable'. Fixing https://w [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jun 3 16:41:50 PDT 2013
Author: ianh
Date: 2013-06-03 16:41:48 -0700 (Mon, 03 Jun 2013)
New Revision: 7891
Modified:
complete.html
index
source
Log:
[e] (0) Editorial cleanup of the use of the term 'salvageable'.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21734
Affected topics: DOM APIs, HTML, HTML Syntax and Parsing
Modified: complete.html
===================================================================
--- complete.html 2013-06-03 23:36:17 UTC (rev 7890)
+++ complete.html 2013-06-03 23:41:48 UTC (rev 7891)
@@ -11861,7 +11861,7 @@
<li><p>Release the <a href=#storage-mutex>storage mutex</a>.</li>
- <li><p>Set the <code><a href=#document>Document</a></code>'s <var title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></var> state to false.</li>
+ <li><p>Set the <code><a href=#document>Document</a></code>'s <i title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></i> state to false.</li>
<li><p><a href=#prompt-to-unload-a-document title="prompt to unload a document">Prompt to unload</a> the
<code><a href=#document>Document</a></code> object. If the user <a href=#refused-to-allow-the-document-to-be-unloaded>refused to allow the document to be
@@ -11902,7 +11902,7 @@
<code><a href=#document>Document</a></code> object's <a href=#reload-override-flag>reload override flag</a> and set the
<code><a href=#document>Document</a></code>'s <a href=#reload-override-buffer>reload override buffer</a> to the empty string.</li>
- <li><p>Set the <code><a href=#document>Document</a></code>'s <var title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></var> state back to true.</li>
+ <li><p>Set the <code><a href=#document>Document</a></code>'s <i title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></i> state back to true.</li>
<li><p>Change <a href="#the-document's-address">the document's address</a> to the <a href=#entry-script>entry script</a>'s <a href="#script's-document" title="script's document">document</a>'s <a href="#the-document's-address" title="the document's
address">address</a>.</li>
@@ -65233,7 +65233,7 @@
<p>When a <a href=#browsing-context>browsing context</a> is to <dfn id=discard-a-document>discard a <code>Document</code></dfn>, the user
agent must run the following steps:</p>
- <ol><li><p>Set the <code><a href=#document>Document</a></code>'s <var title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></var> state to false.</li>
+ <ol><li><p>Set the <code><a href=#document>Document</a></code>'s <i title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></i> state to false.</li>
<li><p>Run any <a href=#unloading-document-cleanup-steps>unloading document cleanup steps</a> for the <code><a href=#document>Document</a></code> that
are defined by this specification and <a href=#other-applicable-specifications>other applicable specifications</a>.</li>
@@ -68198,7 +68198,7 @@
<div class=impl>
- <p>A <code><a href=#document>Document</a></code> has a <dfn id=concept-document-salvageable title=concept-document-salvageable><var>salvageable</var></dfn> state, which must initially be
+ <p>A <code><a href=#document>Document</a></code> has a <dfn id=concept-document-salvageable title=concept-document-salvageable><i>salvageable</i></dfn> state, which must initially be
true, a <dfn id=fired-unload>fired unload</dfn> flag, which must initially be false, and a <dfn id=page-showing>page showing</dfn>
flag, which must initially be false.</p>
@@ -68225,7 +68225,7 @@
<li><p>Release the <a href=#storage-mutex>storage mutex</a>.</li>
<li><p>If any event listeners were triggered by the earlier <i>dispatch</i> step, then set the
- <code><a href=#document>Document</a></code>'s <var title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></var> state to
+ <code><a href=#document>Document</a></code>'s <i title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></i> state to
false.</li>
<li>
@@ -68263,9 +68263,10 @@
<a href=#refused-to-allow-the-document-to-be-unloaded>refused to allow the document to be unloaded</a>, then the user implicitly also <a href=#refused-to-allow-the-document-to-be-unloaded title="refused to allow the document to be unloaded">refused to allow <em>this</em> document to
be unloaded</a>; jump to the step labeled <i>end</i>.</p>
- <li><p>If <var title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></var> state of the <a href=#active-document>active
+<!--CLEANUP-->
+ <li><p>If the <i title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></i> state of the <a href=#active-document>active
document</a> of the <a href=#browsing-context>browsing context</a> <var title="">b</var> is false, then set
- the <var title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></var> state of <em>this</em> document
+ the <i title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></i> state of <em>this</em> document
to false also.</li>
</ol></li>
@@ -68316,7 +68317,7 @@
<li><p>Release the <a href=#storage-mutex>storage mutex</a>.</li>
<li><p>If any event listeners were triggered by the earlier <i>unload event</i> step, then set
- the <code><a href=#document>Document</a></code> object's <var title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></var>
+ the <code><a href=#document>Document</a></code> object's <i title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></i>
state to false and set the <code><a href=#document>Document</a></code>'s <a href=#fired-unload>fired unload</a> flag to
true.</li>
@@ -68340,14 +68341,15 @@
<a href=#browsing-context>browsing context</a> <var title="">b</var> with the <var title="">recycle</var>
parameter set to false.</li>
- <li><p>If <var title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></var> state of the <a href=#active-document>active
+<!--CLEANUP-->
+ <li><p>If the <i title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></i> state of the <a href=#active-document>active
document</a> of the <a href=#browsing-context>browsing context</a> <var title="">b</var> is false, then set
- the <var title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></var> state of <em>this</em> document
+ the <i title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></i> state of <em>this</em> document
to false also.</li>
</ol></li>
- <li><p>If <var title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></var> and <var title="">recycle</var> are both false, then the <code><a href=#document>Document</a></code>'s <a href=#browsing-context>browsing
+ <li><p>If both the <code><a href=#document>Document</a></code>'s <i title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></i> state and <var title="">recycle</var> are false, then the <code><a href=#document>Document</a></code>'s <a href=#browsing-context>browsing
context</a> must <a href=#discard-a-document title="discard a document">discard the
<code>Document</code></a>.</li>
@@ -68362,16 +68364,16 @@
<p><a href=#make-disappear>Make disappear</a> any <code><a href=#websocket>WebSocket</a></code> objects that were created by the <code title=dom-WebSocket><a href=#dom-websocket>WebSocket()</a></code> constructor whose global object is the
<code><a href=#document>Document</a></code>'s <code><a href=#window>Window</a></code> object.</p>
- <p>If this affected any <code><a href=#websocket>WebSocket</a></code> objects, then set <code><a href=#document>Document</a></code>'s <var title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></var> state to false.</p>
+ <p>If this affected any <code><a href=#websocket>WebSocket</a></code> objects, then set <code><a href=#document>Document</a></code>'s <i title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></i> state to false.</p>
</li>
- <li><p>If the <code><a href=#document>Document</a></code>'s <var title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></var>
+ <li><p>If the <code><a href=#document>Document</a></code>'s <i title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></i>
state is false, <a href=#concept-eventsource-forcibly-close title=concept-EventSource-forcibly-close>forcibly close</a> any
<code><a href=#eventsource>EventSource</a></code> objects that whose constructor was invoked from the
<code><a href=#document>Document</a></code>'s <code><a href=#window>Window</a></code> object.</li>
- <li><p>If the <code><a href=#document>Document</a></code>'s <var title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></var>
+ <li><p>If the <code><a href=#document>Document</a></code>'s <i title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></i>
state is false, empty the <code><a href=#document>Document</a></code>'s <code><a href=#window>Window</a></code>'s <a href=#list-of-active-timers>list of active
timers</a>.</li>
@@ -68417,19 +68419,19 @@
<ol><li><p><a href=#abort-a-document title="abort a document">Abort</a> the <a href=#active-document title="active document">active
documents</a> of every <a href=#child-browsing-context>child browsing context</a>. If this results in any of those
- <code><a href=#document>Document</a></code> objects having their <var title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></var> state set to false, then set this
- <code><a href=#document>Document</a></code>'s <var title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></var> state to
+ <code><a href=#document>Document</a></code> objects having their <i title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></i> state set to false, then set this
+ <code><a href=#document>Document</a></code>'s <i title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></i> state to
false also.</li>
<li><p>Cancel any instances of the <a href=#fetch title=fetch>fetch</a> algorithm in the context of
this <code><a href=#document>Document</a></code>, discarding any <a href=#concept-task title=concept-task>tasks</a> <a href=#queue-a-task title="queue a task">queued</a> for them, and discarding any further data received from the
network for them. If this resulted in any instances of the <a href=#fetch title=fetch>fetch</a>
algorithm being canceled or any <a href=#queue-a-task title="queue a task">queued</a> <a href=#concept-task title=concept-task>tasks</a> or any network data getting discarded, then set the
- <code><a href=#document>Document</a></code>'s <var title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></var> state to
+ <code><a href=#document>Document</a></code>'s <i title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></i> state to
false.</li>
<li><p>If the <code><a href=#document>Document</a></code> has an <a href=#active-parser>active parser</a>, then <a href=#abort-a-parser title="abort a
- parser">abort that parser</a> and set the <code><a href=#document>Document</a></code>'s <var title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></var> state to false.</li>
+ parser">abort that parser</a> and set the <code><a href=#document>Document</a></code>'s <i title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></i> state to false.</li>
<!-- we could also stop all script, or stop animations -->
Modified: index
===================================================================
--- index 2013-06-03 23:36:17 UTC (rev 7890)
+++ index 2013-06-03 23:41:48 UTC (rev 7891)
@@ -11861,7 +11861,7 @@
<li><p>Release the <a href=#storage-mutex>storage mutex</a>.</li>
- <li><p>Set the <code><a href=#document>Document</a></code>'s <var title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></var> state to false.</li>
+ <li><p>Set the <code><a href=#document>Document</a></code>'s <i title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></i> state to false.</li>
<li><p><a href=#prompt-to-unload-a-document title="prompt to unload a document">Prompt to unload</a> the
<code><a href=#document>Document</a></code> object. If the user <a href=#refused-to-allow-the-document-to-be-unloaded>refused to allow the document to be
@@ -11902,7 +11902,7 @@
<code><a href=#document>Document</a></code> object's <a href=#reload-override-flag>reload override flag</a> and set the
<code><a href=#document>Document</a></code>'s <a href=#reload-override-buffer>reload override buffer</a> to the empty string.</li>
- <li><p>Set the <code><a href=#document>Document</a></code>'s <var title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></var> state back to true.</li>
+ <li><p>Set the <code><a href=#document>Document</a></code>'s <i title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></i> state back to true.</li>
<li><p>Change <a href="#the-document's-address">the document's address</a> to the <a href=#entry-script>entry script</a>'s <a href="#script's-document" title="script's document">document</a>'s <a href="#the-document's-address" title="the document's
address">address</a>.</li>
@@ -65233,7 +65233,7 @@
<p>When a <a href=#browsing-context>browsing context</a> is to <dfn id=discard-a-document>discard a <code>Document</code></dfn>, the user
agent must run the following steps:</p>
- <ol><li><p>Set the <code><a href=#document>Document</a></code>'s <var title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></var> state to false.</li>
+ <ol><li><p>Set the <code><a href=#document>Document</a></code>'s <i title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></i> state to false.</li>
<li><p>Run any <a href=#unloading-document-cleanup-steps>unloading document cleanup steps</a> for the <code><a href=#document>Document</a></code> that
are defined by this specification and <a href=#other-applicable-specifications>other applicable specifications</a>.</li>
@@ -68198,7 +68198,7 @@
<div class=impl>
- <p>A <code><a href=#document>Document</a></code> has a <dfn id=concept-document-salvageable title=concept-document-salvageable><var>salvageable</var></dfn> state, which must initially be
+ <p>A <code><a href=#document>Document</a></code> has a <dfn id=concept-document-salvageable title=concept-document-salvageable><i>salvageable</i></dfn> state, which must initially be
true, a <dfn id=fired-unload>fired unload</dfn> flag, which must initially be false, and a <dfn id=page-showing>page showing</dfn>
flag, which must initially be false.</p>
@@ -68225,7 +68225,7 @@
<li><p>Release the <a href=#storage-mutex>storage mutex</a>.</li>
<li><p>If any event listeners were triggered by the earlier <i>dispatch</i> step, then set the
- <code><a href=#document>Document</a></code>'s <var title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></var> state to
+ <code><a href=#document>Document</a></code>'s <i title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></i> state to
false.</li>
<li>
@@ -68263,9 +68263,10 @@
<a href=#refused-to-allow-the-document-to-be-unloaded>refused to allow the document to be unloaded</a>, then the user implicitly also <a href=#refused-to-allow-the-document-to-be-unloaded title="refused to allow the document to be unloaded">refused to allow <em>this</em> document to
be unloaded</a>; jump to the step labeled <i>end</i>.</p>
- <li><p>If <var title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></var> state of the <a href=#active-document>active
+<!--CLEANUP-->
+ <li><p>If the <i title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></i> state of the <a href=#active-document>active
document</a> of the <a href=#browsing-context>browsing context</a> <var title="">b</var> is false, then set
- the <var title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></var> state of <em>this</em> document
+ the <i title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></i> state of <em>this</em> document
to false also.</li>
</ol></li>
@@ -68316,7 +68317,7 @@
<li><p>Release the <a href=#storage-mutex>storage mutex</a>.</li>
<li><p>If any event listeners were triggered by the earlier <i>unload event</i> step, then set
- the <code><a href=#document>Document</a></code> object's <var title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></var>
+ the <code><a href=#document>Document</a></code> object's <i title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></i>
state to false and set the <code><a href=#document>Document</a></code>'s <a href=#fired-unload>fired unload</a> flag to
true.</li>
@@ -68340,14 +68341,15 @@
<a href=#browsing-context>browsing context</a> <var title="">b</var> with the <var title="">recycle</var>
parameter set to false.</li>
- <li><p>If <var title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></var> state of the <a href=#active-document>active
+<!--CLEANUP-->
+ <li><p>If the <i title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></i> state of the <a href=#active-document>active
document</a> of the <a href=#browsing-context>browsing context</a> <var title="">b</var> is false, then set
- the <var title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></var> state of <em>this</em> document
+ the <i title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></i> state of <em>this</em> document
to false also.</li>
</ol></li>
- <li><p>If <var title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></var> and <var title="">recycle</var> are both false, then the <code><a href=#document>Document</a></code>'s <a href=#browsing-context>browsing
+ <li><p>If both the <code><a href=#document>Document</a></code>'s <i title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></i> state and <var title="">recycle</var> are false, then the <code><a href=#document>Document</a></code>'s <a href=#browsing-context>browsing
context</a> must <a href=#discard-a-document title="discard a document">discard the
<code>Document</code></a>.</li>
@@ -68362,16 +68364,16 @@
<p><a href=#make-disappear>Make disappear</a> any <code><a href=#websocket>WebSocket</a></code> objects that were created by the <code title=dom-WebSocket><a href=#dom-websocket>WebSocket()</a></code> constructor whose global object is the
<code><a href=#document>Document</a></code>'s <code><a href=#window>Window</a></code> object.</p>
- <p>If this affected any <code><a href=#websocket>WebSocket</a></code> objects, then set <code><a href=#document>Document</a></code>'s <var title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></var> state to false.</p>
+ <p>If this affected any <code><a href=#websocket>WebSocket</a></code> objects, then set <code><a href=#document>Document</a></code>'s <i title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></i> state to false.</p>
</li>
- <li><p>If the <code><a href=#document>Document</a></code>'s <var title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></var>
+ <li><p>If the <code><a href=#document>Document</a></code>'s <i title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></i>
state is false, <a href=#concept-eventsource-forcibly-close title=concept-EventSource-forcibly-close>forcibly close</a> any
<code><a href=#eventsource>EventSource</a></code> objects that whose constructor was invoked from the
<code><a href=#document>Document</a></code>'s <code><a href=#window>Window</a></code> object.</li>
- <li><p>If the <code><a href=#document>Document</a></code>'s <var title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></var>
+ <li><p>If the <code><a href=#document>Document</a></code>'s <i title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></i>
state is false, empty the <code><a href=#document>Document</a></code>'s <code><a href=#window>Window</a></code>'s <a href=#list-of-active-timers>list of active
timers</a>.</li>
@@ -68417,19 +68419,19 @@
<ol><li><p><a href=#abort-a-document title="abort a document">Abort</a> the <a href=#active-document title="active document">active
documents</a> of every <a href=#child-browsing-context>child browsing context</a>. If this results in any of those
- <code><a href=#document>Document</a></code> objects having their <var title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></var> state set to false, then set this
- <code><a href=#document>Document</a></code>'s <var title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></var> state to
+ <code><a href=#document>Document</a></code> objects having their <i title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></i> state set to false, then set this
+ <code><a href=#document>Document</a></code>'s <i title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></i> state to
false also.</li>
<li><p>Cancel any instances of the <a href=#fetch title=fetch>fetch</a> algorithm in the context of
this <code><a href=#document>Document</a></code>, discarding any <a href=#concept-task title=concept-task>tasks</a> <a href=#queue-a-task title="queue a task">queued</a> for them, and discarding any further data received from the
network for them. If this resulted in any instances of the <a href=#fetch title=fetch>fetch</a>
algorithm being canceled or any <a href=#queue-a-task title="queue a task">queued</a> <a href=#concept-task title=concept-task>tasks</a> or any network data getting discarded, then set the
- <code><a href=#document>Document</a></code>'s <var title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></var> state to
+ <code><a href=#document>Document</a></code>'s <i title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></i> state to
false.</li>
<li><p>If the <code><a href=#document>Document</a></code> has an <a href=#active-parser>active parser</a>, then <a href=#abort-a-parser title="abort a
- parser">abort that parser</a> and set the <code><a href=#document>Document</a></code>'s <var title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></var> state to false.</li>
+ parser">abort that parser</a> and set the <code><a href=#document>Document</a></code>'s <i title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></i> state to false.</li>
<!-- we could also stop all script, or stop animations -->
Modified: source
===================================================================
--- source 2013-06-03 23:36:17 UTC (rev 7890)
+++ source 2013-06-03 23:41:48 UTC (rev 7891)
@@ -12069,8 +12069,8 @@
<li><p>Release the <span>storage mutex</span>.</p></li>
- <li><p>Set the <code>Document</code>'s <var
- title="concept-document-salvageable">salvageable</var> state to false.</p></li>
+ <li><p>Set the <code>Document</code>'s <i
+ title="concept-document-salvageable">salvageable</i> state to false.</p></li>
<li><p><span title="prompt to unload a document">Prompt to unload</span> the
<code>Document</code> object. If the user <span>refused to allow the document to be
@@ -12111,8 +12111,8 @@
<code>Document</code> object's <span>reload override flag</span> and set the
<code>Document</code>'s <span>reload override buffer</span> to the empty string.</p></li>
- <li><p>Set the <code>Document</code>'s <var
- title="concept-document-salvageable">salvageable</var> state back to true.</p></li>
+ <li><p>Set the <code>Document</code>'s <i
+ title="concept-document-salvageable">salvageable</i> state back to true.</p></li>
<li><p>Change <span>the document's address</span> to the <span>entry script</span>'s <span
title="script's document">document</span>'s <span title="the document's
@@ -72750,8 +72750,8 @@
<ol>
- <li><p>Set the <code>Document</code>'s <var
- title="concept-document-salvageable">salvageable</var> state to false.</p></li>
+ <li><p>Set the <code>Document</code>'s <i
+ title="concept-document-salvageable">salvageable</i> state to false.</p></li>
<li><p>Run any <span>unloading document cleanup steps</span> for the <code>Document</code> that
are defined by this specification and <span>other applicable specifications</span>.</p></li>
@@ -76143,7 +76143,7 @@
<div class="impl">
<p>A <code>Document</code> has a <dfn
- title="concept-document-salvageable"><var>salvageable</var></dfn> state, which must initially be
+ title="concept-document-salvageable"><i>salvageable</i></dfn> state, which must initially be
true, a <dfn>fired unload</dfn> flag, which must initially be false, and a <dfn>page showing</dfn>
flag, which must initially be false.</p>
@@ -76174,7 +76174,7 @@
<li><p>Release the <span>storage mutex</span>.</p></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="concept-document-salvageable">salvageable</var> state to
+ <code>Document</code>'s <i title="concept-document-salvageable">salvageable</i> state to
false.</p></li>
<li>
@@ -76216,9 +76216,10 @@
title="refused to allow the document to be unloaded">refused to allow <em>this</em> document to
be unloaded</span>; jump to the step labeled <i>end</i>.</p>
- <li><p>If <var title="concept-document-salvageable">salvageable</var> state of the <span>active
+<!--CLEANUP-->
+ <li><p>If the <i title="concept-document-salvageable">salvageable</i> state of the <span>active
document</span> of the <span>browsing context</span> <var title="">b</var> is false, then set
- the <var title="concept-document-salvageable">salvageable</var> state of <em>this</em> document
+ the <i title="concept-document-salvageable">salvageable</i> state of <em>this</em> document
to false also.</p></li>
</ol>
@@ -76279,7 +76280,7 @@
<li><p>Release the <span>storage mutex</span>.</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="concept-document-salvageable">salvageable</var>
+ the <code>Document</code> object's <i title="concept-document-salvageable">salvageable</i>
state to false and set the <code>Document</code>'s <span>fired unload</span> flag to
true.</p></li>
@@ -76305,17 +76306,18 @@
<span>browsing context</span> <var title="">b</var> with the <var title="">recycle</var>
parameter set to false.</p></li>
- <li><p>If <var title="concept-document-salvageable">salvageable</var> state of the <span>active
+<!--CLEANUP-->
+ <li><p>If the <i title="concept-document-salvageable">salvageable</i> state of the <span>active
document</span> of the <span>browsing context</span> <var title="">b</var> is false, then set
- the <var title="concept-document-salvageable">salvageable</var> state of <em>this</em> document
+ the <i title="concept-document-salvageable">salvageable</i> state of <em>this</em> document
to false also.</p></li>
</ol>
</li>
- <li><p>If <var title="concept-document-salvageable">salvageable</var> and <var
- title="">recycle</var> are both false, then the <code>Document</code>'s <span>browsing
+ <li><p>If both the <code>Document</code>'s <i title="concept-document-salvageable">salvageable</i> state and <var
+ title="">recycle</var> are false, then the <code>Document</code>'s <span>browsing
context</span> must <span title="discard a document">discard the
<code>Document</code></span>.</p></li>
@@ -76335,17 +76337,17 @@
title="dom-WebSocket">WebSocket()</code> constructor whose global object is the
<code>Document</code>'s <code>Window</code> object.</p>
- <p>If this affected any <code>WebSocket</code> objects, then set <code>Document</code>'s <var
- title="concept-document-salvageable">salvageable</var> state to false.</p>
+ <p>If this affected any <code>WebSocket</code> objects, then set <code>Document</code>'s <i
+ title="concept-document-salvageable">salvageable</i> state to false.</p>
</li>
- <li><p>If the <code>Document</code>'s <var title="concept-document-salvageable">salvageable</var>
+ <li><p>If the <code>Document</code>'s <i title="concept-document-salvageable">salvageable</i>
state is false, <span title="concept-EventSource-forcibly-close">forcibly close</span> any
<code>EventSource</code> objects that whose constructor was invoked from the
<code>Document</code>'s <code>Window</code> object.</p></li>
- <li><p>If the <code>Document</code>'s <var title="concept-document-salvageable">salvageable</var>
+ <li><p>If the <code>Document</code>'s <i title="concept-document-salvageable">salvageable</i>
state is false, empty the <code>Document</code>'s <code>Window</code>'s <span>list of active
timers</span>.</p></li>
@@ -76402,9 +76404,9 @@
<li><p><span title="abort a document">Abort</span> the <span title="active document">active
documents</span> of every <span>child browsing context</span>. If this results in any of those
- <code>Document</code> objects having their <var
- title="concept-document-salvageable">salvageable</var> state set to false, then set this
- <code>Document</code>'s <var title="concept-document-salvageable">salvageable</var> state to
+ <code>Document</code> objects having their <i
+ title="concept-document-salvageable">salvageable</i> state set to false, then set this
+ <code>Document</code>'s <i title="concept-document-salvageable">salvageable</i> state to
false also.</p></li>
<li><p>Cancel any instances of the <span title="fetch">fetch</span> algorithm in the context of
@@ -76413,12 +76415,12 @@
network for them. If this resulted in any instances of the <span title="fetch">fetch</span>
algorithm being canceled or any <span title="queue a task">queued</span> <span
title="concept-task">tasks</span> or any network data getting discarded, then set the
- <code>Document</code>'s <var title="concept-document-salvageable">salvageable</var> state to
+ <code>Document</code>'s <i title="concept-document-salvageable">salvageable</i> state to
false.</p></li>
<li><p>If the <code>Document</code> has an <span>active parser</span>, then <span title="abort a
- parser">abort that parser</span> and set the <code>Document</code>'s <var
- title="concept-document-salvageable">salvageable</var> state to false.</p></li>
+ parser">abort that parser</span> and set the <code>Document</code>'s <i
+ title="concept-document-salvageable">salvageable</i> state to false.</p></li>
<!-- we could also stop all script, or stop animations -->
More information about the Commit-Watchers
mailing list