forms - HTML5 textarea character limit attribute -


is there html5 attribute set maximum amount of characters in textarea or other form?
want yes/no answer not other method using javascript.

yup, maxlength works still: http://jsfiddle.net/xhqsb/1/ (demo has textarea , input type of text)

beware easy client bypass these restrictions, if submitting data form, have server-side script check length of submitted data.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -