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

 

Received on Wednesday, 16 July 2008 05:54:27 UTC