Problem/Motivation
At the moment the close_icon doesn't have alt text, but it should be.
Doc: https://dequeuniversity.com/rules/axe/4.11/image-alt?application=AxeChrome
Steps to reproduce
https://git.drupalcode.org/project/better_social_share/-/blob/1.1.x/temp...
Proposed resolution
<img alt="{{ 'Close icon'|t }}" src="{{ file_url(close_icon) }}" class="better-social-share-close">
Remaining tasks
Do the code change
User interface changes
nope
API changes
nope
Data model changes
nope
Issue fork better_social_share-3593849
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3593849-missing_alt
changes, plain diff MR !8
- 1.1.x
compare
- 3593849-missing-alt-text
compare
Comments
Comment #2
csakiistvanComment #5
csakiistvanComment #6
csakiistvanComment #7
davidbp commentedComment #8
davidbp commentedLooks good to me.
Comment #10
sujan shrestha commentedHi @csakiistvan and @davidbp, Thank you for reporting and reviewing this issue.