Hey @francoisf – hijacking your thread because I have the same issue as you.
The WAVE evaluation tool (https://chrome.google.com/webstore/detail/wave-evaluation-tool/jbbplnpkjmmeebjpijfedlgcdilocofh) picks up multiple accessibility issues caused by the plugin.
For my installation, the following issues were picked up:
/public/views/cookie-law-info_popup_content.php
– Label at line 66 doesn’t contain text.
– empty <h4> at line 22
/public/views/cookie-law-info_bar.php
– Missing label on button at line 19
– Missing label on div at line 16
I added aria-label attributes where necessary, and removed a couple of labels entirely (I’m not even using the Modal functionality, yet it still seems to load on the page).
Would be fantastic if these accessibility issues can be fixed in a plugin update!
Cheers,