Tagged Questions
0
votes
1answer
393 views
Is there a filter for enqueue script to strip the type=“text/javascript” property
script type="text/javascript" is optional in HTML5 and all browsers (even old ones) recognise JavaScript without it. I am building an HTML5 site and want my script output to be consistent. However, ...