Bug 167668 - Web Inspector: add CSS color keyword entries for all grey/gray variations
Summary: Web Inspector: add CSS color keyword entries for all grey/gray variations
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Devin Rousso
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-31 14:40 PST by Devin Rousso
Modified: 2017-01-31 15:25 PST (History)
3 users (show)

See Also:


Attachments
Patch (3.08 KB, patch)
2017-01-31 14:44 PST, Devin Rousso
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Devin Rousso 2017-01-31 14:40:44 PST
It's really annoying to have `color: gray` display a color swatch while `color: grey` doesn't.  ...no, I'm not from the United Kingdom.
Comment 1 Devin Rousso 2017-01-31 14:44:42 PST
Created attachment 300264 [details]
Patch
Comment 2 Matt Baker 2017-01-31 14:48:36 PST
Are these all supported CSS3 extended keywords?
Comment 3 Devin Rousso 2017-01-31 14:52:38 PST
(In reply to comment #2)
> Are these all supported CSS3 extended keywords?

According to <https://www.w3.org/TR/css3-color/#svg-color>, they are all in the list.
Comment 4 WebKit Commit Bot 2017-01-31 15:25:48 PST
Comment on attachment 300264 [details]
Patch

Clearing flags on attachment: 300264

Committed r211452: <http://trac.webkit.org/changeset/211452>
Comment 5 WebKit Commit Bot 2017-01-31 15:25:52 PST
All reviewed patches have been landed.  Closing bug.