mirror of
https://github.com/servo/servo.git
synced 2025-10-02 09:39:14 +01:00
layout: Resolve word_spacing ahead of time.
It's not possible anymore, in the presence of min() / max(), to split a <length-percentage> value into a <length> and a <percentage> component. Tweak word_spacing to do what Gecko does (resolving it in advance).
This commit is contained in:
parent
e227715aee
commit
f03026b869
8 changed files with 45 additions and 24 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1751,7 +1751,6 @@ dependencies = [
|
|||
"log",
|
||||
"malloc_size_of",
|
||||
"net_traits",
|
||||
"ordered-float",
|
||||
"range",
|
||||
"serde",
|
||||
"servo-fontconfig",
|
||||
|
@ -5659,7 +5658,6 @@ dependencies = [
|
|||
"num-integer",
|
||||
"num-traits",
|
||||
"num_cpus",
|
||||
"ordered-float",
|
||||
"owning_ref",
|
||||
"parking_lot",
|
||||
"precomputed-hash",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue