mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
LibWeb/CSS: Implement CSSMathMin
This commit is contained in:
parent
8efd0639cd
commit
1a35795f47
Notes:
github-actions[bot]
2025-08-29 09:59:24 +00:00
Author: https://github.com/AtkinsSJ
Commit: 1a35795f47
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5955
Reviewed-by: https://github.com/trflynn89
9 changed files with 174 additions and 6 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/CSSMathMin)
|
||||
libweb_js_bindings(CSS/CSSMathNegate)
|
||||
libweb_js_bindings(CSS/CSSMathProduct)
|
||||
libweb_js_bindings(CSS/CSSMathSum)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue