mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Further changes required by Servo
This commit is contained in:
parent
028f2f95d2
commit
e617ece91e
1 changed files with 3 additions and 3 deletions
|
@ -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 |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue