-
Notifications
You must be signed in to change notification settings - Fork 292
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
Some HTML errors #399
Comments
For the first one there: We can't help where kint is dumped. If it's dumped inside a div then that's where it'll be. If you want to hook up the prerender to happen in your header you can but you'd need to write that yourself since every application will do it differently.
That's a bad idea for a few reasons:
While a strict reading does say the other two points are still valid, neither firefox nor chrome show any notices in console nor render it incorrectly, and since you probably shouldn't have kint dumps facing customers anyway a few validation errors isn't a big deal. Since it's technically incorrect I'll put the PS: whatwg recommends the "experimental" validator instead, the old one isn't up to date |
As you want for the errors, it is in no way annoying, I just wanted towarn.
When using the old form, you're automatically redirect to the new one. So, the 3 errors are also showed on the new one. |
Hi,
While working on a project and validating the HTML code of the page with the W3C Markup Validation Service, I noticed that the Kint library had some HTML errors:
Possible solution for the
<style>
tag errorThe
<style>
tag must be contained in the<head>
tag. So we could add it dynamically through JavaScript.Context
The text was updated successfully, but these errors were encountered: