[html5] r5446 - [e] (0) colour values on the web are generally considered to be bytes 0..255, no [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Sep 7 23:56:12 PDT 2010


Author: ianh
Date: 2010-09-07 23:56:09 -0700 (Tue, 07 Sep 2010)
New Revision: 5446

Modified:
   complete.html
   index
   source
Log:
[e] (0) colour values on the web are generally considered to be bytes 0..255, not floats 0..1.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10214

Modified: complete.html
===================================================================
--- complete.html	2010-09-08 06:42:28 UTC (rev 5445)
+++ complete.html	2010-09-08 06:56:09 UTC (rev 5446)
@@ -30716,7 +30716,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>

Modified: index
===================================================================
--- index	2010-09-08 06:42:28 UTC (rev 5445)
+++ index	2010-09-08 06:56:09 UTC (rev 5446)
@@ -30696,7 +30696,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>

Modified: source
===================================================================
--- source	2010-09-08 06:42:28 UTC (rev 5445)
+++ source	2010-09-08 06:56:09 UTC (rev 5446)
@@ -33718,7 +33718,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 title="gcop-copy"><code>copy</code></dfn></dt>




More information about the Commit-Watchers mailing list