Skip to content

Commit

Permalink
[e] (0) Clarify
Browse files Browse the repository at this point in the history
  • Loading branch information
Hixie committed Feb 6, 2013
1 parent 04ebca1 commit 26ba91b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 4 additions & 2 deletions complete.html
Expand Up @@ -82220,8 +82220,9 @@ <h4 id=the-websocket-interface><span class=secno>10.3.2 </span>The <code><a href
<p>The <dfn id=dom-websocket-close title=dom-WebSocket-close><code>close()</code></dfn>
method must run the following steps:</p>

<ol><li><p>If the method's first argument is present but is not an
integer equal to 1000 or in the range 3000 to 4999, throw an
<!--CLEANUP-->
<ol><li><p>If the method's first argument is present but is neither an
integer equal to 1000 nor an integer in the range 3000 to 4999, throw an
<code><a href=#invalidaccesserror>InvalidAccessError</a></code> exception and abort these
steps.</li>

Expand Down Expand Up @@ -103147,6 +103148,7 @@ <h2 class=no-num id=references>References</h2><!--REFS-->
Shiki Okasaka,
Sierk Bornemann,
Sigbj&oslash;rn Vik,
Silver Ghost, <!-- see bug 19614 -->
Silvia Pfeiffer,
Simon Montagu,
Simon Pieters,
Expand Down
6 changes: 4 additions & 2 deletions index
Expand Up @@ -82220,8 +82220,9 @@ interface <dfn id=websocket>WebSocket</dfn> : <a href=#eventtarget>EventTarget</
<p>The <dfn id=dom-websocket-close title=dom-WebSocket-close><code>close()</code></dfn>
method must run the following steps:</p>

<ol><li><p>If the method's first argument is present but is not an
integer equal to 1000 or in the range 3000 to 4999, throw an
<!--CLEANUP-->
<ol><li><p>If the method's first argument is present but is neither an
integer equal to 1000 nor an integer in the range 3000 to 4999, throw an
<code><a href=#invalidaccesserror>InvalidAccessError</a></code> exception and abort these
steps.</li>

Expand Down Expand Up @@ -103147,6 +103148,7 @@ if (s = prompt('What is your name?')) {
Shiki Okasaka,
Sierk Bornemann,
Sigbj&oslash;rn Vik,
Silver Ghost, <!-- see bug 19614 -->
Silvia Pfeiffer,
Simon Montagu,
Simon Pieters,
Expand Down
6 changes: 4 additions & 2 deletions source
Expand Up @@ -95373,10 +95373,11 @@ interface <dfn>WebSocket</dfn> : <span>EventTarget</span> {
<p>The <dfn title="dom-WebSocket-close"><code>close()</code></dfn>
method must run the following steps:</p>

<!--CLEANUP-->
<ol>

<li><p>If the method's first argument is present but is not an
integer equal to 1000 or in the range 3000 to 4999, throw an
<li><p>If the method's first argument is present but is neither an
integer equal to 1000 nor an integer in the range 3000 to 4999, throw an
<code>InvalidAccessError</code> exception and abort these
steps.</p></li>

Expand Down Expand Up @@ -120661,6 +120662,7 @@ if (s = prompt('What is your name?')) {
Shiki Okasaka,
Sierk Bornemann,
Sigbj&oslash;rn Vik,
Silver Ghost, <!-- see bug 19614 -->
Silvia Pfeiffer,
Simon Montagu,
Simon Pieters,
Expand Down

0 comments on commit 26ba91b

Please sign in to comment.