With the release of Drupal 8, Drupal has finally entered into the realm of HTML5. The Form API now allows utilization of HTML5 input elements out of the box. These include the following element types:
- tel
- number
- date
- url
- search
- range
This allows your forms in Drupal to leverage native device input methods along with native validation support.