kenwheeler / slick

the last carousel you'll ever need
kenwheeler.github.io/slick
MIT License
28.34k stars 5.88k forks source link

Prevent invalid empty id attributes. #4090

Closed digitaldonkey closed 3 years ago

digitaldonkey commented 3 years ago

Setting id Attribute for cloned slides empty results in invalid HTML as the id attribute must not be empty and multiple empty id attributes result in a "duplicated id" validation error.

I know that is pretty cosmetic, but required in my ARIA review.