Hi,
According to mobileOK test document [1], only inputmode attribute is
considered. Furthermore, WAP CSS
styles are out of scope (only CSS Level 1) .
[1] http://www.w3.org/TR/mobileOK-basic10-tests/#DEFAULT_INPUT_MODE
Regards,
Abel.
________________________________
De: public-mobileok-checker-request@w3.org
[mailto:public-mobileok-checker-request@w3.org] En nombre de Robert
Koernke
Enviado el: lunes, 14 de julio de 2008 19:22
Para: public-mobileok-checker@w3.org
Asunto: Default Input Mode Warning
I still get this error:
'There is no inputmode attribute on this text entry element'
<input class="mobilenumeric" id="tlogin" maxlength="10" name="tlogin"
size="10" type="text"/>
Except the class named above 'mobilenumeric' has:
.mobilenumeric
{
-wap-input-format: "*N";
}
Also I've tested that this works on the mobile device. Yet why do I
still get the above warning? Because it's in the stylesheet and not
actually on the actual tag?
Robert Koernke
Application Developer