- From: <bugzilla@jessica.w3.org>
- Date: Thu, 03 Jan 2013 21:05:53 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=20557 Bug ID: 20557 Summary: minlength and tooShort Classification: Unclassified Product: HTML.next Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: P2 Component: default Assignee: dave.null@w3.org Reporter: dilvie@dilvie.com QA Contact: public-html-bugzilla@w3.org CC: mike@w3.org, robin@w3.org Form fields support the `maxlength` attribute, and a corresponding `tooLong` attribute on the `ValidityState` object -- an obviously useful feature. However, it's common to require that passwords (and many other fields) conform to a minimum length, as well. Currently, this must be done with custom code or by an awkward `pattern` attribute. I propose a `minlength` attribute, and a corresponding `ValidityState` attribute, `tooShort`. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Thursday, 3 January 2013 21:05:54 UTC