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 |