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
|
|
@ -133,6 +133,7 @@ set(SOURCES
|
|||
CSS/CSSNumericValue.cpp
|
||||
CSS/CSSPageRule.cpp
|
||||
CSS/CSSPageDescriptors.cpp
|
||||
CSS/CSSPerspective.cpp
|
||||
CSS/CSSPropertyRule.cpp
|
||||
CSS/CSSRotate.cpp
|
||||
CSS/CSSRule.cpp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue