[html5] r2025 - [e] (0) fix typos

whatwg at whatwg.org whatwg at whatwg.org
Wed Aug 6 01:00:17 PDT 2008


Author: ianh
Date: 2008-08-06 01:00:17 -0700 (Wed, 06 Aug 2008)
New Revision: 2025

Modified:
   index
   source
Log:
[e] (0) fix typos

Modified: index
===================================================================
--- index	2008-08-06 07:57:32 UTC (rev 2024)
+++ index	2008-08-06 08:00:17 UTC (rev 2025)
@@ -43892,12 +43892,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>
@@ -44053,7 +44052,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>
 
@@ -44120,12 +44120,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

Modified: source
===================================================================
--- source	2008-08-06 07:57:32 UTC (rev 2024)
+++ source	2008-08-06 08:00:17 UTC (rev 2025)
@@ -41300,11 +41300,11 @@
    owned by <var title="">owner</var>, and let <var title="">new
    port</var> be that object.</p></li>
 
-   <li><p><span>Move all the events in the <span>port message
-   queue</span> of <var title="">original port</var> to the <span>port
-   message queue</span> of <var title="">new port</var>, if any,
-   leaving the <var title="">new port</var>'s <span>port message
-   queue</span> in its initial closed state.</p></li>
+   <li><p>Move all the events in the <span>port message queue</span>
+   of <var title="">original port</var> to the <span>port message
+   queue</span> of <var title="">new port</var>, if any, leaving the
+   <var title="">new port</var>'s <span>port message queue</span> in
+   its initial closed state.</p></li>
 
    <li><p><span>Entangle</span> the <var title="">remote port</var>
    and <var title="">new port</var> objects. The <var
@@ -41455,12 +41455,11 @@
     title="event-MessagePort-message">message</code> event is targeted
     at or bubbles through the <code>MessagePort</code> object.</p>
 
-    <p>The first time a <code>MessagePort</code> object's
-    <codetitle="handler-MessagePort-onmessage">onmessage</code>
-    attribute is set, the port's <span>port message queue</span> must
-    be opened, as if the <code
-    title="dom-MessagePort-start">start()</code> method had been
-    called.</p>
+    <p>The first time a <code>MessagePort</code> object's <code
+    title="handler-MessagePort-onmessage">onmessage</code> attribute
+    is set, the port's <span>port message queue</span> must be opened,
+    as if the <code title="dom-MessagePort-start">start()</code>
+    method had been called.</p>
 
    </dd>
 
@@ -41516,12 +41515,12 @@
    which the <code>MessagePort</code> object in question is
    entangled.</p></li>
 
-   <li><p>Unentangle the two ports.</p></p>
+   <li><p>Unentangle the two ports.</p></li>
 
-   <li>At the next available opportunity, after any scripts have
+   <li><p>At the next available opportunity, after any scripts have
    finished executing<!-- XXX queue -->, <span>fire a simple
    event</span> called <code title="event-unload">unload</code> at
-   <var title="">surviving port</var>.</p>
+   <var title="">surviving port</var>.</p></li>
 
   </ol>
 




More information about the Commit-Watchers mailing list