antennapod.github.io icon indicating copy to clipboard operation
antennapod.github.io copied to clipboard

fix(accessibility): fix missing alt for img

Open Rotzbua opened this issue 2 years ago • 1 comments

Error: An img element must have an alt attribute, except under certain conditions. Source: Nu Html Checker

Rotzbua avatar Dec 19 '23 21:12 Rotzbua

Alt approach is correct: https://www.w3.org/WAI/tutorials/forms/labels/#labeling-buttons

If we want to make the menu properly accessible, we should probably set the aria-expanded attribute when the menu is open.

keunes avatar May 08 '24 21:05 keunes