Skip to content
New issue

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

[spaces] HWB parsing requires percentages, does not accept none #368

Closed
svgeesus opened this issue Nov 28, 2023 · 0 comments · Fixed by #464
Closed

[spaces] HWB parsing requires percentages, does not accept none #368

svgeesus opened this issue Nov 28, 2023 · 0 comments · Fixed by #464
Labels
bug Something isn't working spec-parity Parity with the CSS Color specs

Comments

@svgeesus
Copy link
Member

Compare hwb(90 20% 40%) with hwb(180 20 40) which is rejected until you make it hwb(180 20% 40%).

See the syntax of the hwb() function

none is also not recognized, e.g hwb(180 20% none)

@svgeesus svgeesus added bug Something isn't working spec-parity Parity with the CSS Color specs labels Nov 28, 2023
lloydk added a commit to lloydk/color.js that referenced this issue Feb 29, 2024
svgeesus pushed a commit that referenced this issue Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working spec-parity Parity with the CSS Color specs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant