html5/eventsource Overview.html,1.65,1.66

Update of /sources/public/html5/eventsource
In directory hutz:/tmp/cvs-serv23293

Modified Files:
	Overview.html 
Log Message:
Reference Workers where appropriate. (whatwg r3883)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/eventsource/Overview.html,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- Overview.html	17 Sep 2009 10:06:01 -0000	1.65
+++ Overview.html	17 Sep 2009 22:51:04 -0000	1.66
@@ -729,7 +729,7 @@
   mechanism of using unique domain names per connection, or by
   allowing the user to enable or disable the <code><a href="#eventsource">EventSource</a></code>
   functionality on a per-page basis, or by sharing a single
-  <code><a href="#eventsource">EventSource</a></code> object using a <span title="SharedWorkerGlobalScope">shared worker</span>.<hr><p>Other formats of event framing may also be supported in addition
+  <code><a href="#eventsource">EventSource</a></code> object using a <span title="SharedWorkerGlobalScope">shared worker</span>. <a href="#refsWEBWORKERS">[WEBWORKERS]</a><hr><p>Other formats of event framing may also be supported in addition
   to <code><a href="#text-event-stream">text/event-stream</a></code>, but this specification does not
   define how they are to be parsed or processed.<p class="note">Such formats could include systems like SMS-push;
   for example servers could use <code title="">Accept</code> headers
@@ -866,4 +866,13 @@
    <dd><cite><a href="http://dev.w3.org/2006/webapi/WebIDL/">Web
    IDL</a></cite>, C. McCormack. W3C, July 2009.</dd>
 
+   <dt id="refsWEBWORKERS">[WEBWORKERS]</dt>
+   <!--
+   <dd><cite><a
+   href="http://www.w3.org/TR/webworkers/">Workers</a></cite>,
+   I. Hickson. W3C, April 2009.</dd>
+   -->
+   <dd><cite><a href="http://dev.w3.org/html5/workers/">Web
+   Workers</a></cite>, I. Hickson. W3C, September 2009.</dd>
+
   </dl>

Received on Thursday, 17 September 2009 22:51:17 UTC