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

Unified Diff: ui/accessibility/ax_enums.idl

Issue 744843002: Added the aria-sort state to the accessibility tree. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed Android test expectations. Created 5 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/test/data/accessibility/readme.txt ('k') | ui/accessibility/ax_node_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accessibility/ax_enums.idl
diff --git a/ui/accessibility/ax_enums.idl b/ui/accessibility/ax_enums.idl
index 91caaf3f38bcd9238469b577dc1a099f8c978277..c21e8115f8838b1ff8ef747d79af1e804e00e0ab 100644
--- a/ui/accessibility/ax_enums.idl
+++ b/ui/accessibility/ax_enums.idl
@@ -279,6 +279,7 @@
table_cell_column_span,
table_cell_row_index,
table_cell_row_span,
+ sort_direction,
// Tree control attributes.
hierarchical_level,
@@ -407,4 +408,11 @@
invalid_state_other
};
+ [cpp_enum_prefix_override="ax"] enum AXSortDirection {
+ sort_direction_unsorted,
+ sort_direction_ascending,
+ sort_direction_descending,
+ sort_direction_other
+ };
+
};
« no previous file with comments | « content/test/data/accessibility/readme.txt ('k') | ui/accessibility/ax_node_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698