[whatwg] For Japanese language users, Web Forms should have a way to active/deactive for IME

Olav Junker Kjær olav at olav.dk
Tue Jan 18 00:59:42 PST 2005


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



More information about the whatwg mailing list