type属性でiphoneのキーボードを切り替える

HTML5のinput要素のtype属性が以下の場合でどう表示される。
環境はiPhone4(iOS4.0)でiPhone3G(OS3.1.2)の結果

<input type="text">


<input type="search">


<input type="email">


<input type="url">


<input type="number">


<input type="password">


<input type="tel">



前回のプロジェクトで参考になったため忘れない為にメモします
参考文献http://blog.fonland.net/2009/12/input-type-iphone.html