Skip to content

Conversation

@IlianaB
Copy link
Contributor

@IlianaB IlianaB commented Nov 3, 2025

related to #7729

@ui5-webcomponents-bot
Copy link
Collaborator

@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview November 3, 2025 13:37 Inactive
get accessibilityInfo() {
if (this.mode === IconMode.Interactive) {
return {
role: this.effectiveAccessibleRole as AriaRole,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The type is missing. The user deserves to know the component type. Please refer to sap/m/Image#getAccessibilityInfo.

}

get accessibilityInfo() {
if (this.mode === IconMode.Interactive) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe the Image mode should also be handled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants