[html5] r4961 - [e] (0) typo Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9364

whatwg at whatwg.org whatwg at whatwg.org
Fri Apr 2 18:59:10 PDT 2010


Author: ianh
Date: 2010-04-02 18:59:09 -0700 (Fri, 02 Apr 2010)
New Revision: 4961

Modified:
   complete.html
   index
   source
Log:
[e] (0) typo
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9364

Modified: complete.html
===================================================================
--- complete.html	2010-04-02 23:18:05 UTC (rev 4960)
+++ complete.html	2010-04-03 01:59:09 UTC (rev 4961)
@@ -181,7 +181,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <hgroup><h1>Web Applications 1.0</h1>
-    <h2 class="no-num no-toc">Draft Standard — 2 April 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 3 April 2010</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -71545,7 +71545,7 @@
 
   <pre>otherWindow.postMessage('hello', 'http://example.com', [channel.port2]);</pre>
 
-  <p>To send messages, the <code title=dom-MessagpePort-postMessage>postMessage()</code> method on
+  <p>To send messages, the <code title=dom-MessagePort-postMessage><a href=#dom-messageport-postmessage>postMessage()</a></code> method on
   the port is used:</p>
 
   <pre>channel.port1.postMessage('hello');</pre>

Modified: index
===================================================================
--- index	2010-04-02 23:18:05 UTC (rev 4960)
+++ index	2010-04-03 01:59:09 UTC (rev 4961)
@@ -185,7 +185,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <hgroup><h1>HTML5 (including next generation additions still in development)</h1>
-    <h2 class="no-num no-toc">Draft Standard — 2 April 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 3 April 2010</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -65528,7 +65528,7 @@
 
   <pre>otherWindow.postMessage('hello', 'http://example.com', [channel.port2]);</pre>
 
-  <p>To send messages, the <code title=dom-MessagpePort-postMessage>postMessage()</code> method on
+  <p>To send messages, the <code title=dom-MessagePort-postMessage><a href=#dom-messageport-postmessage>postMessage()</a></code> method on
   the port is used:</p>
 
   <pre>channel.port1.postMessage('hello');</pre>

Modified: source
===================================================================
--- source	2010-04-02 23:18:05 UTC (rev 4960)
+++ source	2010-04-03 01:59:09 UTC (rev 4961)
@@ -80371,7 +80371,7 @@
   <pre>otherWindow.postMessage('hello', 'http://example.com', [channel.port2]);</pre>
 
   <p>To send messages, the <code
-  title="dom-MessagpePort-postMessage">postMessage()</code> method on
+  title="dom-MessagePort-postMessage">postMessage()</code> method on
   the port is used:</p>
 
   <pre>channel.port1.postMessage('hello');</pre>




More information about the Commit-Watchers mailing list