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.
Implementation
Provide each input element concerned with a type attribute corresponding to the expected input:
email
, url
, tel
, number
, search
, password
, date
, time
.Control
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
.