mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 20:17:44 +00:00
LibWeb: Implement CSS Time class
This corresponds to `<time>` in the grammar.
This commit is contained in:
parent
0465abcfec
commit
608bfac2a9
9 changed files with 268 additions and 5 deletions
|
@ -76,6 +76,9 @@ class StyleValue;
|
|||
class StyleValueList;
|
||||
class Supports;
|
||||
class TextDecorationStyleValue;
|
||||
class Time;
|
||||
class TimePercentage;
|
||||
class TimeStyleValue;
|
||||
class TransformationStyleValue;
|
||||
class UnresolvedStyleValue;
|
||||
class UnsetStyleValue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue