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

Unified Diff: ui/accessibility/ax_tree_combiner.cc

Issue 2539503003: ARIA 1.1: implementation for aria-col-* and aria-row-*. (Closed)
Patch Set: Fix Mac Created 4 years 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 72a2e95b297052d305d5459ce6043fa4d121b2ad..75b3d98b65e6847c230425eabea7ad38c089f2ec 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;
}
« third_party/WebKit/public/web/WebAXObject.h ('K') | « ui/accessibility/ax_node_data.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698