Skip to content
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

Display more parsing errors and deprecation warnings #97

Open
rodarima opened this issue Mar 10, 2024 · 0 comments
Open

Display more parsing errors and deprecation warnings #97

rodarima opened this issue Mar 10, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@rodarima
Copy link
Member

We should differentiate between at least the following:

  • CSS or HTML parsing errors (typically a mismatch of open and close tags)
  • Non implemented features: Things that are not implemented but the page is trying to make use of. For example the media() CSS request.
  • Deprecation warnings: For example, in an HTML 5 document, using a table with the align attribute.

We may want to display them in a similar way as the "bug meter", so the user can determine if the page that it is seeing it is expected to be properly rendered. Or if the problems found in the page are "minor" and it is expected to be rendered properly anyway.

@rodarima rodarima added the enhancement New feature or request label Mar 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant