gpt4 book ai didi

css - Content-Language 的响应头支持

转载 作者:太空宇宙 更新时间:2023-11-04 16:23:34 24 4
gpt4 key购买 nike

IE7 和 Google Chrome 是否支持响应头“Content-Language”?我在我的应用程序中将其设置为页面请求的响应 header 。标题在 ie8、ie9 和 FF4 中被识别,其中以下 css 技巧起作用:

h1:lang(en) { font-weight: bold; }
h1:lang(es) { font-weight: normal; color: #FF0000; }

但是在 IE7 和 chrome 中,css 不适用于特定元素。

最佳答案

本文可能对您有所帮助:http://rishida.net/blog/?p=67 .

根据作者的说法,IE7 不支持 :lang 选择器。 “h1[lang |= 'es']”应该可以工作,但您必须在每个 h1 元素上设置 lang 属性——您不能依赖内容语言。但是,Chrome 至少支持 :lang 版本 2 及更高版本。您也可以动态更改 html 元素上的 lang 属性吗?

关于css - Content-Language 的响应头支持,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6052407/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com