- From: poot <cvsmail@w3.org>
- Date: Thu, 7 Aug 2008 04:28:35 +0900 (JST)
- To: public-html-diffs@w3.org
typo (whatwg r2027)
start()
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1215.html#start6
onload
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1215.html#onload0
onmessage
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1215.html#onmessage1
MessagePort
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1215.html#messageport0
postMessage()
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1215.html#postmessage2
http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1214&r2=1.1215&f=h
http://html5.org/tools/web-apps-tracker?from=2026&to=2027
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1214
retrieving revision 1.1215
diff -u -d -r1.1214 -r1.1215
--- Overview.html 6 Aug 2008 09:47:08 -0000 1.1214
+++ Overview.html 6 Aug 2008 19:25:20 -0000 1.1215
@@ -43845,7 +43845,7 @@
readonly attribute boolean <a href="#active0" title=dom-MessagePort-active>active</a>;
boolean <a href="#postmessage2" title=dom-MessagePort-postMessage>postMessage</a>(in DOMString message);
boolean <a href="#postmessage2" title=dom-MessagePort-postMessage>postMessage</a>(in DOMString message, in <a href="#messageport0">MessagePort</a> messagePort);
- void <span title=dom-MessagePort-start>start</span>();
+ void <a href="#start6" title=dom-MessagePort-start>start</a>();
void <a href="#close3" title=dom-MessagePort-close>close</a>();
// event handler attributes
@@ -44014,7 +44014,7 @@
<hr>
<p>The <dfn id=start6
- title=dom-MessagePort-close><code>start()</code></dfn> method must open
+ title=dom-MessagePort-start><code>start()</code></dfn> method must open
its port's <a href="#port-message">port message queue</a>, if it is not
already open.
@@ -44079,7 +44079,8 @@
object's <code title=handler-MessagePort-onmessage><a
href="#onmessage1">onmessage</a></code> attribute is set, the port's <a
href="#port-message">port message queue</a> must be opened, as if the
- <code title=dom-MessagePort-start>start()</code> method had been called.</p>
+ <code title=dom-MessagePort-start><a href="#start6">start()</a></code>
+ method had been called.</p>
<dt><dfn id=onload0
title=handler-MessagePort-onload><code>onload</code></dfn>
Received on Wednesday, 6 August 2008 19:29:15 UTC