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=14410

git-svn-id: http://svn.whatwg.org/webapps@6738 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 24, 2011
1 parent 0d9418a commit 0354f50
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -69363,7 +69363,7 @@ <h5 id=event-handler-attributes><span class=secno>7.1.6.1 </span>Event handlers<
not influence whether an <a href=#event-handlers title="event handlers">event
handler</a> is triggered or not.</p>

<p>The <dfn id=the-event-handler-processing-algorithm>the event handler processing algorithm</dfn> for an
<p><dfn id=the-event-handler-processing-algorithm>The event handler processing algorithm</dfn> for an
<a href=#event-handlers title="event handlers">event handler</a> <var title="">H</var> and an <code><a href=#event>Event</a></code> object <var title="">E</var> is as follows:</p>

<ol><li><p>If <var title="">H</var>'s value is null, then abort these
Expand Down Expand Up @@ -81829,7 +81829,7 @@ <h5 id=ports-as-the-basis-of-an-object-capability-model-on-the-web><span class=s

<!-- anything else? -->

<li>Send a <code title=event-message><a href=#event-message>message</a></code> event to the
<li>Send a <code title=event-message><a href=#event-message>message</a></code> event to
the <code><a href=#window>Window</a></code> in the <code><a href=#the-iframe-element>iframe</a></code> using the <code title=dom-window-postMessage><a href=#dom-window-postmessage>window.postMessage()</a></code>
API.</li>

Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -69363,7 +69363,7 @@ currently this is unnecessary: http://www.w3.org/Bugs/Public/show_bug.cgi?id=119
not influence whether an <a href=#event-handlers title="event handlers">event
handler</a> is triggered or not.</p>

<p>The <dfn id=the-event-handler-processing-algorithm>the event handler processing algorithm</dfn> for an
<p><dfn id=the-event-handler-processing-algorithm>The event handler processing algorithm</dfn> for an
<a href=#event-handlers title="event handlers">event handler</a> <var title="">H</var> and an <code><a href=#event>Event</a></code> object <var title="">E</var> is as follows:</p>

<ol><li><p>If <var title="">H</var>'s value is null, then abort these
Expand Down Expand Up @@ -81829,7 +81829,7 @@ function handleMessage(event) {

<!-- anything else? -->

<li>Send a <code title=event-message><a href=#event-message>message</a></code> event to the
<li>Send a <code title=event-message><a href=#event-message>message</a></code> event to
the <code><a href=#window>Window</a></code> in the <code><a href=#the-iframe-element>iframe</a></code> using the <code title=dom-window-postMessage><a href=#dom-window-postmessage>window.postMessage()</a></code>
API.</li>

Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -78888,7 +78888,7 @@ currently this is unnecessary: http://www.w3.org/Bugs/Public/show_bug.cgi?id=119
not influence whether an <span title="event handlers">event
handler</span> is triggered or not.</p>

<p>The <dfn>the event handler processing algorithm</dfn> for an
<p><dfn>The event handler processing algorithm</dfn> for an
<span title="event handlers">event handler</span> <var
title="">H</var> and an <code>Event</code> object <var
title="">E</var> is as follows:</p>
Expand Down Expand Up @@ -92714,7 +92714,7 @@ function handleMessage(event) {

<!-- anything else? -->

<li>Send a <code title="event-message">message</code> event to the
<li>Send a <code title="event-message">message</code> event to
the <code>Window</code> in the <code>iframe</code> using the <code
title="dom-window-postMessage">window.postMessage()</code>
API.</li>
Expand Down

0 comments on commit 0354f50

Please sign in to comment.