Tôi gặp sự cố khi tôi chuyển trình xác thực html5 đến trang web của tôi từ trình xác thực w3c. Các lỗi tiếp theo:Giá trị không hợp lệ trong thẻ meta
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" >
Giá trị chính xác cho thẻ meta để vượt qua trình xác thực html5 là gì?
thể trùng lặp của [HTML5 meta Validation] (http://stackoverflow.com/questions/9655526/html5-meta-validation) – Barett