-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
Description
I know it is not a real bug, but it is something that can easily be changed in the code.
The current (and previous) versions of lightbox violate some of the standards for good web accessibility. For example, alt text seems sometimes be missing to some control images (I could not check this with the latest version), or links should not directly target images (this is for sure a problem with the current version).
This can be easily tested, e.g., using https://www.webaccessibility.com/ or http://checkers.eiii.eu/
It would be great if lightbox could be modified in a way that it complies to WCAG. Thanks!
giuliac89, ulab and melme12