mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
style: Compute font-size-adjust early, so that we get the correct used font size for font-dependent units
Differential Revision: https://phabricator.services.mozilla.com/D165842
This commit is contained in:
parent
425a92143d
commit
2f64ef0d81
1 changed files with 3 additions and 2 deletions
|
@ -925,9 +925,10 @@ CASCADE_GROUPS = {
|
|||
"-moz-min-font-size-ratio",
|
||||
# font-size depends on math-depth's computed value.
|
||||
"math-depth",
|
||||
# Needed to compute the first available font, in order to
|
||||
# compute font-relative units correctly.
|
||||
# Needed to compute the first available font and its used size,
|
||||
# in order to compute font-relative units correctly.
|
||||
"font-size",
|
||||
"font-size-adjust",
|
||||
"font-weight",
|
||||
"font-stretch",
|
||||
"font-style",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue