Bug 22571 - Remove 'now' from delay values
Summary: Remove 'now' from delay values
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Dean Jackson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-01 12:53 PST by Dean Jackson
Modified: 2009-03-02 11:51 PST (History)
2 users (show)

See Also:


Attachments
removes support for 'now' (2.64 KB, patch)
2008-12-01 15:43 PST, Dean Jackson
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dean Jackson 2008-12-01 12:53:51 PST
The animation and transition delay properties take a value 'now'. They should not.
Comment 1 Dean Jackson 2008-12-01 15:43:52 PST
Created attachment 25641 [details]
removes support for 'now'

No testcases - none were testing 'now' anyway.
Comment 2 Sam Weinig 2008-12-02 04:50:10 PST
Comment on attachment 25641 [details]
removes support for 'now'

r=me.
Comment 3 Dean Jackson 2008-12-02 14:17:36 PST
Committed r38919
	M	WebCore/ChangeLog
	M	WebCore/css/CSSValueKeywords.in
	M	WebCore/css/CSSStyleSelector.cpp
	M	WebCore/css/CSSParser.cpp