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
One challenge to achieve this is the fact that annotation cards are not focusable at the moment, so we don't have a way to announce this shortcut, but we could probably change this, or at least make them work as long as any inner element is focused.
A similar pattern can be observed at sites like Twitter. In there, every tweet is part of the focus sequence, and they have aria-labelledby pointing to the tweet's text, author and a few other things, role="article" and tabindex="0".
One challenge to achieve this is the fact that annotation cards are not focusable at the moment, so we don't have a way to announce this shortcut, but we could probably change this, or at least make them work as long as any inner element is focused.
A similar pattern can be observed at sites like Twitter. In there, every tweet is part of the focus sequence, and they have
aria-labelledby
pointing to the tweet's text, author and a few other things,role="article"
andtabindex="0"
.Some time ago, we tried to make annotation cards focusable, but we had to end up reverting it as it caused other problems (more context can be found on our internal slack https://hypothes-is.slack.com/archives/C4K6M7P5E/p1687440646316049).
We should have this in mind if we attempt to solve this again.
The text was updated successfully, but these errors were encountered: