Bug 149832 (minlength)

Summary: Add support for input[minlength], textarea[minlength], and ValidityState.tooShort
Product: WebKit Reporter: Chris Rebert <webkit>
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: derek.p.moore, kai.hollberg, mkhatib727
Priority: P2 Keywords: HTML5
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
URL: https://html.spec.whatwg.org/multipage/forms.html#attr-input-minlength
See Also: https://bugzilla.mozilla.org/show_bug.cgi?id=932755

Comment 1 Derek Moore 2016-05-23 14:15:13 PDT
Don't feel bad, Firefox is also sucking at implementing this: https://bugzilla.mozilla.org/show_bug.cgi?id=932755
Comment 2 Chris Rebert 2016-05-23 14:19:25 PDT
For the record, Blink implements this:
http://caniuse.com/#feat=input-minlength
Comment 3 Derek Moore 2016-05-23 14:29:42 PDT
FWIW, you'll be way ahead of both Chrome/Blink & Mozilla/Firefox if you can make minlength & maxlength work together so as to form a character length range (as per spec)!

See the "Name of Event" example here: https://html.spec.whatwg.org/multipage/forms.html#attr-fe-minlength
Comment 4 Derek Moore 2016-05-23 15:05:36 PDT
(In reply to comment #2)
> For the record, Blink implements this:
> http://caniuse.com/#feat=input-minlength

Logged this bug with them for completeness:
https://bugs.chromium.org/p/chromium/issues/detail?id=614175
Comment 5 Chris Rebert 2016-08-19 09:07:46 PDT
Firefox has implemented this feature in version 51.
Comment 6 Kai 2016-09-28 12:02:38 PDT
Probably fixed by https://bugs.webkit.org/show_bug.cgi?id=161644 ?

Not sure about ValidityState.tooShort, in the diff https://bugs.webkit.org/attachment.cgi?id=288065&action=diff it seems to be at least mentioned.
Comment 7 Chris Rebert 2016-09-29 00:22:33 PDT

*** This bug has been marked as a duplicate of bug 161644 ***