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

Unified Diff: ui/accessibility/ax_enums.idl

Issue 2799443002: Implemented ARIA colindex, rowindex, colcount and rowcount for Chromevox. (Closed)
Patch Set: Fixed automation test. Created 3 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 edc7304bee085a4cc3b72e1cb1b622f588f6994c..926e3642c455bd8075776b033b70e326dc4f25ed 100644
--- a/ui/accessibility/ax_enums.idl
+++ b/ui/accessibility/ax_enums.idl
@@ -366,10 +366,10 @@
text_sel_end,
// aria_col* and aria_row* attributes
- aria_col_count,
- aria_col_index,
+ aria_column_count,
+ aria_cell_column_index,
aria_row_count,
- aria_row_index,
+ aria_cell_row_index,
// Table attributes.
table_row_count,

Powered by Google App Engine
This is Rietveld 408576698