woocommerce / FlexSlider

An awesome, fully responsive jQuery slider plugin
http://www.woocommerce.com/flexslider/
GNU General Public License v2.0
4.92k stars 1.69k forks source link

Improve accessibility to remove errors from WAVE #1746

Closed gkenBH closed 1 month ago

gkenBH commented 5 years ago

We're trying to get our site to report 0 errors using the WAVE tool but flexslider creates a few errors:

  1. Generated thumbnails don't have alt tags. Solution: Get the alt tag from the main image and add it to the thumbnail and maybe append " thumb" to the alt tag description.
  2. Flex-prev and Flex-next anchors are empty. Solution: Add prev and next text in the anchor then hide it.

Thank you.