Thomas Steiner
Thomas Steiner
More evidence that this would be needed in this [tweet](http://twitter.com/anniesullie/status/1577631993273229312) by @anniesullie.
The [incorrect link](https://clipchamp.com/en/blog/clipchamp-pwa-case-study/#:~:text=*this%20blog%20post%20was%20originally%20published%20on%20google's%20web.dev%20blog*) on the site still exists, and we still don't have an answer. One way to deal with this would be to add a one-off redirect (`https://web.dev/pl/clipchamp/` →...
As a [user of `CanvasFilter`](https://github.com/tomayac/SVGcode/blob/10aeb1e4b0f8baf52c6f61a3e5dbb820770ca723/src/js/preprocessworker.js#L91-L111) for [dynamic posterization](https://web.dev/svgcode/#posterization-in-svgcode), I'm really bummed about the removal of this feature, especially since the theoretical alternative [`CanvasRenderingContext2D.filter`](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/filter) doesn't work cross-browser. Quoting from [Mozilla Bug...
Right. I was just trying to express developer interest for the feature. This repo is the wrong forum for this. Sorry!
+1 for the use case. I’d make it `video.remainingTime`, consistent with [`currentTime`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/currentTime).
I can’t edit your description, but the WebKit bug is https://bugs.webkit.org/show_bug.cgi?id=205104.

Any signal from the maintainer, @majodev?
> There is a subset of browsers that support the media= filtering, but do not support the prefers-color-scheme filter, thus both will not load. Both files will load, but with...
This definitely works. It’s wasteful if you have a considerable amount of CSS. For Tootsuite most probably it’s negligible. 😃 Update: it might still be worthwhile to split, looking more...