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

Unified Diff: chrome/common/extensions/api/automation.idl

Issue 2917123002: Support role description in automation/ChromeVox (Closed)
Patch Set: Rebase. Created 3 years, 6 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/common/extensions/api/automation.idl
diff --git a/chrome/common/extensions/api/automation.idl b/chrome/common/extensions/api/automation.idl
index c01f3566f23443b09653d55ae420ee779312b8b9..56b61ba75bab85f8c6e01a2a177a147e86597aaa 100644
--- a/chrome/common/extensions/api/automation.idl
+++ b/chrome/common/extensions/api/automation.idl
@@ -398,6 +398,9 @@
// The placeholder for this text field, if any.
DOMString? placeholder;
+ // The role description for this node.
+ DOMString? roleDescription;
+
// The accessible name for this node, via the
// <a href="http://www.w3.org/TR/wai-aria/roles#namecalculation">
// Accessible Name Calculation</a> process.

Powered by Google App Engine
This is Rietveld 408576698