-
Notifications
You must be signed in to change notification settings - Fork 291
Open
Labels

Description
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 error
The <style>
tag must be contained in the <head>
tag. So we could add it dynamically through JavaScript.
Context
- PHP: v8.1.2
- Kint: v5.0.1 (latest)
- Browser: Google Chrome v107.0.5304.107
- OS: Windows 10