Skip to content

Commit 5ecb6b1

Browse files
kemister85ArvinJ-H
andauthored
DOC-3209: Auto-suggest alt text from existing alt, aria-label, and title attributes with priority fallback in image repair dialogs. (#3845)
* DOC-3209: Auto-suggest alt text from existing alt, aria-label, and title attributes with priority fallback in image repair dialogs. * Apply suggestion from @kemister85 Co-authored-by: Karl Kemister-Sheppard <[email protected]> --------- Co-authored-by: Arvin(Jintao) Han <[email protected]>
1 parent 2348425 commit 5ecb6b1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,21 @@ The following premium plugin updates were released alongside {productname} {rele
5454

5555
// For information on the **<Premium plugin name 1>** plugin, see: xref:<plugincode>.adoc[<Premium plugin name 1>].
5656

57+
=== Accessibility Checker
58+
59+
The {productname} {release-version} release includes an accompanying release of the **Accessibility Checker** premium plugin.
60+
61+
**Accessibility Checker** includes the following improvement.
62+
63+
==== Auto-suggest `+alt+` text from existing `+alt+`, `+aria-label+`, and `+title+` attributes with priority fallback in image repair dialogs.
64+
// #TINY-12547
65+
66+
In previous version of **Accessibility Checker**, the image repair dialog only proposed values from `+alt+`, ignoring `+aria-label+` and `+title+`, which forced manual entry and slowed accessibility repairs while increasing the risk of inconsistent descriptions.
67+
68+
{productname} {release-version} now auto-suggests `+alt+` text using a priority-based fallback that checks existing attributes in order `+aria-labelledby+`, `+aria-label+`, `+alt+` then `+title+` and leaves the field empty if none are present. This ensures that users can label images faster and with greater accuracy by leveraging existing accessibility attributes, improving repair efficiency and consistency.
69+
70+
For information on the **Accessibility Checker** plugin, see: xref:a11ychecker.adoc[Accessibility Checker].
71+
5772

5873
=== Spell Checker
5974

0 commit comments

Comments
 (0)