本文记录一下ie9支持的css3相关的。

 

css3属性

 

 1、 支持的:

 

  • border-radius
  • box-shadow
  • box-sizing
  • overflow-x
  • overflow-y
  • word-wrap
  • opacity

 



 



 



 2、不支持的:



  • text-shadow
  • border-image
  • transforms
  • text-stroke
  • resize



 



伪类



 



 1、 支持的:



 



  • :last-child
  • :nth-child(n)
  • :target
  • :empty
  • :disabled
  • :checked
  • :enabled



 



 2、不支持的:



  • :valid
  • :invalid
  • ::before
  • ::after