Element style not allowed as child of element body in this context (<style scoped> not validating)
<!DOCTYPE html> ... <style scoped> /* css */ </style> The w3.org validator is giving me this error: Line 883, Column 17: Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.) <style scoped>... Contexts in which element style may be used: If the scoped attribute is absent: where metadata content is expected. If the scoped attribute is absent: in a noscript element that is a child of a head element. If the scoped attribute is present: where flow content is expected, but before any other flow content other than inter-element whitespace