Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

HTML5 input type date validation #219

Closed
travisleithead opened this issue Apr 19, 2016 · 2 comments
Closed

HTML5 input type date validation #219

travisleithead opened this issue Apr 19, 2016 · 2 comments

Comments

@travisleithead
Copy link
Member

Ported from bug: https://www.w3.org/Bugs/Public/show_bug.cgi?id=29575

belleo 2016-04-19 08:07:06 UTC

Cannot determine Either the input type date field is empty or ot because there are just two states to check ( true or false ) and both empty and invalid dates have the same value.

This is a blocker for us who uses the input validation on key events.

Additional,

We cannot check either if all segments in the input type date ( year, month. day ) are empty or not, or the whole value is being inputted because of the default result which is "false" if ever the date is invalid.

@travisleithead
Copy link
Member Author

Discussed at May 10 Editor's F2F: Incubate first.

@travisleithead travisleithead added this to the HTML 5.2 WD 4 milestone Oct 24, 2016
@stevefaulkner
Copy link
Contributor

Closing here as this needs incubation and therefore should be raised in the WICG https://discourse.wicg.io/

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants