Eric Portis
Eric Portis
@LeaVerou filed https://github.com/color-js/color.js/issues/382
I'll also point to https://github.com/rodrimc/ColourGamut, which I was not able to get running.
For the partial rendering case, this proposal expects authors to: 1. know the layout (true most of the time) 2. know the "settled" DOM content (not true in many dynamic/interactive...
Couple of Qs as I continue to wrap my head around this: 1. What is Chrome's existing blocking=render timeout, and would this use the same timeout? 2. If the timeout...
@noamr Note that I think I got the test for the existing implementation wrong, a second (more accurate?) test indicated 500ms, which is... very different. Updated my comment accordingly.
[Yep](https://html.spec.whatwg.org/multipage/images.html#parsing-a-sizes-attribute). > If the above algorithm exhausts _unparsed sizes list_ without returning a _size_ value, then return `100vw`.
@ausi [Auto-sizes is shipping in Chrome 126](https://wpt.fyi/results/html/semantics/embedded-content/the-img-element/sizes?label=master&product=chrome%5Bexperimental%5D&product=chrome%5Bstable%5D&product=firefox%5Bexperimental%5D&product=safari%5Bexperimental%5D&product=chrome%5Bbeta%5D&aligned&q=sizes%20auto) which [should go stable... tomorrow!](https://chromiumdash.appspot.com/schedule) (Tuesday) [`loading=lazy` is required for auto-sizes](https://html.spec.whatwg.org/multipage/images.html#valdef-sizes-auto). Without it, `auto` is ignored. Note that `auto` can be a part...
https://www.researchgate.net/publication/44673524_Fast_and_accurate_model_for_optimal_color_computation In case it's helpful, there's a MATLAB algorithm in this article that I've seen referenced a few places. "The computation takes around 10s for each locus using MATLAB 2010a...
So I think you might be able use the same technique you used to implement Pointer's Gamut checking, but with MacAdam's data from [this 1935 paper](https://doi.org/10.1364/JOSA.25.000361) (Here are some relevant...
Just ran into I think a superset of these issues when trying to set up a new site Netlify deploy failed This folder isn't linked to a site yet ?...