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

Property Color unset invalid value #19

Open
Thokas opened this issue Feb 11, 2022 · 1 comment
Open

Property Color unset invalid value #19

Thokas opened this issue Feb 11, 2022 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@Thokas
Copy link

Thokas commented Feb 11, 2022

I'm only using this Package to validate CSS-Values, but I've stumbled upon the case where a color value is set to 'unset' and the profile validation (cssutils.profile.validate) returns a false for this.

Expected Behavior

cssutils.profile.validate('color', 'unset') is True

Actual Behavior

cssutils.profile.validate('color', 'unset') is False

@jaraco
Copy link
Owner

jaraco commented Feb 23, 2022

Looks like unset is a legitimate setting. I welcome a patch to fix it.

@jaraco jaraco added the help wanted Extra attention is needed label Feb 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants