Sometimes I wonder if me writing up trivial issues like the following is making a difference. I mean, if you are a developer, and you don’t see what is wrong here in like half of a 10th of a second, what are you even doing? Respectfully.

<input
type="radio"
id="radio-abcd"
aria-label="[object Object]. "
checked=""
value="1"
/>
<label for="radio-abcd">Useful label</label>

#a11y #accessibility

in reply to Eric Eggert

been seeing these "object object" stuff lately in random places so it's made me ponder if it's a certain react component library or perhaps a CMS adding these in, have seen them both on links and forms. Feels like something that would be intended as a placeholder but because of the naming there's probably no way any developer not familiar with the intended meaning of `aria-label` would understand what it represents in the first place.