Commit 878d8a3
authored
fix(ui5-breadcrumbs): remove role='link' from current page element (#12797)
Problem:
The current page element was incorrectly set as a link despite being non-interactive.
Solution:
Removed the role="link" attribute from the current page element while preserving aria-current="page" to properly indicate the user's current location without suggesting it's an interactive link
Fixes: #127801 parent 4938909 commit 878d8a3
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | 55 | | |
57 | 56 | | |
58 | 57 | | |
| |||
0 commit comments