I support a Magento store (on version 1.9). I changed the doctype to HTML 5 using the HTML5 head identifier.
I then removed the 'type ="text/javasscript" from all of my pages, files, scripts etc, since this is no longer necessary for HTML5.
However, when running the W3C validator (https://validator.w3.org) it shows that there is still an instance of a script tag containing "text/javascript" whereas when running a 'view page source' of this page there is no reference to this.
My site is: https://www.edgestickers.co.uk
What is causing the w3c validator to still pick up a reference to "text/javascript"?