mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +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",
|
"-moz-min-font-size-ratio",
|
||||||
# font-size depends on math-depth's computed value.
|
# font-size depends on math-depth's computed value.
|
||||||
"math-depth",
|
"math-depth",
|
||||||
# Needed to compute the first available font, in order to
|
# Needed to compute the first available font and its used size,
|
||||||
# compute font-relative units correctly.
|
# in order to compute font-relative units correctly.
|
||||||
"font-size",
|
"font-size",
|
||||||
|
"font-size-adjust",
|
||||||
"font-weight",
|
"font-weight",
|
||||||
"font-stretch",
|
"font-stretch",
|
||||||
"font-style",
|
"font-style",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue