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

git-svn-id: http://svn.whatwg.org/webapps@5872 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 11, 2011
1 parent 7cff692 commit f33c988
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1>Web Applications 1.0</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 10 February 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 11 February 2011</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 @@ -34440,7 +34440,7 @@ <h6 id=pixel-manipulation><span class=secno>4.8.11.1.12 </span><dfn>Pixel manipu
magnitude of <var title="">sh</var>. When invoked with a single <var title="">imagedata</var> argument, it must return an
<code><a href=#imagedata>ImageData</a></code> object representing a rectangle with the same
dimensions as the <code><a href=#imagedata>ImageData</a></code> object passed as the
argument. The <code><a href=#imagedata>ImageData</a></code> object return must be filled
argument. The <code><a href=#imagedata>ImageData</a></code> object returned must be filled
with transparent black.</p>

<p>The <dfn id=dom-context-2d-getimagedata title=dom-context-2d-getImageData><code>getImageData(<var title="">sx</var>, <var title="">sy</var>, <var title="">sw</var>,
Expand Down
4 changes: 2 additions & 2 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 10 February 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 11 February 2011</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 @@ -34423,7 +34423,7 @@ v5DVT (also check for '- -' bits in the part above) --><p>The <dfn id=dom-contex
magnitude of <var title="">sh</var>. When invoked with a single <var title="">imagedata</var> argument, it must return an
<code><a href=#imagedata>ImageData</a></code> object representing a rectangle with the same
dimensions as the <code><a href=#imagedata>ImageData</a></code> object passed as the
argument. The <code><a href=#imagedata>ImageData</a></code> object return must be filled
argument. The <code><a href=#imagedata>ImageData</a></code> object returned must be filled
with transparent black.</p>

<p>The <dfn id=dom-context-2d-getimagedata title=dom-context-2d-getImageData><code>getImageData(<var title="">sx</var>, <var title="">sy</var>, <var title="">sw</var>,
Expand Down
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -38016,7 +38016,7 @@ v5DVT (also check for '- -' bits in the part above) -->
title="">imagedata</var> argument, it must return an
<code>ImageData</code> object representing a rectangle with the same
dimensions as the <code>ImageData</code> object passed as the
argument. The <code>ImageData</code> object return must be filled
argument. The <code>ImageData</code> object returned must be filled
with transparent black.</p>

<p>The <dfn
Expand Down

0 comments on commit f33c988

Please sign in to comment.