- From: Jo Rabin <jrabin@mtld.mobi>
- Date: Wed, 16 Jul 2008 14:36:41 +0100
- To: Robert Koernke <robert.koernke@unival-med.com>
- CC: Abel Rionda <abel.rionda@fundacionctic.org>, public-mobileok-checker <public-mobileok-checker@w3.org>
Robert
It is defined here:
http://www.w3.org/TR/xhtml-basic/#s_inputmode
Jo
On 16/07/2008 13:23, Robert Koernke wrote:
> 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 13:37:34 UTC