Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upstyle: Add support to the animation shorthand and fix parsing of animation-name #12118
Conversation
highfive
commented
Jul 1, 2016
highfive
commented
Jul 1, 2016
|
|
|
r=me with one change Reviewed 4 of 4 files at r1, 1 of 1 files at r2, 3 of 3 files at r3, 1 of 1 files at r4. components/style/properties/shorthand/box.mako.rs, line 129 [r1] (raw file):
Per https://drafts.csswg.org/css-animations/#typedef-single-animation , Please also add a comment saying so, and that Comments from Reviewable |
|
Thanks for the careful review as always Simon :) @bors-servo: r=SimonSapin Review status: all files reviewed at latest revision, 1 unresolved discussion. components/style/properties/shorthand/box.mako.rs, line 129 [r1] (raw file):
|
|
|
style: Add support to the animation shorthand and fix parsing of animation-name <!-- 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 <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> Part of #11916. r? @SimonSapin <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12118) <!-- Reviewable:end -->
|
|
|
@bors-servo: retry
|
style: Add support to the animation shorthand and fix parsing of animation-name <!-- 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 <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> Part of #11916. r? @SimonSapin <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12118) <!-- Reviewable:end -->
|
|
|
…ation-name.
Still doesn't work properly (this also happened with transitions). This is spec'd in: https://www.w3.org/TR/css3-transitions/#transition-timing-function
|
Updated the test expectations an opened #12328 regarding the flexbox test, which we rendered incorrectly anyway. I probably need to dedicate some time to #12120, adding a test refresh mode to the constellation or similar I guess, and enabling some private APIs to allow testing animations à lo mochitest in gecko. I want approval from @jdm or @SimonSapin for landing that last expectation change, I think it's reasonable but I prefer to double-check. |
|
Sounds ok to me. @bors-servo r+ |
|
|
style: Add support to the animation shorthand and fix parsing of animation-name <!-- 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 <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> Part of #11916. r? @SimonSapin <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12118) <!-- Reviewable:end -->
|
|
emilio commentedJul 1, 2016
•
edited by larsbergstrom
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsPart of #11916.
r? @SimonSapin
This change is