Files
ladybird/Libraries/LibWeb/HTML
Sam Atkins 240536acaa LibWeb: Remove auto length from SourceSet
The spec is a bit awkward here: A few algorithms create an "empty"
SourceSet, and then assign its source-size value a few steps later, so
we have a temporary state with no length. In order to avoid complicating
the types with Optional, I've chosen to just assign it to 0px.
Previously we used `auto`, but `auto` is not a valid value here - it is
used inside the "parse a sizes attribute" algorithm, but that always
returns an actual length (or calc).
2025-09-04 13:31:24 +01:00
..
2025-08-23 16:04:36 -06:00
2025-08-26 10:25:59 +02:00
2025-08-23 16:04:36 -06:00
2024-11-25 21:13:53 +01:00
2025-08-08 10:23:17 +02:00
2025-08-08 10:23:17 +02:00
2025-08-08 10:23:17 +02:00