IE9对CSS3属性的支持情况

来源:互联网 发布:pdf软件快捷键 编辑:程序博客网 时间:2024/05/05 19:29

IE9对CSS3属性的支持情况

CSS3属性IE9支持情况之前版本IE支持情况opacityIE9对CSS3属性的支持情况Nonemultiple backgroundsIE9对CSS3属性的支持情况Nonebackground-clipIE9对CSS3属性的支持情况Nonebackground-sizeIE9对CSS3属性的支持情况Nonebackground-originIE9对CSS3属性的支持情况Nonetext-shadowIE9对CSS3属性的支持情况—word-wrapIE9对CSS3属性的支持情况5-8writing-modeIE9对CSS3属性的支持情况5-8border-imageIE9对CSS3属性的支持情况—border-radiusIE9对CSS3属性的支持情况Nonebox-shadowIE9对CSS3属性的支持情况Noneoverflow-xIE9对CSS3属性的支持情况7-8overflow-yIE9对CSS3属性的支持情况7-8multiple columnsIE9对CSS3属性的支持情况—box-sizingIE9对CSS3属性的支持情况8RGBA colorsIE9对CSS3属性的支持情况NoneHSL colorsIE9对CSS3属性的支持情况NoneHSLA colorsIE9对CSS3属性的支持情况Nonetext-strokeIE9对CSS3属性的支持情况—gradientsIE9对CSS3属性的支持情况—transformsIE9对CSS3属性的支持情况—transitionsIE9对CSS3属性的支持情况—outline-offsetIE9对CSS3属性的支持情况—resizeIE9对CSS3属性的支持情况—@font-faceIE9对CSS3属性的支持情况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

0 0