Standardize to W3C naming for color. #16949
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I thought about this right after merging #16612. We have previously always used
color
instead ofcolour
in the application, and I think we should stick with it. The sans-u spellings are the expected spellings in html/css and computing in general, and I can see this being problematic down the road when these things are serialized out, potentially hand-edited, etc. We need to be consistent here, at least in the codebase and potentially serialized artifacts. I'm not particularly worried about language choice in news briefs, blog posts, etc., just in the technical bits.This will probably flag an error in tests as it was a pretty quick find and replace, but I wanted to open it ASAP for testing so we can do this without needing a second migration to rename the column.
How to test the changes?
(Select all options that apply)
License