diff --git a/VDS/Components/Label/Attributes/ImageLabelAttribute.swift b/VDS/Components/Label/Attributes/ImageLabelAttribute.swift index 2596b316..645c0013 100644 --- a/VDS/Components/Label/Attributes/ImageLabelAttribute.swift +++ b/VDS/Components/Label/Attributes/ImageLabelAttribute.swift @@ -59,9 +59,8 @@ public struct ImageLabelAttribute: AttachmentLabelAttributeModel { let attachment = NSTextAttachment() if let accessibleText { attachment.accessibilityLabel = accessibleText - attachment.isAccessibilityElement = true } else { - attachment.isAccessibilityElement = false + attachment.accessibilityLabel = " " } attachment.image = tintColor != nil ? image.withTintColor(tintColor!) : image if let frame { diff --git a/VDS/SupportingFiles/ReleaseNotes.txt b/VDS/SupportingFiles/ReleaseNotes.txt index fa341e8d..7531c46f 100644 --- a/VDS/SupportingFiles/ReleaseNotes.txt +++ b/VDS/SupportingFiles/ReleaseNotes.txt @@ -1,6 +1,7 @@ 1.0.44 ======= - ONEAPP-5109 - Typography/Label - Accessibility iOS +- ONEAPP-4682 - Text Link Caret - Accessibility iOS 1.0.43 =======