Openwave6.2以上~ 比如西门子C65就是Openwave7
1 支持快捷键
<a href="a-02.html" accesskey="1" title="Go to 2">
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="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="yes.html" title="Yes">Yes</a>
<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-01.css" rel="stylesheet" type="text/css" />
<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