Browse Source

Update modules/ROOT/pages/migration-from-7x.adoc

Co-authored-by: Andrew Herron <andrew.herron@tiny.cloud>
pull/3781/head
Karl Kemister-Sheppard 1 month ago
committed by GitHub
parent
commit
9f1b2025e3
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      modules/ROOT/pages/migration-from-7x.adoc

4
modules/ROOT/pages/migration-from-7x.adoc

@ -223,14 +223,14 @@ language_url: '/langs/en-GB.js'
==== Update to Image and Accessibility Checker Plugins ==== Update to Image and Accessibility Checker Plugins
// #TINY-12235 // #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. **Impact**: Customers using these plugins will need to update their configurations to ensure continued compliance with accessibility standards.
**Migration checklist:** **Migration checklist:**
* [ ] Identify images using `role="presentation"` in your content * [ ] 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 * [ ] Update image plugin configuration if customized
* [ ] Test accessibility checker with updated content * [ ] Test accessibility checker with updated content

Loading…
Cancel
Save