Alpha 4 - positioning problem in listview (with sytle="float:left;")
The following demonstrates a problem in which the text for the second <li> element is displayed below the space allocated for it in the list.
<div data-role="page">
<div data-role="header">
<h1>Test jQM</h1>
</div>
<div data-role="content">
<ul data-role="listview">
<li>Correct place</li>
<li><div style="float: left; color: #aa00ff;">Wrong place</div></li>
</ul>
</div>
</div>
Screen shot: