[Webkit-unassigned] [Bug 12205] Add support for CMYK for css colors
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jan 10 16:06:47 PST 2007
http://bugs.webkit.org/show_bug.cgi?id=12205
------- Comment #2 from contact at nickshanks.com 2007-01-10 16:06 PDT -------
The problems with leaving off -webkit- are these:
1) The CMYK to RGB algorithm used at present may be subtally incorrect in ways
that matter. if it's wrong and a developer does something like:
color: rgb(x,y,z);
color: cmyk(a,b,c,d);
expecting UAs that don't support cmyk() to use the closest RGB approximation in
the prior declaration, and we don't, we've got a problem.
2) The only syntax sample is that prince6 page, it seems to indicate that 0.0
is the minimum and 1.0 is the maximum. What if they change their implementation
to 0 to 255? then would "1" be bright or dark?
Until these can be resolved, I recommend leaving the -webkit- prefix on.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list