Open
Bug 1827605
Opened 2 years ago
Updated 2 years ago
Add emulation for inverted-colors media query
Categories
(DevTools :: Inspector, enhancement)
DevTools
Inspector
Tracking
(Not tracked)
NEW
People
(Reporter: canadahonk, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
With Bug 1794628, we will shortly implement the inverted-colors
media query, part of Media Queries Level 5, behind a pref (layout.css.inverted-colors.enabled
). Emulation for this query should also likely be added.
Comment 1•2 years ago
|
||
I would be curious what approach was taken with this. I'm implementation this feature in Chromium and I'm not sure if just triggering (inverted-colors: inverted) to match would be useful.
As then developers would see an otherwise not inverted page with all the media inverted?
Comment 2•2 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•