LibWeb: Add place-self css property support

This commit is contained in:
Aliaksandr Kalenik 2023-08-04 14:04:05 +02:00 committed by Andreas Kling
commit da2cd73bcf
Notes: sideshowbarker 2024-07-16 20:44:03 +09:00
12 changed files with 190 additions and 0 deletions

View file

@ -149,6 +149,7 @@ class PercentageOrCalculated;
class PercentageStyleValue;
class PlaceContentStyleValue;
class PlaceItemsStyleValue;
class PlaceSelfStyleValue;
class PositionStyleValue;
class PropertyOwningCSSStyleDeclaration;
class RadialGradientStyleValue;