Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) xref typos
git-svn-id: http://svn.whatwg.org/webapps@1841 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 3, 2008
1 parent 87dbfd8 commit 3b2d383
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions index
Expand Up @@ -41349,8 +41349,8 @@ data:&nbsp;test</pre>
title=dom-WebSocket-disconnect><code>disconnect()</code></dfn> method must
<a href="#close1">close the Web Socket connection</a> or connection
attempt, if any. If the connection is already closed, it must do nothing.
Closing the connection causes a <code
title=event-connection-close>close</code> event to be fired and the <code
Closing the connection causes a <code title=event-WebSocket-close><a
href="#close0">close</a></code> event to be fired and the <code
title=dom-WebSocket-readyState><a
href="#readystate1">readyState</a></code> attribute's value to change, as
<a href="#closeWebSocket">described below</a>.
Expand Down Expand Up @@ -41409,9 +41409,9 @@ data:&nbsp;test</pre>
<code><a href="#websocket0">WebSocket</a></code> object being created
&mdash; and thus the connection being established &mdash; and the current
script completing; or, during the execution of a <code
title=event-connection-read>read</code> event handler) must be buffered,
and those events queued up and each one individually fired after the
script has completed.</p>
title=event-WebSocket-read><a href="#read">read</a></code> event handler)
must be buffered, and those events queued up and each one individually
fired after the script has completed.</p>
<!-- XXX make this more generic
-->

Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -38917,7 +38917,7 @@ data:&nbsp;test</pre>
method must <span>close the Web Socket connection</span> or
connection attempt, if any. If the connection is already closed, it
must do nothing. Closing the connection causes a <code
title="event-connection-close">close</code> event to be fired and
title="event-WebSocket-close">close</code> event to be fired and
the <code title="dom-WebSocket-readyState">readyState</code>
attribute's value to change, as <a href="#closeWebSocket">described
below</a>.</p>
Expand Down Expand Up @@ -38975,7 +38975,7 @@ data:&nbsp;test</pre>
the <code>WebSocket</code> object being created &mdash; and thus the
connection being established &mdash; and the current script
completing; or, during the execution of a <code
title="event-connection-read">read</code> event handler) must be
title="event-WebSocket-read">read</code> event handler) must be
buffered, and those events queued up and each one individually fired
after the script has completed.</p> <!-- XXX make this more generic
-->
Expand Down

0 comments on commit 3b2d383

Please sign in to comment.