Skip to content

Commit

Permalink
[e] (0) Typo in canvas section
Browse files Browse the repository at this point in the history
  • Loading branch information
Hixie committed May 15, 2014
1 parent e5a041e commit e11aa28
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion complete.html
Expand Up @@ -59661,7 +59661,8 @@ <h6 id=pixel-manipulation><span class=secno>4.12.4.2.16 </span><dfn>Pixel manipu
<code>ArrayBuffer</code></a> must contain the image data. At least one pixel's worth of image
data must be returned. <a href=#refsECMA262>[ECMA262]</a></p>

<p>A <dfn id=canvas-pixel-arraybuffer>Canvas Pixel <code>ArrayBuffer</code></dfn> is an <code><a href=#arraybuffer>ArrayBuffer</a></code> that whose
<!--CLEANUP-->
<p>A <dfn id=canvas-pixel-arraybuffer>Canvas Pixel <code>ArrayBuffer</code></dfn> is an <code><a href=#arraybuffer>ArrayBuffer</a></code> whose
data is represented in left-to-right order, row by row top to bottom, starting with the top left,
with each pixel's red, green, blue, and alpha components being given in that order for each pixel.
Each component of each pixel represented in this array must be in the range 0..255, representing
Expand Down
3 changes: 2 additions & 1 deletion index
Expand Up @@ -59661,7 +59661,8 @@ partial dictionary <a href=#mouseeventinit>MouseEventInit</a> {
<code>ArrayBuffer</code></a> must contain the image data. At least one pixel's worth of image
data must be returned. <a href=#refsECMA262>[ECMA262]</a></p>

<p>A <dfn id=canvas-pixel-arraybuffer>Canvas Pixel <code>ArrayBuffer</code></dfn> is an <code><a href=#arraybuffer>ArrayBuffer</a></code> that whose
<!--CLEANUP-->
<p>A <dfn id=canvas-pixel-arraybuffer>Canvas Pixel <code>ArrayBuffer</code></dfn> is an <code><a href=#arraybuffer>ArrayBuffer</a></code> whose
data is represented in left-to-right order, row by row top to bottom, starting with the top left,
with each pixel's red, green, blue, and alpha components being given in that order for each pixel.
Each component of each pixel represented in this array must be in the range 0..255, representing
Expand Down
3 changes: 2 additions & 1 deletion source
Expand Up @@ -65299,7 +65299,8 @@ partial dictionary <span>MouseEventInit</span> {
<code>ArrayBuffer</code></span> must contain the image data. At least one pixel's worth of image
data must be returned. <a href="#refsECMA262">[ECMA262]</a></p>

<p>A <dfn>Canvas Pixel <code>ArrayBuffer</code></dfn> is an <code>ArrayBuffer</code> that whose
<!--CLEANUP-->
<p>A <dfn>Canvas Pixel <code>ArrayBuffer</code></dfn> is an <code>ArrayBuffer</code> whose
data is represented in left-to-right order, row by row top to bottom, starting with the top left,
with each pixel's red, green, blue, and alpha components being given in that order for each pixel.
Each component of each pixel represented in this array must be in the range 0..255, representing
Expand Down

0 comments on commit e11aa28

Please sign in to comment.