Files
servo/components/style
bors-servo 516279e24f Auto merge of #26074 - jdm:transition-fix, r=SimonSapin
Avoid infinitely looping CSS transitions.

This change addresses the long-standing issue of CSS transitions not ending appropriately. It does not fundamentally change the way we process transitions/animations.

---
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #20379
- [x] There are tests for these changes
2020-04-01 15:19:15 -04:00
..
2020-02-12 02:43:23 +01:00
2019-12-16 14:23:56 +01:00
2019-11-04 13:41:55 +01:00
2020-02-12 02:43:23 +01:00
2020-02-12 02:43:23 +01:00
2020-02-12 02:43:23 +01:00
2020-04-01 01:00:14 +02:00
2019-06-22 14:59:09 +02:00
2018-11-19 14:47:27 +01:00
2019-12-16 14:23:56 +01:00
2020-03-06 11:13:28 +01:00
2020-01-13 21:59:45 +01:00
2019-06-22 14:59:09 +02:00
2019-10-23 15:34:48 +02:00
2019-12-16 14:23:56 +01:00
2018-11-19 14:47:27 +01:00
2019-12-16 14:23:56 +01:00
2019-12-16 14:23:56 +01:00
2019-06-22 14:59:09 +02:00
2019-12-16 14:23:56 +01:00
2019-11-30 20:45:07 +01:00
2019-06-04 01:04:01 -04:00
2019-06-22 14:59:09 +02:00
2019-12-16 14:23:56 +01:00
2018-11-19 14:47:27 +01:00

servo-style

Style system for Servo, using rust-cssparser for parsing.