mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:57:35 +00:00
LibWeb: Implement a CSS::Number class
We have the same "number and is-integer flag" structure in several places, so let's put that in a class.
This commit is contained in:
parent
0795b9f7bb
commit
e8ab2dab11
2 changed files with 85 additions and 0 deletions
|
@ -59,6 +59,7 @@ class MediaList;
|
|||
class MediaQuery;
|
||||
class MediaQueryList;
|
||||
class MediaQueryListEvent;
|
||||
class Number;
|
||||
class NumericStyleValue;
|
||||
class OverflowStyleValue;
|
||||
class Percentage;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue