| 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 982a3ea45b3a990f9a353cae1a7c04e8b49a348c..aa5da8aabb79ceb8873d6eb8ea6f0c8d4d932053 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| @@ -431,7 +431,7 @@ Output.RULES = {
|
| '$tableCellRowIndex), ' +
|
| '$if($ariaCellColumnIndex, $ariaCellColumnIndex, ' +
|
| '$tableCellColumnIndex)) $node(tableColumnHeader)',
|
| - speak: '@cell_summary($if($ariaCellRowIndex, $ariaCellRowIndex, ' +
|
| + speak: '$name @cell_summary($if($ariaCellRowIndex, $ariaCellRowIndex, ' +
|
| '$tableCellRowIndex), ' +
|
| '$if($ariaCellColumnIndex, $ariaCellColumnIndex, ' +
|
| '$tableCellColumnIndex)) $node(tableColumnHeader) $state'
|
|
|