slick: if I use ul>li instead of div, it works but the html structure is wrong

The ul>li is turned into

ul>div.slick-list>div.slick-track>li

So do I have to use just div?

image

About this issue

  • Original URL
  • State: closed
  • Created 9 years ago
  • Comments: 16 (3 by maintainers)

Most upvoted comments

I would like to note this issue is not just semantics, as W3/WAI suggests that carousels should be in a ul > li structure for accessibility reasons https://www.w3.org/WAI/tutorials/carousels/structure/

Is there some actual detriment that is taking place or are you just a staunch purist?