NEW259418
Web Inspector: Add emulation for inverted-colors
https://bugs.webkit.org/show_bug.cgi?id=259418
Summary Web Inspector: Add emulation for inverted-colors
Luke Warlow
Reported 2023-07-22 12:23:52 PDT
Currently WebInspector allows emulation of prefers-color-scheme, prefers-contrast and prefers-reduced-motion. `inverted-colors` should be added to that.
Attachments
Luke Warlow
Comment 1 2023-07-22 13:38:02 PDT
Luke Warlow
Comment 2 2023-07-25 12:27:51 PDT
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?
Radar WebKit Bug Importer
Comment 3 2023-07-29 12:24:16 PDT
Note You need to log in before you can comment on or make changes to this bug.