Rule n° 95 - Email, URL, telephone number, search, password, and date and time input fields are assigned an appropriate input type.

In forms, you can specify what types of data are expected. This has many advantages. This allows mobile operating systems to display alternative keyboards or to verify that the data meets some form or syntax. In short, it ihas great value.

#Accessibility #Development #Forms #Mobile

Goal

  • Allow the use of virtual keyboards adapted to the different input modes on mobile devices.
  • Facilitate submission of the input data.
  • Improve compatibility with mobile terminals.

Solution technique

Provide each input element concerned with a type attribute corresponding to the expected input: email, url, tel, number, search, password, date, time.

Moyen de contrôle

Check, for each input element concerned, that there is a type attribute with the value corresponding to the type of input expected: email, url, tel, number, search, password, date, time.