[html5] r6852 - [e] (0) typo Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=15045 Affected [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Dec 7 15:24:18 PST 2011
Author: ianh
Date: 2011-12-07 15:24:16 -0800 (Wed, 07 Dec 2011)
New Revision: 6852
Modified:
complete.html
index
source
Log:
[e] (0) typo
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=15045
Affected topics: DOM APIs
Modified: complete.html
===================================================================
--- complete.html 2011-12-07 00:35:53 UTC (rev 6851)
+++ complete.html 2011-12-07 23:24:16 UTC (rev 6852)
@@ -78533,7 +78533,7 @@
<p>Each <code><a href=#messageport>MessagePort</a></code> object can be entangled with
another (a symmetric relationship). Each <code><a href=#messageport>MessagePort</a></code>
object also has a <a href=#task-source>task source</a> called the <dfn id=port-message-queue>port
- message queue</dfn>, initial empty. A <a href=#port-message-queue>port message
+ message queue</dfn>, initially empty. A <a href=#port-message-queue>port message
queue</a> can be enabled or disabled, and is initially
disabled. Once enabled, a port can never be disabled again (though
messages in the queue can get moved to another queue or removed
Modified: index
===================================================================
--- index 2011-12-07 00:35:53 UTC (rev 6851)
+++ index 2011-12-07 23:24:16 UTC (rev 6852)
@@ -78533,7 +78533,7 @@
<p>Each <code><a href=#messageport>MessagePort</a></code> object can be entangled with
another (a symmetric relationship). Each <code><a href=#messageport>MessagePort</a></code>
object also has a <a href=#task-source>task source</a> called the <dfn id=port-message-queue>port
- message queue</dfn>, initial empty. A <a href=#port-message-queue>port message
+ message queue</dfn>, initially empty. A <a href=#port-message-queue>port message
queue</a> can be enabled or disabled, and is initially
disabled. Once enabled, a port can never be disabled again (though
messages in the queue can get moved to another queue or removed
Modified: source
===================================================================
--- source 2011-12-07 00:35:53 UTC (rev 6851)
+++ source 2011-12-07 23:24:16 UTC (rev 6852)
@@ -91146,7 +91146,7 @@
<p>Each <code>MessagePort</code> object can be entangled with
another (a symmetric relationship). Each <code>MessagePort</code>
object also has a <span>task source</span> called the <dfn>port
- message queue</dfn>, initial empty. A <span>port message
+ message queue</dfn>, initially empty. A <span>port message
queue</span> can be enabled or disabled, and is initially
disabled. Once enabled, a port can never be disabled again (though
messages in the queue can get moved to another queue or removed
More information about the Commit-Watchers
mailing list