Bug 167668

Summary: Web Inspector: add CSS color keyword entries for all grey/gray variations
Product: WebKit Reporter: Devin Rousso <hi>
Component: Web InspectorAssignee: Devin Rousso <hi>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, inspector-bugzilla-changes, mattbaker
Priority: P2    
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

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.