ladybird/Libraries/LibWeb/Editing
Callum Law 6a9c8d7767 LibWeb: Don't resolve colors with unresolved components
`CSSColorValue`s which have unresolved `calc` components should be able
to be resolved. Previously we would always resolve them but with
incorrect values.

This is useful as we will now be able to now whether we should serialize
colors in their normalized form or not.

Slight regression in that we now serialize (RGB, HSL and HWB) colors
with components that rely on compute-time information as an empty
string, but that will be fixed in the next commit.
2025-07-16 13:05:33 +01:00
..
Internal LibWeb: Don't resolve colors with unresolved components 2025-07-16 13:05:33 +01:00
CommandNames.cpp LibWeb: Remove the initialize_strings methods 2025-01-12 00:35:58 +01:00
CommandNames.h LibWeb: Add new whitespace-preserving editing command 2025-05-17 00:29:19 +02:00
Commands.cpp LibWeb: Convert white-space CSS property to shorthand 2025-05-29 12:04:28 +02:00
Commands.h LibWeb: Fire input events in .execCommand() 2025-01-24 23:53:26 +01:00
ExecCommand.cpp LibWeb/Editing: Handle no active range in queryCommandState 2025-05-26 23:36:44 +02:00