-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
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
HTML validation and accessibility errors in some themes #11242
Comments
As @Skrypt said earlier we are not the creators of the themes and we should use theme as it is |
While with #11241 I kind of agree that it's better to fix in the theme (since the fix is not just a technical one but affects the design), here I don't see why we'd need to keep these errors and wait for an update in the original project: The Liquid code is a derivative work, not part of the original template but part of Orchard, and the fixes are solely technical. We can fix them in Orchard and at the same time let the original author now about them to fix them in the original code too. Let me follow up under the PR. |
And there's a new accessibility issue with The Default Theme too. This is an HTML file, just rename to .html, but GitHub doesn't allow uploading them. |
Remove the first "fas" since this seems to be added from database with the IconPicker. But maybe it was added for backward compatibility when we switched to a new version of FontAwesome for those who we're using "fa" instead of "fas". So, if that's the case then the issue is that the IconPicker saves "fas" in the database. |
Just fix what is specifically added by us, or file issues in the official repos with PR if possible. Then we'll update the templates. |
Describe the bug
There are accessibility problems in:
Also there are elements with insufficient color contrasts, but I didn't include those errors. For those see: #11241
There are HTML validation errors in:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
After setting up Orchard Core with the agency recipe/coming soon recipe on the home page, there should be no accessibility and/or HTML validation problems.
The text was updated successfully, but these errors were encountered: