Chromium Code Reviews| 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 1111e7377f10897b66c4148d9be38e90ff2b727e..a0e977d5f7a1eeea65d54c65f9f176f7ec4a1bf8 100644 |
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js |
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js |
| @@ -195,7 +195,7 @@ Output.RULES = { |
| speak: '@describe_slider($value, $name)' |
| }, |
| staticText: { |
| - speak: '$value' |
| + speak: '$value $name' |
|
dmazzoni
2015/04/02 20:29:20
This should probably say $value OR $name, we can w
David Tseng
2015/04/02 22:46:58
Views uses name...web uses value.
|
| }, |
| tab: { |
| speak: '@describe_tab($name)' |