Bug 106369

Summary: WebKit does not reject some cubic-bezier form values for transition-timing-function.
Product: WebKit Reporter: Alexis Menard (darktears) <menard>
Component: CSSAssignee: Alexis Menard (darktears) <menard>
Status: RESOLVED FIXED    
Severity: Normal CC: cmarcelo, dino, eoconnor, macpherson, ojan.autocc, peter, 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
Patch none

Description Alexis Menard (darktears) 2013-01-08 13:04:40 PST
WebKit does not reject some cubic-bezier form values for transition-timing-function.
Comment 1 Alexis Menard (darktears) 2013-01-08 13:07:17 PST
As per discussion on https://bugs.webkit.org/show_bug.cgi?id=105426#c9 we should reject cubic-bezier values where x values exceed the range [0,1].
Comment 2 Alexis Menard (darktears) 2013-01-08 13:09:58 PST
Created attachment 181741 [details]
Patch
Comment 3 Alexis Menard (darktears) 2013-01-08 13:15:04 PST
Created attachment 181742 [details]
Patch
Comment 4 Peter Beverloo 2013-01-08 13:42:16 PST
Ah, that makes sense. Thanks :-)!
Comment 5 WebKit Review Bot 2013-01-08 13:45:44 PST
Comment on attachment 181742 [details]
Patch

Clearing flags on attachment: 181742

Committed r139106: <http://trac.webkit.org/changeset/139106>
Comment 6 WebKit Review Bot 2013-01-08 13:45:48 PST
All reviewed patches have been landed.  Closing bug.