[html5] r803 - /

whatwg at whatwg.org whatwg at whatwg.org
Wed May 9 23:24:19 PDT 2007


Author: ianh
Date: 2007-05-09 23:24:18 -0700 (Wed, 09 May 2007)
New Revision: 803

Modified:
   index
   source
Log:
[aow] (2) Canonicalisation of color values in <canvas> should be lowercase.

Modified: index
===================================================================
--- index	2007-05-10 05:38:34 UTC (rev 802)
+++ index	2007-05-10 06:24:18 UTC (rev 803)
@@ -15912,12 +15912,12 @@
    and the attribute must retain its previous value.
 
   <p>On getting, if the value is a color, then: if it has alpha equal to 1.0,
-   then the color must be returned as an uppercase six-digit hex value,
+   then the color must be returned as a lowercase six-digit hex value,
    prefixed with a "#" character (U+0023 NUMBER SIGN), with the first two
    digits representing the red component, the next two digits representing
    the green component, and the last two digits representing the blue
-   component, the digits being in the range 0-9 A-F (U+0030 to U+0039 and
-   U+0041 to U+0046). If the value has alpha less than 1.0, then the value
+   component, the digits being in the range 0-9 a-f (U+0030 to U+0039 and
+   U+0061 to U+0066). If the value has alpha less than 1.0, then the value
    must instead be returned in the CSS <code title="">rgba()</code>
    functional-notation format: the literal string <code title="">rgba</code>
    (U+0072 U+0067 U+0062 U+0061) followed by a U+0028 LEFT PARENTHESIS, a

Modified: source
===================================================================
--- source	2007-05-10 05:38:34 UTC (rev 802)
+++ source	2007-05-10 06:24:18 UTC (rev 803)
@@ -13484,12 +13484,12 @@
   value.</p>
 
   <p>On getting, if the value is a color, then: if it has alpha equal
-  to 1.0, then the color must be returned as an uppercase six-digit
+  to 1.0, then the color must be returned as a lowercase six-digit
   hex value, prefixed with a "#" character (U+0023 NUMBER SIGN), with
   the first two digits representing the red component, the next two
   digits representing the green component, and the last two digits
   representing the blue component, the digits being in the range 0-9
-  A-F (U+0030 to U+0039 and U+0041 to U+0046). If the value has alpha
+  a-f (U+0030 to U+0039 and U+0061 to U+0066). If the value has alpha
   less than 1.0, then the value must instead be returned in the CSS
   <code title="">rgba()</code> functional-notation format: the literal
   string <code title="">rgba</code> (U+0072 U+0067 U+0062 U+0061)




More information about the Commit-Watchers mailing list