| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| index a47944998cf3d49ef86202d8e90b1b4cfec6d3a2..fea69d1be348c091dee1d37a6642d23d5271fcdb 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| @@ -359,6 +359,11 @@ Output.STATE_INFO_ = {
|
| msgId: 'aria_expanded_true'
|
| }
|
| },
|
| + disabled: {
|
| + on: {
|
| + msgId: 'aria_disabled_true'
|
| + }
|
| + },
|
| expanded: {
|
| on: {
|
| msgId: 'aria_expanded_true'
|
| @@ -527,7 +532,7 @@ Output.RULES = {
|
| },
|
| textField: {
|
| speak: '$name $value $if($multiline, @tag_textarea, $if(' +
|
| - '$inputType, $inputType, $role)) $description',
|
| + '$inputType, $inputType, $role)) $description $state',
|
| braille: ''
|
| },
|
| toggleButton: {
|
|
|