[html5] r4437 - [e] (0) oops, missed one
whatwg at whatwg.org
whatwg at whatwg.org
Fri Dec 11 08:20:58 PST 2009
Author: ianh
Date: 2009-12-11 08:20:55 -0800 (Fri, 11 Dec 2009)
New Revision: 4437
Modified:
complete.html
source
Log:
[e] (0) oops, missed one
Modified: complete.html
===================================================================
--- complete.html 2009-12-11 16:15:07 UTC (rev 4436)
+++ complete.html 2009-12-11 16:20:55 UTC (rev 4437)
@@ -65136,7 +65136,8 @@
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 <a href=#sharedworkerglobalscope title=SharedWorkerGlobalScope>shared worker</a>. <a href=#refsWEBWORKERS>[WEBWORKERS]</a></p>
+ <code><a href=#eventsource>EventSource</a></code> object using a <a href=#sharedworkerglobalscope title=SharedWorkerGlobalScope>shared worker</a>.
+ </p>
<h4 id=eventsource-push><span class=secno>10.2.7 </span>Connectionless push and other features</h4>
@@ -86336,15 +86337,6 @@
<dt id=refsWHATWGWIKI>[WHATWGWIKI]</dt>
<dd><cite><a href=http://wiki.whatwg.org/>The WHATWG Wiki</a></cite>. WHATWG.</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>
-
<dt id=refsWIN1252>[WIN1252]</dt>
<dd><cite><a href=http://www.microsoft.com/globaldev/reference/sbcs/1252.htm>Windows 1252</a></cite>. Microsoft.</dd>
Modified: source
===================================================================
--- source 2009-12-11 16:15:07 UTC (rev 4436)
+++ source 2009-12-11 16:20:55 UTC (rev 4437)
@@ -74277,8 +74277,11 @@
allowing the user to enable or disable the <code>EventSource</code>
functionality on a per-page basis, or by sharing a single
<code>EventSource</code> object using a <span
- title="SharedWorkerGlobalScope">shared worker</span>. <a
- href="#refsWEBWORKERS">[WEBWORKERS]</a></p>
+ title="SharedWorkerGlobalScope">shared worker</span>.
+ <!--END complete-->
+ <a href="#refsWEBWORKERS">[WEBWORKERS]</a>
+ <!--START complete-->
+ </p>
<h4 id="eventsource-push">Connectionless push and other features</h4>
More information about the Commit-Watchers
mailing list