Files
ladybird/Userland/Libraries/LibWeb/CSS
Sam Atkins 4d42885327 LibWeb: Return Optional from StyleProperties::box_sizing()
This function was written as if it returned `Optional<CSS::BoxSizing>`
but actually returned a plain `CSS::BoxSizing`, meaning if the property
was not set or was invalid, it would return whichever enum value was
first. This wasn't visible because we don't yet pay any attention to
the `box-sizing` property.
2022-04-14 14:54:06 +02:00
..
2022-04-12 23:03:46 +02:00
2022-04-01 21:24:45 +01:00
2022-04-11 21:10:08 +02:00
2022-04-11 21:10:08 +02:00
2022-04-11 21:10:08 +02:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00