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