2Dapi; hixie: colour values on the web are generally considered to be bytes 0..255, not floats 0..1. (whatwg r5446)

2Dapi; hixie: colour values on the web are generally considered to be
bytes 0..255, not floats 0..1. (whatwg r5446)

http://dev.w3.org/cvsweb/html5/2dcontext/Overview.html?r1=1.70&r2=1.71&f=h
http://html5.org/tools/web-apps-tracker?from=5445&to=5446

===================================================================
RCS file: /sources/public/html5/2dcontext/Overview.html,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- Overview.html 8 Sep 2010 06:37:36 -0000 1.70
+++ Overview.html 8 Sep 2010 06:56:20 -0000 1.71
@@ -896,7 +896,7 @@
 
    <dd><var title="">A</var> plus <var title="">B</var>. <span class="note">Display the
    sum of the source image and destination image, with color values
-   approaching 1 as a limit.</span></dd>
+   approaching 255 (100%) as a limit.</span></dd>
 
 
    <dt><dfn id="gcop-copy" title="gcop-copy"><code>copy</code></dfn></dt>

Received on Wednesday, 8 September 2010 06:57:05 UTC