You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Not sure if this is the right place to ask this but we are using slick with slick cloned to have an infinitely scrolling section where items are repeated. The opener of each div in the code when inspected in the browser is rendering like this when it is cloned...
Using the W3C Nu HTML Checker via the bookmarklet shows these empty IDs are being flagged as errors due to duplication.
Is this a know issue with a fix or something not raised before? Is there a way to stop it generating IDs completely?
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
Not sure if this is the right place to ask this but we are using slick with slick cloned to have an infinitely scrolling section where items are repeated. The opener of each div in the code when inspected in the browser is rendering like this when it is cloned...
<div class="slick-slide slick-cloned" data-slick-index="4" id="" aria-hidden="true" tabindex="-1">
Using the W3C Nu HTML Checker via the bookmarklet shows these empty IDs are being flagged as errors due to duplication.
Is this a know issue with a fix or something not raised before? Is there a way to stop it generating IDs completely?
Thanks
The text was updated successfully, but these errors were encountered: