mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 00:27:10 +08:00
A11Y: post avatars should not be tabbable (#20045)
This commit is contained in:
parent
2c8dfc3dbc
commit
39eec37e75
@ -64,6 +64,7 @@ export function avatarImg(wanted, attrs) {
|
||||
title,
|
||||
"aria-label": title,
|
||||
loading: "lazy",
|
||||
tabindex: "-1",
|
||||
},
|
||||
className,
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user