mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:27:35 +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
10 changed files with 13 additions and 78 deletions
|
@ -28,7 +28,6 @@ source_set("StyleValues") {
|
|||
"NumberStyleValue.cpp",
|
||||
"OverflowStyleValue.cpp",
|
||||
"PlaceItemsStyleValue.cpp",
|
||||
"PlaceSelfStyleValue.cpp",
|
||||
"PositionStyleValue.cpp",
|
||||
"RadialGradientStyleValue.cpp",
|
||||
"RectStyleValue.cpp",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue