| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/live_regions.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/live_regions.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/live_regions.js
|
| index 8cce149ab2c834b0b67ac9eaab3b22646d229dd6..bf43333c986e499bb0fbe7866f711dc7ca92619c 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/live_regions.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/live_regions.js
|
| @@ -129,7 +129,7 @@ LiveRegions.prototype = {
|
| output.withSpeech(range, range, Output.EventType.NAVIGATE);
|
|
|
| if (!output.hasSpeech && node.liveAtomic)
|
| - output.format('$descendants', node);
|
| + output.format('$joinedDescendants', node);
|
|
|
| output.withSpeechCategory(cvox.TtsCategory.LIVE);
|
|
|
|
|