이 기능을 사용해야합니까?IE 조건부 주석이 인라인으로 작동합니까?
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="/minify/css?f=ie8.css<!--[if lte IE 7]>,ie7.css<![endif]--><!--[if lte IE 6]>,ie6.css<![endif]-->" />
<![endif]-->
분명히 중첩 된 댓글이 작동하지 않으므로이 점은 무엇인가요?
<link rel="stylesheet" type="text/css" href="/minify/css?f=someotherfile.css<!--[if IE]>,ie8.css<![endif]--><!--[if lte IE 7]>,ie7.css<![endif]--><!--[if lte IE 6]>,ie6.css<![endif]-->" />
'/ * begin-comment/* broken! '과 같은 이유로 작동하지 않습니다! */end-comment * /'가 작동하지 않습니다. 둥지를 틀지 않는 중첩 된 것들은 부서지기 쉽습니다. –