Only valid markup should be generated. Style tags should be inserted in the document head.
Actual behavior
3 style tags are inserted within divs in the body, which fails markup validation.
The validation failure message is: "Error: Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)"
Version info
Expected behavior
Only valid markup should be generated. Style tags should be inserted in the document head.
Actual behavior
3 style tags are inserted within divs in the body, which fails markup validation.
The validation failure message is: "Error: Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)"
Steps to reproduce
Logs
n/a