This repository was archived by the owner on Jan 30, 2020. It is now read-only.
This repository was archived by the owner on Jan 30, 2020. It is now read-only.
HTML5 minlength attribute missing from the $validTagAttributes array #206
Closed
Description
According to MDN web docs and WHATWG HTML Living Standard, the minlength
attribute applies to text
, email
, search
, password
, tel
and url
form elements.
zend-form
should include it in each of these elements' $validTagAttributes
array.