| 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 346ba920db95308cc57627a69cacd848d7c12334..c29d492f5845738166c3002ecb9cc0ee84e2142b 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| @@ -530,6 +530,11 @@ Output.RULES = {
|
| staticText: {
|
| speak: '$name='
|
| },
|
| + switch: {
|
| + speak: '$if($checked, $earcon(CHECK_ON), $earcon(CHECK_OFF)) ' +
|
| + '$if($checked, @describe_switch_on($name), ' +
|
| + '@describe_switch_off($name)) $description $state'
|
| + },
|
| tab: {
|
| speak: '@describe_tab($name) $state $description'
|
| },
|
|
|