LibWeb/CSS: Implement CSSMathMax

Basically the same as CSSMathMin.
This commit is contained in:
Sam Atkins 2025-08-19 17:18:12 +01:00 committed by Andreas Kling
parent 1a35795f47
commit dd3007dcd7
Notes: github-actions[bot] 2025-08-29 09:59:17 +00:00
12 changed files with 322 additions and 12 deletions

View file

@ -37,6 +37,7 @@ libweb_js_bindings(CSS/CSSLayerBlockRule)
libweb_js_bindings(CSS/CSSLayerStatementRule)
libweb_js_bindings(CSS/CSSMarginRule)
libweb_js_bindings(CSS/CSSMathInvert)
libweb_js_bindings(CSS/CSSMathMax)
libweb_js_bindings(CSS/CSSMathMin)
libweb_js_bindings(CSS/CSSMathNegate)
libweb_js_bindings(CSS/CSSMathProduct)