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

Unified Diff: ui/accessibility/ax_enums.idl

Issue 175613002: Include relationship ARIA objects in serialized accessibility tree (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reuse MAYBE(x) for failing android test Created 6 years, 9 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/aria-menu-expected-mac.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 0f86c3df28c9e99feff506027fd802a02ec95e86..bf116947b89af809080d86082d69c61e1671ea68 100644
--- a/ui/accessibility/ax_enums.idl
+++ b/ui/accessibility/ax_enums.idl
@@ -252,6 +252,7 @@ namespace ui {
// Relationships between this element and other elements.
ax_attr_title_ui_element,
+ ax_attr_activedescendant_id,
// Color value for AX_ROLE_COLOR_WELL, each component is 0..255
ax_attr_color_value_red,
@@ -306,6 +307,13 @@ namespace ui {
// column.
ax_attr_indirect_child_ids,
+ // Relationships between this element and other elements.
+ ax_attr_controls_ids,
+ ax_attr_describedby_ids,
+ ax_attr_flowto_ids,
+ ax_attr_labelledby_ids,
+ ax_attr_owns_ids,
+
// Character indices where line breaks occur.
ax_attr_line_breaks,
« no previous file with comments | « content/test/data/accessibility/aria-menu-expected-mac.txt ('k') | ui/accessibility/ax_node_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698