I found a previous locked thread for this issue:
@user387 just wanted to let you know this fix is now live - so you shouldn’t see any issues with the W3C validator and changes Rocket Loader is making to your HTML.
final post of the thread states “just wanted to let you know this fix is now live - so you shouldn’t see any issues with the W3C validator and changes Rocket Loader is making to your HTML”
however this issue is still present
enabling Rocketloader causes sites to fail WC3 validation
There’s a whole 'nother thread on this:
Cloudflare unfortunately modifies tags with invalid type tag.
Here is my original html:
<script src="js/myscript.js" type="text/javascript"></script>
Cloudflare, however, makes this into something like:
<script src="js/myscript.js" type="6e0e156949dd8b1694614bc1-text/javascript"></script>
The problem is that 6e0e156949dd8b1694614bc1-text/javascript is not a valid value for the type field. It should just be “text/javascript” as in the original html. In turn, W3C validation fails with an err…
1 Like
system
Closed
April 19, 2021, 3:21pm
3
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.