- From: CVS User ihickson <cvsmail@w3.org>
- Date: Sat, 03 Aug 2013 16:05:12 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/eventsource
In directory roscoe:/tmp/cvs-serv1837
Modified Files:
Overview.html
Log Message:
Cleanup (whatwg r8125)
--- /sources/public/html5/eventsource/Overview.html 2013/07/31 19:27:42 1.246
+++ /sources/public/html5/eventsource/Overview.html 2013/08/03 16:05:12 1.247
@@ -216,7 +216,7 @@
<h1>Server-Sent Events</h1>
- <h2 class="no-num no-toc" id="editor-s-draft-31-july-2013">Editor's Draft 31 July 2013</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-3-august-2013">Editor's Draft 3 August 2013</h2>
<dl><dt>Latest Published Version:</dt>
<dd><a href="http://www.w3.org/TR/eventsource/">http://www.w3.org/TR/eventsource/</a></dd>
<dt>Latest Editor's Draft:</dt>
@@ -354,7 +354,7 @@
</dl><p>The W3C <a href="http://www.w3.org/2008/webapps/">Web Applications
Working Group</a> is the W3C working group responsible for this
specification's progress along the W3C Recommendation track.
- This specification is the 31 July 2013 Editor's Draft.
+ This specification is the 3 August 2013 Editor's Draft.
</p>
@@ -1057,7 +1057,11 @@
domain. Authors can avoid this using the relatively complex 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> </p>
+ <span title="SharedWorkerGlobalScope">shared worker</span>.
+
+ <a href="#refsWEBWORKERS">[WEBWORKERS]</a>
+
+ </p>
<h2 id="eventsource-push"><span class="secno">8 </span>Connectionless push and other features</h2>
Received on Saturday, 3 August 2013 16:05:14 UTC