Bug 20101

Summary: willValidate attribute support
Product: WebKit Reporter: Michelangelo De Simone <michelangelo>
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Enhancement    
Priority: P4    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
URL: http://www.w3.org/TR/web-forms-2/#willvalidate
Bug Depends on:    
Bug Blocks: 19264, 34733    
Attachments:
Description Flags
Proposed patch adele: review+

Michelangelo De Simone
Reported 2008-07-18 14:31:11 PDT
The willValidate attribute applies to all form controls and gives the ability to check the target for its "validable" status. This is part of Web Forms 2.0 standard implementation.
Attachments
Proposed patch (20.32 KB, patch)
2008-07-18 14:31 PDT, Michelangelo De Simone
adele: review+
Michelangelo De Simone
Comment 1 2008-07-18 14:31:45 PDT
Created attachment 22375 [details] Proposed patch
Adele Peterson
Comment 2 2008-07-24 14:01:36 PDT
Comment on attachment 22375 [details] Proposed patch instead of checking for name().length() you can check !name().isEmpty() otherwise, looks good.
Mark Rowe (bdash)
Comment 3 2008-07-26 22:08:43 PDT
Landed in r35381.
Note You need to log in before you can comment on or make changes to this bug.