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

Side by Side Diff: ui/accessibility/ax_enums.idl

Issue 2607113003: Implement 5 ARIA 1.1 roles: cell, feed, figure, table, term (Closed)
Patch Set: Fix blink to Chrome enum mapping Created 3 years, 11 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 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // TODO(nektar): Migrate entire file to Mojoq. 5 // TODO(nektar): Migrate entire file to Mojoq.
6 // These should be kept in sync with third_party/WebKit/public/web/WebAXEnums.h 6 // These should be kept in sync with third_party/WebKit/public/web/WebAXEnums.h
7 // until the Chromium and Blink trees are merged. 7 // until the Chromium and Blink trees are merged.
8 [camel_case_enum_to_string=true] namespace ui { 8 [camel_case_enum_to_string=true] namespace ui {
9 9
10 // For new entries to the following four enums, also add to 10 // For new entries to the following four enums, also add to
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 description_list, 108 description_list,
109 description_list_term, 109 description_list_term,
110 desktop, 110 desktop,
111 details, 111 details,
112 dialog, 112 dialog,
113 directory, 113 directory,
114 disclosure_triangle, 114 disclosure_triangle,
115 div, 115 div,
116 document, 116 document,
117 embedded_object, 117 embedded_object,
118 feed,
118 figcaption, 119 figcaption,
119 figure, 120 figure,
120 footer, 121 footer,
121 form, 122 form,
122 grid, 123 grid,
123 group, 124 group,
124 heading, 125 heading,
125 iframe, 126 iframe,
126 iframe_presentational, 127 iframe_presentational,
127 ignored, 128 ignored,
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 splitter, 185 splitter,
185 static_text, 186 static_text,
186 status, 187 status,
187 switch, 188 switch,
188 tab_group, 189 tab_group,
189 tab_list, 190 tab_list,
190 tab_panel, 191 tab_panel,
191 tab, 192 tab,
192 table_header_container, 193 table_header_container,
193 table, 194 table,
195 term,
194 text_field, 196 text_field,
195 time, 197 time,
196 timer, 198 timer,
197 title_bar, 199 title_bar,
198 toggle_button, 200 toggle_button,
199 toolbar, 201 toolbar,
200 tree_grid, 202 tree_grid,
201 tree_item, 203 tree_item,
202 tree, 204 tree,
203 unknown, 205 unknown,
(...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after
643 // First node is before the second one. 645 // First node is before the second one.
644 before, 646 before,
645 647
646 // Nodes are the same. 648 // Nodes are the same.
647 equal, 649 equal,
648 650
649 // First node is after the second one. 651 // First node is after the second one.
650 after 652 after
651 }; 653 };
652 }; 654 };
OLDNEW
« no previous file with comments | « third_party/WebKit/public/web/WebAXEnums.h ('k') | ui/accessibility/platform/ax_platform_node_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698