mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
LibWeb/CSS: Implement CSSSkew
Equivalent to the skew() transform function. +39 WPT subtests.
This commit is contained in:
parent
456946368e
commit
161e384521
Notes:
github-actions[bot]
2025-09-24 11:29:28 +00:00
Author: https://github.com/AtkinsSJ
Commit: 161e384521
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6227
10 changed files with 242 additions and 44 deletions
|
|
@ -58,6 +58,7 @@ libweb_js_bindings(CSS/CSSRotate)
|
|||
libweb_js_bindings(CSS/CSSRule)
|
||||
libweb_js_bindings(CSS/CSSRuleList)
|
||||
libweb_js_bindings(CSS/CSSScale)
|
||||
libweb_js_bindings(CSS/CSSSkew)
|
||||
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