Skip to content

Commit 5419051

Browse files
authored
Docs: DOC-3355 - Alert and confirm dialogs were not announced properly by some screen readers (#4075)
1 parent e30988b commit 5419051

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,13 @@ The background color of accordion items in the TinyMCE AI Review list has been u
266266

267267
// CCFR here.
268268

269+
=== Alert and confirm dialogs were not announced properly by some screen readers
270+
// #TINY-13812
271+
272+
Previously, alert and confirm dialogs in {productname} were not announced correctly by some screen readers, such as NVDA. The dialogs had an empty `aria-label` attribute and lacked appropriate `aria-labelledby` or `aria-describedby` references to the dialog body content. As a result, screen reader users could not hear the message or question presented in these dialogs, making it difficult to respond to confirmation prompts or understand alert messages.
273+
274+
In {productname} {release-version}, alert and confirm dialogs now include proper ARIA attributes that reference the dialog content. Screen readers announce the dialog message when the dialog opens, providing an accessible experience for all users.
275+
269276
=== Certain selections would delete the editor body, causing issues
270277
// #TINY-14149
271278

0 commit comments

Comments
 (0)