Sam Weinig

Results 24 comments of Sam Weinig

Is there a mechanism to invalidate the cache when the IDL changes?

I think you meant to cc me (@weinig). I am a bit unclear on where CSS stands with regards to preserving input. For instance, I CSS Images 4 says this...

Do you have a test case of the issue with gradients you are describing?

Oh, interesting, I hadn't realized how unrestrictive the hue notion was. Makes me curious if we are getting serialization wrong as well, as that also ends up being `% 360`.

I don't think this will be a problem for WebKit. The current behavior is just a bug, due to a misreading or misunderstanding of the spec on my part. I...

I whipped up a fix (still a work in progress, I haven't double checked all the math is right), and it's pretty fun. Here is the linear gradient `linear-gradient(in oklch...

> @weinig can you settle for slightly less rainbow fun? :). Certainly can. No objection here.

Another good follow up to this would be removing the now unneeded parsing code from our copy of double_conversion.

I have a few high-level questions: 1) When you say "loading/parsing s", is that intended to also include loading subresources? Or will that be something that is delegated to the...