mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
LibWeb/CSS: Implement CSSMathMax
Basically the same as CSSMathMin.
This commit is contained in:
parent
1a35795f47
commit
dd3007dcd7
Notes:
github-actions[bot]
2025-08-29 09:59:17 +00:00
Author: https://github.com/AtkinsSJ
Commit: dd3007dcd7
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5955
Reviewed-by: https://github.com/trflynn89
12 changed files with 322 additions and 12 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue