LibWeb/CSS: Implement CSSMathValue

This is a base class for the various math functions, so it's not used
directly anywhere.
This commit is contained in:
Sam Atkins 2025-08-19 14:24:39 +01:00 committed by Andreas Kling
parent ef8ca729cc
commit 6c8876cdb8
Notes: github-actions[bot] 2025-08-29 10:00:11 +00:00
8 changed files with 96 additions and 3 deletions

View file

@ -36,6 +36,7 @@ libweb_js_bindings(CSS/CSSKeywordValue)
libweb_js_bindings(CSS/CSSLayerBlockRule)
libweb_js_bindings(CSS/CSSLayerStatementRule)
libweb_js_bindings(CSS/CSSMarginRule)
libweb_js_bindings(CSS/CSSMathValue)
libweb_js_bindings(CSS/CSSMediaRule)
libweb_js_bindings(CSS/CSS NAMESPACE)
libweb_js_bindings(CSS/CSSNamespaceRule)