Microsoft Edge 瀏覽器開始支持webkit私有樣式

微軟表示新版的瀏覽器Edge(spartan)不會再增長新的私有屬性,同時移除了部分-ms-屬性,但不少標準在沒有支持到以前,會使用webkit的api。Edge開發工程師Jacob Rossi列出了一份Edge所支持的webkit api列表。css

CSS Core

  • webkitBackground
  • webkitBackgroundAttachment
  • webkitBackgroundClip
  • webkitBackgroundColor
  • webkitBackgroundImage
  • webkitBackgroundOrigin
  • webkitBackgroundPosition
  • webkitBackgroundPositionX
  • webkitBackgroundPositionY
  • webkitBackgroundRepeat
  • webkitBackgroundSize
  • webkitBorderBottomLeftRadius
  • webkitBorderBottomRightRadius
  • webkitBorderImage
  • webkitBorderImageOutset
  • webkitBorderImageRepeat
  • webkitBorderImageSlice
  • webkitBorderImageSource
  • webkitBorderImageWidth
  • webkitBorderRadius
  • webkitBorderTopLeftRadius
  • webkitBorderTopRightRadius

CSS FlexBox

  • webkitAlignContent
  • webkitAlignItems
  • webkitAlignSelf
  • webkitBoxAlign
  • webkitBoxDirection
  • webkitBoxFlex
  • webkitBoxOrdinalGroup
  • webkitBoxOrient
  • webkitBoxPack
  • webkitBoxSizing
  • webkitFlex
  • webkitFlexBasis
  • webkitFlexDirection
  • webkitFlexFlow
  • webkitFlexGrow
  • webkitFlexShrink
  • webkitFlexWrap
  • webkitJustifyContent
  • webkitOrder

FullScreen

  • onwebkitfullscreenchange
  • onwebkitfullscreenerror
  • webkitCancelFullScreen
  • webkitCurrentFullScreenElement
  • webkitDisplayingFullscreen
  • webkitEnterFullScreen
  • webkitExitFullScreen
  • webkitFullscreenElement
  • webkitFullscreenEnabled
  • webkitIsFullScreen
  • webkitRequestFullScreen
  • webkitSupportsFullscreen

CSS MultiColumn

  • webkitColumnBreakAfter
  • webkitColumnBreakBefore
  • webkitColumnBreakInside
  • webkitColumnCount
  • webkitColumnGap
  • webkitColumnRule
  • webkitColumnRuleColor
  • webkitColumnRuleStyle
  • webkitColumnRuleWidth
  • webkitColumns
  • webkitColumnSpan
  • webkitColumnWidth

CSS Animations

  • webkitAnimation
  • webkitAnimationDelay
  • webkitAnimationDirection
  • webkitAnimationDuration
  • webkitAnimationFillMode
  • webkitAnimationIterationCount
  • webkitAnimationName
  • webkitAnimationPlayState
  • webkitAnimationTimingFunction

CSS Transforms

  • webkitBackfaceVisibility
  • WebKitCSSMatrix
  • webkitPerspective
  • webkitPerspectiveOrigin
  • webkitTransform
  • webkitTransformOrigin
  • webkitTransformStyle

CSS Transitions

  • webkitTransition
  • webkitTransitionDelay
  • webkitTransitionDuration
  • webkitTransitionProperty
  • webkitTransitionTimingFunction

Browser Detection

  • webkitConvertPointFromNodeToPage
  • webkitConvertPointFromPageToNode
  • WebKitPoint

Mobile Extensions

  • webkitTapHighlightColor
  • webkitTextSizeAdjust

CSS Filters

  • webkitFilter

CSS Intrinsic Control Styling

  • webkitAppearance

Selectors API

  • webkitMatchesSelector

Text Selection

  • webkitUserSelect

CSS Writing Modes

  • webkitWritingMode

CSS Text Masking

  • webkitTextFillColor

感謝 @神飛 前輩的總結web

相關文章
相關標籤/搜索