XHTML Basic 1.1

WICD Mobile 1.0 #3

Description Input
digits
This input field is set to: inputmode="digits".
upperCase
This input field is set to: inputmode="upperCase".
predictOn
This input field is set to: inputmode="predictOn".
predictOff
This input field is set to: inputmode="predictOff".


Where inputmodes are not supported (eg, on desktop machines), then merely allowing text to be entered is a pass.

Where inputmodes are supported (eg, on mobile phones), they should be adhered. If, for instance, 'digits' are requested, the user agent should simplify the entry of numbers as much as possible.


Back