原文章地址 http://blog.youkuaiyun.com/lml_little/article/details/51074779
IE9对CSS3属性的支持情况
CSS3属性 | IE9支持情况 | 之前版本IE支持情况 |
---|---|---|
opacity |
![]() | None |
multiple backgrounds |
![]() | None |
background-clip |
![]() | None |
background-size |
![]() | None |
background-origin |
![]() | None |
text-shadow |
![]() | — |
word-wrap |
![]() | 5-8 |
writing-mode |
![]() | 5-8 |
border-image |
![]() | — |
border-radius |
![]() | None |
box-shadow |
![]() | None |
overflow-x |
![]() | 7-8 |
overflow-y |
![]() | 7-8 |
multiple columns |
![]() | — |
box-sizing |
![]() | 8 |
RGBA colors |
![]() | None |
HSL colors |
![]() | None |
HSLA colors |
![]() | None |
text-stroke |
![]() | — |
gradients |
![]() | — |
transforms |
![]() | — |
transitions |
![]() | — |
outline-offset |
![]() | — |
resize |
![]() | — |
@font-face |
![]() | 5.5-8 |
IE9支持的伪类&伪元素
- :root
- :nth-child(n)
- :nth-last-child(n)
- :nth-of-type(n)
- :nth-last-of-type(n)
- :last-child
- :first-of-type
- :last-of-type
- nly-child
- nly-of-type
- :empty
- :target
- :not(s)
- :enabled
- :disabled
- :checked
- :indeterminate
- ::selection
IE9不支持的伪类&伪元素
- :default
- :valid
- :invalid
- :in-range
- ut-of-range
- :required
- ptional
- :read-only
- :read-write
- ::before
- ::after
- ::first-letter
- ::first-line
- ::value
- ::choices
- ::repeat-item
- ::repeat-index