RESOLVED FIXED 20613
Can't add a keyframe rule via the DOM
https://bugs.webkit.org/show_bug.cgi?id=20613
Summary Can't add a keyframe rule via the DOM
Dean Jackson
Reported 2008-09-02 17:28:53 PDT
I forgot to add the back-door keyframe parsing to the CSS grammar, which means programmatically added keyframe rules don't work. See LayoutTests/css3/keyframes-rule.html
Attachments
patch for keyframes via dom (4.66 KB, patch)
2008-09-05 19:40 PDT, Dean Jackson
no flags
updated patch (4.72 KB, patch)
2008-09-08 15:10 PDT, Dean Jackson
mitz: review+
Dean Jackson
Comment 1 2008-09-05 19:40:43 PDT
Created attachment 23209 [details] patch for keyframes via dom Updated test too. Note that keyframes rules are sorted.
Dean Jackson
Comment 2 2008-09-05 19:41:18 PDT
This will fix the failing LayoutTest
Dean Jackson
Comment 3 2008-09-08 15:10:11 PDT
Created attachment 23275 [details] updated patch i'd left a line out
mitz
Comment 4 2008-09-08 17:29:33 PDT
Comment on attachment 23275 [details] updated patch r=me
Dean Jackson
Comment 5 2008-09-08 18:04:17 PDT
Committed r36278 M WebCore/ChangeLog M WebCore/css/CSSGrammar.y M WebCore/css/tokenizer.flex M LayoutTests/ChangeLog M LayoutTests/css3/keyframes-rule-expected.txt M LayoutTests/css3/keyframes-rule.html
Note You need to log in before you can comment on or make changes to this bug.