OLD | NEW |
1 <!-- | 1 <!-- |
2 @WIN-ALLOW:IA2_STATE_EDITABLE | 2 @WIN-ALLOW:IA2_STATE_EDITABLE |
3 @WIN-ALLOW:LINKED | 3 @WIN-ALLOW:LINKED |
4 @WIN-ALLOW:UNAVAILABLE | 4 @WIN-ALLOW:UNAVAILABLE |
5 --> | 5 --> |
6 <div contenteditable> | 6 <div contenteditable> |
7 <p>Contentditable with <a href="#">link</a> and <img src="./bullet.png" alt="
image"> and <input type="button" value="button"/></p> | 7 <p>Contentditable with <a href="#">link</a> and <img src="./bullet.png" alt="
image"> and <input type="button" value="button"/></p> |
8 <table><td>Always expose editable tables as tables</td></table> | 8 <table><td>Always expose editable tables as tables</td></table> |
9 <ol><li>Editable list item</li></ol> | 9 <ol><li>Editable list item</li></ol> |
10 </div> | 10 </div> |
11 <p contenteditable>Keep the role, just change the state</p> | 11 <p contenteditable>Keep the role, just change the state</p> |
OLD | NEW |