- From: poot <cvsmail@w3.org>
- Date: Wed, 6 Aug 2008 17:04:32 +0900 (JST)
- To: public-html-diffs@w3.org
fix typos (whatwg r2025)
clone a port
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1213.html#clone
onmessage
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1213.html#onmessage1
7.5.3.1. Ports and browsing contexts
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1213.html#ports
7.5.3.2. Ports and garbage collection
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1213.html#ports0
http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1212&r2=1.1213&f=h
http://html5.org/tools/web-apps-tracker?from=2024&to=2025
===================================================================
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:05:13 UTC