mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
LibWeb: Replace PlaceSelfStyleValue with ShorthandStyleValue
Turns out we were parsing `place-self` as a PlaceItemsStyleValue sometimes, whoops.
This commit is contained in:
parent
1b0939b418
commit
8143d48161
Notes:
sideshowbarker
2024-07-17 22:01:16 +09:00
Author: https://github.com/AtkinsSJ
Commit: 8143d48161
Pull-request: https://github.com/SerenityOS/serenity/pull/21168
10 changed files with 13 additions and 78 deletions
|
@ -114,7 +114,6 @@ using StyleValueVector = Vector<ValueComparingNonnullRefPtr<StyleValue const>>;
|
|||
__ENUMERATE_STYLE_VALUE_TYPE(Overflow, overflow) \
|
||||
__ENUMERATE_STYLE_VALUE_TYPE(Percentage, percentage) \
|
||||
__ENUMERATE_STYLE_VALUE_TYPE(PlaceItems, place_items) \
|
||||
__ENUMERATE_STYLE_VALUE_TYPE(PlaceSelf, place_self) \
|
||||
__ENUMERATE_STYLE_VALUE_TYPE(Position, position) \
|
||||
__ENUMERATE_STYLE_VALUE_TYPE(RadialGradient, radial_gradient) \
|
||||
__ENUMERATE_STYLE_VALUE_TYPE(Ratio, ratio) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue