-
It would be useful to receive an event when an element's `matches(selector)` changes, similar to how you can do so with `matchMedia`.
The ability to reactively change styles based on selector chang…
-
### 🚀 Feature Request
For users looking to test code that might employ something like `matchMedia('(hover: none) and (pointer: coarse)')`.matches, it would be awesome to be able to apply this conte…
-
Does it add the matchMedia API for all browsers (>= IE 6 etc.) or just for browsers that support CSS media queries but not the matchMedia API?
I think the latter is the case, but please confirm / cor…
-
Some DOM event targets (such as `MediaQueryList`, returned by `matchMedia` as well as `AbortSignal`) have a single property and a single event that emits whenever that property's value changes. While …
-
When a window is dragged across screens with different resolutions, no notification is fired when observing `device-pixel-content-box`. To improve this, use `matchMedia` API to watch for resolution ch…
-
In WPE 2.38, media query dynamic-range is supported. But on Sagemcom VA the matches property is always returns false with connected to LG OLED TV(Model number: OLED55C3PSA) which supports HDR. Please …
-
Currently, breakpoints are just integers, but it's much better to use media queries. All the browsers now support this very well in javascript:
`if (window.matchMedia("(min-width: 64em) and screen …
-
Our loading screens always use the system default theme, but the user may have selected a different theme.
Instead of only storing the users theme setting in `(browser|chrome).storage.local`, we co…
-
I commented a few days ago on issue #177 .
I think I have a way to add a responsive element into this package.
The basic idea is to add a few new properties to grid-item (smallH, smallW, mediumH…
-
# Bug Report
### Bug Description
If you have themes installed that are set to only activate when the Stylus extension is in dark mode, and the Stylus extension is currently in light mode, …