[whatwg] http://www.whatwg.org/specs/web-apps/current-work/#colours
    Olli Pettay 
    Olli.Pettay at helsinki.fi
       
    Mon Mar 20 07:18:38 PST 2006
    
    
  
Hi,
is there an error in this section:
     _http://www.whatwg.org/specs/web-apps/current-work/#colours_
In the third paragraph:
  /// the literal string rgba (U+0072 U+0067 U+0062 U+0061) followed by 
a U+0028 LEFT PARENTHESIS, a base-ten integer in the range 0-255 
representing the red component (using digits 0-9, U+0030 to U+0039),* a 
literal U+0020 SPACE and U+002C COMMA*, an integer for the green 
component,* a space and a comma*, an integer for the blue component,* 
another space and comma*, a U+0030 DIGIT ZERO, a U+002E FULL STOP 
(representing the decimal point), one or more digits in the range 0-9 
(U+0030 to U+0039) representing the fractional part of the alpha value, 
and finally a U+0029 RIGHT PARENTHESIS. /
The colour components are separated by space-comma when it should be 
comma-space, I think.
-Olli
    
    
More information about the whatwg
mailing list