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