mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
LibWeb/CSS: Implement CSSPerspective
Equivalent to the perspective() transform function. +34 WPT subtests, and the transformvalue-normalization test now runs to completion instead of throwing an error - though its cases still fail until CSSTransformValue is implemented.
This commit is contained in:
parent
68ceacb0c5
commit
2ffbb284f2
Notes:
github-actions[bot]
2025-09-24 11:29:00 +00:00
Author: https://github.com/AtkinsSJ
Commit: 2ffbb284f2
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6227
12 changed files with 298 additions and 45 deletions
|
|
@ -53,6 +53,7 @@ libweb_js_bindings(CSS/CSSNumericArray)
|
|||
libweb_js_bindings(CSS/CSSNumericValue)
|
||||
libweb_js_bindings(CSS/CSSPageRule)
|
||||
libweb_js_bindings(CSS/CSSPageDescriptors)
|
||||
libweb_js_bindings(CSS/CSSPerspective)
|
||||
libweb_js_bindings(CSS/CSSPropertyRule)
|
||||
libweb_js_bindings(CSS/CSSRotate)
|
||||
libweb_js_bindings(CSS/CSSRule)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue