-
Notifications
You must be signed in to change notification settings - Fork 88
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
What is the purpose of the numerical color values? #37
Comments
This is explained in the spec. The preset colors exist so that applications can use color values that match their brand or color scheme, i.e. different apps may have a different default red
|
Sorry if there was misunderstanding - this question is not about the value of preset colors. It is, as stated in the question, about numerical values for those presets. What is the purpose of the numbers associated with those presets? The spec says that the field expects a string. So is the correct thing to do to specify |
You can see an example in the sample
|
OK - can this be un-marked as completed until the spec clarifies that? |
The spec currently states that colors are strings and that there are six numbered presets. Do you have a suggestion about how to make this more clear? |
For maximum informative-ness, maybe something like
but my understanding would have been helped greatly simply by including the double quotes in the values in the table, like - `"1"` red
- `"2"` orange
... |
The spec states that the color field expects a string. Does that mean that preset colors should be given as e.g.
"red"
? If so, what is the need for the numbers they each map to?The text was updated successfully, but these errors were encountered: