Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(36)

Side by Side Diff: content/test/data/accessibility/html/contenteditable-descendants.html

Issue 2931893002: More precise use of multiline state (Closed)
Patch Set: Remove unnecessary changes Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <!-- 1 <!--
2 @WIN-ALLOW:caret_offset* 2 @WIN-ALLOW:caret_offset*
3 @WIN-ALLOW:IA2_STATE_EDITABLE 3 @WIN-ALLOW:IA2_STATE_EDITABLE
4 @WIN-ALLOW:IA2_STATE_MULTI_LINE
4 @WIN-ALLOW:ia2_hypertext=* 5 @WIN-ALLOW:ia2_hypertext=*
5 @WIN-ALLOW:LINKED 6 @WIN-ALLOW:LINKED
6 @WIN-ALLOW:n_selections* 7 @WIN-ALLOW:n_selections*
7 @WIN-ALLOW:selection_start* 8 @WIN-ALLOW:selection_start*
8 @WIN-ALLOW:selection_end* 9 @WIN-ALLOW:selection_end*
10 @WIN-DENY:value
11 @BLINK-ALLOW:linked
9 @BLINK-ALLOW:editable* 12 @BLINK-ALLOW:editable*
10 @BLINK-ALLOW:richlyEditable* 13 @BLINK-ALLOW:richlyEditable*
11 @BLINK-ALLOW:textSel* 14 @BLINK-ALLOW:textSel*
12 --> 15 -->
13 <div contenteditable> 16 <div contenteditable>
14 <p>A contenteditable with a 17 <p>A contenteditable with a
15 <a href="#">link</a> and an 18 <a href="#">link</a> and an
16 <img alt="Image"> and a 19 <img alt="Image"> and a
17 <input type="button" value="Button">. 20 <input type="button" value="Button">.
18 </p> 21 </p>
19 <table> 22 <table>
20 <td>Always expose editable tables as tables.</td> 23 <td>Always expose editable tables as tables.</td>
21 </table> 24 </table>
22 <ol> 25 <ol>
23 <li>Editable list item.</li> 26 <li>Editable list item.</li>
24 </ol> 27 </ol>
25 </div> 28 </div>
26 <p>Non-editable paragraph.</p> 29 <p>Non-editable paragraph.</p>
27 <p contenteditable>Should keep the role but change the state.</p> 30 <p contenteditable>Should keep the role but change the state.</p>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698