Sam Atkins
|
0e3487b9ab
|
LibWeb: Rename StyleValue -> CSSStyleValue
This matches the name in the CSS Typed OM spec.
https://drafts.css-houdini.org/css-typed-om-1/#cssstylevalue
No behaviour changes.
|
2024-08-15 13:58:38 +01:00 |
|
Sam Atkins
|
7fe97ee6c5
|
LibWeb: Make StyleValue::to_string() infallible
|
2023-08-22 17:51:48 +01:00 |
|
Sam Atkins
|
8a8cc18cf4
|
LibWeb: Make StyleValue constructors infallible
|
2023-08-19 17:34:22 +02:00 |
|
Sam Atkins
|
f6fae315e3
|
LibWeb: Add CustomIdentStyleValue, along with parsing for it
This corresponds to the `<custom-ident>` type in CSS grammar.
|
2023-05-25 15:31:20 +01:00 |
|