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:ia2_hypertext=* | 4 @WIN-ALLOW:ia2_hypertext=* |
5 @WIN-ALLOW:caret_offset* | |
6 @WIN-ALLOW:n_selections* | |
7 @WIN-ALLOW:selection_start* | |
8 @WIN-ALLOW:selection_end* | |
9 --> | 5 --> |
10 <div contenteditable> | 6 <div contenteditable> |
11 <p>A contenteditable with a | 7 <p>A contenteditable with a |
12 <a href="#">link</a> and an | 8 <a href="#">link</a> and an |
13 <img alt="Image"> and a | 9 <img alt="Image"> and a |
14 <input type="button" value="Button">. | 10 <input type="button" value="Button">. |
15 </p> | 11 </p> |
16 <table> | 12 <table> |
17 <td>Always expose editable tables as tables.</td> | 13 <td>Always expose editable tables as tables.</td> |
18 </table> | 14 </table> |
19 <ol> | 15 <ol> |
20 <li>Editable list item.</li> | 16 <li>Editable list item.</li> |
21 </ol> | 17 </ol> |
22 </div> | 18 </div> |
23 <p>Non-editable paragraph.</p> | 19 <p>Non-editable paragraph.</p> |
24 <p contenteditable>Should keep the role but change the state.</p> | 20 <p contenteditable>Should keep the role but change the state.</p> |
OLD | NEW |