servo/components/style/values
Nazım Can Altınova dfd12d78c6 stylo: Don't serialize default position on -moz- prefixed linear gradient
Normally, we should not serialize if the line direction points downwards. Unprefixed and
-webkit- prefixed syntaxes use only Keyword enum for line direction and we check them already.
But -moz- prefixed linear gradients can store position too. Therefore it's stored inside
`LineDirection::MozPosition` and we should check that for consistency between other gradients.
2017-09-29 00:06:18 +03:00
..
animated style: Make border-spacing serialization consistent, and move it to precomputed_type. 2017-09-17 21:33:17 +02:00
computed stylo: Don't serialize default position on -moz- prefixed linear gradient 2017-09-29 00:06:18 +03:00
generics style: Be a little less From-happy with rect. 2017-09-17 21:33:22 +02:00
specified stylo: Don't serialize default position on -moz- prefixed linear gradient 2017-09-29 00:06:18 +03:00
distance.rs Document how style traits can be derived 2017-08-28 12:26:43 +02:00
mod.rs stylo: Move font-size stuff to values::*::font 2017-09-23 10:52:07 -07:00