[html5] r2027 - [e] (0) typo
whatwg at whatwg.org
whatwg at whatwg.org
Wed Aug 6 12:24:46 PDT 2008
Author: ianh
Date: 2008-08-06 12:24:45 -0700 (Wed, 06 Aug 2008)
New Revision: 2027
Modified:
index
source
Log:
[e] (0) typo
Modified: index
===================================================================
--- index 2008-08-06 09:47:03 UTC (rev 2026)
+++ index 2008-08-06 19:24:45 UTC (rev 2027)
@@ -43823,7 +43823,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
@@ -43992,7 +43992,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.
@@ -44057,7 +44057,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>
Modified: source
===================================================================
--- source 2008-08-06 09:47:03 UTC (rev 2026)
+++ source 2008-08-06 19:24:45 UTC (rev 2027)
@@ -41395,7 +41395,7 @@
<hr>
- <p>The <dfn title="dom-MessagePort-close"><code>start()</code></dfn>
+ <p>The <dfn title="dom-MessagePort-start"><code>start()</code></dfn>
method must open its port's <span>port message queue</span>, if it
is not already open.</p>
More information about the Commit-Watchers
mailing list