LibWeb/CSS: Implement CSSMathProduct

This is almost identical to CSSMathSum.
This commit is contained in:
Sam Atkins 2025-08-19 15:35:09 +01:00 committed by Andreas Kling
parent e17052a343
commit e21610180f
Notes: github-actions[bot] 2025-08-29 09:59:52 +00:00
11 changed files with 202 additions and 11 deletions

View file

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