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
Describe the bug
The facets links are not hmtl5 valid. Steps to Reproduce
<a href="/movie/?filter_genre=comedy" rel="nofollow"> <input type="checkbox">Comedy </a>
Expected behavior
it should use valid html.
Screenshots
Environment information
Additional context
The text was updated successfully, but these errors were encountered:
Also another error with facets:
Error: Element a is missing required attribute href.
This happens when we have <a rel="nofollow"> On terms that are disabled (no posts with that term). a lacks href.
<a rel="nofollow">
Sorry, something went wrong.
Merge Request pulled and ready for a Back End Engineer to add the form action to properly submit the form when JavaScript is disabled.
Revert implementation to links, but replace checkbox input with a pre…
595c2c6
…sentational div. Addresses #1854.
Only include rel attribute on facets with an href. Addresses #1854.
ff927c4
JakePT
Successfully merging a pull request may close this issue.
Describe the bug
The facets links are not hmtl5 valid.
Steps to Reproduce
Expected behavior
it should use valid html.
Screenshots
Environment information
Site Health Info:
Additional context
The text was updated successfully, but these errors were encountered: