mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 12:07:14 +02:00
Previously, we were resolving these keywords at parse time, which gave an incorrect serialization of the specified value.
8 lines
155 B
Plaintext
8 lines
155 B
Plaintext
center => center center
|
|
10px => 10px center
|
|
25% => 25% center
|
|
left 20% => left 20%
|
|
20px bottom => 20px bottom
|
|
top right => right top
|
|
"center" => (invalid)
|