Accessibility issues
-
I am having accessibility issues with your plugin, mainly with the images tags and links. Here are the problems that I’m having:
1.
Bad value wp-video-lightbox for attribute rel on element a: The string wp-video-lightbox is not a registered keyword.<a id="5cd2bb776fa75" rel="wp-video-lightbox" href="https://www.youtube.com/watch?v=5_0TuBnKX0g&width=640&height=480" title="">
2.
An img element must have an alt attribute, except under certain conditions.<img src="https://edu.azores.gov.pt/wp-content/plugins/wp-video-lightbox/images/play.png" class="wpvl_playbutton" />
So as I can see, there is a need to place an
alt
attributes to the play button image, and also set therel
as specified by W3C. If the later is not possible, I would highly recommend the use of data attributes to handle behaviour that identifies the type of link.The page I need help with: [log in to see the link]
- The topic ‘Accessibility issues’ is closed to new replies.