Ciao a tutti
Mentre cercavo di validare una pagina scritta in XHTML MP 1.2 sul sito del w3c, mi segnala quanto segue:

Consider adding an inputmode attribute to this input element.
Why?
If the expected text entry uses a well-defined subset of characters (e.g. numbers), identifying that set using the
codice:
inputmode
attribute of the
codice:
input
element can help mobile browsers uses the most adapted input mode on the device (e.g. numeric keyboard vs alphabetic).
How?
Add an
codice:
inputmode
attribute to the
codice:
input
element, with one of the well-known inputmode values.

Quello che non capisco è che valore dovrei dare a inputmode="..."