[html5] r7698 - [e] (0) Clarify Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=19614
whatwg at whatwg.org
whatwg at whatwg.org
Wed Feb 6 13:05:21 PST 2013
Author: ianh
Date: 2013-02-06 13:05:19 -0800 (Wed, 06 Feb 2013)
New Revision: 7698
Modified:
complete.html
index
source
Log:
[e] (0) Clarify
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=19614
Modified: complete.html
===================================================================
--- complete.html 2013-02-06 00:40:31 UTC (rev 7697)
+++ complete.html 2013-02-06 21:05:19 UTC (rev 7698)
@@ -82220,8 +82220,9 @@
<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>
@@ -103147,6 +103148,7 @@
Shiki Okasaka,
Sierk Bornemann,
Sigbjørn Vik,
+ Silver Ghost, <!-- see bug 19614 -->
Silvia Pfeiffer,
Simon Montagu,
Simon Pieters,
Modified: index
===================================================================
--- index 2013-02-06 00:40:31 UTC (rev 7697)
+++ index 2013-02-06 21:05:19 UTC (rev 7698)
@@ -82220,8 +82220,9 @@
<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>
@@ -103147,6 +103148,7 @@
Shiki Okasaka,
Sierk Bornemann,
Sigbjørn Vik,
+ Silver Ghost, <!-- see bug 19614 -->
Silvia Pfeiffer,
Simon Montagu,
Simon Pieters,
Modified: source
===================================================================
--- source 2013-02-06 00:40:31 UTC (rev 7697)
+++ source 2013-02-06 21:05:19 UTC (rev 7698)
@@ -95373,10 +95373,11 @@
<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>
@@ -120661,6 +120662,7 @@
Shiki Okasaka,
Sierk Bornemann,
Sigbjørn Vik,
+ Silver Ghost, <!-- see bug 19614 -->
Silvia Pfeiffer,
Simon Montagu,
Simon Pieters,
More information about the Commit-Watchers
mailing list