thecocce / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

4 channel color values do not color correctly in CSS #224

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I've only tested this with Embedded CSS syntax coloring in HTML.

The following CSS attribute does not color properly:

color: #FF0000FF;

The last FF is valid in my specific CSS parser, however it does not color
like the first 6 digits of the color value.

Original issue reported on code.google.com by rcdai...@gmail.com on 29 May 2008 at 10:57

GoogleCodeExporter commented 9 years ago
According to http://www.w3.org/TR/REC-CSS1#color-units
color: #FF0000FF;
does not appear to be valid code.

Original comment by pyscripter on 10 Jun 2008 at 1:27