Accessible problem on cookies popup
-
Example:
<div class="cmplz-links cmplz-documents">
<a class="cmplz-link cookie-statement" href="#" data-relative_url="">{title}</a>
<a class="cmplz-link privacy-statement" href="#" data-relative_url="">{title}</a>
<a class="cmplz-link impressum" href="#" data-relative_url="">{title}</a>
</div>According with “Links must have discernible text” https://dequeuniversity.com/rules/axe/4.9/link-name should contain aria-label for example: aria-label=”cookie statement”
<a class="cmplz-link cookie-statement" aria-label="cookie statement" href="#" data-relative_url="">{title}</a>
I hope you consider this item to improve the accesibility of any site using your plugin.
Thanks in advance
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Accessible problem on cookies popup’ is closed to new replies.