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

Unified Diff: chrome/renderer/resources/extensions/automation/automation_node.js

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: chrome/renderer/resources/extensions/automation/automation_node.js
diff --git a/chrome/renderer/resources/extensions/automation/automation_node.js b/chrome/renderer/resources/extensions/automation/automation_node.js
index d1173dd7a474286210e9d899015677acdf18135f..c6406f2fc7abfa6bc87c13b22847bc072b26fd32 100644
--- a/chrome/renderer/resources/extensions/automation/automation_node.js
+++ b/chrome/renderer/resources/extensions/automation/automation_node.js
@@ -725,12 +725,16 @@ var intAttributes = [
'scrollYMin',
'setSize',
'tableCellColumnIndex',
+ 'ariaCellColumnIndex',
'tableCellColumnSpan',
'tableCellRowIndex',
+ 'ariaCellRowIndex',
'tableCellRowSpan',
'tableColumnCount',
+ 'ariaColumnCount',
'tableColumnIndex',
'tableRowCount',
+ 'ariaRowCount',
'tableRowIndex',
'textSelEnd',
'textSelStart'];

Powered by Google App Engine
This is Rietveld 408576698