Commit ddbb8d4
authored
fix(ui5-dynamic-page-title): correct ARIA attribute handling for non-interactive titles (#12598)
When the DynamicPageTitle is non-interactive, the ARIA labelledby attribute
should not reference any heading elements. This change ensures that the
_ariaLabelledBy getter returns undefined when the title is not interactive,
preventing potential accessibility issues.
Fixes: #124661 parent a4f4dd5 commit ddbb8d4
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
279 | 283 | | |
280 | 284 | | |
281 | 285 | | |
| |||
0 commit comments