答案:Openwave6.2以上~ 比如西门子C65就是Openwave7
1 支持快捷键
- <a href=>
2支持以下标记
- <abbr></abbr>
- <acronym></acronym>
- <address></address>
- <b></b>
- <blockquote cite=""> </blockquote>
- <big></big>
- <cite></cite>
- <code></code>
- <dfn></dfn>
- <div></div>
- <dl><dt></dt><dd></dd></dl>
- <ol><li></li></ol>
- <ul><li></li></ul>
- <em></em>
- <kbd></kbd>
- <pre></pre>
- <fieldset></fieldset>
- <h1></h1> h2....6
- <i></i>
- <var></var>
- <img src="http://www.wapzj.com/html/33/17/html/images/logo.gif" alt="Logo" />
- <img src="" localsrc="moon2" alt="moon"/>
- <input type="" name="" size="" maxlength="" emptyok="" title="" />type 可是text,radio,checkbox,submit,hidden...
- <a href=><select name="seasoning">
- <optgroup label="Savory">
- <option value="garlic" title="Garlic">
- Garlic</option>
- <option value="balsamic" title="Balsm">
- Balsamic</option>
- </optgroup>
- </select>
- <q cite="http://"></q>
- <samp></samp>
- <span></span>
- <strong></strong>
- <textarea name="feedback" cols="12" rows="4" maxlength="64" title="I Think...">I think that...</textarea>
3支持样式表
- <link href=><style type="text/css">
- h1, h2, h3 {text-align: center}
- p.firstp {text-indent: 0em; margin-top: 0ex}
- p {text-indent: 1em; margin-top: 1ex}
- </style>
4支持table
- <table summary="A sample table.">
- <tr>
- <th>C1</th>
- <th colspan="2">C2 & C3</th>
- <th>C4</th>
- </tr>
- </table>
具体的效果请参考:
[1] http://devgate2.openwave.com/dev/xhtml/sample/index.html
上一个:XHTML Mobile Profile 与XHTML basic 有什莫区别
下一个:使用 Web 标准生成 ASP.NET 2.0 Web 站点