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

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 Blink test.# with '#' will be ignored, and an empty message aborts the commit. 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 543ed831cc0d0fb8cf995475ab66c59b036d6f9a..c246a11ee58f1e4b224d576ceea2f7071d1aaed7 100644
--- a/chrome/renderer/resources/extensions/automation/automation_node.js
+++ b/chrome/renderer/resources/extensions/automation/automation_node.js
@@ -735,12 +735,16 @@ var intAttributes = [
'scrollYMin',
'setSize',
'tableCellColumnIndex',
+ 'ariaCellColumnIndex',
'tableCellColumnSpan',
'tableCellRowIndex',
+ 'ariaCellRowIndex',
'tableCellRowSpan',
'tableColumnCount',
+ 'ariaColumnCount',
'tableColumnIndex',
'tableRowCount',
+ 'ariaRowCount',
'tableRowIndex',
'textSelEnd',
'textSelStart'];
« no previous file with comments | « chrome/common/extensions/api/automation.idl ('k') | chrome/test/data/extensions/api_test/automation/sites/attributes.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698