Bug 19264 (HTML5Forms) - HTML5 Forms Implementation - Master bug
Summary: HTML5 Forms Implementation - Master bug
Status: NEW
Alias: HTML5Forms
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P4 Enhancement
Assignee: Nobody
URL: http://www.whatwg.org/specs/web-apps/...
Keywords:
Depends on: 29235 30802 40908 18887 19562 19911 20101 21248 21903 24092 24093 24703 H5F-RequiredAttr H5F-PatternAttr 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
Blocks: 32934 html5test
  Show dependency treegraph
 
Reported: 2008-05-27 04:18 PDT by Michelangelo De Simone
Modified: 2012-08-18 20:10 PDT (History)
30 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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