Anyone else catching this CSS completely crash Safari 16.5!?!
p {
color: color-mix(in oklab, currentcolor 50%, transparent);
}
https://codepen.io/Westbrook/pen/bGPYVzw
Even while `CSS.supports('color: color-mix(in oklab, currentcolor 50%, transparent)') === true`... 😥
I'd be happy to scope it out of the CSS with the appropriate supports test, but I'm not immediately able to find one that fails only for this specific syntax.