- From: Olav Junker Kjær <olav@olav.dk>
- Date: Tue, 18 Jan 2005 09:59:42 +0100
Masayuki Nakano wrote: > Name(Kanji): <input type="text" imestate="active" /> > Name(Kana): <input type="text" imestate="active" /> > Tel: <input type="text" imestate="disabled" /> > Memo: <textarea imestate="auto" /> He, forget my stupid suggestion with the script attribute. As Fantasai pointed out, this is already in the spec (by reference) as inputmode. So it would be: Name(Kanji): <input type="text" inputmode="kanji" /> Name(Kana): <input type="text" inputmode="kana" /> Tel: <input type="text" inputmode="latin digits" /> Memo: <textarea/> Olav Junker Kj?r
Received on Tuesday, 18 January 2005 00:59:42 UTC