Bug 29070

Summary: [HTML5][Forms] min/max attributes support for date&time types
Product: WebKit Reporter: Kent Tamura <tkent>
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: adele, cshu, darin, hyatt, michelangelo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
URL: http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#date-and-time-state
Bug Depends on: 29004, 32696, 34209, 34483    
Bug Blocks: 27450, 30847    

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.