[Bug 10053] how about minlength? i'd like to see certain fields to have a minimum amoung of characters for validation

http://www.w3.org/Bugs/Public/show_bug.cgi?id=10053

Aryeh Gregor <Simetrical+w3cbug@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Simetrical+w3cbug@gmail.com

--- Comment #4 from Aryeh Gregor <Simetrical+w3cbug@gmail.com> 2011-01-27 01:02:51 UTC ---
Note that minlength="n" is equivalent to pattern=".{n}".  Not clear if it's
common enough to really need special handling.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 27 January 2011 01:02:54 UTC