Skip to content

Commit 38c93a6

Browse files
authored
DOC-3147: Input label for misspelled word was not announced by screen readers. (#3758)
* DOC-3147: Input label for misspelled word was not announced by screen readers. * Update modules/ROOT/pages/8.0-release-notes.adoc
1 parent a541489 commit 38c93a6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,12 @@ The following premium plugin updates were released alongside {productname} {rele
6262

6363
The {productname} {release-version} includes an accompanying release of the **Spell Checker** premium plugin.
6464

65-
**Spell Checker** includes the following improvement.
65+
**Spell Checker** includes the following improvements.
66+
67+
==== Input label for misspelled word was not announced by screen readers.
68+
// #TINY-12167
69+
70+
In previous versions, the Spell Checker dialog's misspelled word input field lacked proper accessibility labeling, preventing screen readers from announcing its purpose. {productname} {release-version} resolves this accessibility limitation by adding the appropriate label association between the "Misspelled Word" text and its input field. This enhancement allows screen readers to correctly identify and announce the input field's purpose, improving the spell checking experience for users who rely on assistive technologies.
6671

6772
=== Language code standardization to RFC5646/BCP47 format
6873

@@ -314,7 +319,6 @@ To improve API clarity and maintain a well-defined interface, the `documentBaseU
314319
[[bug-fixes]]
315320
== Bug fixes
316321

317-
{productname} {release-version} also includes the following bug fix<es>:
318322

319323
=== Attempting to add a newline directly after a `block` element such as an image would cause an error.
320324
// #TINY-12045

0 commit comments

Comments
 (0)