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 Monday, May 4, 2009 10:49:18 PM UTC
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 Monday, May 4, 2009 11:14:53 PM UTC
Created attachment 29996 [details] add support for HTML text control input types
Greg Bolsinga
Comment 2 Tuesday, May 5, 2009 12:29:44 AM UTC
Created attachment 30001 [details] updated patch to fix DOMHTML.mm
Eric Seidel (no email)
Comment 3 Tuesday, May 5, 2009 1:16:08 AM UTC
Comment on attachment 30001 [details] updated patch to fix DOMHTML.mm Per IRC, r- for lack of test.
Greg Bolsinga
Comment 4 Tuesday, May 5, 2009 3:47:22 AM UTC
Created attachment 30008 [details] Now with working code and layout tests
Greg Bolsinga
Comment 5 Wednesday, May 6, 2009 1:58:24 AM UTC
Fixed in r43267
Greg Bolsinga
Comment 6 Wednesday, May 6, 2009 2:15:34 AM UTC
Note You need to log in before you can comment on or make changes to this bug.