Bug 29070 - [HTML5][Forms] min/max attributes support for date&time types
Summary: [HTML5][Forms] min/max attributes support for date&time types
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL: http://www.whatwg.org/specs/web-apps/...
Keywords:
Depends on: 29004 32696 34209 34483
Blocks: 27450 30847
  Show dependency treegraph
 
Reported: 2009-09-08 23:08 PDT by Kent Tamura
Modified: 2010-02-02 20:24 PST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Tamura 2009-09-08 23:08:55 PDT
Implement min/max attributes and ValidityState.rangeUnderflow and .rangeOverflow for <input type=date/datetime/datetime-local/month/time/week>.
Comment 1 Kent Tamura 2010-02-02 20:24:55 PST
Completed to implement min/max/rangeOveflow/rangeUnderflow for all of types.