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
Noted by Anika, https://gds.slack.com/archives/CARGH33JS/p1692285458097259 we have <p> tags inside a <span> tag in the cookie banner - the fix is probably to simply switch the span to a div.
<p>
<span>
No visible issues, but invalid HTML is not a good look. Affects all pages as the banner is presented to whatever page is the first landing page.
3
Reach: 3, Severity: 1, Effort: 1
1
The text was updated successfully, but these errors were encountered:
Is the span even doing anything useful? Like, could those P tags just be straight inside the enclosing div?
Sorry, something went wrong.
It's the parent container that gets hidden upon choosing a preference, so it does serve a purpose.
davidtrussler
No branches or pull requests
What:
Noted by Anika, https://gds.slack.com/archives/CARGH33JS/p1692285458097259 we have
<p>
tags inside a<span>
tag in the cookie banner - the fix is probably to simply switch the span to a div.Why:
No visible issues, but invalid HTML is not a good look. Affects all pages as the banner is presented to whatever page is the first landing page.
Prioritisation score:
3
Reach:
3
, Severity:1
, Effort:1
The text was updated successfully, but these errors were encountered: