mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
style: Make color and text-decoration-line not early properties.
The text-decoration-line is a drive-by thing, but I can put it in a separate patch if you want. It was needed for Servo (to compute -servo-text-decorations-in-effect), but I moved Servo away from that model a while ago. Differential Revision: https://phabricator.services.mozilla.com/D26254
This commit is contained in:
parent
5d2724994c
commit
369acffea8
1 changed files with 0 additions and 11 deletions
|
@ -1270,17 +1270,6 @@ impl LonghandId {
|
|||
LonghandId::FontStyle |
|
||||
LonghandId::FontFamily |
|
||||
|
||||
// Needed to resolve currentcolor at computed value time properly.
|
||||
//
|
||||
// FIXME(emilio): All the properties should be moved to currentcolor
|
||||
// as a computed-value (and thus resolving it at used-value time).
|
||||
//
|
||||
// This would allow this property to go away from this list.
|
||||
LonghandId::Color |
|
||||
|
||||
// FIXME(emilio): There's no reason for this afaict, nuke it.
|
||||
LonghandId::TextDecorationLine |
|
||||
|
||||
// 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