Skip to content

Commit f6bb695

Browse files
committed
DOC-3209: Auto-suggest alt text from existing alt, aria-label, and title attributes with priority fallback in image repair dialogs.
1 parent 942ba64 commit f6bb695

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 `+alt+`, then `+aria-label+`, 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
[[improvements]]
5974
== Improvements

0 commit comments

Comments
 (0)