We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
null
NaN
For example:
<color-chart y="oklch.h"> <color-scale colors="black, white"></color-scale> </color-chart>
As @LeaVerou pointed out, null corresponds to CSS none; NaN is distinct.
none
The text was updated successfully, but these errors were encountered:
(from @LeaVerou) We should plot null as the same as the previous value.
There's another thing to consider, though: What if there are no previous values, like if we plot two colors (black and white) on the oklch.h chart?
oklch.h
Sorry, something went wrong.
No branches or pull requests
For example:
As @LeaVerou pointed out,
null
corresponds to CSSnone
;NaN
is distinct.The text was updated successfully, but these errors were encountered: