| 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 8897f0d725e4343289653b78579e528b79ce9017..1f2e930091e873d7701b2a24edceb2643b19e463 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| @@ -157,7 +157,7 @@ Output.RULES = {
|
| speak: '@describe_tab($name)'
|
| },
|
| textField: {
|
| - speak: '$name $value $earcon(EDITABLE_TEXT, @input_type_text)'
|
| + speak: '$name $value $earcon(EDITABLE_TEXT, @input_type_text) $protected'
|
| },
|
| toolbar: {
|
| enter: '$name $role'
|
|
|