w3cバリデーターからhtml5バリデーターをサイトに渡すと問題が発生しました。エラーは次のようになります。メタタグの値が不正です
Bad value Content-Script-Type for attribute http-equiv on element meta
<meta http-equiv="Content-Script-Type" content="text/javascript" >
Bad value expires for attribute http-equiv on element meta
<meta http-equiv="expires" content="Wed, 26 Feb 1997 08:21:57 GMT" >
Bad value pragma for attribute http-equiv on element meta
<meta http-equiv="pragma" content="no-cache" >
Bad value Cache-Control for attribute http-equiv on element meta.
<meta http-equiv="Cache-Control" content="no-cache" >
html5バリデーターを渡すメタタグへの正しい値は何ですか?
が重複する可能性(http://stackoverflow.com/questions/9655526/html5-meta-validation) – Barett