You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This technically "fixes" the issue, but it probably should have instead been renamed to the American spelling "lightgray" in order to match with the rest of the gray colours. This module as a whole should also be updated to fully follow the CSS colours standard, which includes both spellings as aliases (additionally, a couple of the colour codes are incorrect, with 8s swapped out for Bs)
I deliberately did not rename the color to "lightgray" since that would also involve changing the corresponding constant name to colLightGray, which could break existing code. I think the most reasonable way to fix the naming inconsistency would be to introduce all variations of "grey" and "gray".
Example
Current Output
Expected Output
Solution
Both procedures perform a binary search on colorNames, which is not sorted correctly.
To fix this, "lightgrey" and "lightgreen" need to be swapped.
The text was updated successfully, but these errors were encountered: