Skip to content

Commit d019a4f

Browse files
authored
DOC-3250: Enforce string check on all image rules. (#3815)
1 parent 2a4a3c7 commit d019a4f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,16 @@ The {productname} {release-version} release includes an accompanying release of
6666
==== Enforce `+alt+` string check on all image rules
6767
// TINY-12546
6868

69-
//CCFR here.
69+
Previously, users attempting to repair accessibility issues in the `a11ychecker` may not have consistently seen error messages when their input failed validation. This led to confusion, as users were not informed why their repair attempt was rejected. For example, submitting an image filename as `+alt+` text or entering excessively long or empty text—when not permitted—should have triggered specific validation messages, but these were not always shown.
70+
71+
{productname} {release-version} ensures all defined validation messages are now displayed reliably for all relevant rule violations across the `a11ychecker` repair workflow. Scenarios include:
72+
73+
* Filename used as `+alt+` text when decorative images are not allowed.
74+
** Result: Now a filename error is shown in the repair dialog.
75+
* `+alt+` text exceeding maximum length.
76+
** Result: Now a length validation error is shown in the repair dialog.
77+
* Empty `+alt+` text when a description is required.
78+
** Result: Now a empty text error is shown in the repair dialog.
7079

7180
For information on the **Accessibility Checker** plugin, see: xref:a11ychecker.adoc[Accessibility Checker].
7281

0 commit comments

Comments
 (0)