- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 02 May 2012 21:28:03 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/websockets In directory hutz:/tmp/cvs-serv5919 Modified Files: Overview.html Log Message: Fix some typos or copypasta. (whatwg r7086) Index: Overview.html =================================================================== RCS file: /sources/public/html5/websockets/Overview.html,v retrieving revision 1.266 retrieving revision 1.267 diff -u -d -r1.266 -r1.267 --- Overview.html 2 May 2012 20:17:25 -0000 1.266 +++ Overview.html 2 May 2012 21:28:01 -0000 1.267 @@ -848,7 +848,7 @@ attribute at the last minute. This latter aspect is important in particular because it is quite possible for the attribute to be changed after the user agent has received the data but before the - user agent as fired the event for it.</p> + user agent has fired the event for it.</p> <p>The <dfn id="dom-websocket-send" title="dom-WebSocket-send"><code>send(<var title="">data</var>)</code></dfn> method transmits data using the connection. If the <code title="dom-WebSocket-readyState"><a href="#dom-websocket-readystate">readyState</a></code> attribute is
Received on Wednesday, 2 May 2012 21:28:06 UTC