[html5] r4387 - [e] (0) Fix bogus references in complete.html.
whatwg at whatwg.org
whatwg at whatwg.org
Mon Nov 30 23:13:31 PST 2009
Author: ianh
Date: 2009-11-30 23:13:27 -0800 (Mon, 30 Nov 2009)
New Revision: 4387
Modified:
complete.html
index
source
Log:
[e] (0) Fix bogus references in complete.html.
Modified: complete.html
===================================================================
--- complete.html 2009-12-01 06:51:09 UTC (rev 4386)
+++ complete.html 2009-12-01 07:13:27 UTC (rev 4387)
@@ -64296,10 +64296,12 @@
<a href=#origin>origin</a>. <a href=#refsXHR>[XHR]</a></li>
<li><p>The <code><a href=#websocket>WebSocket</a></code> interface object and
- constructor. <a href=#refsWEBSOCKET>[WEBSOCKET]</a></li>
+ constructor.
+ </li>
<li><p>The <code><a href=#eventsource>EventSource</a></code> interface object and
- constructor. <a href=#refsEVENTSOURCE>[EVENTSOURCE]</a></li>
+ constructor.
+ </li>
<li><p>The <code><a href=#messagechannel>MessageChannel</a></code> interface object and
constructor. <a href=#refsHTML5>[HTML5]</a></li>
@@ -64350,7 +64352,8 @@
<p>Messages in <a href=#server-sent-events>server-sent events</a>, <a href=#network>Web
sockets</a>, <a href=#crossDocumentMessages>cross-document messaging</a>, and
- <a href=#channel-messaging>channel messaging</a> use the <dfn id=event-message title=event-message><code>message</code></dfn> event. <a href=#refsEVENTSOURCE>[EVENTSOURCE]</a> <a href=#refsWEBSOCKET>[WEBSOCKET]</a></p>
+ <a href=#channel-messaging>channel messaging</a> use the <dfn id=event-message title=event-message><code>message</code></dfn> event.
+ </p>
<p>The following interface is defined for this event:</p>
@@ -85632,14 +85635,6 @@
<dd><cite>Hangul Unix Environment</cite>. Korea Industrial
Standards Association, 1992. Ref. No. KS C 5861-1992.</dd>
- <dt id=refsEVENTSOURCE>[EVENTSOURCE]</dt>
- <!--
- <dd><cite><a href="http://www.w3.org/TR/eventsource/">Server-Sent
- Events</a></cite>, I. Hickson. W3C, April 2009.</dd>
- -->
- <dd><cite><a href=http://dev.w3.org/html5/eventsource/>Server-Sent
- Events</a></cite>, I. Hickson. W3C, July 2009.</dd>
-
<dt id=refsFILEAPI>[FILEAPI]</dt>
<dd><cite><a href=http://dev.w3.org/2006/webapi/FileUpload/publish/FileAPI.html>File
API</a></cite>, A. Ranganathan. W3C, August 2009.</dd>
@@ -86060,16 +86055,6 @@
<dd><cite><a href=http://tools.ietf.org/html/draft-nottingham-http-link-header>Web
Linking</a></cite>, M. Nottingham. IETF, July 2009.</dd>
- <dt id=refsWEBSOCKET>[WEBSOCKET]</dt>
- <!--
- <dd><cite><a href="http://www.w3.org/TR/websockets/">The Web Sockets
- API</a></cite>, I. Hickson. W3C, April
- 2009.</dd>
- -->
- <dd><cite><a href=http://dev.w3.org/html5/websockets/>The Web Sockets
- API</a></cite>, I. Hickson. W3C, August
- 2009.</dd>
-
<dt id=refsWHATWGWIKI>[WHATWGWIKI]</dt>
<dd><cite><a href=http://wiki.whatwg.org/>The WHATWG Wiki</a></cite>. WHATWG.</dd>
Modified: index
===================================================================
--- index 2009-12-01 06:51:09 UTC (rev 4386)
+++ index 2009-12-01 07:13:27 UTC (rev 4387)
@@ -111,7 +111,7 @@
<header class=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>HTML5</h1>
- <h2 class="no-num no-toc">Draft Standard — 24 November 2009</h2>
+ <h2 class="no-num no-toc">Draft Standard — 1 December 2009</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -58819,7 +58819,12 @@
<p>Messages in <span>server-sent events</span>, <span>Web
sockets</span>, <a href=#crossDocumentMessages>cross-document messaging</a>, and
- <a href=#channel-messaging>channel messaging</a> use the <dfn id=event-message title=event-message><code>message</code></dfn> event. <a href=#refsEVENTSOURCE>[EVENTSOURCE]</a> <a href=#refsWEBSOCKET>[WEBSOCKET]</a></p>
+ <a href=#channel-messaging>channel messaging</a> use the <dfn id=event-message title=event-message><code>message</code></dfn> event.
+
+ <a href=#refsEVENTSOURCE>[EVENTSOURCE]</a>
+ <a href=#refsWEBSOCKET>[WEBSOCKET]</a>
+
+ </p>
<p>The following interface is defined for this event:</p>
Modified: source
===================================================================
--- source 2009-12-01 06:51:09 UTC (rev 4386)
+++ source 2009-12-01 07:13:27 UTC (rev 4387)
@@ -73296,10 +73296,18 @@
<span>origin</span>. <a href="#refsXHR">[XHR]</a></p></li>
<li><p>The <code>WebSocket</code> interface object and
- constructor. <a href="#refsWEBSOCKET">[WEBSOCKET]</a></p></li>
+ constructor.
+ <!--END complete-->
+ <a href="#refsWEBSOCKET">[WEBSOCKET]</a>
+ <!--START complete-->
+ </p></li>
<li><p>The <code>EventSource</code> interface object and
- constructor. <a href="#refsEVENTSOURCE">[EVENTSOURCE]</a></p></li>
+ constructor.
+ <!--END complete-->
+ <a href="#refsEVENTSOURCE">[EVENTSOURCE]</a>
+ <!--START complete-->
+ </p></li>
<li><p>The <code>MessageChannel</code> interface object and
constructor. <a href="#refsHTML5">[HTML5]</a></p></li>
@@ -73361,9 +73369,12 @@
<p>Messages in <span>server-sent events</span>, <span>Web
sockets</span>, <span>cross-document messaging</span>, and
<span>channel messaging</span> use the <dfn
- title="event-message"><code>message</code></dfn> event. <a
- href="#refsEVENTSOURCE">[EVENTSOURCE]</a> <a
- href="#refsWEBSOCKET">[WEBSOCKET]</a></p>
+ title="event-message"><code>message</code></dfn> event.
+ <!--END complete-->
+ <a href="#refsEVENTSOURCE">[EVENTSOURCE]</a>
+ <a href="#refsWEBSOCKET">[WEBSOCKET]</a>
+ <!--START complete-->
+ </p>
<p>The following interface is defined for this event:</p>
More information about the Commit-Watchers
mailing list