mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-19 07:33:20 +00:00
LibWeb/CSS: Implement CSSMathNegate
This commit is contained in:
parent
e21610180f
commit
f2ec04d20d
Notes:
github-actions[bot]
2025-08-29 09:59:42 +00:00
Author: https://github.com/AtkinsSJ
Commit: f2ec04d20d
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5955
Reviewed-by: https://github.com/trflynn89
8 changed files with 144 additions and 3 deletions
|
@ -242,6 +242,7 @@ class CSSKeywordValue;
|
|||
class CSSLayerBlockRule;
|
||||
class CSSLayerStatementRule;
|
||||
class CSSMarginRule;
|
||||
class CSSMathNegate;
|
||||
class CSSMathProduct;
|
||||
class CSSMathSum;
|
||||
class CSSMathValue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue