ez-web(au)の指定を後ろに書くと、効かない機種がある。 再現したのは、W63CSW63CA。 ↓これだと効かない style="-wap-input-format:"*<ja:n>";-wap-input-format:*N;" ↓こうする style="-wap-input-format:*N;;-wap-input-format:"*<ja:n>"" また、下記指定時も順番が大切。 <input type="text" istyle="4" mode="numeric">modeを先に指定してしまうと、istyleが効かない機種(上記と同じ)がある。 参考: http://hex6.net/blog/?p=15 http://mocamoca.biz/blog/2008/04/xhtml.html style指定だ