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
In the ticket the request is to allow tabIndex in text elements, after reading the ticket I'm not able to understand how this property will solve the problem.
TabIndex modifies the tab order, but a text element has no tab order since is interactive.
I agree that tabIndex doesn’t seem like the right solution in this case, as you mentioned, since the text is not interactive.
Regarding your suggestion to use aria-label on the link to unify the reading and hide the redundant text, I think it's a good alternative to avoid repetition. However, I have a question: if we combine the text and the link into a single aria-label, could this affect the experience for users who rely on touch navigation? For example, visually the text and the link appear as separate elements, but functionally they would be treated as one. Could this cause confusion?
One possible alternative could be using aria-labelledby. This would allow them to remain visually and functionally separate, but the screen reader would announce both elements together.
What do you think?
yceballost
changed the title
Problem with Text3
(DSNCORE-1335) Problem with Text3
Jan 13, 2025
https://jira.tid.es/browse/DSNCORE-1335
The text was updated successfully, but these errors were encountered: