🌐 Website Issue | (Screen Reader) Accessibility for Icons #1471
Loading…
x
Reference in New Issue
Block a user
No description provided.
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-label
to icons that have distinct meanings not explained by the corresponding text.We can use the
sr-only
class to hide elements on all devices besides screen readers as well.