USCSS_Nostromo
Active member
XF 2.3.9
The PageSpeed Insights page reports many errors and lowers the score because of aria-hidden="true.
Here is the code:
I can’t find where this code is being inserted.
It seems to be initialized by the CAS plugin. The author of that plugin says that it has nothing to do with the aria-hidden="true" line and that it simply uses a standard carousel.
Can you tell me how to find and remove the aria-hidden="true" attribute from the carousel?
The PageSpeed Insights page reports many errors and lowers the score because of aria-hidden="true.
Here is the code:
Code:
<li class="carousel-container f-carousel__slide" data-index="6" aria-hidden="true">...
It seems to be initialized by the CAS plugin. The author of that plugin says that it has nothing to do with the aria-hidden="true" line and that it simply uses a standard carousel.
Can you tell me how to find and remove the aria-hidden="true" attribute from the carousel?