2015-01-23 6 views
10

내가 가지고 로컬로 를 IIS 사용 .NET/면도기W3C 검사기에서 http-equiv = "X-UA 호환"content = "IE = edge, chrome = 1"이 유효하지 않은 이유는 무엇입니까?

A meta element with an http-equiv attribute whose value is X-UA-Compatible must have a content attribute with the value IE=edge.

내가 일하고 물론 : http://validator.w3.org/의 검증에

<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> 

나는이 오류가 발생합니다. web.config 파일을 수정하지 않고이 문제를 해결할 수있는 방법이 있습니까? 앞으로 감사드립니다.

+1

을 당신이'content' 블록에'크롬 = 1' 추가하려는 이유는 무엇입니까? – Teemu

답변

11

부분을 사용하는 W3C의 논의에 따르면 this 토론에 따르면 허용되지 않습니다.

당신은 다음과 같이 사용하여 유효성 검사를 통과 할 수

<meta http-equiv="X-UA-Compatible" content="IE=edge" />