DescriptionWeb Animations API: Sort keyframes by offset
Due to a recent spec change, we must now sort the keyframes if they are
not loosely sorted by offset, and all keyframes have a supplied offset.
If they are not loosely sorted, and any do not have a supplied offset,
we must throw a DOMException of type InvalidModificationError.
https://dvcs.w3.org/hg/FXTF/diff/b5b53c344189/web-animations/index.html
BUG=363569
Patch Set 1 #
Total comments: 1
Patch Set 2 : move Keyframe::compareOffsets out of KeyframeEffectModel.cpp #
Total comments: 4
Patch Set 3 : Use simpler values in layout test #
Total comments: 4
Patch Set 4 : Detect null offset #
Total comments: 3
Messages
Total messages: 11 (0 generated)
|