您的位置:首页 > Web前端 > CSS

Microsoft Edge 浏览器开始支持webkit私有样式

2015-08-27 11:45 621 查看
微软表示新版的浏览器Edge(spartan)不会再增加新的私有属性,同时移除了部分-ms-属性,但很多标准在没有支持到之前,会使用webkit的api。Edge开发工程师Jacob Rossi列出了一份Edge所支持的webkit api列表。

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

感谢 @神飞 前辈的总结
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: