English 中文(简体)
哪一个操作系统或浏览器是CSS的老姓,对个案敏感
原标题:On which operating systems or browsers are CSS font-family names case-sensitive
  • 时间:2009-10-21 18:13:21
  •  标签:

<http://tt.sitepoint.com/css/font-family”rel=“noreferer”>>sitepoint(a>, 来源I典型的高度信任),具体注明了<代码>font-family。

我通常总是使用混杂的价值观,但我不禁要问,低地的数值是否会同样发挥作用?

我没有绝对的偏好——但我对一个页表示仇恨,因为我把一个下级文件(v”<> vsV>,有些地方在中心档案中。

e. 例如,已知有2个与<代码>foo和bar的 divs。 下面的班级实际上会形成不同的字体?

div.foo{
  font-family:Verdana, Arial, Helvetica;
}

div.bar{
  font-family:verdana, arial, helvetica;
}
最佳回答

我的guess是,这只会在对档案系统敏感的情况下成为对LC/Unix系统的潜在问题。 如果任何Windows browser有问题,我感到惊讶,因为信条只是C:WindowsFonts目录中的档案。

您可尝试在《新》等可识别的字体上打上一页,但像“CoUrIEr nEW”一样,它又写上了“Rhref=”http://browsershots.org/“rel=”http://browsershots.org/。 在那些地方,它将产生来自吨浏览器的屏幕。 由于屏幕短片很小,因此可以确保光线也非常大。

与此类似:

<html>
<head>
<style type="text/css">
#proper   { font: bold 48px "Courier New",Courier; }
#improper { font: bold 48px "CoUrIEr nEW",CoUrIEr; }
</style>
</head>
<body>
<p id="proper">Test1 - proper caps</p>
<p id="improper">Test2 - improper caps</p>
</body>
</html>

如果只有1线在Cier显示,浏览器是敏感的。


www.un.org/chinese/ga/president 我找不到任何不工作的浏览器。 Dillo 2.1.1 相对于乌兰巴托而言,斜线类似于一条线(可能因为这个系统既缺乏信使,又缺乏信使),所有其他系统都在Cier或Cier New上显示出两条线。 仍然有一些流动浏览器没有经过测试,因此,你应努力使用适当的资本。

问题回答

虽然CSS syntax overview

The following rules always hold: All CSS style sheets are case-insensitive, except for parts that are not under the control of CSS. For example, the case-sensitivity of values of the HTML attributes "id" and "class", of font names, and of URIs lies outside the scope of this specification. Note in particular that element names are case-insensitive in HTML, but case-sensitive in XML.

cs3-fonts模块,规定对个案敏感比较:

对于其他家庭名称,用户代理人试图在通过@font-face规则界定的字体中找到姓氏,然后在现有的系统字体中找到姓氏,对称号,对个案敏感进行比较。

因此,CSS3规格要求对名词进行敏感处理。

在使用弹性法时,这种说法似乎有问题,因此似乎有一些真理:

When using CSS in Flex to style components, the font-family property can be case sensitive on some operating systems. For example, the following CSS will not work on my Safari browser with Flash Player 10:

.content{font-family: arial;}

但这项工作将:

.content{font-family: Arial;}

并看一看你可以用来在自己的浏览器/浏览器上检查这一页:

rel=“nofollow noretinger”http://meyerweb.com/eric/cs/tests/font-name-case-test.html

确实是一个冰问题。 我个人没有听到任何与案件敏感性有关的问题。

你们应当担心的是,这些信条存在于各种系统中。 Verdana and Arial are not available on Mac. Helvetica is not available onWindows. 你在Win/Mac层面确定了两套零交区。





相关问题