You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There’s one more thing to notice in the screenshot: @theresnotime’s pronouns are “they/them” in the badge, but “They/Them” in the title. They’re specified as “They/Them” in the bio, but the badge has text-transform: lowercase; set in CSS. I’m not sure I agree with this transformation, tbh; but be that as it may – my simplistic implementation pasted above makes this a bit more visible, so if you want to keep the transform, you might want to also apply it to the title.
This would provide an additional way for users to read the pronouns in cases where the text content gets cut off.
Without

title
:With

title
:(Added via
document.querySelectorAll('.protoots-proplate').forEach(el => { el.title = el.textContent; })
.)Admittedly, I’m not sure what the effect of this on screen reader users is… we don’t want screen readers to read out the plate twice, I suppose.
The text was updated successfully, but these errors were encountered: