🌐 Website Issue | (Screen Reader) Accessibility for Icons #1471
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We should make sure all our icons appear appropriately for users with screen readers, as detailed on Font Awesome's accessibility guide, namely: Adding
aria-hidden="true"to purely decorative icons, and adding anaria-labelto icons that have distinct meanings not explained by the corresponding text.We can use the
sr-onlyclass to hide elements on all devices besides screen readers as well.