mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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,
|
title,
|
||||||
"aria-label": title,
|
"aria-label": title,
|
||||||
loading: "lazy",
|
loading: "lazy",
|
||||||
|
tabindex: "-1",
|
||||||
},
|
},
|
||||||
className,
|
className,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user