Sam Weinig
Sam Weinig
Seems weird to expose them on the Notification object if they can't be used. Perhaps Notification needs to be split into separate classes for persistent and non-persistent variants if their...
> @weinig might you be able to summarize the "architecture" of color handling in Safari? Not sure I can comprehensively summarize the architecture of color handling in WebKit in a...
I should also add that we already apply the CSS Gamut mapping algorithm in WebKit in at least one script observable place (the ones in the previous comment are not),...
> Thanks you @weinig, that's very helpful! You mention that computed values are unchanged, and there's a bit of https://drafts.csswg.org/css-color-4/#color-function that I'd like your take on: > > > An...
> > We are still trying to determine whether it makes sense to gamut map to the exact color space of the underlying context (usually the color space of the...
Just putting up to let the bots take a stab at it.
Change should be ready for review, but feedback on whether these are the right values would be useful.
I have filed https://bugs.webkit.org/show_bug.cgi?id=245631 to track a followup audit of these for platform specific values.
I think this would be easier to work through if this was divided up a bit, starting with a change where StyleColor is a simple wrapper around Color and no...