We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Klaro Config
In v0.7.21 the option for disabling title in consent dialog was introduced. But the aria attribute is always set, resulting in an error.
Steps to reproduce
Current behavior
The attribute aria-labelledby="id-cookie-title" is always used.
aria-labelledby="id-cookie-title"
Expected behavior
Only use attribute aria-labelledby="id-cookie-title" if title is enabled.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Klaro Config
In v0.7.21 the option for disabling title in consent dialog was introduced. But the aria attribute is always set, resulting in an error.
Steps to reproduce
Current behavior
The attribute
aria-labelledby="id-cookie-title"
is always used.Expected behavior
Only use attribute
aria-labelledby="id-cookie-title"
if title is enabled.The text was updated successfully, but these errors were encountered: