mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-22 16:09:23 +00:00
Before this change we were serializing them in a bogus 8-digit hex color format that isn't actually recognized by HTML. This code will need more work when we start supporting color spaces other than sRGB.
5 lines
65 B
Text
5 lines
65 B
Text
1. "#00ff00"
|
|
2. "#ff0000"
|
|
3. "#0000ff"
|
|
4. "#00ff00"
|
|
5. "#ff0000"
|