LibWeb/CSS: Implement CSSMathNegate

This commit is contained in:
Sam Atkins 2025-08-19 16:03:09 +01:00 committed by Andreas Kling
parent e21610180f
commit f2ec04d20d
Notes: github-actions[bot] 2025-08-29 09:59:42 +00:00
8 changed files with 144 additions and 3 deletions

View file

@ -242,6 +242,7 @@ class CSSKeywordValue;
class CSSLayerBlockRule;
class CSSLayerStatementRule;
class CSSMarginRule;
class CSSMathNegate;
class CSSMathProduct;
class CSSMathSum;
class CSSMathValue;