Lazy loading & HTML Validation
-
Hi,
When i try to validate html I get this error. Should I Ignore
Error: Element style not allowed as child of element noscript in this context. (Suppressing further errors from this subtree.)
From line 403, column 11; to line 403, column 17
<noscript><style>.lazyl
Contexts in which element style may be used:
Where metadata content is expected.
In a noscript element that is a child of a head element.
Content model for element noscript:
When scripting is disabled, in a head element: in any order, zero or more link elements, zero or more style elements, and zero or more meta elements.
When scripting is disabled, not in a head element: transparent, but there must be no noscript element descendants.
Otherwise: text that conforms to the requirements given in the prose.
- The topic ‘Lazy loading & HTML Validation’ is closed to new replies.