Callum Law
a2ceed27e2
LibWeb: Absolutize CalculatedSVs in StyleComputer::absolutize_values
2025-08-06 17:44:12 +01:00
Callum Law
927cd969b2
LibWeb: Generically serialize "positional-value-list-shorthand"s
...
We were previously handling this ad-hoc via logic in
`get_property_internal` but this didn't cover all contexts (for
instance `CSSStyleProperties::serialized`.
Gains us 9 more WPT tests as we now cover properties which weren't
included in the previous ad-hoc approach.
2025-07-15 14:26:02 +01:00
Callum Law
da40419c5b
LibWeb: Support border-{block,inline} shorthands
...
Gains us 4 WPT tests
2025-07-09 10:10:38 +01:00
Callum Law
d280cf56e6
LibWeb: Handle border-{inline,block}-* properties with a single value
...
Gains us 14 WPT tests
2025-07-09 10:10:38 +01:00
Callum Law
ceb1c37ba3
LibWeb: Import CSS logical border property parsing WPT tests
2025-07-09 10:10:38 +01:00
Tim Ledbetter
04a3a227c3
LibWeb: Add the border-inline-* shorthand properties
2025-06-30 14:52:18 +02:00
Tim Ledbetter
90da2f5418
LibWeb: Add the border-block-* shorthand properties
2025-06-30 14:52:18 +02:00
Tim Ledbetter
e011ddd368
LibWeb/CSS: Parse border-block-* properties
...
This doesn't currently honor `writing-mode`, `direction` and
`text-orientation`.
2025-03-14 16:09:10 +00:00
Tim Ledbetter
cd1bba353a
LibWeb/CSS: Parse border-inline-* properties
...
This doesn't currently honor `writing-mode`, `direction` and
`text-orientation`.
2025-03-14 16:09:10 +00:00
Tim Ledbetter
53bf0ef225
LibWeb/CSS: Resolve used value for the inline-size property
2025-03-10 13:01:08 +00:00
Tim Ledbetter
1739e2851d
LibWeb/CSS: Resolve used value for the block-size property
2025-03-10 13:01:08 +00:00