Skip to content

Commit 9f1b202

Browse files
Update modules/ROOT/pages/migration-from-7x.adoc
Co-authored-by: Andrew Herron <[email protected]>
1 parent e3dabf0 commit 9f1b202

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,14 +223,14 @@ language_url: '/langs/en-GB.js'
223223
==== Update to Image and Accessibility Checker Plugins
224224
// #TINY-12235
225225

226-
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.
226+
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.
227227

228228
**Impact**: Customers using these plugins will need to update their configurations to ensure continued compliance with accessibility standards.
229229

230230
**Migration checklist:**
231231

232232
* [ ] Identify images using `role="presentation"` in your content
233-
* [ ] Replace with null alt attributes (`alt=""`)
233+
* [ ] Replace with empty alt attributes (`alt=""`)
234234
* [ ] Update image plugin configuration if customized
235235
* [ ] Test accessibility checker with updated content
236236

0 commit comments

Comments
 (0)