mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:27:35 +00:00
LibWeb: Add CustomIdentStyleValue, along with parsing for it
This corresponds to the `<custom-ident>` type in CSS grammar.
This commit is contained in:
parent
b76219f702
commit
f6fae315e3
6 changed files with 61 additions and 2 deletions
|
@ -84,6 +84,7 @@ class CSSStyleDeclaration;
|
|||
class CSSStyleRule;
|
||||
class CSSStyleSheet;
|
||||
class CSSSupportsRule;
|
||||
class CustomIdentStyleValue;
|
||||
class Display;
|
||||
class DisplayStyleValue;
|
||||
class EdgeStyleValue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue