Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-14272

Use valid html5 input elements in forms

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • 3.1.9-RC1
    • 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.

            Marc Marc
            KillBill. KillBill.
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: