You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: color contrast fails for oklch and oklab with none (#4959)
Adds error handling for color-contrast checks. This now will report an
'incomplete' error message when the foreground and/or background color
strings were not able to be parsed into an actual color.
Tests also verify that text-shadow color is handled should that occur.
fixes: [4894](#4894)
---
Developer Notes:
I was not able to have a test case trigger the colorParse error on
text-shadow colorParse issues. This case was getting caught already but
in the form of the 'complexTextShadows' error.
0 commit comments