Closed sleric1024 closed 9 months ago
Thanks for reporting! I'll forward this issue to our UI5 Web Components Colleagues as the affected component is developed in their repository.
Hi colleagues from @SAP/ui5-webcomponents-topic-p , can you, please, check if the current location element intentionally has the role of a link? Thank you!
Best regards, Petya Markova. (UI5 WC Dispatcher)
Hi @sleric1024 ,
ui5-breadcrumbs is navigation with set of links. By W3C best practices last link should be marked as link even if it is only text. The best practices are analysed by our accessibility experts and seems that the component is implemented by their spec.
@dobrinyonkov
Regards, Nayden
@nnaydenow Please see W3C example of breadcrumbs. https://www.w3.org/WAI/ARIA/apg/example-index/breadcrumb/index.html Their "current page" is a "link" which has a "href" that seems to link back to same page. However your implementation has role of link with no href thus contradicting the role provided while it appears and functions as plain text.
Specification update in progress. It involves work from our IXD team. An item is created on their board and work is planned to start with the next development takt.
I am setting this one to blocked until we have the UX design
Specification update is done. Item is moved to our plannig queue to be implemented in the coming sprints. Progress will be shared in this issue.
Internal Reference: FIORIDESIGN-7374, BGSOFUIPIRIN-6419
Describe the bug When reading "current page" (Notebooks) its announced as a "link" while its not a link but just plain text
Isolated Example https://codesandbox.io/s/competent-smoke-mqee3x?file=/src/App.js
To Reproduce Steps to reproduce the behavior:
Expected behavior The role should be text
Screenshots
UI5 Web Components for React Information
@ui5/webcomponents
version: 1.6.0@ui5/webcomponents-react
version: 0.27.0 Operating System: MacOS Browser: ChromeAdditional context I am from SAP Successfactors, and this issue is reported from SF a11y expert.