db67c478be
The user avatar in posts has aria-hidden set to true to reduce redundancy since the information that the avatar gives to screen readers is the same information that the username/name of the post gives which is the author of the post. However, it's still possible for a screen reader user to reach the avatar by tabbing through the post and when that happens the avatar is read as "blank". This isn't ideal so we should set tabindex to -1 on the avatar to remove it from the default keyboard nav flow. |
||
---|---|---|
.. | ||
assets | ||
controllers | ||
helpers | ||
jobs | ||
mailers | ||
models | ||
serializers | ||
services | ||
views |