Skip to content

Commit

Permalink
[e] (0) Typo in WebSocket section
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=25970
Affected topics: DOM APIs

git-svn-id: http://svn.whatwg.org/webapps@8653 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 4, 2014
1 parent e690fe8 commit 7df8ca4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 3 additions & 2 deletions complete.html
Expand Up @@ -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 &mdash; Last Updated 30 May 2014</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>
Expand Down Expand Up @@ -82319,9 +82319,10 @@ <h4 id=parsing-websocket-urls><span class=secno>9.3.5 </span>Parsing WebSocket U

<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>

Expand Down
5 changes: 3 additions & 2 deletions index
Expand Up @@ -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 &mdash; Last Updated 30 May 2014</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>
Expand Down Expand Up @@ -82319,9 +82319,10 @@ dictionary <dfn id=closeeventinit>CloseEventInit</dfn> : <a href=#eventinit>Even

<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>

Expand Down
3 changes: 2 additions & 1 deletion source
Expand Up @@ -91221,9 +91221,10 @@ dictionary <dfn>CloseEventInit</dfn> : <span>EventInit</span> {

<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>
Expand Down

0 comments on commit 7df8ca4

Please sign in to comment.