Files
ladybird/Libraries/LibWeb/CSS
Callum Law dfa47d9ed6 LibWeb: Simplify handling of font-variation-settings
Since we resolve any relative lengths at compute time there's no need
for the value to be passed around as a `NumberOrCalculated` and we can
just resolve it within `ComputedProperties::font_variation_settings`.

The only place this is used it is used with value_or so there's no need
to return it is an `Optional`.

This is only used for loading fonts (which occurs during style
computation) so there's no need to store it in `ComputedValues`
2025-12-05 10:03:15 +00:00
..
2025-11-23 09:43:24 +01:00
2025-11-23 09:43:24 +01:00
2025-09-24 12:27:05 +01:00
2025-09-24 12:27:05 +01:00
2025-09-24 12:27:05 +01:00
2025-09-24 12:27:05 +01:00
2025-09-24 12:27:05 +01:00
2025-11-12 18:30:16 +01:00
2025-11-23 09:43:24 +01:00
2025-11-23 09:43:24 +01:00
2025-08-23 16:04:36 -06:00