Isaac Muse

Results 654 comments of Isaac Muse

Sounds like CSS is backing away from using a selector for things like `querySelectorAll` and just sticking to `@scope` rules. So, what this means is that there will be no...

If we do this, it is likely to be pretty basic in approach. An easy way of looking at it is simply that an element is matched, and then we...

I can 100% confirm this is not a bug in Oklch or Color.js. This, as @Artoria2e5 pointed out, is related to checking the gamut without a strict epsilon. I've been...

> Looking at the data it doesn't look like the irregularity is caused by gamut checking without a strict epsilon? In this case, it doesn't appear to be due to...

Yeah, I don't think it matters what white point is being used. Even if we match the white space exactly as in the [official article](https://bottosson.github.io/posts/oklab/), we still get this behavior:...

I dug into this more, and this issue can be reproduced using the author of Oklab's code found here: https://github.com/bottosson/bottosson.github.io/tree/master/misc/colorpicker. Interestingly, this doesn't happen if you were to render a...

Yeah, the big take away though is that this is not a bug in any of the libraries' implementation of the color space, but an inherent issue in the color...

I'm not sure how big an effect this will have on gamut mapping accuracy per se. I would expect you'd still get a proper color within gamut. It would be...

Yeah, it seems confined to a very small hue range and a small band within that very small hue range, so probably maybe not a huge deal, but yeah, not...

I think I can better articulate confusion on this. ## Observations I understand that this is essentially the way in which a coordinate is flagged as undefined and masked off...