There is 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-e428905f-d0d4-4553-8a4a-f5fc863daf34 XWIKI-22270 Open

Display links to anchors in view mode on hover

 
View issue   ยท   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-fe28406a-5d20-4579-89f1-1effa6f2bbe0 Charpentier Lucas on 19/Jun/24 13:55
 

Note that like any hover action, a keyboard only alternative should be considered when implementing this feature.
In the vue documentation, this is achieved by having a link only hidden visually (still visible in the DOM tree) when the heading is not focused.
It's very similar on Gradle, but there it's too well hidden and keyboard users cannot acccess it.

See https://dev.xwiki.org/xwiki/bin/view/Community/CodeStyle/XhtmlCssCodeStyle/Properly%20hiding%20elements/