[html5] r3892 - [e] (0) More cleanup
whatwg at whatwg.org
whatwg at whatwg.org
Fri Sep 18 00:57:48 PDT 2009
Author: ianh
Date: 2009-09-18 00:57:47 -0700 (Fri, 18 Sep 2009)
New Revision: 3892
Modified:
index
source
Log:
[e] (0) More cleanup
Modified: index
===================================================================
--- index 2009-09-18 07:47:50 UTC (rev 3891)
+++ index 2009-09-18 07:57:47 UTC (rev 3892)
@@ -59987,7 +59987,7 @@
<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>
@@ -59995,10 +59995,9 @@
<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
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>
+ <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>
@@ -75457,6 +75456,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>
@@ -75811,6 +75818,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>
Modified: source
===================================================================
--- source 2009-09-18 07:47:50 UTC (rev 3891)
+++ source 2009-09-18 07:57:47 UTC (rev 3892)
@@ -69933,7 +69933,7 @@
</dl>
<!--
-XXX Once we resolve the style="" issue, address these:
+v2 (well, really v0):
"forecolor", "hilitecolor", "fontname", "fontsize", "justifyleft",
"justifycenter", "justifyright", "justifyfull", "indent", "outdent"
-->
@@ -70672,8 +70672,7 @@
<p class="note">As with <code>script</code> elements, the MIME
type of the script is ignored. Unlike with <code>script</code>
elements, there is no way to override the type. It's always
- assumed to be JavaScript.</p> <!-- XXX people will complain about
- this. I guess we might want to examine the MIME type... -->
+ assumed to be JavaScript.</p>
</li>
@@ -71454,13 +71453,10 @@
<p>Objects that implement the <code>WorkerUtils</code> interface
must also implement the <code>WindowTimers</code> interface. (This
- interface provides the <code title="">setTimeout()</code> method and
- its friends.)</p><!-- XXX ref -->
+ interface provides the <code
+ title="dom-windowtimers-setTimeout">setTimeout()</code> method and
+ its friends.)</p>
- <!-- XXX ApplicationCache -->
-
- <!-- XXX debugging: void log(in DOMString s); // log to console -->
-
<hr>
<p>The DOM APIs (<code>Node</code> objects, <code>Document</code>
@@ -71526,7 +71522,7 @@
<p class="note">As with the worker's script, the script here is
always assumed to be JavaScript, regardless of the MIME
- type.</p> <!-- XXX -->
+ type.</p>
</li>
@@ -71546,9 +71542,8 @@
prematurely aborted by the "<span>kill a worker</span>" or
"<span>terminate a worker</span>" algorithms defined above.</p>
- <p>If it failed to parse, then throw a
- <code>SyntaxError</code><!-- XXX ref? --> exception and abort
- all these steps.</p>
+ <p>If it failed to parse, then throw a <code>SyntaxError</code>
+ exception and abort all these steps.</p>
<p>If an exception was raised or if the script was prematurely
aborted, then abort all these steps, letting the exception or
@@ -71683,11 +71678,12 @@
<h3>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
sockets</span>, <span>cross-document messaging</span>, and
<span>channel messaging</span> use the <dfn
- title="event-message"><code>message</code></dfn> event.</p>
+ 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>
More information about the Commit-Watchers
mailing list