RESOLVED WONTFIX223458
Web Inspector: color-contrast() should have color swatch
https://bugs.webkit.org/show_bug.cgi?id=223458
Summary Web Inspector: color-contrast() should have color swatch
Nikita Vasilyev
Reported 2021-03-18 11:25:41 PDT
I propose to add a read-only color swatch before `color-contrast` [ ] color-contrast(var(--brand) 40%, white) ^ resulting color
Attachments
Radar WebKit Bug Importer
Comment 1 2021-03-18 11:25:50 PDT
Sam Weinig
Comment 2 2021-03-18 17:46:52 PDT
Would also be really cool to somehow expose the different contrast ratios being compared.
Nikita Vasilyev
Comment 3 2021-03-19 13:58:45 PDT
Yeah, that would be nice. I've worked on Bug 204772 - Web Inspector: Add text/background contrast ratio information to color picker. Unfortunately, I didn't finish it. If I add custom UI for color-contrast(), I should finish that patch 1st.
Sam Weinig
Comment 4 2021-03-21 10:45:41 PDT
(In reply to Nikita Vasilyev from comment #3) > Yeah, that would be nice. > > I've worked on Bug 204772 - Web Inspector: Add text/background contrast > ratio information to color picker. Unfortunately, I didn't finish it. If I > add custom UI for color-contrast(), I should finish that patch 1st. It's too bad none of that math / color conversion code is using the version we have in WebCore. Is there a pattern we can establish to expose some of the functionality we have in the engine to the inspector so the math always lines up perfectly?
Tim Nguyen (:ntim)
Comment 5 2024-08-29 10:56:21 PDT
We're removing color-contrast in bug 278864
Note You need to log in before you can comment on or make changes to this bug.