Issue 2893: CSS system colors are hard-coded and wrong
http://code.google.com/p/chromium/issues/detail?id=2893

New issue report by yarin.kaul:
Product Version      : 0.2.149.30 (2200)
Other browsers tested:
      Safari 3: Not tested.
     Firefox 3: OK
          IE 7: OK
         Opera: OK

CSS 2 defines various system color names, like ButtonFace or  
InactiveCaptionText. These can be used to give web applications a more
native look'n'feel, and can be used to respect an accessibility color
scheme that might be in effect for the visiting user:

<http://www.w3.org/TR/CSS2/ui.html#system-colors>

These color names are not handled correctly by Chrome, as they are all
hard-coded (in CSSStyleSelector.cpp?) instead of being fetched from the
operating system as seemingly all other browsers do.

The result can be seen in the attached color chart, which compares Chrome
to IE7. On a Vista machine with classic theme enabled, all colors are
wrong, and some are even missing.



Attachments:
        chart_systemcolors.png  47.5 KB


Issue attributes:
        Status: Unconfirmed
        Owner: [EMAIL PROTECTED]
        Labels: Type-Bug Pri-2 OS-All Area-Unknown

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to