Bug 105432

Summary: transition-delay and transition-duration return incorrect values when querying using the computed style.
Product: WebKit Reporter: Alexis Menard (darktears) <menard>
Component: CSSAssignee: Alexis Menard (darktears) <menard>
Status: RESOLVED FIXED    
Severity: Normal CC: cmarcelo, dino, macpherson, ojan.autocc, simon.fraser, webkit.review.bot
Priority: P2 Keywords: WebExposed
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 93136    
Attachments:
Description Flags
Patch none

Description Alexis Menard (darktears) 2012-12-19 06:30:49 PST
style.transitionDelay = "10ms";

returns correctly 10ms when using style.transitionDelay to get the value but when querying the transition-delay value using the computed style the following value is returned : 0.009999999776482582s. It is inaccurate and goes against the spec and what other UAs do, it should be 0.01s.
Comment 1 Alexis Menard (darktears) 2013-01-08 04:37:58 PST
Created attachment 181684 [details]
Patch
Comment 2 WebKit Review Bot 2013-01-08 10:09:24 PST
Comment on attachment 181684 [details]
Patch

Clearing flags on attachment: 181684

Committed r139070: <http://trac.webkit.org/changeset/139070>
Comment 3 WebKit Review Bot 2013-01-08 10:09:27 PST
All reviewed patches have been landed.  Closing bug.