[Webkit-unassigned] [Bug 254135] [GTK] User contrast preference for high contrast not reflected in prefers-contrast CSS media query

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 7 18:34:55 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=254135

Patrick Griffis <pgriffis at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pgriffis at igalia.com

--- Comment #6 from Patrick Griffis <pgriffis at igalia.com> ---
I did some initial work on this in https://github.com/WebKit/WebKit/pull/13558

It doesn't cover all situations and it is only for GTK3 but I think it is still valuable for some users.

I looked into using libadwaita to determine high-contrast on GTK4 but the complicated part is WebKit proxies over all GtkSettings to the WebProcess, but this isn't a GtkSetting, so we'd have to proxy it another way.

Otherwise just dynamically loading libadwaita wasn't too much effort and should work fine.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230508/6db70c8d/attachment.htm>


More information about the webkit-unassigned mailing list