html5/eventsource Overview.html,1.101,1.102

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

Modified Files:
	Overview.html 
Log Message:
oops, missed one (whatwg r4437)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/eventsource/Overview.html,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -d -r1.101 -r1.102
--- Overview.html	11 Dec 2009 16:15:20 -0000	1.101
+++ Overview.html	11 Dec 2009 16:21:01 -0000	1.102
@@ -795,7 +795,11 @@
   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>. <a href="#refsWEBWORKERS">[WEBWORKERS]</a><h2 id="eventsource-push"><span class="secno">9 </span>Connectionless push and other features</h2><p>User agents running in controlled environments, e.g. browsers on
+  <code><a href="#eventsource">EventSource</a></code> object using a <span title="SharedWorkerGlobalScope">shared worker</span>.
+  
+  <a href="#refsWEBWORKERS">[WEBWORKERS]</a>
+  
+  <h2 id="eventsource-push"><span class="secno">9 </span>Connectionless push and other features</h2><p>User agents running in controlled environments, e.g. browsers on
   mobile handsets tied to specific carriers, may offload the
   management of the connection to a proxy on the network. In such a
   situation, the user agent for the purposes of conformance is

Received on Friday, 11 December 2009 16:21:05 UTC