RESOLVED FIXED 25554
Implement HTML5 Input element types for Text Fields
https://bugs.webkit.org/show_bug.cgi?id=25554
Summary Implement HTML5 Input element types for Text Fields
Greg Bolsinga
Reported 2009-05-04 14:49:18 PDT
See http://dev.w3.org/html5/spec/Overview.html#attr-input-type This bug report is just for the type keywords when "Control type" is Text Field. tel, url, email, number are the ones not yet in WebCore. <rdar://problem/5327885>
Attachments
add support for HTML text control input types (9.28 KB, patch)
2009-05-04 15:14 PDT, Greg Bolsinga
no flags
updated patch to fix DOMHTML.mm (10.77 KB, patch)
2009-05-04 16:29 PDT, Greg Bolsinga
eric: review-
Now with working code and layout tests (13.86 KB, patch)
2009-05-04 19:47 PDT, Greg Bolsinga
sam: review+
Greg Bolsinga
Comment 1 2009-05-04 15:14:53 PDT
Created attachment 29996 [details] add support for HTML text control input types
Greg Bolsinga
Comment 2 2009-05-04 16:29:44 PDT
Created attachment 30001 [details] updated patch to fix DOMHTML.mm
Eric Seidel (no email)
Comment 3 2009-05-04 17:16:08 PDT
Comment on attachment 30001 [details] updated patch to fix DOMHTML.mm Per IRC, r- for lack of test.
Greg Bolsinga
Comment 4 2009-05-04 19:47:22 PDT
Created attachment 30008 [details] Now with working code and layout tests
Greg Bolsinga
Comment 5 2009-05-05 17:58:24 PDT
Fixed in r43267
Greg Bolsinga
Comment 6 2009-05-05 18:15:34 PDT
Note You need to log in before you can comment on or make changes to this bug.