mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
LibWeb/CSS: Implement CSSScale
Equivalent to the scale() transform functions. +33 WPT subtests.
This commit is contained in:
parent
d348d8d9b8
commit
456946368e
Notes:
github-actions[bot]
2025-09-24 11:29:35 +00:00
Author: https://github.com/AtkinsSJ
Commit: 456946368e
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6227
11 changed files with 304 additions and 40 deletions
|
|
@ -57,6 +57,7 @@ libweb_js_bindings(CSS/CSSPropertyRule)
|
|||
libweb_js_bindings(CSS/CSSRotate)
|
||||
libweb_js_bindings(CSS/CSSRule)
|
||||
libweb_js_bindings(CSS/CSSRuleList)
|
||||
libweb_js_bindings(CSS/CSSScale)
|
||||
libweb_js_bindings(CSS/CSSStyleDeclaration)
|
||||
libweb_js_bindings(CSS/CSSStyleProperties)
|
||||
libweb_js_bindings(CSS/CSSStyleRule)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue