CSS filter rewrites:
color: 0000ff
to
color: 0ff
which changes the quirks-mode interpretation from blue to cyan.
For CSS spec parsing, both of these are in-fact identical because 0000ff should
be parsed as DIM(0,ff), but browsers will accept these as colors in quirks-mode.
Original issue reported on code.google.com by sligocki@google.com on 8 Mar 2013 at 6:37
Original issue reported on code.google.com by
sligocki@google.com
on 8 Mar 2013 at 6:37