diff --git a/VDS/Components/Tilelet/Tilelet.swift b/VDS/Components/Tilelet/Tilelet.swift index 5dcd5a09..9d67a6a3 100644 --- a/VDS/Components/Tilelet/Tilelet.swift +++ b/VDS/Components/Tilelet/Tilelet.swift @@ -206,12 +206,12 @@ open class Tilelet: TileContainerBase { /// Descriptive Icon positioned in the contentView. open var descriptiveIcon = Icon().with { - $0.isAccessibilityElement = true + $0.isAccessibilityElement = false } /// Directional Icon positioned in the contentView. open var directionalIcon = Icon().with { - $0.isAccessibilityElement = true + $0.isAccessibilityElement = false $0.name = .rightArrow } diff --git a/VDS/SupportingFiles/ReleaseNotes.txt b/VDS/SupportingFiles/ReleaseNotes.txt index bc6395d1..ac767368 100644 --- a/VDS/SupportingFiles/ReleaseNotes.txt +++ b/VDS/SupportingFiles/ReleaseNotes.txt @@ -2,6 +2,7 @@ ---------------- - CXTDT-556996 - RadioboxGroup – Accessibility - Voice over does not render the group position - CXTDT-560458 - Dropdown & TextArea voiceover behaviour +- CXTDT-560485 - Tilelet - Accessibility 1.0.64 ----------------