Skip to content

Commit

Permalink
[e] (0) typo
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9364

git-svn-id: http://svn.whatwg.org/webapps@4961 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 3, 2010
1 parent 259c060 commit 8b37ec6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -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 &mdash; 2 April 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 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>-->
Expand Down Expand Up @@ -71545,7 +71545,7 @@ <h4 id=introduction-9><span class=secno>10.5.1 </span>Introduction</h4>

<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>
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -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 &mdash; 2 April 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 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>-->
Expand Down Expand Up @@ -65528,7 +65528,7 @@ function receiver(e) {

<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>
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -80371,7 +80371,7 @@ function receiver(e) {
<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>
Expand Down

0 comments on commit 8b37ec6

Please sign in to comment.