Bug 19264 (HTML5Forms)

Summary: HTML5 Forms Implementation - Master bug
Product: WebKit Reporter: Michelangelo De Simone <michelangelo>
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Enhancement CC: adele, arv, bronislav.klucka, cgriego, cmarcelo, dev+webkit, donggwan.kim, emacemac7, eoconnor, gsnedders, jonlee, jshin, laszlo.gombos, marcoos+bwo, martin, miketaylr, mike, mounir, paulirish, paul+webkit.org, peter, phiw2, pkasting, rakeshchaitan, rik, syoichi, sysop, tkent, wayne, webmaster
Priority: P4    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
URL: http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html
Bug Depends on: 29235, 30802, 40908, 18887, 19562, 19911, 20101, 21248, 21903, 24092, 24093, 24703, 25551, 25552, 26141, 26505, 26550, 26551, 26915, 27247, 27357, 27450, 27451, 27452, 27454, 27455, 27456, 27457, 27458, 27756, 27794, 27959, 27968, 28145, 28649, 28868, 28934, 28966, 28988, 29004, 29358, 29359, 29363, 29796, 29913, 31031, 31032, 32429, 32696, 32697, 36677, 37024, 37307, 38688, 38713, 47813, 49240, 50380, 50663, 55755, 55987, 55988, 62430, 63192, 80108, 80109, 80110, 81854, 83761    
Bug Blocks: 32934, 40829    

Description Michelangelo De Simone 2008-05-27 04:18:26 PDT
This is the Web Forms 2.0 master bug. Each feature will be addressed and "bugged" individually.
Comment 1 sideshowbarker 2009-01-19 20:52:04 PST
Note that the Web Forms 2.0 draft has been obsoleted by the Forms section in the HTML5 draft:

http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html

So the URL for this bug should perhaps be changed to that.

See the note at http://www.whatwg.org/specs/web-forms/current-work/

"This draft has been superseded by the Forms chapter of the HTML5 specification, which now includes many of the features first defined in this document."
Comment 2 Michelangelo De Simone 2009-01-20 11:29:22 PST
Bug updated according to Mike's suggestions.
Comment 3 Michelangelo De Simone 2009-01-21 03:41:11 PST
inputmode is not part of HTML5 Forms specs, so this doesn't depent on it.
Comment 4 Sam Sneddon [:gsnedders] 2009-03-06 11:36:53 PST
This should depend on #21903.
Comment 5 Aryeh Gregor 2009-08-06 20:42:32 PDT
FWIW, MediaWiki has started using HTML 5 forms as of now, and that's likely to be deployed on Wikipedia within the next week:

http://www.mediawiki.org/wiki/Special:Code/MediaWiki/54567

This includes some features that WebKit already implements (required, autofocus) and some it doesn't (min, max, number, email).
Comment 6 Michelangelo De Simone 2009-08-06 20:51:04 PDT
(In reply to comment #5)

> This includes some features that WebKit already implements (required,
> autofocus) and some it doesn't (min, max, number, email).

Wow, that's awesome!
Comment 7 Martin Kliehm 2010-09-22 07:00:59 PDT
Depends on #33636 - input type=search not styleable with CSS