Files
ladybird/Userland/Libraries/LibWeb/HTML
Sam Atkins 37ea4e3b5f LibWeb: Rename CSSColorValue::create() to create_from_color()
Soon, CSSColorValue will be an abstract class, and we'll instead create
a CSSRGB, CSSHSL, or other specific color type from the Typed-OM spec.
However, it's still useful to have an easy "just give me a style value
for this color" method. So change the name to distinguish this from the
usual StyleValue::create() methods.
2024-08-21 10:51:48 +01:00
..
2024-04-11 21:25:06 +02:00
2024-08-20 09:30:05 +02:00
2024-06-16 15:30:28 -04:00
2024-06-16 15:30:28 -04:00