Bug 149832 (minlength) - Add support for input[minlength], textarea[minlength], and ValidityState.tooShort
Summary: Add support for input[minlength], textarea[minlength], and ValidityState.tooS...
Status: RESOLVED DUPLICATE of bug 161644
Alias: minlength
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL: https://html.spec.whatwg.org/multipag...
Keywords: HTML5
Depends on:
Blocks:
 
Reported: 2015-10-05 22:04 PDT by Chris Rebert
Modified: 2016-09-29 00:22 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***