A11Y: post avatars should not be tabbable (#20045)

This commit is contained in:
Kris
2023-01-27 14:39:55 -05:00
committed by GitHub
parent 2c8dfc3dbc
commit 39eec37e75

View File

@@ -64,6 +64,7 @@ export function avatarImg(wanted, attrs) {
title,
"aria-label": title,
loading: "lazy",
tabindex: "-1",
},
className,
};