| Index: chrome/browser/resources/chromeos/chromevox/chromevox/background/accessibility_api_handler.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/background/accessibility_api_handler.js b/chrome/browser/resources/chromeos/chromevox/chromevox/background/accessibility_api_handler.js
|
| index 6b3a520291add8607e7ade6f4d3ff65e61b23f2f..54a3a9ab0b348a5202bbd5dbba689fd09cff9f51 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/chromevox/background/accessibility_api_handler.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/chromevox/background/accessibility_api_handler.js
|
| @@ -632,6 +632,9 @@ cvox.AccessibilityApiHandler.prototype.describe = function(control, isSelect) {
|
| s += msg('describe_button', [name]);
|
| braille.roleMsg = 'tag_button';
|
| break;
|
| + case 'statictext':
|
| + s += control.name;
|
| + break;
|
| case 'combobox':
|
| case 'listbox':
|
| earcon = cvox.AbstractEarcons.LISTBOX;
|
|
|