mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 12:05:15 +00:00
LibWeb/CSS: Mark transform property as resolving percentages as lengths
This commit is contained in:
parent
a40dbd080d
commit
6f60c258ce
Notes:
github-actions[bot]
2025-01-13 11:00:17 +00:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/LadybirdBrowser/ladybird/commit/6f60c258cec Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3198
1 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue