<!--
@WIN-ALLOW:IA2_STATE_EDITABLE
@WIN-ALLOW:LINKED
@WIN-ALLOW:UNAVAILABLE
-->
<div contenteditable>
<p>Contentditable with <a href="#">link</a> and <img src="./bullet.png" alt="image"> and <input type="button" value="button"/></p>
<table><td>Always expose editable tables as tables</td></table>
<ol><li>Editable list item</li></ol>
</div>
<p contenteditable>Keep the role, just change the state</p>