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

Unified Diff: content/browser/accessibility/accessibility_tree_formatter_mac.mm

Issue 2539503003: ARIA 1.1: implementation for aria-col-* and aria-row-*. (Closed)
Patch Set: Fix bad rebase 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
« no previous file with comments | « no previous file | content/browser/accessibility/browser_accessibility.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/accessibility/accessibility_tree_formatter_mac.mm
diff --git a/content/browser/accessibility/accessibility_tree_formatter_mac.mm b/content/browser/accessibility/accessibility_tree_formatter_mac.mm
index 2857c875d667da99382461a2b9a9beaf061f3988..283fe19c96642dbc9ae9614338c7a735e77b6523 100644
--- a/content/browser/accessibility/accessibility_tree_formatter_mac.mm
+++ b/content/browser/accessibility/accessibility_tree_formatter_mac.mm
@@ -158,8 +158,12 @@ NSArray* BuildAllAttributesArray() {
@"AXAccessKey",
@"AXARIAAtomic",
@"AXARIABusy",
+ @"AXARIAColumnCount",
+ @"AXARIAColumnIndex",
@"AXARIALive",
@"AXARIARelevant",
+ @"AXARIARowCount",
+ @"AXARIARowIndex",
@"AXARIASetSize",
@"AXARIAPosInSet",
NSAccessibilityColumnIndexRangeAttribute,
« no previous file with comments | « no previous file | content/browser/accessibility/browser_accessibility.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698