RESOLVED FIXED 20101
willValidate attribute support
https://bugs.webkit.org/show_bug.cgi?id=20101
Summary willValidate attribute support
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.