diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2017-01-07 16:50:27 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-07 16:50:27 -0800 |
commit | 496447a363ca4fc5d6789241ccb0b94134917b9a (patch) | |
tree | aa81fbce42dbc865807271269e80eec08ff4acd2 /components/script/dom/htmlscriptelement.rs | |
parent | 2225ccd46416443b1e196a14f5ff1b5dff5001d0 (diff) | |
parent | 8d90aa0b88735ad597adc47ba3dbdd71cc598279 (diff) | |
download | servo-496447a363ca4fc5d6789241ccb0b94134917b9a.tar.gz servo-496447a363ca4fc5d6789241ccb0b94134917b9a.zip |
Auto merge of #14899 - canaltinova:transition-timing, r=Manishearth
Fix serialization of timing-function
<!-- Please describe your changes on the following line: -->
`transition-timing-function` and `animation-timing-function` properties corrected to reflect [the spec](https://drafts.csswg.org/css-transitions/#serializing-a-timing-function). It was converting function keywords to `cubic-bezier` or `steps` functions directly. But we needed to store it to use in the serialization step.
---
<!-- 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
- [X] These changes fix #14822 (github issue number if applicable).
<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because _____
<!-- 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/14899)
<!-- Reviewable:end -->
Diffstat (limited to 'components/script/dom/htmlscriptelement.rs')
0 files changed, 0 insertions, 0 deletions