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:
parent
07928129dd
commit
e907ad44c3
3 changed files with 40 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue