Skip to content

Commit

Permalink
[e] (0) Remove redundant 'must'.
Browse files Browse the repository at this point in the history
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7369 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 17, 2012
1 parent 864e91a commit 7673eda
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -70545,7 +70545,7 @@ <h4 id=navigating-across-documents><span class=secno>6.6.1 </span>Navigating acr
<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 unloaded</a>, then
these steps must be aborted.</li>
abort these steps.</li>

<li><p><a href=#abort-a-document title="abort a document">Abort</a> the
<a href=#active-document>active document</a> of the <a href=#browsing-context>browsing
Expand Down
2 changes: 1 addition & 1 deletion index
Original file line number Diff line number Diff line change
Expand Up @@ -70545,7 +70545,7 @@ State: &lt;OUTPUT NAME=I&gt;1&lt;/OUTPUT&gt; &lt;INPUT VALUE="Increment" TYPE=BU
<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 unloaded</a>, then
these steps must be aborted.</li>
abort these steps.</li>

<li><p><a href=#abort-a-document title="abort a document">Abort</a> the
<a href=#active-document>active document</a> of the <a href=#browsing-context>browsing
Expand Down
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -82475,7 +82475,7 @@ State: &lt;OUTPUT NAME=I>1&lt;/OUTPUT> &lt;INPUT VALUE="Increment" TYPE=BUTTON O
<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 unloaded</span>, then
these steps must be aborted.</p></li>
abort these steps.</p></li>

<li><p><span title="abort a document">Abort</span> the
<span>active document</span> of the <span>browsing
Expand Down

0 comments on commit 7673eda

Please sign in to comment.