Further changes required by Servo

This commit is contained in:
Oriol Brufau 2023-05-22 11:59:07 +02:00
parent 028f2f95d2
commit e617ece91e

View file

@ -1366,6 +1366,9 @@ impl LonghandId {
// font-size depends on math-depth's computed value.
LonghandId::MathDepth |
// color-scheme affects how system colors resolve.
LonghandId::ColorScheme |
% endif
// Needed to compute the first available font, in order to
@ -1376,9 +1379,6 @@ impl LonghandId {
LonghandId::FontStyle |
LonghandId::FontFamily |
// color-scheme affects how system colors resolve.
LonghandId::ColorScheme |
// Needed to properly compute the writing mode, to resolve logical
// properties, and similar stuff.
LonghandId::WritingMode |