Bug 19264 (HTML5Forms)
Summary: | HTML5 Forms Implementation - Master bug | ||
---|---|---|---|
Product: | WebKit | Reporter: | Michelangelo De Simone <michelangelo> |
Component: | Forms | Assignee: | 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 |
Michelangelo De Simone
This is the Web Forms 2.0 master bug. Each feature will be addressed and "bugged" individually.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
sideshowbarker
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."
Michelangelo De Simone
Bug updated according to Mike's suggestions.
Michelangelo De Simone
inputmode is not part of HTML5 Forms specs, so this doesn't depent on it.
Sam Sneddon [:gsnedders]
This should depend on #21903.
Aryeh Gregor
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).
Michelangelo De Simone
(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!
Martin Kliehm
Depends on #33636 - input type=search not styleable with CSS