Skip to content

Commit 0856479

Browse files
authored
DOC-3147: The translate API now automatically replaces three dots in a row with an ellipsis character. (#3792)
1 parent 27a6963 commit 0856479

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/ROOT/pages/8.0-release-notes.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ In previous versions of {productname}, the editor's resize handle lacked a `role
122122

123123
In {productname} {release-version}, the resize handle now includes a `role` seperator and an `aria-valuetext` attribute that dynamically reflects the current dimensions of the editor. These improvements enhance accessibility and ensure more accurate announcements by screen readers.
124124

125+
=== The translate API now automatically replaces three dots in a row with an ellipsis character.
126+
// #TINY-12155
127+
128+
Previously, menu items and tooltips containing three consecutive periods (`...`) were read aloud by the JAWS screen reader as "dot dot dot," which could confuse users relying on assistive technologies. To enhance accessibility, the `translate` API in {productname} {release-version} now automatically replaces three dots with the typographic ellipsis character (`…`) across all translations. This update ensures a consistent visual appearance while improving screen reader behavior, as the ellipsis character is not read aloud. The change is implemented directly in the translation function, ensuring comprehensive coverage across all languages.
125129

126130
[[additions]]
127131
== Additions

0 commit comments

Comments
 (0)