IE8 beta1 中的 CSS 屬性

來源:互聯網
上載者:User

IE8 (下文中的 IE8 暫時僅代表IE8 beta1) 中增加了 CSS3 中的子串匹配的屬性選取器(substring matching attribute selectors),具體規則與正則中的匹配很相似:

  • E[att^=’val’] //子串以’val’ 開始
  • E[att$=’val’] //子串以’val’ 結束
  • E[att*=’val’] //子串中包含’val’

IE8 支援絕大多數基本的 CSS2.1 選取器,不支援的包括但不限於:[:first-line] 、[:first-letter]。

對於 CSS2.1 中的 generated content 部分,即通過使用虛擬元素 :before 和 :after 添加常值內容,IE8 中支援 並未完全

而對於幾乎在其他瀏覽器中都支援的 opacity 和 RGBA ,IE8 中依舊沒有支援。

對於原來用來區分 IE 的 HACK 在 IE8 中基本失效(比如*property:value、*property:value等)。

Update 08-3.8:

  1. 原有 IE 的 list-item whitespace bug 在 IE8 中依舊存在。
  2. 原有 IE 的 z-index bug 在 IE8 中依舊存在。
  3. IE8 中產生新的 bug:當 line-heigth 小於正常值時,超出的部分將被裁切掉。
  4. IE8 中依然不支援 display:table 。
  5. IE8 中依然不支援 border 的 transparent 值。
  6. IE8 中 @import 只支援三層嵌套。
相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.