DescriptionFix serialization of step timing functions
The CSS Transitions specification recently added a section specifying how timing
functions should be serialized:
https://hg.csswg.org/drafts/rev/12d32649a91f
https://drafts.csswg.org/css-transitions/#serializing-a-timing-function
This patch changes how step timing functions are serialized in order to bring it
in line with the spec. The corresponding parsing function devtools/front_end is
also updated.
The removal of "step-middle" and "steps(x, middle)" as valid values is deferred
until frames() is implemented (see crbug.com/646265).
BUG=631875, 600248
Committed: https://crrev.com/d660b195483e9910ee6bfc3ad25df28301a35259
Cr-Commit-Position: refs/heads/master@{#418704}
Patch Set 1 #Patch Set 2 : Update step timing function parsing in devtools #Messages
Total messages: 22 (14 generated)
|