Bug 85959

Summary: [Forms] Re-factoring HTMLInputElement for Steppable input type
Product: WebKit Reporter: yosin
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 80009    

Description yosin 2012-05-08 23:57:18 PDT
Not only introducing Decimal arithmetic to steppable input type but also we would like to push steppable input type related code to another place for ease of maintenance, e.g. reduce change conflict, adding new feature to steppable input type.

Following methods will be moved:
* getAllowedValueStepWithDecimalPlaces
* getAllowedValueStep
* applyStep
Comment 1 yosin 2012-05-09 00:00:19 PDT

*** This bug has been marked as a duplicate of bug 82034 ***