Skip to content

Commit 1f0d7c9

Browse files
committed
Docs: DOC-3355 - Alert and confirm dialogs were not announced properly by some screen readers
1 parent 9378169 commit 1f0d7c9

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
@@ -110,6 +110,13 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
110110

111111
// CCFR here.
112112

113+
=== Alert and confirm dialogs were not announced properly by some screen readers
114+
// #TINY-13812
115+
116+
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.
117+
118+
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.
119+
113120

114121
[[security-fixes]]
115122
== Security fixes

0 commit comments

Comments
 (0)