mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:37:44 +00:00
LibWeb: Parse rect style value
Add ability to parse a rect when it is used as the value of a style property.
This commit is contained in:
parent
4d1ceaaa43
commit
b4dd477644
7 changed files with 117 additions and 0 deletions
|
@ -75,6 +75,7 @@ class Percentage;
|
|||
class PercentageStyleValue;
|
||||
class PositionStyleValue;
|
||||
class PropertyOwningCSSStyleDeclaration;
|
||||
class RectStyleValue;
|
||||
class Resolution;
|
||||
class ResolutionStyleValue;
|
||||
class Screen;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue