Bug 29070
Summary: | [HTML5][Forms] min/max attributes support for date&time types | ||
---|---|---|---|
Product: | WebKit | Reporter: | Kent Tamura <tkent> |
Component: | Forms | Assignee: | 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 |
Kent Tamura
Implement min/max attributes and ValidityState.rangeUnderflow and .rangeOverflow for <input type=date/datetime/datetime-local/month/time/week>.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Kent Tamura
Completed to implement min/max/rangeOveflow/rangeUnderflow for all of types.