html5/spec Overview.html,1.1214,1.1215

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv27828

Modified Files:
	Overview.html 
Log Message:
typo (whatwg r2027)

Index: Overview.html
===================================================================
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:26:01 UTC