Accessibility issue
-
Hi i use your plugin. On Achecker i get the error that i have to add a description to the link using the aria-label attribute.
My html output is like this<ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <a href="/wishlist"> <span class="elementor-icon-list-icon"> <span aria-hidden="true" class="dlicon ui-3_heart"></span> </span> <span class="elementor-icon-list-text"></span> </a> </li> </ul>And i have to change it like this
<a href="/wishlist" aria-label="Wishlist">Can i do it with hook?
Thanks
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Accessibility issue’ is closed to new replies.