[Webkit-unassigned] [Bug 259418] Web Inspector: Add emulation for inverted-colors

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 25 12:27:51 PDT 2023


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

--- Comment #2 from Luke <luke at warlow.dev> ---
While this is easy enough to add in naiive way (see my attempt linked above), the emulation isn't neccesarily useful to developers as the page would still be not-inverted but then the media would be inverted by the UA style sheet.

This would probably require a more involved mechanism for emulation. Potentially while being forced by dev tools it should add a filter(100%) to the styles for `:root`? Not sure how easy this would be to do with WebKit's existing emulation system?

-- 
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/20230725/36b8f39d/attachment.htm>


More information about the webkit-unassigned mailing list