- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 06 Aug 2008 08:01:23 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv18230
Modified Files:
Overview.html
Log Message:
fix typos (whatwg r2025)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1212
retrieving revision 1.1213
diff -u -d -r1.1212 -r1.1213
--- Overview.html 6 Aug 2008 07:57:36 -0000 1.1212
+++ Overview.html 6 Aug 2008 08:01:21 -0000 1.1213
@@ -43914,12 +43914,11 @@
be that object.
<li>
- <p><span>Move all the events in the <a href="#port-message">port message
+ <p>Move all the events in the <a href="#port-message">port message
queue</a> of <var title="">original port</var> to the <a
href="#port-message">port message queue</a> of <var title="">new
port</var>, if any, leaving the <var title="">new port</var>'s <a
- href="#port-message">port message queue</a> in its initial closed
- state.</span>
+ href="#port-message">port message queue</a> in its initial closed state.
<li>
<p><a href="#entangle">Entangle</a> the <var title="">remote port</var>
@@ -44075,7 +44074,8 @@
object.</p>
<p>The first time a <code><a href="#messageport0">MessagePort</a></code>
- object's onmessage attribute is set, the port's <a
+ 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>
@@ -44142,12 +44142,13 @@
is entangled.
<li>
- <p>Unentangle the two ports.</p>
+ <p>Unentangle the two ports.
- <li>At the next available opportunity, after any scripts have finished
- executing<!-- XXX queue -->, <a href="#firing2">fire a simple event</a>
- called <code title=event-unload>unload</code> at <var title="">surviving
- port</var>.
+ <li>
+ <p>At the next available opportunity, after any scripts have finished
+ executing<!-- XXX queue -->, <a href="#firing2">fire a simple event</a>
+ called <code title=event-unload>unload</code> at <var title="">surviving
+ port</var>.
</ol>
<h5 id=ports0><span class=secno>7.5.3.2. </span>Ports and garbage
Received on Wednesday, 6 August 2008 08:01:57 UTC