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

Unified Diff: ui/accessibility/ax_tree_combiner.cc

Issue 2539503003: ARIA 1.1: implementation for aria-col-* and aria-row-*. (Closed)
Patch Set: Created 4 years, 1 month 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_tree_combiner.cc
diff --git a/ui/accessibility/ax_tree_combiner.cc b/ui/accessibility/ax_tree_combiner.cc
index 736cc583a157e77159555148582a4b4201a1518f..18fb67ef22ece4da351f94cd476a0ce83837d672 100644
--- a/ui/accessibility/ax_tree_combiner.cc
+++ b/ui/accessibility/ax_tree_combiner.cc
@@ -57,6 +57,10 @@ bool IsNodeIdIntAttribute(AXIntAttribute attr) {
case AX_ATTR_INVALID_STATE:
case AX_ATTR_TEXT_DIRECTION:
case AX_ATTR_TEXT_STYLE:
+ case AX_ATTR_ARIA_COL_COUNT:
+ case AX_ATTR_ARIA_COL_INDEX:
+ case AX_ATTR_ARIA_ROW_COUNT:
+ case AX_ATTR_ARIA_ROW_INDEX:
return false;
}

Powered by Google App Engine
This is Rietveld 408576698