-
Bug
-
Resolution: Fixed
-
Minor
-
3.1.6, 3.2.0-dev
-
None
-
None
The HTML input elements used in phpBB use the size and maxlength settings incorrectly. They should be used as outlined here:
http://www.w3.org/TR/2014/REC-html5-20141028/forms.html#the-input-element
For example, inputs of type number should not have the size or maxlength attributes set but rather use min and max.
- caused
-
PHPBB-14890 Wrong validation of input field in profile field type string
- Closed