servo/components/style/values/specified
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
..
align.rs Measure PropertyDeclaration more thoroughly. 2017-09-14 13:18:03 +10:00
angle.rs Measure PropertyDeclaration more thoroughly. 2017-09-14 13:18:03 +10:00
background.rs style: Be a bit more explicit about background-size. 2017-09-17 21:33:19 +02:00
basic_shape.rs Introduce ComputedUrl 2017-08-09 13:55:39 +02:00
border.rs style: Make border-spacing serialization consistent, and move it to precomputed_type. 2017-09-17 21:33:17 +02:00
box.rs Use generics for the vertical-align property 2017-08-30 23:01:12 +02:00
calc.rs Measure PropertyDeclaration more thoroughly. 2017-09-14 13:18:03 +10:00
color.rs style: Implement the body text color quirk in a more straight-forward way. 2017-09-16 02:44:56 +02:00
effects.rs Auto merge of #18517 - BorisChiou:stylo/filter/clamp, r=emilio 2017-09-18 05:23:36 -05:00
flex.rs Rename LengthOrPercentageOrAutoOrContent to FlexBasis 2017-06-17 13:46:35 +02:00
font.rs stylo: Handle quirks mode on font base sizes 2017-09-28 00:54:30 +03:00
gecko.rs Thread ParseError return values through CSS parsing. 2017-06-09 16:46:25 -04:00
grid.rs style: Properly use integers on grid properties, and derive ToComputedValue. 2017-09-11 11:29:27 +02:00
image.rs stylo: Don't serialize default position on -moz- prefixed linear gradient 2017-09-29 00:06:18 +03:00
length.rs stylo: Move font-size stuff to values::*::font 2017-09-23 10:52:07 -07:00
mod.rs stylo: Don't error out on trailing whitespace in attr() 2017-09-26 14:00:11 -07:00
percentage.rs Auto merge of #18517 - BorisChiou:stylo/filter/clamp, r=emilio 2017-09-18 05:23:36 -05:00
position.rs Measure PropertyDeclaration more thoroughly. 2017-09-14 13:18:03 +10:00
rect.rs Move specified and computed percentages to submodules 2017-08-14 02:47:43 +02:00
svg.rs style: Remove HasViewportPercentage. 2017-08-29 23:51:21 +02:00
text.rs stylo: Add keyword info to computed value of font-size 2017-09-23 10:51:21 -07:00
time.rs Measure PropertyDeclaration more thoroughly. 2017-09-14 13:18:03 +10:00
transform.rs Measure PropertyDeclaration more thoroughly. 2017-09-14 13:18:03 +10:00