From e617ece91ee5482232f89d270af7cded6d77c3f6 Mon Sep 17 00:00:00 2001 From: Oriol Brufau Date: Mon, 22 May 2023 11:59:07 +0200 Subject: [PATCH] Further changes required by Servo --- components/style/properties/properties.mako.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/style/properties/properties.mako.rs b/components/style/properties/properties.mako.rs index ae5e4b6afb1..fff28e4bfab 100644 --- a/components/style/properties/properties.mako.rs +++ b/components/style/properties/properties.mako.rs @@ -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 |