[html5] r8653 - [e] (0) Typo in WebSocket section Fixing https://www.w3.org/Bugs/Public/show_bug [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Jun 4 13:07:54 PDT 2014


Author: ianh
Date: 2014-06-04 13:07:48 -0700 (Wed, 04 Jun 2014)
New Revision: 8653

Modified:
   complete.html
   index
   source
Log:
[e] (0) Typo in WebSocket section
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=25970
Affected topics: DOM APIs

Modified: complete.html
===================================================================
--- complete.html	2014-05-30 18:34:25 UTC (rev 8652)
+++ complete.html	2014-06-04 20:07:48 UTC (rev 8653)
@@ -290,7 +290,7 @@
   </script><body onload=init()>
   <header class="head with-buttons" id=head><p><a href=//www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 30 May 2014</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 4 June 2014</h2>
    </hgroup><div>
     <div>
      <a href=//whatwg.org/html><span><strong>Multipage Version</strong> <code>whatwg.org/html</code></span></a>
@@ -82319,9 +82319,10 @@
 
   <h4 id=garbage-collection-1><span class=secno>9.3.7 </span>Garbage collection</h4>
 
+<!--CLEANUP-->
   <p>A <code><a href=#websocket>WebSocket</a></code> object whose <code title=dom-WebSocket-readyState><a href=#dom-websocket-readystate>readyState</a></code>
   attribute's value was set to <code title=dom-WebSocket-CONNECTING><a href=#dom-websocket-connecting>CONNECTING</a></code> (0) as of
-  the last time the <a href=#event-loop>event loop</a> started reached step 1 must not be garbage collected if
+  the last time the <a href=#event-loop>event loop</a> reached step 1 must not be garbage collected if
   there are any event listeners registered for <code title=event-open><a href=#event-open>open</a></code> events, <code title=event-message><a href=#event-message>message</a></code> events, <code title=event-error><a href=#event-error>error</a></code> events, or
   <code title=event-close><a href=#event-close>close</a></code> events.</p>
 

Modified: index
===================================================================
--- index	2014-05-30 18:34:25 UTC (rev 8652)
+++ index	2014-06-04 20:07:48 UTC (rev 8653)
@@ -290,7 +290,7 @@
   </script><body onload=init()>
   <header class="head with-buttons" id=head><p><a href=//www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 30 May 2014</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 4 June 2014</h2>
    </hgroup><div>
     <div>
      <a href=//whatwg.org/html><span><strong>Multipage Version</strong> <code>whatwg.org/html</code></span></a>
@@ -82319,9 +82319,10 @@
 
   <h4 id=garbage-collection-1><span class=secno>9.3.7 </span>Garbage collection</h4>
 
+<!--CLEANUP-->
   <p>A <code><a href=#websocket>WebSocket</a></code> object whose <code title=dom-WebSocket-readyState><a href=#dom-websocket-readystate>readyState</a></code>
   attribute's value was set to <code title=dom-WebSocket-CONNECTING><a href=#dom-websocket-connecting>CONNECTING</a></code> (0) as of
-  the last time the <a href=#event-loop>event loop</a> started reached step 1 must not be garbage collected if
+  the last time the <a href=#event-loop>event loop</a> reached step 1 must not be garbage collected if
   there are any event listeners registered for <code title=event-open><a href=#event-open>open</a></code> events, <code title=event-message><a href=#event-message>message</a></code> events, <code title=event-error><a href=#event-error>error</a></code> events, or
   <code title=event-close><a href=#event-close>close</a></code> events.</p>
 

Modified: source
===================================================================
--- source	2014-05-30 18:34:25 UTC (rev 8652)
+++ source	2014-06-04 20:07:48 UTC (rev 8653)
@@ -91221,9 +91221,10 @@
 
   <h4>Garbage collection</h4>
 
+<!--CLEANUP-->
   <p>A <code>WebSocket</code> object whose <code data-x="dom-WebSocket-readyState">readyState</code>
   attribute's value was set to <code data-x="dom-WebSocket-CONNECTING">CONNECTING</code> (0) as of
-  the last time the <span>event loop</span> started reached step 1 must not be garbage collected if
+  the last time the <span>event loop</span> reached step 1 must not be garbage collected if
   there are any event listeners registered for <code data-x="event-open">open</code> events, <code
   data-x="event-message">message</code> events, <code data-x="event-error">error</code> events, or
   <code data-x="event-close">close</code> events.</p>



More information about the Commit-Watchers mailing list