- From: Robert Koernke <robert.koernke@unival-med.com>
- Date: Wed, 16 Jul 2008 08:23:02 -0400
- To: "Abel Rionda" <abel.rionda@fundacionctic.org>
- Cc: "public-mobileok-checker" <public-mobileok-checker@w3.org>
- Message-ID: <6E5251355491D9459ADFFDA41A544D7801271A53@unival-server00.unival-med.com>
You make it sound like the tag actually needs an attribute 'inputmode' as in '<input type="text" inputmode="latin digits"...' - I've tried that as well, and the checker seems to ignore that attribute, and still warns with the same. I googled and googled and did find a site where the guy put the 'inputmode=' in his source. But couldn't find any documentation on it's proper use. Finally I found using the Style tag with the -wap code that I show below. I thought that was the inputmode it was looking for. -Robert ________________________________ From: Abel Rionda [mailto:abel.rionda@fundacionctic.org] Sent: Wednesday, July 16, 2008 4:10 AM To: Robert Koernke Cc: public-mobileok-checker Subject: RE: Default Input Mode Warning 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
Received on Wednesday, 16 July 2008 12:24:51 UTC