There is 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-737ee893-9703-47b9-8c8c-7bfd5ac6044c XWIKI-23710 Open

The profile button name is being read twice by the narrators on Chrome and Edge

 
View issue   ·   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-f053da37-d5da-4007-9fcf-219f866fbfb4 Charpentier Lucas on 06/Aug/26 17:06
 

The root cause is that resizedUserAvatar (macros.vm) sets both alt and title to the exact same user-name string on the avatar <img>, and Chromium-based browsers expose title as an extra spoken accessibility property distinct from the alt-derived name — so screen readers driven by Chrome/Edge announce the name twice. Firefox doesn't double-expose it that way (its related, but distinct, defect is a separate ticket, XWIKI‑23714).