Bug 22571

Summary: Remove 'now' from delay values
Product: WebKit Reporter: Dean Jackson <dino>
Component: CSSAssignee: Dean Jackson <dino>
Status: RESOLVED FIXED    
Severity: Normal CC: cmarrin, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
removes support for 'now' sam: review+

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