Short URL: http://html5.org/r/1841
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 1841 | xref typos | 2008-07-03 09:01 |
Index: source =================================================================== --- source (revision 1840) +++ source (revision 1841) @@ -38917,7 +38917,7 @@ 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> @@ -38975,7 +38975,7 @@ the <code>WebSocket</code> object being created — and thus the connection being established — 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 -->