aria-labelledby pseudo elements
I have a quite simple question, I’m using some buttons that does not contain any text, only an svg, but when you hover on it, a label appear (:after
) which is bad for a11y. I’d like to make this a bit better. I know i can’t put id on pseudo element, therefore i cannot use the aria-labelledby
.