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
fix(ui5-dynamic-page-title): conditionally apply ARIA attributes based on interactivity (#12141)
Only apply button role and ARIA attributes when the title can actually
toggle the header. When no header is present (non-interactive state),
the title area should not have button semantics or related ARIA attributes.
- Remove button role when title is not interactive
- Remove aria-expanded when title is not interactive
- Remove aria-describedby when title is not interactive
This ensures screen readers don't announce toggle functionality
when no header exists to toggle.
Fixes: #12053
0 commit comments