= Vendor-prefixed APIs in WebKit = This page lists the APIs in WebKit that have vendor prefixes and the status of those APIs on the standards track. == DOM == * Full Screen * [http://trac.webkit.org/browser/trunk/Source/WebCore/dom/Document.idl Document.webkitIsFullScreen, Document.webkitFullScreenKeyboardInputAllowed, etc] * Page Visiblity * [http://trac.webkit.org/browser/trunk/Source/WebCore/dom/Document.idl Document.webkitVisibilityState] * Post Message: * [http://trac.webkit.org/browser/trunk/Source/WebCore/dom/MessagePort.idl MessagePort.webkitPostMessage] * Pointer Lock * [http://trac.webkit.org/browser/trunk/Source/WebCore/dom/MouseEvent.idl MouseEvent.webkitMovementX, MouseEvent.webkitMovementY] * Mutation Observers * [http://trac.webkit.org/browser/trunk/Source/WebCore/dom/WebKitMutationObserver.idl WebKitMutationObserver] * Touch Events * [http://trac.webkit.org/browser/trunk/Source/WebCore/dom/Touch.idl Touch.webkitRadiusX, Touch.webkitRadiusY, Touch.webkitRotationAngle, Touch.webkitForce] == CSS == ''FIXME: Fill in the CSS properties.'' * Interfaces for CSS Animations * [http://trac.webkit.org/browser/trunk/Source/WebCore/css/WebKitCSSKeyframeRule.idl WebKitCSSKeyframeRule] * [http://trac.webkit.org/browser/trunk/Source/WebCore/css/WebKitCSSKeyframesRule.idl WebKitCSSKeyframesRule] * [http://trac.webkit.org/browser/trunk/Source/WebCore/page/WebKitAnimationList.idl WebKitAnimationList] * [http://trac.webkit.org/browser/trunk/Source/WebCore/dom/WebKitAnimationEvent.idl WebKitAnimationEvent] * Interfaces for CSS Transforms * [http://trac.webkit.org/browser/trunk/Source/WebCore/css/WebKitCSSTransformValue.idl WebKitCSSTransformValue] * [http://trac.webkit.org/browser/trunk/Source/WebCore/css/WebKitCSSMatrix.idl WebKitCSSMatrix] * [http://trac.webkit.org/browser/trunk/Source/WebCore/dom/WebKitTransitionEvent.idl WebKitTransitionEvent] * Interfaces for CSS Regions * [http://trac.webkit.org/browser/trunk/Source/WebCore/css/WebKitCSSMatrix.idl WebKitCSSRegionRule] * [http://trac.webkit.org/browser/trunk/Source/WebCore/dom/WebKitNamedFlow.idl WebKitNamedFlow] * [http://trac.webkit.org/browser/trunk/Source/WebCore/dom/Element.idl Element.webkitMatchesSelector]