标签归档:网站前端

Google Chrome Browser CSS Selector Support

真快啊,那头Chrome刚出来,这头就有Chrome对CSS的支持程度了。由于Chrome也是跟Safari 3.1一样基于AppleWebKit引擎(Chrome使用的是版本525.13,而Safari 3.1使用的是较为新的525.18版本),所以在对CSS的支持上并没有什么差别。

下面是一份分析表,转自:Estelle

"Google Chrome," a browser based on the Webkit engine used by Safari, was released today. Chrome uses AppleWebKit/525.13. Safari 3.1 uses a slightly newer version: AppleWebKit/525.18. Below are the various CSS selectors, including CSS3 selectors, and current browser support.

  • Green / √ means current support.
  • Orange / Δ means that the browsers have some support for the selector.
  • Red / Χ means that the browser is non-compliant.
    Browsers
Pattern Meaning IE6 IE7 IE8 FF Op
9
Sf Op FF NS CHROME
E:active
E:hover
E:focus
Dynamic pseudo-classes
Matches E during certain user actions.
Δ Δ
Δ Δ
Χ Χ
E:before
E:after
Static pseudo-classes
See generated content
Χ Χ Δ 3
Χ Χ Δ 3

继续阅读

发表在 网站前端 | 标签为 , , | 留下评论