mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-03 06:39:07 +00:00
LibWeb: Add place-self css property support
This commit is contained in:
parent
f24aab662f
commit
da2cd73bcf
Notes:
sideshowbarker
2024-07-16 20:44:03 +09:00
Author: https://github.com/kalenikaliaksandr
Commit: da2cd73bcf
Pull-request: https://github.com/SerenityOS/serenity/pull/20359
Reviewed-by: https://github.com/AtkinsSJ
12 changed files with 190 additions and 0 deletions
|
@ -149,6 +149,7 @@ class PercentageOrCalculated;
|
|||
class PercentageStyleValue;
|
||||
class PlaceContentStyleValue;
|
||||
class PlaceItemsStyleValue;
|
||||
class PlaceSelfStyleValue;
|
||||
class PositionStyleValue;
|
||||
class PropertyOwningCSSStyleDeclaration;
|
||||
class RadialGradientStyleValue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue