Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3342)

Unified Diff: chrome/browser/resources/chromeos/chromevox/cvox2/background/live_regions.js

Issue 1801363003: Add a $joinedDescendants output specifier. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix tests Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/chromevox/cvox2/background/live_regions_test.extjs » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/chromevox/cvox2/background/live_regions_test.extjs » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698