RESOLVED FIXED 20593
Various updates to CSS Animations, Transitions and Transforms specs
https://bugs.webkit.org/show_bug.cgi?id=20593
Summary Various updates to CSS Animations, Transitions and Transforms specs
Dean Jackson
Reported 2008-09-01 16:45:57 PDT
Animations * Keyframes must provide 0% and 100% to be valid <rdar://problem/6165732> [animations] Spec should say what happens if you omit the 0% or 100% keyframe * Mention that keyframes can be specified in any order <rdar://problem/6165728> [animations] Spec should say that keyframes can be in any order (It actually already said this, but I made it more clear) * Keyframe names must be IDENT not STRING <rdar://problem/6164640> [animations] should we allow quoted animation names Transforms * Removed definition of <angle> - now reference CSS Values and Units consequence is that rotations now support "turn" units (feel free to turn it up to 11) <rdar://problem/6177272> [transforms] Should support "turns" as a rotation unit * Added exception to CSSMatrix setMatrixValue() and inverse() methods <rdar://problem/6160283> [transforms] Specify error reporting for WebKitCSSMatrix * Added getCSSMatrix() method to CSSTransformValue * Added Table of Contents to Transforms * skewZ() transform function removed. It makes no sense. * Definition for skew() transform function was missing * Also added a new CSSTransformValue CSS_SKEW <rdar://problem/6137414> [transforms] skew() function definition is missing * Removed mention of transitions when discussion keyframes rule <rdar://problem/6103072> [animations] CSS Animation spec mentions transition keyframes
Attachments
Changes to the specs in CSSVisualEffects (26.83 KB, patch)
2008-09-01 16:48 PDT, Dean Jackson
no flags
Dean Jackson
Comment 1 2008-09-01 16:48:45 PDT
Created attachment 23106 [details] Changes to the specs in CSSVisualEffects Not sure what the review process should be here, if any. Since it goes on the webkit site it seems important that some external review happens.
Simon Fraser (smfr)
Comment 2 2008-09-02 09:16:55 PDT
The CSSTransformValue operation types are wrong here.
Dean Jackson
Comment 3 2008-09-05 14:57:08 PDT
Comment on attachment 23106 [details] Changes to the specs in CSSVisualEffects no need for review - it's all draft anyway.
Dean Jackson
Comment 4 2008-09-05 15:08:52 PDT
Committed r36119 A WebKitSite/specs/CSSVisualEffects/ChangeLog M WebKitSite/specs/CSSVisualEffects/CSSTransitions.html M WebKitSite/specs/CSSVisualEffects/CSSTransforms.html M WebKitSite/specs/CSSVisualEffects/CSSAnimation.html
Note You need to log in before you can comment on or make changes to this bug.