You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide an API for setting aria-label of the ui5-shellbar profile button.
Similar to this request for the ui5-shellbar menu button #6826
Proposed Solution
Add support for accessibilityNames.profileButtonName to set the profile button aria-label
Proposed Alternatives
No response
Organization
SuccessFactors
Additional Context
We have an incident where the screenreader's button finder used the aria-label of the Avatar component inside of the profile button as "Avatar, collapsed subMenu".
accessibleName in Avatar can not override the aria-label with a falsey value.
Priority
Low
Privacy Policy
I’m not disclosing any internal or sensitive information.
The text was updated successfully, but these errors were encountered:
Enhance accessibility for the ShellBar component by adding support for custom
accessibility attributes on the branding/primary title area. This allows
developers to provide consistent screen reader announcements for menu buttons
across different pages, regardless of the changing page title content.
Fixes: #6826, #8708
Enhance accessibility for the ShellBar component by adding support for custom
accessibility attributes on the branding/primary title area. This allows
developers to provide consistent screen reader announcements for menu buttons
across different pages, regardless of the changing page title content.
Fixes: #6826, #8708
Feature Request Description
Provide an API for setting aria-label of the ui5-shellbar profile button.
Similar to this request for the ui5-shellbar menu button #6826
Proposed Solution
Add support for
accessibilityNames.profileButtonName
to set the profile button aria-labelProposed Alternatives
No response
Organization
SuccessFactors
Additional Context
We have an incident where the screenreader's button finder used the aria-label of the Avatar component inside of the profile button as "Avatar, collapsed subMenu".
accessibleName in Avatar can not override the aria-label with a falsey value.
Priority
Low
Privacy Policy
The text was updated successfully, but these errors were encountered: