Noscript w3c validation FATAL ERROR if tag exist
-
I have a construction:
<img src=image.jpg />
With a3 Lazy Load:
<img src=”placeholder” data-src=”image.jpg>
<noscript>…</noscript>W3C Validator writes:
Error: End tag a violates nesting rules.
From line 152, column 623; to line 152, column 626
/noscript>
Fatal Error: Cannot recover after last error. Any further errors will be ignored.
From line 152, column 623; to line 152, column 626
/noscript>Can you fix this?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Noscript w3c validation FATAL ERROR if tag exist’ is closed to new replies.