-
Notifications
You must be signed in to change notification settings - Fork 385
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
Investigate validation errors that are not sanitized in WordPress.org themes #4060
Comments
For the themes that have excessive CSS, there is just one that has unexpected validation errors: corpoz. There appears to be a problem with the output buffering because the first content is |
These seem to all be instances of #4113, except for In |
I suspect this one will be resolved by #4070. The meta viewport added by the theme is: <meta name="viewport" content="width=device-width, initial-scale=1, user-scalabe=no"> So the invalid properties are causing the |
An overview of the work being done to resolve the validation errors reported above: |
All reported validation errors for each theme are fixed 🎉.
Ah I missed that one. I'll open a separate issue for that, but this issue can be closed since the validation errors in the description are resolved. |
Sounds good. |
Hello all. Has it ever been fixed? My site throws the same error and I'm using AMP Project plugin. |
@SpawnTerror Please open a new support topic with details about what you're seeing. |
Bug Description
I'm doing an analysis of how the entire directory of themes on WordPress.org fair in terms of AMP-compatibility. For each theme (which doesn't go over the 50KB limit), I've obtained the validation results for the initial Hello World post, using the current 1.5-alpha state of the plugin.
The themes which the AMP plugin thinks is serving as valid AMP but actually is not, are:
The frequency is as follows:
The themes are:
Expected Behaviour
When the AMP plugin intends to serve a valid AMP page, no validation errors should be encountered by the AMP validator.
Steps to reproduce
Screenshots
Additional context
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
Issues #4070, #4113, #4179 and #4197 were created to resolve the errors above and they should be resolved before this issue can be closed.
Implementation brief
QA testing instructions
Demo
Changelog entry
The text was updated successfully, but these errors were encountered: