- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 13 Jun 2008 02:10:15 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv1839
Modified Files:
Overview.html
Log Message:
keep variable names consistent (whatwg r1761)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.950
retrieving revision 1.951
diff -u -d -r1.950 -r1.951
--- Overview.html 13 Jun 2008 01:58:22 -0000 1.950
+++ Overview.html 13 Jun 2008 02:10:12 -0000 1.951
@@ -20367,8 +20367,9 @@
the value be must converted to zero. If the result is less than 0, it must
be clamped to zero. If the result is more than 255, it must be clamped to
255. If the number is not an integer, it must be rounded to the nearest
- integer using the IEEE 754r <i>roundTiesToEven</i> rounding mode. <a
- href="#references">[ECMA262]</a> <a href="#references">[IEEE754R]</a>
+ integer using the IEEE 754r <i>convertToIntegerTiesToEven</i> rounding
+ mode. <a href="#references">[ECMA262]</a> <a
+ href="#references">[IEEE754R]</a>
<p class=note>The width and height (<var title="">w</var> and <var
title="">h</var>) might be different from the <var title="">sw</var> and
@@ -20461,7 +20462,7 @@
affecting the canvas.</p>
<li>
- <p>Otherwise, for all values of <var title="">x</var> and <var
+ <p>Otherwise, for all integer values of <var title="">x</var> and <var
title="">y</var> where <span><var
title="">dirtyX</var> ≤ <var
title="">x</var> < <span><var title="">dirtyX</var>+<var
@@ -20471,9 +20472,9 @@
title="">dirtyHeight</var></span></span>, copy the four channels of the
pixel with coordinate (<var title="">x</var>, <var title="">y</var>) in
the <var title="">imagedata</var> data structure to the pixel with
- coordinate (<span><var title="">x<sub>device</sub></var>+<var
+ coordinate (<span><var title="">dx<sub>device</sub></var>+<var
title="">x</var></span>, <span><var
- title="">y<sub>device</sub></var>+<var title="">y</var></span>) in the
+ title="">dy<sub>device</sub></var>+<var title="">y</var></span>) in the
underlying pixel data of the canvas.
</ol>
Received on Friday, 13 June 2008 02:10:54 UTC