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 dd267a3ee59b243428459bb55321f68635f2e222..7d63b4a7ccd1259ff130c4e0aa9a0f882dbc9670 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js |
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js |
@@ -423,7 +423,7 @@ Output.RULES = { |
'@describe_index($indexInParent, $parentChildCount)' |
}, |
paragraph: { |
- speak: '$value' |
+ speak: '$descendants' |
}, |
popUpButton: { |
speak: '$value $name $role @aria_has_popup ' + |