CXTDT-560485 - Tilelet - Accessibility
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
77109fd264
commit
3cc00e5260
@ -206,12 +206,12 @@ open class Tilelet: TileContainerBase<Tilelet.Padding> {
|
|||||||
|
|
||||||
/// Descriptive Icon positioned in the contentView.
|
/// Descriptive Icon positioned in the contentView.
|
||||||
open var descriptiveIcon = Icon().with {
|
open var descriptiveIcon = Icon().with {
|
||||||
$0.isAccessibilityElement = true
|
$0.isAccessibilityElement = false
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Directional Icon positioned in the contentView.
|
/// Directional Icon positioned in the contentView.
|
||||||
open var directionalIcon = Icon().with {
|
open var directionalIcon = Icon().with {
|
||||||
$0.isAccessibilityElement = true
|
$0.isAccessibilityElement = false
|
||||||
$0.name = .rightArrow
|
$0.name = .rightArrow
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -2,6 +2,7 @@
|
|||||||
----------------
|
----------------
|
||||||
- CXTDT-556996 - RadioboxGroup – Accessibility - Voice over does not render the group position
|
- CXTDT-556996 - RadioboxGroup – Accessibility - Voice over does not render the group position
|
||||||
- CXTDT-560458 - Dropdown & TextArea voiceover behaviour
|
- CXTDT-560458 - Dropdown & TextArea voiceover behaviour
|
||||||
|
- CXTDT-560485 - Tilelet - Accessibility
|
||||||
|
|
||||||
1.0.64
|
1.0.64
|
||||||
----------------
|
----------------
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user