Skip to content

Commit 69ca525

Browse files
committed
DOC-3147: Add a11ychecker_alt_text_max_length new option to the release notes.
1 parent 7c6003d commit 69ca525

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,20 @@ The {productname} {release-version} introduces four new image accessibility rule
7676

7777
Additional improvements include a rule precedence system to avoid duplicate violations, centralized image intent detection (e.g., decorative, informative, mixed signals, incomplete), and more readable user-facing messages. Technical terminology such as "alternative text" has been replaced with "text description," and repair instructions are now more contextual and user-friendly.
7878

79+
=== New `a11ychecker_alt_text_max_length` configuration option for Accessibility Checker alt text length
80+
// #TINY-10903
81+
82+
A new configuration option, xref:a11ychecker.adoc#a11ychecker_alt_text_max_length[`a11ychecker_alt_text_max_length`], has been added to the Accessibility Checker plugin. This option allows users to configure the maximum allowed length for image alt text descriptions. The default value is 150 characters. For example:
83+
84+
[source,js]
85+
----
86+
tinymce.init({
87+
selector: 'textarea',
88+
plugins: 'a11ychecker',
89+
a11ychecker_alt_text_max_length: 150 // Set maximum length to 150 characters
90+
});
91+
----
92+
7993
For more information on the Accessibility Checker plugin, see: xref:a11ychecker.adoc[Accessibility Checker].
8094

8195

0 commit comments

Comments
 (0)