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

Add validation rule for SedColor #201

Open
jonrkarr opened this issue Feb 13, 2022 · 2 comments
Open

Add validation rule for SedColor #201

jonrkarr opened this issue Feb 13, 2022 · 2 comments

Comments

@jonrkarr
Copy link
Contributor

Color should be a 6 or 8 digit case-insensitive hexidecimal string (/[a-f0-9]{6,6}|[a-f0-9]{8,8}/i).

@luciansmith
Copy link
Contributor

This is in the spec already; is there somewhere else you'd like to put this?

(see validation rule 25205, 25306, 25307, and 25404.)

We could mention that it's case-insensitive; that's not there yet.

@jonrkarr
Copy link
Contributor Author

Sounds like I missed these rules

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants