From 9f1b2025e3aaf99f38ca77db61fce231894af875 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Wed, 2 Jul 2025 15:14:16 +1000 Subject: [PATCH] Update modules/ROOT/pages/migration-from-7x.adoc Co-authored-by: Andrew Herron --- modules/ROOT/pages/migration-from-7x.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/migration-from-7x.adoc b/modules/ROOT/pages/migration-from-7x.adoc index e35697540..8f609a61c 100644 --- a/modules/ROOT/pages/migration-from-7x.adoc +++ b/modules/ROOT/pages/migration-from-7x.adoc @@ -223,14 +223,14 @@ language_url: '/langs/en-GB.js' ==== Update to Image and Accessibility Checker Plugins // #TINY-12235 -The Image and Accessibility Checker plugins now follow the latest W3C standards for decorative images, requiring a null alt attribute rather than a `+role="presentation"+` attribute. This change helps improve accessibility support. +The Image and Accessibility Checker plugins now follow the latest W3C standards for decorative images, requiring an empty alt attribute rather than a `+role="presentation"+` attribute. This change helps improve accessibility support. **Impact**: Customers using these plugins will need to update their configurations to ensure continued compliance with accessibility standards. **Migration checklist:** * [ ] Identify images using `role="presentation"` in your content -* [ ] Replace with null alt attributes (`alt=""`) +* [ ] Replace with empty alt attributes (`alt=""`) * [ ] Update image plugin configuration if customized * [ ] Test accessibility checker with updated content