mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-30 11:37:16 +02:00
LibWeb: Only resolve transform-origin keywords for the computed value
Previously, we were resolving these keywords at parse time, which gave an incorrect serialization of the specified value.
This commit is contained in:
committed by
Alexander Kalenik
parent
a3f6e71e33
commit
a8d5758777
Notes:
github-actions[bot]
2025-06-15 14:02:58 +00:00
Author: https://github.com/tcl3 Commit: https://github.com/LadybirdBrowser/ladybird/commit/a8d57587779 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5085
@@ -1,7 +1,7 @@
|
||||
center => 50% 50%
|
||||
10px => 10px 50%
|
||||
25% => 25% 50%
|
||||
left 20% => 0% 20%
|
||||
20px bottom => 20px 100%
|
||||
top right => 100% 0%
|
||||
center => center center
|
||||
10px => 10px center
|
||||
25% => 25% center
|
||||
left 20% => left 20%
|
||||
20px bottom => 20px bottom
|
||||
top right => right top
|
||||
"center" => (invalid)
|
||||
|
||||
Reference in New Issue
Block a user