- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 01 Dec 2009 07:13:46 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/workers In directory hutz:/tmp/cvs-serv26062 Modified Files: Overview.html Log Message: Fix bogus references in complete.html. (whatwg r4387) Index: Overview.html =================================================================== RCS file: /sources/public/html5/workers/Overview.html,v retrieving revision 1.201 retrieving revision 1.202 diff -u -d -r1.201 -r1.202 --- Overview.html 1 Dec 2009 07:01:37 -0000 1.201 +++ Overview.html 1 Dec 2009 07:13:44 -0000 1.202 @@ -1893,10 +1893,18 @@ <span>origin</span>. <a href="#refsXHR">[XHR]</a></li> <li><p>The <code>WebSocket</code> interface object and - constructor. <a href="#refsWEBSOCKET">[WEBSOCKET]</a></li> + constructor. + + <a href="#refsWEBSOCKET">[WEBSOCKET]</a> + + </li> <li><p>The <code>EventSource</code> interface object and - constructor. <a href="#refsEVENTSOURCE">[EVENTSOURCE]</a></li> + constructor. + + <a href="#refsEVENTSOURCE">[EVENTSOURCE]</a> + + </li> <li><p>The <code>MessageChannel</code> interface object and constructor. <a href="#refsHTML5">[HTML5]</a></li>
Received on Tuesday, 1 December 2009 07:13:50 UTC