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

Unified Diff: ui/accessibility/ax_enums.idl

Issue 1063383005: Chromium side Implementation to expose aria properties - setsize & posinset (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updating expectations on android Created 5 years, 8 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
Index: ui/accessibility/ax_enums.idl
diff --git a/ui/accessibility/ax_enums.idl b/ui/accessibility/ax_enums.idl
index a61f994235fd3920b83b84b8f729bb5127673e11..43c9e4b15cdab928817dc4d01bbbfd364788af2d 100644
--- a/ui/accessibility/ax_enums.idl
+++ b/ui/accessibility/ax_enums.idl
@@ -313,6 +313,10 @@
// Identifies a child tree which this node hosts.
child_tree_id,
+ // Position or Number of items in current set of listitems or treeitems
+ set_size,
+ pos_in_set,
+
// Indicates if a form control has invalid input or
// if an element has an aria-invalid attribute.
invalid_state
« no previous file with comments | « content/test/data/accessibility/aria/aria-setsize-expected-win.txt ('k') | ui/accessibility/ax_node_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698