[Webkit-unassigned] [Bug 162047] New: Web Inspector: Use CSS variables for common text colors
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Sep 15 21:29:29 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=162047
Bug ID: 162047
Summary: Web Inspector: Use CSS variables for common text
colors
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: Web Inspector
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mattbaker at apple.com
CC: bburg at apple.com, joepeck at webkit.org,
mattbaker at apple.com, nvasilyev at apple.com,
timothy at apple.com, webkit-bug-importer at group.apple.com
Summary:
Use CSS variables for common text colors.
Color usage identified by running ack over the UserInterface directory:
> ack -ohi --nogroup --css --match="hsl\(.*\)" | sort -r | uniq -c | sort -r
9 color: hsl(0, 0%, 60%)
9 color: hsl(0, 0%, 50%)
3 color: hsl(0, 0%, 70%)
3 color: hsl(0, 0%, 22%)
3 color: hsl(0, 0%, 18%)
2 color: hsl(209, 100%, 50%)
2 color: hsl(0, 0%, 85%)
2 color: hsl(0, 0%, 40%)
2 color: hsl(0, 0%, 4%)
2 color: hsl(0, 0%, 30%)
2 color: hsl(0, 0%, 23%)
2 color: hsl(0, 0%, 20%)
2 color: hsl(0, 0%, 0%, 0.25)
9 color: hsl(0, 0%, 60%)
9 color: hsl(0, 0%, 50%)
3 color: hsl(0, 0%, 70%)
3 color: hsl(0, 0%, 22%)
3 color: hsl(0, 0%, 18%)
2 color: hsl(209, 100%, 50%)
2 color: hsl(0, 0%, 85%)
2 color: hsl(0, 0%, 40%)
2 color: hsl(0, 0%, 4%)
2 color: hsl(0, 0%, 30%)
2 color: hsl(0, 0%, 23%)
2 color: hsl(0, 0%, 20%)
2 color: hsl(0, 0%, 0%, 0.25)
1 color: hsl(44, 53%, 33%)
1 color: hsl(43, 96%, 44%)
1 color: hsl(359, 57%, 50%)
1 color: hsl(309, 21%, 70%)
1 color: hsl(30, 90%, 35%)
1 color: hsl(295, 76%, 32%)
1 color: hsl(248, 52%, 78%)
1 color: hsl(240, 55%, 30%)
1 color: hsl(240, 55%, 25%)
1 color: hsl(240, 100%, 52%)
1 color: hsl(210, 100%, 40%)
1 color: hsl(210, 100%, 33%)
1 color: hsl(210, 0%, 0%)
1 color: hsl(207, 46%, 59%)
1 color: hsl(206, 69%, 45%)
1 color: hsl(119, 27%, 65%)
1 color: hsl(119, 100%, 22%)
1 color: hsl(1, 33%, 70%)
1 color: hsl(0, 86%, 47%)
1 color: hsl(0, 75%, 45%)
1 color: hsl(0, 59%, 41%)
1 color: hsl(0, 33%, 49%)
1 color: hsl(0, 100%, 100%)
1 color: hsl(0, 0%, 82%)
1 color: hsl(0, 0%, 75%)
1 color: hsl(0, 0%, 74%)
1 color: hsl(0, 0%, 65%)
1 color: hsl(0, 0%, 57%)
1 color: hsl(0, 0%, 46%)
1 color: hsl(0, 0%, 45%)
1 color: hsl(0, 0%, 37%)
1 color: hsl(0, 0%, 34%)
1 color: hsl(0, 0%, 33%)
1 color: hsl(0, 0%, 32%)
1 color: hsl(0, 0%, 31%)
1 color: hsl(0, 0%, 14%)
1 color: hsl(0, 0%, 12%)
1 color: hsl(0, 0%, 11%)
The most frequently used colors should be added to Variables.css. Colors that are used only once, and visually indistinguishable from another more frequently used color, should be replaced.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160916/1e9cb4e2/attachment-0001.html>
More information about the webkit-unassigned
mailing list