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 b34e17605f07953084ac55ef126b40ff87d433eb..2afbfd815794a35ac5fea7cbfebf867b0cfe9e86 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js |
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js |
@@ -436,7 +436,7 @@ Output.RULES = { |
}, |
textField: { |
speak: '$name $value $if(' + |
- '$textInputType, @input_type_+$textInputType, @input_type_text)', |
+ '$type, @input_type_+$type, @input_type_text)', |
braille: '' |
}, |
toolbar: { |