mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 21:12:08 +02: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.
6 lines
65 B
Plaintext
6 lines
65 B
Plaintext
1. "#00ff00"
|
|
2. "#ff0000"
|
|
3. "#0000ff"
|
|
4. "#00ff00"
|
|
5. "#ff0000"
|