mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 20:17:13 +02:00
LibWeb: Implement interpolation for CSS scale values
And let's handle the 3rd (Z) scale parameter as well, while we're here. At least 242 new passes on WPT.
This commit is contained in:
committed by
Andreas Kling
parent
4f4b43f1d2
commit
cf704cfbfc
Notes:
github-actions[bot]
2025-04-25 14:45:11 +00:00
Author: https://github.com/awesomekling Commit: https://github.com/LadybirdBrowser/ladybird/commit/cf704cfbfc5 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4470
@@ -161,6 +161,10 @@
|
||||
"type": "<number-percentage>",
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"type": "<number-percentage>",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"type": "<number-percentage>",
|
||||
"required": false
|
||||
|
||||
Reference in New Issue
Block a user