servo/components/style/values/generics
bors-servo 10c3e2f3ac Auto merge of #17985 - dadaa:make-list-style-type-animatable, r=hiro
Make list-style-type animatable

<!-- Please describe your changes on the following line: -->

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors

<!-- Either: -->
- [X] There are tests for these changes. The test is patch 3 in https://bugzilla.mozilla.org/show_bug.cgi?id=1382137

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/17985)
<!-- Reviewable:end -->
2017-08-07 19:06:43 -05:00
..
background.rs Support unit variants when deriving ToCss 2017-06-07 16:47:59 +02:00
basic_shape.rs Simplify machinery to serialise optional parts of CSS values 2017-06-21 11:17:22 +02:00
border.rs Support unit variants when deriving ToCss 2017-06-07 16:47:59 +02:00
counters.rs Use generics for the filter property 2017-06-20 13:48:53 +02:00
effects.rs Bug 1374233 - Part 13: Use NonNegative{*} types for components of Shadow and Filter. 2017-08-04 14:23:30 +08:00
flex.rs style: Respect calc for percentages. 2017-07-14 13:43:27 +02:00
gecko.rs Introduce #[css(function)] for #[derive(ToCss)] 2017-06-13 10:19:23 +02:00
grid.rs Update cssparser to 0.18 2017-07-24 11:39:12 +02:00
image.rs Implemented paint worklet arguments. 2017-07-29 15:32:13 -05:00
mod.rs Auto merge of #17985 - dadaa:make-list-style-type-animatable, r=hiro 2017-08-07 19:06:43 -05:00
position.rs Derive ToComputedValue 2017-05-21 15:31:17 +02:00
rect.rs Thread ParseError return values through CSS parsing. 2017-06-09 16:46:25 -04:00
svg.rs Bug 1374233 - Part 9: Add NonNegativeLengthOrPercentageOrNumber for stroke-{width|dasharry}. 2017-08-04 14:23:24 +08:00
text.rs Bug 1374233 - Part 12: Implement ToAnimatedValue for LineHeight. 2017-08-04 14:23:28 +08:00
transform.rs Don't use Point2D<f32> for cubic curves anymore 2017-07-19 10:19:41 +02:00