1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 00:27:45 +00:00

LibWeb: Fill in some missing FooOrCalculated types

This commit is contained in:
Sam Atkins 2023-12-27 12:56:00 +00:00 committed by Andreas Kling
parent 07928129dd
commit e907ad44c3
3 changed files with 40 additions and 0 deletions

View file

@ -119,6 +119,7 @@ class ElementInlineCSSStyleDeclaration;
class ExplicitGridTrack;
class FilterValueListStyleValue;
class Flex;
class FlexOrCalculated;
class FlexStyleValue;
class FontFace;
class Frequency;
@ -138,6 +139,7 @@ class IdentifierStyleValue;
class ImageStyleValue;
class InheritStyleValue;
class InitialStyleValue;
class IntegerOrCalculated;
class IntegerStyleValue;
class Length;
class LengthBox;
@ -152,6 +154,7 @@ class MediaQuery;
class MediaQueryList;
class MediaQueryListEvent;
class Number;
class NumberOrCalculated;
class NumberStyleValue;
class Percentage;
class PercentageOrCalculated;