Free optimization recommended by W3 Validator
-
Hi guys, the HTML validator at w3.org has a suggestion which could trim the minified file even further:
The
type
attribute is unnecessary for JavaScript resources.Ex.
<script type='text/javascript' src='..'>
You may as well remove all instances of
type='text/javascript'
from the minified file? They can really add up in WordPress, especially if we don’t combine the scripts.
- The topic ‘Free optimization recommended by W3 Validator’ is closed to new replies.