mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00: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:
parent
4f4b43f1d2
commit
cf704cfbfc
Notes:
github-actions[bot]
2025-04-25 14:45:11 +00:00
Author: https://github.com/awesomekling
Commit: cf704cfbfc
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4470
7 changed files with 318 additions and 251 deletions
|
|
@ -161,6 +161,10 @@
|
|||
"type": "<number-percentage>",
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"type": "<number-percentage>",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"type": "<number-percentage>",
|
||||
"required": false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue