I have following errors on my homepage only by validator.w3.org
Can we fix this? Thank you
==============================================================================
Error Line 7, Column 62: Bad value X-UA-Compatible for attribute http-equiv on element meta.
<meta http-equiv=”X-UA-Compatible” content=”IE=edge,chrome=1″>
✉
Error Line 33, Column 38: Bad value medium for attribute name on element meta: Keyword medium is not registered.
<meta name=”medium” content=”video” />
Syntax of metadata name:
A metadata name listed in the HTML specification or listed in the WHATWG wiki. You can register metadata names on the WHATWG wiki yourself.
Error Line 34, Column 66: Bad value video_type for attribute name on element meta: Keyword video_type is not registered.
<meta name=”video_type” content=”application/x-shockwave-flash” />
Syntax of metadata name:
A metadata name listed in the HTML specification or listed in the WHATWG wiki. You can register metadata names on the WHATWG wiki yourself.
Error Line 36, Column 83: Bad value video_src for attribute rel on element link: The string video_src is not a registered keyword.
…k rel=”video_src” href=”http://www.vimeo.com/moogaloop.swf?clip_id=22439234″ />
Syntax of list of link-type keywords:
A whitespace-separated list of link types listed as allowed on <link> in the HTML specification or listed as an allowed on <link> on the Microformats wiki without duplicate keywords in the list. You can register link types on the Microformats wiki yourself.
Hi!
These ‘issues’ keep the theme working in IE and will never validate. There are actually quite a few of these compatibility bits of code throughout the theme which will never validate but are standard on almost all sites these days.
Cheers!
Josue