Skip to content

Commit

Permalink
[e] (0) typo in canvas section
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=22408
Affected topics: Canvas

git-svn-id: http://svn.whatwg.org/webapps@8014 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 2, 2013
1 parent f12a199 commit 98737ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -38273,7 +38273,7 @@ <h6 id=pixel-manipulation><span class=secno>4.8.11.2.16 </span><dfn>Pixel manipu
height <var title="">sh</var> representing the <a href=#scratch-bitmap>scratch bitmap</a> for the area of that
bitmap denoted by the rectangle whose corners are the four points (<var title="">sx</var>, <var title="">sy</var>), (<span title=""><var title="">sx</var>+<var title="">sw</var></span>, <var title="">sy</var>), (<span title=""><var title="">sx</var>+<var title="">sw</var></span>, <span title=""><var title="">sy</var>+<var title="">sh</var></span>), (<var title="">sx</var>, <span title=""><var title="">sy</var>+<var title="">sh</var></span>), in the bitmap's coordinate space
units. If the bitmap does not represent each coordinate space unit square using exactly one pixel,
the value of each pixel in the returned abject must be derived from the value(s) of the pixel(s)
the value of each pixel in the returned object must be derived from the value(s) of the pixel(s)
in the bitmap that correspond to the same coordinate. Pixels outside the <a href=#scratch-bitmap>scratch
bitmap</a> must be returned as transparent black. Pixels must be returned as non-premultiplied
alpha values. The pixel density of the object returned must be 1.0.</p>
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -38273,7 +38273,7 @@ partial dictionary <a href=#mouseeventinit>MouseEventInit</a> {
height <var title="">sh</var> representing the <a href=#scratch-bitmap>scratch bitmap</a> for the area of that
bitmap denoted by the rectangle whose corners are the four points (<var title="">sx</var>, <var title="">sy</var>), (<span title=""><var title="">sx</var>+<var title="">sw</var></span>, <var title="">sy</var>), (<span title=""><var title="">sx</var>+<var title="">sw</var></span>, <span title=""><var title="">sy</var>+<var title="">sh</var></span>), (<var title="">sx</var>, <span title=""><var title="">sy</var>+<var title="">sh</var></span>), in the bitmap's coordinate space
units. If the bitmap does not represent each coordinate space unit square using exactly one pixel,
the value of each pixel in the returned abject must be derived from the value(s) of the pixel(s)
the value of each pixel in the returned object must be derived from the value(s) of the pixel(s)
in the bitmap that correspond to the same coordinate. Pixels outside the <a href=#scratch-bitmap>scratch
bitmap</a> must be returned as transparent black. Pixels must be returned as non-premultiplied
alpha values. The pixel density of the object returned must be 1.0.</p>
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -41855,7 +41855,7 @@ partial dictionary <span>MouseEventInit</span> {
title=""><var title="">sy</var>+<var title="">sh</var></span>), (<var title="">sx</var>, <span
title=""><var title="">sy</var>+<var title="">sh</var></span>), in the bitmap's coordinate space
units. If the bitmap does not represent each coordinate space unit square using exactly one pixel,
the value of each pixel in the returned abject must be derived from the value(s) of the pixel(s)
the value of each pixel in the returned object must be derived from the value(s) of the pixel(s)
in the bitmap that correspond to the same coordinate. Pixels outside the <span>scratch
bitmap</span> must be returned as transparent black. Pixels must be returned as non-premultiplied
alpha values. The pixel density of the object returned must be 1.0.</p>
Expand Down

0 comments on commit 98737ae

Please sign in to comment.