Version 14 (modified by 13 years ago) ( diff ) | ,
---|
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
- Document.webkitIsFullScreen, Document.webkitFullScreenKeyboardInputAllowed, etc
- HTMLVideoElement.webkitSupportsFullscreen, HTMLVideoElement.webkitDisplayingFullscreen, HTMLVideoElement.webkitEnterFullscreen, HTMLVideoElement.webkitExitFullscreen, HTMLVideoElement.webkitEnterFullScreen, HTMLVideoElement.webkitExitFullScreen
- Page Visiblity
- Post Message:
- MessagePort.webkitPostMessage
- DOMWindow.webkitPostMessage
- DedicatedWorkerContext.webkitPostMessage
- Worker.webkitPostMessage
- Pointer Lock
- MouseEvent.webkitMovementX, MouseEvent.webkitMovementY
- Navigator.webkitPointer
- Mutation Observers
- WebKitMutationObserver
- Specified in DOM4: http://www.w3.org/TR/dom/#mutation-observers
- Touch Events
- Wheel Events
- File API
- Canvas
- Drag and Drop
- Battery Status
- File System
- DOMWindow.webkitRequestFileSystem, DOMWindow.webkitResolveLocalFileSystemURL
- WorkerContext.webkitRequestFileSystem, WorkerContext.webkitRequestFileSystemSync, WorkerContext.webkitResolveLocalFileSystemURL, WorkerContext.webkitResolveLocalFileSystemSyncURL
- Indexed DB
- DOMWindow.webkitIndexedDB
- IDBRequest.webkitErrorMessage
- WorkerContext.webkitIndexedDB
- Web Intents
- DOMWindow.WebKitIntent
- Navigator.webkitStartActivity
- Media Statistics
- HTMLMediaElement.webkitAudioDecodedByteCount
- HTMLMediaElement.webkitVideoDecodedByteCount
- HTMLVideoElement.webkitDecodedFrameCount
- HTMLVideoElement.webkitDroppedFrameCount
- Media Stream
- DOMWindow.webkitDeprecatedPeerConnection
- DOMWindow.webkitPeerConnection00
- DOMWindow.webkitMediaStream
- Navigator.webkitGetUserMedia
- Media Source
- HTMLMediaElement.webkitMediaSourceURL
- HTMLMediaElement.webkitSourceAppend
- HTMLMediaElement.webkitSourceEndOfStream
- HTMLMediaElement.webkitSourceState
- Network Info
- Navigator.webkitConnection
- Speech
- DOMWindow.webkitSpeechRecognition, DOMWindow.webkitSpeechRecognitionError, DOMWindow.webkitSpeechRecognitionEvent, DOMWindow.webkitSpeechGrammar, DOMWindow.webkitSpeechGrammarList
- Speech Input
- HTMLInputElement.webkitSpeech, HTMLInputElement.webkitGrammar, HTMLInputElement.onwebkitspeechchange
- Vibration
- Navigator.webkitVibrate
- Web Audio
- DOMWindow.webkitAudioContext
- DOMWindow.webkitAudioPannerNode
- Notifications
- DOMWindow.webkitNotifications
- WorkerContext.webkitNotifications
- Request Animation Frame
- DOMWindow.webkitRequestAnimationFrame, DOMWindow.webkitCancelAnimationFrame, DOMWindow.webkitCancelRequestAnimationFrame
- Specified in "Timing control for script-based animations" spec: http://dvcs.w3.org/hg/webperf/raw-file/tip/specs/RequestAnimationFrame/Overview.html
- URL
- DOMWindow.webkitURL
- WorkerContext.webkitURL
- Quota
- DOMWindow.webkitStorageInfo
- Directory Upload
- HTMLInputElement.webkitdirectory
- ???
- DOMWindow.webkitConvertPointFromPageToNode, DOMWindow.webkitConvertPointFromNodeToPage, WebKitPoint
- HTMLMediaElement.webkitPreservesPitch, HTMLMediaElement.webkitHasClosedCaptions, HTMLMediaElement.webkitClosedCaptionsVisible
CSS
FIXME: Fill in the CSS properties.
- Interfaces for CSS Animations
- Interfaces for CSS Transforms
- Interfaces for CSS Regions
- Element.webkitMatchesSelector
Note:
See TracWiki
for help on using the wiki.