- Issue created by @hannahdigidev
- 🇩🇪Germany jan kellermann
Thank you for reporting! We know this problem and removed the broken aria label via JS. Since v 3.0.1 we are giving the title but allow to visually hide the title and do not remove the aria-label-arrtribute. The title should also exist in the markup in any case.
See https://git.drupalcode.org/project/klaro/-/commit/c5a2876c9fd840cdacc7a6...
I checked in our development system and there the title exists:
<h2 id="id-cookie-title">Use of personal data and cookies</h2>
Maybe can you check if the title still exists in your markup?
- 🇩🇪Germany jan kellermann
I tried to reproduce the bug. And if I save an empty title the bug occurs. So you should always add a title but then hide the title inn Settings > Styling > Show title in notice dialog. Maybe should we add this information in the description of the title field?
- 🇬🇧United Kingdom hannahdigidev
Thank you for getting back to me with regards to this issue!
I have just checked your solution of going to Settings > Styling > Show title in notice dialog and this has resolved my issue and the error has gone away in Axe DevTools.
Maybe should we add this information in the description of the title field? I think it would be a good idea to add the information for future in case others come across this issue!
Thanks again! :)