LibWeb/CSS: Mark transform property as resolving percentages as lengths

This commit is contained in:
Sam Atkins 2025-01-09 15:14:06 +00:00
parent a40dbd080d
commit 6f60c258ce
Notes: github-actions[bot] 2025-01-13 11:00:17 +00:00

View file

@ -2723,7 +2723,8 @@
"inherited": false,
"initial": "none",
"affects-layout": false,
"affects-stacking-context": true
"affects-stacking-context": true,
"percentages-resolve-to": "length"
},
"transform-box": {
"animation-type": "discrete",