hixie: More cleanup (whatwg r3892)

hixie: More cleanup (whatwg r3892)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3054&r2=1.3055&f=h
http://html5.org/tools/web-apps-tracker?from=3891&to=3892

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3054
retrieving revision 1.3055
diff -u -d -r1.3054 -r1.3055
--- Overview.html 18 Sep 2009 07:41:46 -0000 1.3054
+++ Overview.html 18 Sep 2009 07:51:42 -0000 1.3055
@@ -54025,12 +54025,12 @@
    <dd class="impl"><strong>Value</strong>: Always the string "<code title="">false</code>".</dd>
 
   </dl><!--
-XXX Once we resolve the style="" issue, address these:
+v2 (well, really v0):
  "forecolor", "hilitecolor", "fontname", "fontsize", "justifyleft",
  "justifycenter", "justifyright", "justifyfull", "indent", "outdent"
---><h2 id="comms"><span class="secno">8 </span>Communication</h2><h3 id="event-definitions"><span class="secno">8.1 </span>Event definitions</h3><!-- XXX cross-references for SSE and WS need fixing now that this is cross-spec --><p>Messages in <span>server-sent events</span>, <span>Web
+--><h2 id="comms"><span class="secno">8 </span>Communication</h2><h3 id="event-definitions"><span class="secno">8.1 </span>Event definitions</h3><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.<p>The following interface is defined for this event:<pre class="idl">interface <dfn id="messageevent">MessageEvent</dfn> : Event {
+  <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>The following interface is defined for this event:<pre class="idl">interface <dfn id="messageevent">MessageEvent</dfn> : Event {
   readonly attribute any <a href="#dom-messageevent-data" title="dom-MessageEvent-data">data</a>;
   readonly attribute DOMString <a href="#dom-messageevent-origin" title="dom-MessageEvent-origin">origin</a>;
   readonly attribute DOMString <a href="#dom-messageevent-lasteventid" title="dom-MessageEvent-lastEventId">lastEventId</a>;
@@ -68898,6 +68898,14 @@
    <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>
@@ -69252,6 +69260,16 @@
    <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>

Received on Friday, 18 September 2009 07:52:44 UTC