mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 10:48:41 +00:00
Most shorthands can be reconstructed this way, using our generated property data, so let's use them instead of manually implementing the code. Some of these were previously doing some form of error checking or defaulting, but both of those are unnecessary. (And actually, would crash if there wasn't a value available due to calling release_nonnull() on a null RefPtr.) At this point, the CSS machinery has already made sure each property has a value, and that the value is valid for that property.
21 KiB
21 KiB