1 CONSOLE WARNING: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead.
2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' instead.
3 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
4 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransaction' instead.
5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' instead.
6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStore' instead.
7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' instead.
8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' instead.
10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' instead.
11 CONSOLE WARNING: 'webkitIDBCursor' is deprecated. Please use 'IDBCursor' instead.
12 CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead.
13 CONSOLE WARNING: 'webkitURL' is deprecated. Please use 'URL' instead.
14 This test documents all interface attributes and methods on the global window object and element instances.
16 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
20 interface AnalyserNode
22 getter frequencyBinCount
25 getter smoothingTimeConstant
27 method getByteFrequencyData
28 method getByteTimeDomainData
29 method getFloatFrequencyData
30 method getFloatTimeDomainData
34 setter smoothingTimeConstant
35 interface AnimationEffectReadOnly
39 interface AnimationEffectTiming
59 interface AnimationEvent
63 interface AnimationPlayerEvent
67 interface AnimationTimeline
75 interface AppBannerPromptResult
79 interface ApplicationCache
107 interface ApplicationCacheErrorEvent
129 interface AudioBuffer
132 getter numberOfChannels
135 method copyFromChannel
137 method getChannelData
138 interface AudioBufferSourceNode
154 interface AudioContext
163 method createAnalyser
164 method createBiquadFilter
166 method createBufferSource
167 method createChannelMerger
168 method createChannelSplitter
169 method createConvolver
171 method createDynamicsCompressor
173 method createMediaElementSource
174 method createMediaStreamDestination
175 method createMediaStreamSource
176 method createOscillator
178 method createPeriodicWave
179 method createScriptProcessor
180 method createStereoPanner
181 method createWaveShaper
182 method decodeAudioData
186 interface AudioDestinationNode
187 getter maxChannelCount
189 interface AudioListener
193 method setOrientation
200 getter channelCountMode
201 getter channelInterpretation
203 getter numberOfInputs
204 getter numberOfOutputs
209 setter channelCountMode
210 setter channelInterpretation
214 method cancelScheduledValues
216 method exponentialRampToValueAtTime
217 method linearRampToValueAtTime
218 method setTargetAtTime
219 method setValueAtTime
220 method setValueCurveAtTime
222 interface AudioProcessingEvent
235 interface AudioTrackList
245 interface AutocompleteErrorEvent
251 interface BatteryManager
254 getter dischargingTime
256 getter onchargingchange
257 getter onchargingtimechange
258 getter ondischargingtimechange
261 setter onchargingchange
262 setter onchargingtimechange
263 setter ondischargingtimechange
265 interface BeforeInstallPromptEvent
270 interface BeforeUnloadEvent
274 interface BiquadFilterNode
281 method getFrequencyResponse
289 interface BluetoothDevice
295 getter productVersion
298 getter vendorIDSource
301 interface BluetoothGATTCharacteristic
306 interface BluetoothGATTRemoteServer
309 method getPrimaryService
310 interface BluetoothGATTService
314 method getCharacteristic
315 interface BluetoothUUID
317 interface CDATASection
321 interface CSSFontFaceRule
324 interface CSSGroupingRule
329 interface CSSImportRule
334 interface CSSKeyframeRule
339 interface CSSKeyframesRule
347 interface CSSMediaRule
350 interface CSSNamespaceRule
354 interface CSSPageRule
360 attribute CHARSET_RULE
361 attribute FONT_FACE_RULE
362 attribute IMPORT_RULE
363 attribute KEYFRAMES_RULE
364 attribute KEYFRAME_RULE
366 attribute NAMESPACE_RULE
369 attribute SUPPORTS_RULE
370 attribute VIEWPORT_RULE
371 attribute WEBKIT_KEYFRAMES_RULE
372 attribute WEBKIT_KEYFRAME_RULE
375 getter parentStyleSheet
379 interface CSSRuleList
383 interface CSSStyleDeclaration
389 method getPropertyPriority
390 method getPropertyValue
392 method removeProperty
396 interface CSSStyleRule
401 interface CSSStyleSheet
410 interface CSSSupportsRule
416 interface CSSViewportRule
428 interface CacheStorage
435 interface CanvasGradient
438 interface CanvasPattern
441 interface CanvasRenderingContext2D
443 getter currentTransform
449 getter globalCompositeOperation
450 getter imageSmoothingEnabled
452 getter lineDashOffset
463 getter webkitImageSmoothingEnabled
469 method clearHitRegions
474 method createImageData
475 method createLinearGradient
477 method createRadialGradient
478 method drawFocusIfNeeded
484 method getContextAttributes
489 method isPointInStroke
494 method quadraticCurveTo
496 method removeHitRegion
497 method resetTransform
502 method scrollPathIntoView
510 setter currentTransform
516 setter globalCompositeOperation
517 setter imageSmoothingEnabled
519 setter lineDashOffset
530 setter webkitImageSmoothingEnabled
531 interface ChannelMergerNode
533 interface ChannelSplitterNode
535 interface CharacterData
538 getter nextElementSibling
539 getter previousElementSibling
548 interface CircularGeofencingRegion
563 interface ClientRectList
567 interface ClipboardEvent
577 interface CompositionEvent
580 method initCompositionEvent
581 interface CompositorProxy
593 interface CompositorWorker
601 interface ConvolverNode
613 interface CredentialsContainer
616 method requireUserMediation
621 method getRandomValues
628 interface CustomEvent
631 method initCustomEvent
636 interface DOMException
638 attribute DATA_CLONE_ERR
639 attribute DOMSTRING_SIZE_ERR
640 attribute HIERARCHY_REQUEST_ERR
641 attribute INDEX_SIZE_ERR
642 attribute INUSE_ATTRIBUTE_ERR
643 attribute INVALID_ACCESS_ERR
644 attribute INVALID_CHARACTER_ERR
645 attribute INVALID_MODIFICATION_ERR
646 attribute INVALID_NODE_TYPE_ERR
647 attribute INVALID_STATE_ERR
648 attribute NAMESPACE_ERR
649 attribute NETWORK_ERR
650 attribute NOT_FOUND_ERR
651 attribute NOT_SUPPORTED_ERR
652 attribute NO_DATA_ALLOWED_ERR
653 attribute NO_MODIFICATION_ALLOWED_ERR
654 attribute QUOTA_EXCEEDED_ERR
655 attribute SECURITY_ERR
657 attribute TIMEOUT_ERR
658 attribute TYPE_MISMATCH_ERR
659 attribute URL_MISMATCH_ERR
660 attribute VALIDATION_ERR
661 attribute WRONG_DOCUMENT_ERR
667 interface DOMImplementation
669 method createDocument
670 method createDocumentType
671 method createHTMLDocument
698 method preMultiplySelf
700 method scaleNonUniformSelf
725 interface DOMMatrixReadOnly
754 method scaleNonUniform
755 method toFloat32Array
756 method toFloat64Array
760 method parseFromString
771 interface DOMPointReadOnly
787 interface DOMRectReadOnly
797 interface DOMSettableTokenList
801 interface DOMStringList
806 interface DOMStringMap
808 interface DOMTokenList
821 interface DataTransfer
834 interface DataTransferItem
840 method webkitGetAsEntry
841 interface DataTransferItemList
871 interface DeviceLightEvent
874 interface DeviceMotionEvent
876 getter accelerationIncludingGravity
880 method initDeviceMotionEvent
881 interface DeviceOrientationEvent
887 method initDeviceOrientationEvent
896 getter childElementCount
902 getter defaultCharset
907 getter documentElement
911 getter firstElementChild
914 getter fullscreenElement
915 getter fullscreenEnabled
919 getter implementation
921 getter lastElementChild
925 getter onautocomplete
926 getter onautocompleteerror
933 getter oncanplaythrough
949 getter ondurationchange
954 getter onfullscreenchange
955 getter onfullscreenerror
963 getter onloadedmetadata
977 getter onpointerlockchange
978 getter onpointerlockerror
981 getter onreadystatechange
986 getter onsecuritypolicyviolation
990 getter onselectionchange
1002 getter onvolumechange
1004 getter onwebkitfullscreenchange
1005 getter onwebkitfullscreenerror
1009 getter pointerLockElement
1010 getter preferredStylesheetSet
1015 getter scrollingElement
1016 getter selectedStylesheetSet
1020 getter visibilityState
1021 getter webkitCurrentFullScreenElement
1022 getter webkitFullscreenElement
1023 getter webkitFullscreenEnabled
1025 getter webkitIsFullScreen
1026 getter webkitVisibilityState
1028 getter xmlStandalone
1031 method caretRangeFromPoint
1034 method createAttribute
1035 method createAttributeNS
1036 method createCDATASection
1037 method createComment
1038 method createDocumentFragment
1039 method createElement
1040 method createElementNS
1042 method createExpression
1043 method createNSResolver
1044 method createNodeIterator
1045 method createProcessingInstruction
1047 method createTextNode
1049 method createTouchList
1050 method createTreeWalker
1051 method elementFromPoint
1052 method elementsFromPoint
1055 method exitFullscreen
1056 method exitPointerLock
1057 method getCSSCanvasContext
1058 method getElementById
1059 method getElementsByClassName
1060 method getElementsByName
1061 method getElementsByTagName
1062 method getElementsByTagNameNS
1067 method queryCommandEnabled
1068 method queryCommandIndeterm
1069 method queryCommandState
1070 method queryCommandSupported
1071 method queryCommandValue
1072 method querySelector
1073 method querySelectorAll
1074 method registerElement
1075 method webkitCancelFullScreen
1076 method webkitExitFullscreen
1085 setter onautocomplete
1086 setter onautocompleteerror
1089 setter onbeforepaste
1093 setter oncanplaythrough
1097 setter oncontextmenu
1109 setter ondurationchange
1114 setter onfullscreenchange
1115 setter onfullscreenerror
1123 setter onloadedmetadata
1137 setter onpointerlockchange
1138 setter onpointerlockerror
1141 setter onreadystatechange
1146 setter onsecuritypolicyviolation
1150 setter onselectionchange
1151 setter onselectstart
1158 setter ontouchcancel
1162 setter onvolumechange
1164 setter onwebkitfullscreenchange
1165 setter onwebkitfullscreenerror
1167 setter selectedStylesheetSet
1169 setter xmlStandalone
1171 interface DocumentFragment
1172 getter childElementCount
1174 getter firstElementChild
1175 getter lastElementChild
1177 method getElementById
1178 method querySelector
1179 method querySelectorAll
1180 interface DocumentType
1189 interface DynamicsCompressorNode
1199 getter childElementCount
1209 getter firstElementChild
1212 getter lastElementChild
1215 getter nextElementSibling
1218 getter onbeforepaste
1223 getter onselectstart
1224 getter ontouchcancel
1228 getter onwebkitfullscreenchange
1229 getter onwebkitfullscreenerror
1233 getter previousElementSibling
1243 method createShadowRoot
1244 method getAnimations
1246 method getAttributeNS
1247 method getAttributeNode
1248 method getAttributeNodeNS
1249 method getBoundingClientRect
1250 method getClientRects
1251 method getDestinationInsertionPoints
1252 method getElementsByClassName
1253 method getElementsByTagName
1254 method getElementsByTagNameNS
1256 method hasAttributeNS
1257 method hasAttributes
1258 method insertAdjacentElement
1259 method insertAdjacentHTML
1260 method insertAdjacentText
1262 method querySelector
1263 method querySelectorAll
1265 method removeAttribute
1266 method removeAttributeNS
1267 method removeAttributeNode
1268 method requestFullscreen
1269 method requestPointerLock
1272 method scrollIntoView
1273 method scrollIntoViewIfNeeded
1276 method setAttributeNS
1277 method setAttributeNode
1278 method setAttributeNodeNS
1279 method webkitMatchesSelector
1280 method webkitRequestFullScreen
1281 method webkitRequestFullscreen
1287 setter onbeforepaste
1292 setter onselectstart
1293 setter ontouchcancel
1297 setter onwebkitfullscreenchange
1298 setter onwebkitfullscreenerror
1303 interface ErrorEvent
1313 attribute BUBBLING_PHASE
1314 attribute CAPTURING_PHASE
1334 getter currentTarget
1335 getter defaultPrevented
1345 method preventDefault
1346 method stopImmediatePropagation
1347 method stopPropagation
1350 interface EventSource
1352 attribute CONNECTING
1359 getter withCredentials
1365 interface EventTarget
1366 method addEventListener
1368 method dispatchEvent
1369 method removeEventListener
1370 interface FederatedCredential
1376 getter lastModifiedDate
1378 getter webkitRelativePath
1382 attribute ENCODING_ERR
1383 attribute INVALID_MODIFICATION_ERR
1384 attribute INVALID_STATE_ERR
1385 attribute NOT_FOUND_ERR
1386 attribute NOT_READABLE_ERR
1387 attribute NO_MODIFICATION_ALLOWED_ERR
1388 attribute PATH_EXISTS_ERR
1389 attribute QUOTA_EXCEEDED_ERR
1390 attribute SECURITY_ERR
1391 attribute SYNTAX_ERR
1392 attribute TYPE_MISMATCH_ERR
1399 interface FileReader
1414 method readAsArrayBuffer
1415 method readAsBinaryString
1416 method readAsDataURL
1424 interface FocusEvent
1425 getter relatedTarget
1429 getter featureSettings
1440 setter featureSettings
1470 interface GamepadButton
1474 interface GamepadEvent
1477 interface HTMLAllCollection
1482 interface HTMLAnchorElement
1498 getter referrerpolicy
1523 setter referrerpolicy
1532 interface HTMLAreaElement
1568 interface HTMLAudioElement
1570 interface HTMLBRElement
1574 interface HTMLBaseElement
1580 interface HTMLBodyElement
1585 getter onbeforeunload
1590 getter onlanguagechange
1598 getter onrejectionhandled
1602 getter onunhandledrejection
1611 setter onbeforeunload
1616 setter onlanguagechange
1624 setter onrejectionhandled
1628 setter onunhandledrejection
1632 interface HTMLButtonElement
1639 getter formNoValidate
1644 getter validationMessage
1648 method checkValidity
1650 method reportValidity
1651 method setCustomValidity
1657 setter formNoValidate
1662 interface HTMLCanvasElement
1671 interface HTMLCollection
1676 interface HTMLContentElement
1679 method getDistributedNodes
1681 interface HTMLDListElement
1685 interface HTMLDataListElement
1688 interface HTMLDetailsElement
1692 interface HTMLDialogElement
1701 interface HTMLDirectoryElement
1705 interface HTMLDivElement
1709 interface HTMLDocument
1716 method captureEvents
1719 method releaseEvents
1726 interface HTMLElement
1728 getter contentEditable
1735 getter isContentEditable
1743 getter onautocomplete
1744 getter onautocompleteerror
1748 getter oncanplaythrough
1752 getter oncontextmenu
1762 getter ondurationchange
1774 getter onloadedmetadata
1801 getter onvolumechange
1809 getter webkitdropzone
1815 setter contentEditable
1823 setter onautocomplete
1824 setter onautocompleteerror
1828 setter oncanplaythrough
1832 setter oncontextmenu
1842 setter ondurationchange
1854 setter onloadedmetadata
1881 setter onvolumechange
1888 setter webkitdropzone
1889 interface HTMLEmbedElement
1897 method getSVGDocument
1904 interface HTMLFieldSetElement
1910 getter validationMessage
1913 method checkValidity
1915 method reportValidity
1916 method setCustomValidity
1919 interface HTMLFontElement
1927 interface HTMLFormControlsCollection
1930 interface HTMLFormElement
1931 getter acceptCharset
1942 method checkValidity
1944 method reportValidity
1945 method requestAutocomplete
1948 setter acceptCharset
1957 interface HTMLFrameElement
1958 getter contentDocument
1959 getter contentWindow
1969 method getSVGDocument
1978 interface HTMLFrameSetElement
1980 getter onbeforeunload
1985 getter onlanguagechange
1993 getter onrejectionhandled
1997 getter onunhandledrejection
2002 setter onbeforeunload
2007 setter onlanguagechange
2015 setter onrejectionhandled
2019 setter onunhandledrejection
2022 interface HTMLHRElement
2034 interface HTMLHeadElement
2036 interface HTMLHeadingElement
2040 interface HTMLHtmlElement
2044 interface HTMLIFrameElement
2046 getter allowFullscreen
2047 getter contentDocument
2048 getter contentWindow
2055 getter referrerpolicy
2062 method getSVGDocument
2064 setter allowFullscreen
2071 setter referrerpolicy
2077 interface HTMLImageElement
2090 getter naturalHeight
2092 getter referrerpolicy
2112 setter referrerpolicy
2119 interface HTMLInputElement
2123 getter autocapitalize
2127 getter defaultChecked
2136 getter formNoValidate
2140 getter indeterminate
2154 getter selectionDirection
2156 getter selectionStart
2162 getter validationMessage
2166 getter valueAsNumber
2167 getter webkitEntries
2168 getter webkitdirectory
2171 method checkValidity
2173 method reportValidity
2175 method setCustomValidity
2177 method setSelectionRange
2183 setter autocapitalize
2187 setter defaultChecked
2195 setter formNoValidate
2199 setter indeterminate
2211 setter selectionDirection
2213 setter selectionStart
2221 setter valueAsNumber
2222 setter webkitdirectory
2224 interface HTMLKeygenElement
2233 getter validationMessage
2236 method checkValidity
2238 method reportValidity
2239 method setCustomValidity
2245 interface HTMLLIElement
2251 interface HTMLLabelElement
2257 interface HTMLLegendElement
2262 interface HTMLLinkElement
2290 interface HTMLMapElement
2295 interface HTMLMarqueeElement
2321 interface HTMLMediaElement
2322 attribute HAVE_CURRENT_DATA
2323 attribute HAVE_ENOUGH_DATA
2324 attribute HAVE_FUTURE_DATA
2325 attribute HAVE_METADATA
2326 attribute HAVE_NOTHING
2327 attribute NETWORK_EMPTY
2328 attribute NETWORK_IDLE
2329 attribute NETWORK_LOADING
2330 attribute NETWORK_NO_SOURCE
2340 getter defaultPlaybackRate
2350 getter onwebkitkeyadded
2351 getter onwebkitkeyerror
2352 getter onwebkitkeymessage
2353 getter onwebkitneedkey
2366 getter webkitAudioDecodedByteCount
2367 getter webkitVideoDecodedByteCount
2377 method webkitCancelKeyRequest
2378 method webkitGenerateKeyRequest
2385 setter defaultPlaybackRate
2390 setter onwebkitkeyadded
2391 setter onwebkitkeyerror
2392 setter onwebkitkeymessage
2393 setter onwebkitneedkey
2398 interface HTMLMenuElement
2406 interface HTMLMenuItemElement
2422 interface HTMLMetaElement
2432 interface HTMLMeterElement
2447 interface HTMLModElement
2453 interface HTMLOListElement
2463 interface HTMLObjectElement
2470 getter contentDocument
2480 getter validationMessage
2485 method checkValidity
2487 method getSVGDocument
2488 method reportValidity
2489 method setCustomValidity
2506 interface HTMLOptGroupElement
2512 interface HTMLOptionElement
2513 getter defaultSelected
2522 setter defaultSelected
2528 interface HTMLOptionsCollection
2530 getter selectedIndex
2536 setter selectedIndex
2537 interface HTMLOutputElement
2544 getter validationMessage
2548 method checkValidity
2550 method reportValidity
2551 method setCustomValidity
2556 interface HTMLParagraphElement
2560 interface HTMLParamElement
2570 interface HTMLPictureElement
2572 interface HTMLPreElement
2576 interface HTMLProgressElement
2584 interface HTMLQuoteElement
2588 interface HTMLScriptElement
2612 interface HTMLSelectElement
2622 getter selectedIndex
2623 getter selectedOptions
2626 getter validationMessage
2631 method checkValidity
2636 method reportValidity
2637 method setCustomValidity
2644 setter selectedIndex
2647 interface HTMLShadowElement
2649 method getDistributedNodes
2650 interface HTMLSourceElement
2662 interface HTMLSpanElement
2664 interface HTMLStyleElement
2673 interface HTMLTableCaptionElement
2677 interface HTMLTableCellElement
2708 interface HTMLTableColElement
2722 interface HTMLTableElement
2738 method createCaption
2742 method deleteCaption
2759 interface HTMLTableRowElement
2766 getter sectionRowIndex
2776 interface HTMLTableSectionElement
2789 interface HTMLTemplateElement
2792 interface HTMLTextAreaElement
2793 getter autocapitalize
2809 getter selectionDirection
2811 getter selectionStart
2814 getter validationMessage
2819 method checkValidity
2821 method reportValidity
2823 method setCustomValidity
2825 method setSelectionRange
2826 setter autocapitalize
2840 setter selectionDirection
2842 setter selectionStart
2845 interface HTMLTitleElement
2849 interface HTMLTrackElement
2867 interface HTMLUListElement
2873 interface HTMLUnknownElement
2875 interface HTMLVideoElement
2880 getter webkitDecodedFrameCount
2881 getter webkitDisplayingFullscreen
2882 getter webkitDroppedFrameCount
2883 getter webkitSupportsFullscreen
2886 method getVideoPlaybackQuality
2887 method webkitEnterFullScreen
2888 method webkitEnterFullscreen
2889 method webkitExitFullScreen
2890 method webkitExitFullscreen
2894 interface HashChangeEvent
2912 getter scrollRestoration
2920 setter scrollRestoration
2929 method continuePrimaryKey
2932 interface IDBCursorWithValue
2935 interface IDBDatabase
2937 getter objectStoreNames
2941 getter onversionchange
2945 method createObjectStore
2946 method deleteObjectStore
2951 setter onversionchange
2952 interface IDBFactory
2955 method deleteDatabase
2957 method webkitGetDatabaseNames
2971 method openKeyCursor
2972 interface IDBKeyRange
2978 interface IDBObjectStore
2979 getter autoIncrement
2996 method openKeyCursor
2998 interface IDBOpenDBRequest
3000 getter onupgradeneeded
3003 setter onupgradeneeded
3004 interface IDBRequest
3015 interface IDBTransaction
3019 getter objectStoreNames
3029 interface IDBVersionChangeEvent
3031 getter dataLossMessage
3035 interface IdleDeadline
3038 method timeRemaining
3041 interface ImageBitmap
3049 interface InputDeviceCapabilities
3050 getter firesTouchEvents
3052 interface KeyboardEvent
3053 attribute DOM_KEY_LOCATION_LEFT
3054 attribute DOM_KEY_LOCATION_NUMPAD
3055 attribute DOM_KEY_LOCATION_RIGHT
3056 attribute DOM_KEY_LOCATION_STANDARD
3063 getter keyIdentifier
3071 method getModifierState
3072 method initKeyboardEvent
3073 interface KeyframeEffect
3077 interface MIDIAccess
3079 getter onstatechange
3083 setter onstatechange
3084 interface MIDIConnectionEvent
3088 getter onmidimessage
3090 setter onmidimessage
3091 interface MIDIInputMap
3100 interface MIDIMessageEvent
3104 interface MIDIOutput
3107 interface MIDIOutputMap
3121 getter onstatechange
3128 setter onstatechange
3129 interface MediaController
3132 getter defaultPlaybackRate
3137 getter playbackState
3146 setter defaultPlaybackRate
3150 interface MediaDevices
3152 method enumerateDevices
3154 interface MediaElementAudioSourceNode
3157 interface MediaEncryptedEvent
3161 interface MediaError
3162 attribute MEDIA_ERR_ABORTED
3163 attribute MEDIA_ERR_DECODE
3164 attribute MEDIA_ERR_NETWORK
3165 attribute MEDIA_ERR_SRC_NOT_SUPPORTED
3168 interface MediaKeyError
3169 attribute MEDIA_KEYERR_CLIENT
3170 attribute MEDIA_KEYERR_DOMAIN
3171 attribute MEDIA_KEYERR_HARDWARECHANGE
3172 attribute MEDIA_KEYERR_OUTPUT
3173 attribute MEDIA_KEYERR_SERVICE
3174 attribute MEDIA_KEYERR_UNKNOWN
3178 interface MediaKeyEvent
3187 interface MediaKeyMessageEvent
3191 interface MediaKeySession
3198 method generateRequest
3202 interface MediaKeyStatusMap
3211 interface MediaKeySystemAccess
3214 method createMediaKeys
3215 method getConfiguration
3218 method createSession
3219 method setServerCertificate
3228 interface MediaQueryList
3234 method removeListener
3236 interface MediaQueryListEvent
3240 interface MediaRecorder
3241 getter ignoreMutedMedia
3243 getter ondataavailable
3257 setter ignoreMutedMedia
3258 setter ondataavailable
3264 interface MediaSource
3265 getter activeSourceBuffers
3268 getter sourceBuffers
3269 method addSourceBuffer
3272 method removeSourceBuffer
3274 interface MediaStreamAudioDestinationNode
3277 interface MediaStreamAudioSourceNode
3280 interface MediaStreamEvent
3283 interface MediaStreamTrack
3300 interface MessageChannel
3304 interface MessageEvent
3311 method initMessageEvent
3312 interface MessagePort
3321 getter enabledPlugin
3325 interface MimeTypeArray
3330 interface MouseEvent
3348 getter relatedTarget
3353 getter webkitMovementX
3354 getter webkitMovementY
3359 method getModifierState
3360 method initMouseEvent
3361 interface MutationEvent
3363 attribute MODIFICATION
3371 method initMutationEvent
3372 interface MutationObserver
3377 interface MutationRecord
3379 getter attributeName
3380 getter attributeNamespace
3383 getter previousSibling
3390 method requestAdapter
3391 interface NamedNodeMap
3395 method getNamedItemNS
3397 method removeNamedItem
3398 method removeNamedItemNS
3400 method setNamedItemNS
3407 getter cookieEnabled
3411 getter hardwareConcurrency
3414 getter maxTouchPoints
3425 getter serviceWorker
3433 getter webkitPersistentStorage
3434 getter webkitTemporaryStorage
3438 method getStorageUpdates
3439 method isProtocolHandlerRegistered
3441 method registerProtocolHandler
3442 method requestMIDIAccess
3443 method requestMediaKeySystemAccess
3445 method unregisterProtocolHandler
3447 method webkitGetUserMedia
3448 interface NetworkInformation
3457 attribute ATTRIBUTE_NODE
3458 attribute CDATA_SECTION_NODE
3459 attribute COMMENT_NODE
3460 attribute DOCUMENT_FRAGMENT_NODE
3461 attribute DOCUMENT_NODE
3462 attribute DOCUMENT_POSITION_CONTAINED_BY
3463 attribute DOCUMENT_POSITION_CONTAINS
3464 attribute DOCUMENT_POSITION_DISCONNECTED
3465 attribute DOCUMENT_POSITION_FOLLOWING
3466 attribute DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC
3467 attribute DOCUMENT_POSITION_PRECEDING
3468 attribute DOCUMENT_TYPE_NODE
3469 attribute ELEMENT_NODE
3470 attribute ENTITY_NODE
3471 attribute ENTITY_REFERENCE_NODE
3472 attribute NOTATION_NODE
3473 attribute PROCESSING_INSTRUCTION_NODE
3483 getter ownerDocument
3484 getter parentElement
3486 getter previousSibling
3490 method compareDocumentPosition
3493 method hasChildNodes
3495 method isDefaultNamespace
3498 method lookupNamespaceURI
3505 interface NodeFilter
3506 attribute FILTER_ACCEPT
3507 attribute FILTER_REJECT
3508 attribute FILTER_SKIP
3510 attribute SHOW_ATTRIBUTE
3511 attribute SHOW_CDATA_SECTION
3512 attribute SHOW_COMMENT
3513 attribute SHOW_DOCUMENT
3514 attribute SHOW_DOCUMENT_FRAGMENT
3515 attribute SHOW_DOCUMENT_TYPE
3516 attribute SHOW_ELEMENT
3517 attribute SHOW_ENTITY
3518 attribute SHOW_ENTITY_REFERENCE
3519 attribute SHOW_NOTATION
3520 attribute SHOW_PROCESSING_INSTRUCTION
3524 interface NodeIterator
3526 getter pointerBeforeReferenceNode
3527 getter referenceNode
3538 interface Notification
3549 getter requireInteraction
3560 interface OfflineAudioCompletionEvent
3561 getter renderedBuffer
3563 interface OfflineAudioContext
3566 method startRendering
3570 interface OscillatorNode
3576 method setPeriodicWave
3581 interface PageTransitionEvent
3584 interface PasswordCredential
3591 method bezierCurveTo
3597 method quadraticCurveTo
3599 interface Performance
3602 getter onframetimingbufferfull
3603 getter onresourcetimingbufferfull
3604 getter onwebkitresourcetimingbufferfull
3606 method clearFrameTimings
3608 method clearMeasures
3609 method clearResourceTimings
3612 method getEntriesByName
3613 method getEntriesByType
3617 method setFrameTimingBufferSize
3618 method setResourceTimingBufferSize
3619 method webkitClearResourceTimings
3620 method webkitSetResourceTimingBufferSize
3621 setter onframetimingbufferfull
3622 setter onresourcetimingbufferfull
3623 setter onwebkitresourcetimingbufferfull
3624 interface PerformanceCompositeTiming
3627 interface PerformanceEntry
3634 interface PerformanceMark
3636 interface PerformanceMeasure
3638 interface PerformanceNavigation
3639 attribute TYPE_BACK_FORWARD
3640 attribute TYPE_NAVIGATE
3641 attribute TYPE_RELOAD
3642 attribute TYPE_RESERVED
3643 getter redirectCount
3646 interface PerformanceObserver
3650 interface PerformanceObserverEntryList
3653 method getEntriesByName
3654 method getEntriesByType
3655 interface PerformanceRenderTiming
3658 interface PerformanceResourceTiming
3661 getter domainLookupEnd
3662 getter domainLookupStart
3664 getter initiatorType
3666 getter redirectStart
3669 getter responseStart
3670 getter secureConnectionStart
3673 interface PerformanceTiming
3677 getter domContentLoadedEventEnd
3678 getter domContentLoadedEventStart
3679 getter domInteractive
3681 getter domainLookupEnd
3682 getter domainLookupStart
3685 getter loadEventStart
3686 getter navigationStart
3688 getter redirectStart
3691 getter responseStart
3692 getter secureConnectionStart
3693 getter unloadEventEnd
3694 getter unloadEventStart
3697 interface PeriodicSyncManager
3698 getter minPossiblePeriod
3700 method getRegistration
3701 method getRegistrations
3702 method permissionState
3704 interface PeriodicSyncRegistration
3711 interface PeriodicWave
3713 interface PermissionStatus
3718 interface Permissions
3731 interface PluginArray
3737 interface PopStateEvent
3740 interface Presentation
3741 getter defaultRequest
3744 setter defaultRequest
3745 interface PresentationAvailability
3750 interface PresentationRequest
3751 getter onsessionconnect
3753 method getAvailability
3756 setter onsessionconnect
3757 interface PresentationSession
3761 getter onstatechange
3768 setter onstatechange
3769 interface PresentationSessionConnectEvent
3772 interface ProcessingInstruction
3776 interface ProgressEvent
3777 getter lengthComputable
3781 interface PromiseRejectionEvent
3785 interface PushManager
3787 method getSubscription
3788 method permissionState
3790 interface PushSubscription
3796 interface RTCIceCandidate
3798 getter sdpMLineIndex
3803 setter sdpMLineIndex
3805 interface RTCSessionDescription
3812 interface RadioNodeList
3817 attribute END_TO_END
3818 attribute END_TO_START
3819 attribute START_TO_END
3820 attribute START_TO_START
3822 getter commonAncestorContainer
3825 getter startContainer
3827 method cloneContents
3830 method compareBoundaryPoints
3833 method createContextualFragment
3834 method deleteContents
3837 method extractContents
3838 method getBoundingClientRect
3839 method getClientRects
3841 method intersectsNode
3842 method isPointInRange
3844 method selectNodeContents
3849 method setStartAfter
3850 method setStartBefore
3851 method surroundContents
3853 interface ReadableByteStream
3857 interface ReadableStream
3861 interface RelatedEvent
3862 getter relatedTarget
3895 interface SVGAElement
3900 attribute SVG_ANGLETYPE_DEG
3901 attribute SVG_ANGLETYPE_GRAD
3902 attribute SVG_ANGLETYPE_RAD
3903 attribute SVG_ANGLETYPE_UNKNOWN
3904 attribute SVG_ANGLETYPE_UNSPECIFIED
3907 getter valueAsString
3908 getter valueInSpecifiedUnits
3910 method convertToSpecifiedUnits
3911 method newValueSpecifiedUnits
3913 setter valueAsString
3914 setter valueInSpecifiedUnits
3915 interface SVGAnimateElement
3917 interface SVGAnimateMotionElement
3919 interface SVGAnimateTransformElement
3921 interface SVGAnimatedAngle
3925 interface SVGAnimatedBoolean
3930 interface SVGAnimatedEnumeration
3935 interface SVGAnimatedInteger
3940 interface SVGAnimatedLength
3944 interface SVGAnimatedLengthList
3948 interface SVGAnimatedNumber
3953 interface SVGAnimatedNumberList
3957 interface SVGAnimatedPreserveAspectRatio
3961 interface SVGAnimatedRect
3965 interface SVGAnimatedString
3970 interface SVGAnimatedTransformList
3974 interface SVGAnimationElement
3978 getter requiredExtensions
3979 getter requiredFeatures
3980 getter systemLanguage
3981 getter targetElement
3983 method beginElementAt
3987 method getCurrentTime
3988 method getSimpleDuration
3994 interface SVGCircleElement
3999 interface SVGClipPathElement
4000 getter clipPathUnits
4002 interface SVGComponentTransferFunctionElement
4003 attribute SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE
4004 attribute SVG_FECOMPONENTTRANSFER_TYPE_GAMMA
4005 attribute SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY
4006 attribute SVG_FECOMPONENTTRANSFER_TYPE_LINEAR
4007 attribute SVG_FECOMPONENTTRANSFER_TYPE_TABLE
4008 attribute SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN
4017 interface SVGCursorElement
4019 getter requiredExtensions
4020 getter requiredFeatures
4021 getter systemLanguage
4026 interface SVGDefsElement
4028 interface SVGDescElement
4030 interface SVGDiscardElement
4032 interface SVGElement
4040 getter onautocomplete
4041 getter onautocompleteerror
4045 getter oncanplaythrough
4049 getter oncontextmenu
4059 getter ondurationchange
4071 getter onloadedmetadata
4098 getter onvolumechange
4100 getter ownerSVGElement
4103 getter viewportElement
4108 setter onautocomplete
4109 setter onautocompleteerror
4113 setter oncanplaythrough
4117 setter oncontextmenu
4127 setter ondurationchange
4139 setter onloadedmetadata
4166 setter onvolumechange
4169 interface SVGEllipseElement
4175 interface SVGFEBlendElement
4176 attribute SVG_FEBLEND_MODE_DARKEN
4177 attribute SVG_FEBLEND_MODE_LIGHTEN
4178 attribute SVG_FEBLEND_MODE_MULTIPLY
4179 attribute SVG_FEBLEND_MODE_NORMAL
4180 attribute SVG_FEBLEND_MODE_SCREEN
4181 attribute SVG_FEBLEND_MODE_UNKNOWN
4191 interface SVGFEColorMatrixElement
4192 attribute SVG_FECOLORMATRIX_TYPE_HUEROTATE
4193 attribute SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA
4194 attribute SVG_FECOLORMATRIX_TYPE_MATRIX
4195 attribute SVG_FECOLORMATRIX_TYPE_SATURATE
4196 attribute SVG_FECOLORMATRIX_TYPE_UNKNOWN
4206 interface SVGFEComponentTransferElement
4214 interface SVGFECompositeElement
4215 attribute SVG_FECOMPOSITE_OPERATOR_ARITHMETIC
4216 attribute SVG_FECOMPOSITE_OPERATOR_ATOP
4217 attribute SVG_FECOMPOSITE_OPERATOR_IN
4218 attribute SVG_FECOMPOSITE_OPERATOR_OUT
4219 attribute SVG_FECOMPOSITE_OPERATOR_OVER
4220 attribute SVG_FECOMPOSITE_OPERATOR_UNKNOWN
4221 attribute SVG_FECOMPOSITE_OPERATOR_XOR
4235 interface SVGFEConvolveMatrixElement
4236 attribute SVG_EDGEMODE_DUPLICATE
4237 attribute SVG_EDGEMODE_NONE
4238 attribute SVG_EDGEMODE_UNKNOWN
4239 attribute SVG_EDGEMODE_WRAP
4246 getter kernelUnitLengthX
4247 getter kernelUnitLengthY
4250 getter preserveAlpha
4258 interface SVGFEDiffuseLightingElement
4259 getter diffuseConstant
4262 getter kernelUnitLengthX
4263 getter kernelUnitLengthY
4270 interface SVGFEDisplacementMapElement
4271 attribute SVG_CHANNEL_A
4272 attribute SVG_CHANNEL_B
4273 attribute SVG_CHANNEL_G
4274 attribute SVG_CHANNEL_R
4275 attribute SVG_CHANNEL_UNKNOWN
4283 getter xChannelSelector
4285 getter yChannelSelector
4287 interface SVGFEDistantLightElement
4291 interface SVGFEDropShadowElement
4297 getter stdDeviationX
4298 getter stdDeviationY
4303 method setStdDeviation
4304 interface SVGFEFloodElement
4311 interface SVGFEFuncAElement
4313 interface SVGFEFuncBElement
4315 interface SVGFEFuncGElement
4317 interface SVGFEFuncRElement
4319 interface SVGFEGaussianBlurElement
4323 getter stdDeviationX
4324 getter stdDeviationY
4329 method setStdDeviation
4330 interface SVGFEImageElement
4333 getter preserveAspectRatio
4339 interface SVGFEMergeElement
4346 interface SVGFEMergeNodeElement
4349 interface SVGFEMorphologyElement
4350 attribute SVG_MORPHOLOGY_OPERATOR_DILATE
4351 attribute SVG_MORPHOLOGY_OPERATOR_ERODE
4352 attribute SVG_MORPHOLOGY_OPERATOR_UNKNOWN
4363 interface SVGFEOffsetElement
4373 interface SVGFEPointLightElement
4378 interface SVGFESpecularLightingElement
4381 getter kernelUnitLengthX
4382 getter kernelUnitLengthY
4384 getter specularConstant
4385 getter specularExponent
4391 interface SVGFESpotLightElement
4392 getter limitingConeAngle
4396 getter specularExponent
4401 interface SVGFETileElement
4409 interface SVGFETurbulenceElement
4410 attribute SVG_STITCHTYPE_NOSTITCH
4411 attribute SVG_STITCHTYPE_STITCH
4412 attribute SVG_STITCHTYPE_UNKNOWN
4413 attribute SVG_TURBULENCE_TYPE_FRACTALNOISE
4414 attribute SVG_TURBULENCE_TYPE_TURBULENCE
4415 attribute SVG_TURBULENCE_TYPE_UNKNOWN
4416 getter baseFrequencyX
4417 getter baseFrequencyY
4428 interface SVGFilterElement
4432 getter primitiveUnits
4437 interface SVGForeignObjectElement
4443 interface SVGGElement
4445 interface SVGGeometryElement
4447 method isPointInFill
4448 method isPointInStroke
4449 interface SVGGradientElement
4450 attribute SVG_SPREADMETHOD_PAD
4451 attribute SVG_SPREADMETHOD_REFLECT
4452 attribute SVG_SPREADMETHOD_REPEAT
4453 attribute SVG_SPREADMETHOD_UNKNOWN
4454 getter gradientTransform
4455 getter gradientUnits
4459 interface SVGGraphicsElement
4460 getter farthestViewportElement
4461 getter nearestViewportElement
4462 getter requiredExtensions
4463 getter requiredFeatures
4464 getter systemLanguage
4470 method getTransformToElement
4472 interface SVGImageElement
4475 getter preserveAspectRatio
4481 attribute SVG_LENGTHTYPE_CM
4482 attribute SVG_LENGTHTYPE_EMS
4483 attribute SVG_LENGTHTYPE_EXS
4484 attribute SVG_LENGTHTYPE_IN
4485 attribute SVG_LENGTHTYPE_MM
4486 attribute SVG_LENGTHTYPE_NUMBER
4487 attribute SVG_LENGTHTYPE_PC
4488 attribute SVG_LENGTHTYPE_PERCENTAGE
4489 attribute SVG_LENGTHTYPE_PT
4490 attribute SVG_LENGTHTYPE_PX
4491 attribute SVG_LENGTHTYPE_UNKNOWN
4494 getter valueAsString
4495 getter valueInSpecifiedUnits
4497 method convertToSpecifiedUnits
4498 method newValueSpecifiedUnits
4500 setter valueAsString
4501 setter valueInSpecifiedUnits
4502 interface SVGLengthList
4504 getter numberOfItems
4510 method insertItemBefore
4513 interface SVGLineElement
4519 interface SVGLinearGradientElement
4525 interface SVGMPathElement
4528 interface SVGMarkerElement
4529 attribute SVG_MARKERUNITS_STROKEWIDTH
4530 attribute SVG_MARKERUNITS_UNKNOWN
4531 attribute SVG_MARKERUNITS_USERSPACEONUSE
4532 attribute SVG_MARKER_ORIENT_ANGLE
4533 attribute SVG_MARKER_ORIENT_AUTO
4534 attribute SVG_MARKER_ORIENT_UNKNOWN
4540 getter preserveAspectRatio
4545 method setOrientToAngle
4546 method setOrientToAuto
4547 interface SVGMaskElement
4549 getter maskContentUnits
4551 getter requiredExtensions
4552 getter requiredFeatures
4553 getter systemLanguage
4572 method rotateFromVector
4574 method scaleNonUniform
4584 interface SVGMetadataElement
4590 interface SVGNumberList
4592 getter numberOfItems
4598 method insertItemBefore
4601 interface SVGPathElement
4602 getter animatedNormalizedPathSegList
4603 getter animatedPathSegList
4604 getter normalizedPathSegList
4608 method createSVGPathSegArcAbs
4609 method createSVGPathSegArcRel
4610 method createSVGPathSegClosePath
4611 method createSVGPathSegCurvetoCubicAbs
4612 method createSVGPathSegCurvetoCubicRel
4613 method createSVGPathSegCurvetoCubicSmoothAbs
4614 method createSVGPathSegCurvetoCubicSmoothRel
4615 method createSVGPathSegCurvetoQuadraticAbs
4616 method createSVGPathSegCurvetoQuadraticRel
4617 method createSVGPathSegCurvetoQuadraticSmoothAbs
4618 method createSVGPathSegCurvetoQuadraticSmoothRel
4619 method createSVGPathSegLinetoAbs
4620 method createSVGPathSegLinetoHorizontalAbs
4621 method createSVGPathSegLinetoHorizontalRel
4622 method createSVGPathSegLinetoRel
4623 method createSVGPathSegLinetoVerticalAbs
4624 method createSVGPathSegLinetoVerticalRel
4625 method createSVGPathSegMovetoAbs
4626 method createSVGPathSegMovetoRel
4627 method getPathSegAtLength
4628 method getPointAtLength
4629 method getTotalLength
4630 interface SVGPathSeg
4631 attribute PATHSEG_ARC_ABS
4632 attribute PATHSEG_ARC_REL
4633 attribute PATHSEG_CLOSEPATH
4634 attribute PATHSEG_CURVETO_CUBIC_ABS
4635 attribute PATHSEG_CURVETO_CUBIC_REL
4636 attribute PATHSEG_CURVETO_CUBIC_SMOOTH_ABS
4637 attribute PATHSEG_CURVETO_CUBIC_SMOOTH_REL
4638 attribute PATHSEG_CURVETO_QUADRATIC_ABS
4639 attribute PATHSEG_CURVETO_QUADRATIC_REL
4640 attribute PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS
4641 attribute PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL
4642 attribute PATHSEG_LINETO_ABS
4643 attribute PATHSEG_LINETO_HORIZONTAL_ABS
4644 attribute PATHSEG_LINETO_HORIZONTAL_REL
4645 attribute PATHSEG_LINETO_REL
4646 attribute PATHSEG_LINETO_VERTICAL_ABS
4647 attribute PATHSEG_LINETO_VERTICAL_REL
4648 attribute PATHSEG_MOVETO_ABS
4649 attribute PATHSEG_MOVETO_REL
4650 attribute PATHSEG_UNKNOWN
4652 getter pathSegTypeAsLetter
4654 interface SVGPathSegArcAbs
4670 interface SVGPathSegArcRel
4686 interface SVGPathSegClosePath
4688 interface SVGPathSegCurvetoCubicAbs
4702 interface SVGPathSegCurvetoCubicRel
4716 interface SVGPathSegCurvetoCubicSmoothAbs
4726 interface SVGPathSegCurvetoCubicSmoothRel
4736 interface SVGPathSegCurvetoQuadraticAbs
4746 interface SVGPathSegCurvetoQuadraticRel
4756 interface SVGPathSegCurvetoQuadraticSmoothAbs
4762 interface SVGPathSegCurvetoQuadraticSmoothRel
4768 interface SVGPathSegLinetoAbs
4774 interface SVGPathSegLinetoHorizontalAbs
4778 interface SVGPathSegLinetoHorizontalRel
4782 interface SVGPathSegLinetoRel
4788 interface SVGPathSegLinetoVerticalAbs
4792 interface SVGPathSegLinetoVerticalRel
4796 interface SVGPathSegList
4798 getter numberOfItems
4804 method insertItemBefore
4807 interface SVGPathSegMovetoAbs
4813 interface SVGPathSegMovetoRel
4819 interface SVGPatternElement
4822 getter patternContentUnits
4823 getter patternTransform
4825 getter preserveAspectRatio
4826 getter requiredExtensions
4827 getter requiredFeatures
4828 getter systemLanguage
4839 method matrixTransform
4842 interface SVGPointList
4844 getter numberOfItems
4850 method insertItemBefore
4853 interface SVGPolygonElement
4854 getter animatedPoints
4857 interface SVGPolylineElement
4858 getter animatedPoints
4861 interface SVGPreserveAspectRatio
4862 attribute SVG_MEETORSLICE_MEET
4863 attribute SVG_MEETORSLICE_SLICE
4864 attribute SVG_MEETORSLICE_UNKNOWN
4865 attribute SVG_PRESERVEASPECTRATIO_NONE
4866 attribute SVG_PRESERVEASPECTRATIO_UNKNOWN
4867 attribute SVG_PRESERVEASPECTRATIO_XMAXYMAX
4868 attribute SVG_PRESERVEASPECTRATIO_XMAXYMID
4869 attribute SVG_PRESERVEASPECTRATIO_XMAXYMIN
4870 attribute SVG_PRESERVEASPECTRATIO_XMIDYMAX
4871 attribute SVG_PRESERVEASPECTRATIO_XMIDYMID
4872 attribute SVG_PRESERVEASPECTRATIO_XMIDYMIN
4873 attribute SVG_PRESERVEASPECTRATIO_XMINYMAX
4874 attribute SVG_PRESERVEASPECTRATIO_XMINYMID
4875 attribute SVG_PRESERVEASPECTRATIO_XMINYMIN
4881 interface SVGRadialGradientElement
4899 interface SVGRectElement
4907 interface SVGSVGElement
4908 attribute SVG_ZOOMANDPAN_DISABLE
4909 attribute SVG_ZOOMANDPAN_MAGNIFY
4910 attribute SVG_ZOOMANDPAN_UNKNOWN
4912 getter currentTranslate
4915 getter pixelUnitToMillimeterX
4916 getter pixelUnitToMillimeterY
4917 getter preserveAspectRatio
4918 getter screenPixelToMillimeterX
4919 getter screenPixelToMillimeterY
4920 getter useCurrentView
4927 method animationsPaused
4928 method checkEnclosure
4929 method checkIntersection
4931 method createSVGAngle
4932 method createSVGLength
4933 method createSVGMatrix
4934 method createSVGNumber
4935 method createSVGPoint
4936 method createSVGRect
4937 method createSVGTransform
4938 method createSVGTransformFromMatrix
4941 method getCurrentTime
4942 method getElementById
4943 method getEnclosureList
4944 method getIntersectionList
4945 method pauseAnimations
4946 method setCurrentTime
4947 method suspendRedraw
4948 method unpauseAnimations
4949 method unsuspendRedraw
4950 method unsuspendRedrawAll
4953 interface SVGScriptElement
4958 interface SVGSetElement
4960 interface SVGStopElement
4963 interface SVGStringList
4965 getter numberOfItems
4971 method insertItemBefore
4974 interface SVGStyleElement
4985 interface SVGSwitchElement
4987 interface SVGSymbolElement
4988 getter preserveAspectRatio
4991 interface SVGTSpanElement
4993 interface SVGTextContentElement
4994 attribute LENGTHADJUST_SPACING
4995 attribute LENGTHADJUST_SPACINGANDGLYPHS
4996 attribute LENGTHADJUST_UNKNOWN
5000 method getCharNumAtPosition
5001 method getComputedTextLength
5002 method getEndPositionOfChar
5003 method getExtentOfChar
5004 method getNumberOfChars
5005 method getRotationOfChar
5006 method getStartPositionOfChar
5007 method getSubStringLength
5008 method selectSubString
5009 interface SVGTextElement
5011 interface SVGTextPathElement
5012 attribute TEXTPATH_METHODTYPE_ALIGN
5013 attribute TEXTPATH_METHODTYPE_STRETCH
5014 attribute TEXTPATH_METHODTYPE_UNKNOWN
5015 attribute TEXTPATH_SPACINGTYPE_AUTO
5016 attribute TEXTPATH_SPACINGTYPE_EXACT
5017 attribute TEXTPATH_SPACINGTYPE_UNKNOWN
5023 interface SVGTextPositioningElement
5030 interface SVGTitleElement
5032 interface SVGTransform
5033 attribute SVG_TRANSFORM_MATRIX
5034 attribute SVG_TRANSFORM_ROTATE
5035 attribute SVG_TRANSFORM_SCALE
5036 attribute SVG_TRANSFORM_SKEWX
5037 attribute SVG_TRANSFORM_SKEWY
5038 attribute SVG_TRANSFORM_TRANSLATE
5039 attribute SVG_TRANSFORM_UNKNOWN
5050 interface SVGTransformList
5052 getter numberOfItems
5057 method createSVGTransformFromMatrix
5060 method insertItemBefore
5063 interface SVGUnitTypes
5065 interface SVGUseElement
5072 interface SVGViewElement
5073 attribute SVG_ZOOMANDPAN_DISABLE
5074 attribute SVG_ZOOMANDPAN_MAGNIFY
5075 attribute SVG_ZOOMANDPAN_UNKNOWN
5076 getter preserveAspectRatio
5082 interface SVGViewSpec
5083 getter preserveAspectRatio
5084 getter preserveAspectRatioString
5086 getter transformString
5088 getter viewBoxString
5090 getter viewTargetString
5094 interface SVGZoomEvent
5097 getter previousScale
5098 getter previousTranslate
5099 getter zoomRectScreen
5114 interface ScreenOrientation
5122 interface ScriptProcessorNode
5124 getter onaudioprocess
5126 setter onaudioprocess
5127 interface SecurityPolicyViolationEvent
5131 getter effectiveDirective
5133 getter originalPolicy
5137 getter violatedDirective
5153 method collapseToEnd
5154 method collapseToStart
5157 method deleteFromDocument
5162 method removeAllRanges
5163 method selectAllChildren
5164 method setBaseAndExtent
5167 interface ServicePort
5174 interface ServicePortCollection
5183 interface ServiceWorker
5185 getter onstatechange
5191 setter onstatechange
5192 interface ServiceWorkerContainer
5193 getter oncontrollerchange
5197 method getRegistration
5198 method getRegistrations
5200 setter oncontrollerchange
5202 interface ServiceWorkerMessageEvent
5209 interface ServiceWorkerRegistration
5211 getter onupdatefound
5217 method getNotifications
5218 method showNotification
5221 setter onupdatefound
5222 interface ShadowRoot
5223 getter activeElement
5224 getter delegatesFocus
5227 getter olderShadowRoot
5231 method elementFromPoint
5232 method elementsFromPoint
5235 interface SharedWorker
5241 interface SpeechSynthesisEvent
5247 interface SpeechSynthesisUtterance
5283 interface StorageEvent
5290 method initStorageEvent
5291 interface StorageManager
5293 method persistentPermission
5294 method requestPersistent
5298 interface StyleSheet
5303 getter parentStyleSheet
5308 interface StyleSheetList
5312 interface SubtleCrypto
5326 interface SyncManager
5328 method getRegistration
5329 method getRegistrations
5330 method permissionState
5332 interface SyncRegistration
5340 method getDestinationInsertionPoints
5342 interface TextDecoder
5348 interface TextEncoder
5355 method initTextEvent
5356 interface TextMetrics
5357 getter actualBoundingBoxAscent
5358 getter actualBoundingBoxDescent
5359 getter actualBoundingBoxLeft
5360 getter actualBoundingBoxRight
5361 getter alphabeticBaseline
5362 getter emHeightAscent
5363 getter emHeightDescent
5364 getter fontBoundingBoxAscent
5365 getter fontBoundingBoxDescent
5366 getter hangingBaseline
5367 getter ideographicBaseline
5387 interface TextTrackCue
5402 interface TextTrackCueList
5407 interface TextTrackList
5411 getter onremovetrack
5417 setter onremovetrack
5418 interface TimeRanges
5433 getter rotationAngle
5438 interface TouchEvent
5440 getter changedTouches
5444 getter targetTouches
5447 method initTouchEvent
5452 interface TrackDefault
5453 getter byteStreamTrackID
5459 interface TrackDefaultList
5462 interface TrackEvent
5465 interface TransitionEvent
5468 getter pseudoElement
5470 interface TreeWalker
5482 method previousSibling
5486 getter sourceCapabilities
5515 interface USBAlternateInterface
5516 getter alternateSetting
5518 getter interfaceClass
5519 getter interfaceName
5520 getter interfaceProtocol
5521 getter interfaceSubclass
5523 interface USBConfiguration
5524 getter configurationName
5525 getter configurationValue
5528 interface USBConnectionEvent
5532 getter configurations
5534 getter deviceProtocol
5535 getter deviceSubclass
5536 getter deviceVersionMajor
5537 getter deviceVersionMinor
5538 getter deviceVersionSubminor
5540 getter manufacturerName
5544 getter usbVersionMajor
5545 getter usbVersionMinor
5546 getter usbVersionSubminor
5548 method claimInterface
5552 method controlTransferIn
5553 method controlTransferOut
5554 method getConfiguration
5556 method releaseInterface
5558 method setConfiguration
5562 interface USBEndpoint
5564 getter endpointNumber
5568 interface USBInTransferResult
5572 interface USBInterface
5574 getter interfaceNumber
5576 interface USBOutTransferResult
5602 getter regionAnchorX
5603 getter regionAnchorY
5606 getter viewportAnchorX
5607 getter viewportAnchorY
5612 setter regionAnchorX
5613 setter regionAnchorY
5615 setter viewportAnchorX
5616 setter viewportAnchorY
5618 interface VTTRegionList
5621 method getRegionById
5623 interface ValidityState
5626 getter patternMismatch
5627 getter rangeOverflow
5628 getter rangeUnderflow
5636 interface VideoPlaybackQuality
5637 getter corruptedVideoFrames
5639 getter droppedVideoFrames
5640 getter totalVideoFrames
5642 interface VideoTrack
5650 interface VideoTrackList
5654 getter onremovetrack
5655 getter selectedIndex
5660 setter onremovetrack
5661 interface WaveShaperNode
5667 interface WebGLActiveInfo
5672 interface WebGLBuffer
5674 interface WebGLContextEvent
5675 getter statusMessage
5677 interface WebGLFramebuffer
5679 interface WebGLProgram
5681 interface WebGLRenderbuffer
5683 interface WebGLRenderingContext
5684 attribute ACTIVE_ATTRIBUTES
5685 attribute ACTIVE_TEXTURE
5686 attribute ACTIVE_UNIFORMS
5687 attribute ALIASED_LINE_WIDTH_RANGE
5688 attribute ALIASED_POINT_SIZE_RANGE
5690 attribute ALPHA_BITS
5692 attribute ARRAY_BUFFER
5693 attribute ARRAY_BUFFER_BINDING
5694 attribute ATTACHED_SHADERS
5697 attribute BLEND_COLOR
5698 attribute BLEND_DST_ALPHA
5699 attribute BLEND_DST_RGB
5700 attribute BLEND_EQUATION
5701 attribute BLEND_EQUATION_ALPHA
5702 attribute BLEND_EQUATION_RGB
5703 attribute BLEND_SRC_ALPHA
5704 attribute BLEND_SRC_RGB
5710 attribute BROWSER_DEFAULT_WEBGL
5711 attribute BUFFER_SIZE
5712 attribute BUFFER_USAGE
5715 attribute CLAMP_TO_EDGE
5716 attribute COLOR_ATTACHMENT0
5717 attribute COLOR_BUFFER_BIT
5718 attribute COLOR_CLEAR_VALUE
5719 attribute COLOR_WRITEMASK
5720 attribute COMPILE_STATUS
5721 attribute COMPRESSED_TEXTURE_FORMATS
5722 attribute CONSTANT_ALPHA
5723 attribute CONSTANT_COLOR
5724 attribute CONTEXT_LOST_WEBGL
5726 attribute CULL_FACE_MODE
5727 attribute CURRENT_PROGRAM
5728 attribute CURRENT_VERTEX_ATTRIB
5732 attribute DELETE_STATUS
5733 attribute DEPTH_ATTACHMENT
5734 attribute DEPTH_BITS
5735 attribute DEPTH_BUFFER_BIT
5736 attribute DEPTH_CLEAR_VALUE
5737 attribute DEPTH_COMPONENT
5738 attribute DEPTH_COMPONENT16
5739 attribute DEPTH_FUNC
5740 attribute DEPTH_RANGE
5741 attribute DEPTH_STENCIL
5742 attribute DEPTH_STENCIL_ATTACHMENT
5743 attribute DEPTH_TEST
5744 attribute DEPTH_WRITEMASK
5749 attribute DYNAMIC_DRAW
5750 attribute ELEMENT_ARRAY_BUFFER
5751 attribute ELEMENT_ARRAY_BUFFER_BINDING
5755 attribute FLOAT_MAT2
5756 attribute FLOAT_MAT3
5757 attribute FLOAT_MAT4
5758 attribute FLOAT_VEC2
5759 attribute FLOAT_VEC3
5760 attribute FLOAT_VEC4
5761 attribute FRAGMENT_SHADER
5762 attribute FRAMEBUFFER
5763 attribute FRAMEBUFFER_ATTACHMENT_OBJECT_NAME
5764 attribute FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE
5765 attribute FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE
5766 attribute FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL
5767 attribute FRAMEBUFFER_BINDING
5768 attribute FRAMEBUFFER_COMPLETE
5769 attribute FRAMEBUFFER_INCOMPLETE_ATTACHMENT
5770 attribute FRAMEBUFFER_INCOMPLETE_DIMENSIONS
5771 attribute FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT
5772 attribute FRAMEBUFFER_UNSUPPORTED
5774 attribute FRONT_AND_BACK
5775 attribute FRONT_FACE
5777 attribute FUNC_REVERSE_SUBTRACT
5778 attribute FUNC_SUBTRACT
5779 attribute GENERATE_MIPMAP_HINT
5782 attribute GREEN_BITS
5783 attribute HIGH_FLOAT
5785 attribute IMPLEMENTATION_COLOR_READ_FORMAT
5786 attribute IMPLEMENTATION_COLOR_READ_TYPE
5793 attribute INVALID_ENUM
5794 attribute INVALID_FRAMEBUFFER_OPERATION
5795 attribute INVALID_OPERATION
5796 attribute INVALID_VALUE
5802 attribute LINEAR_MIPMAP_LINEAR
5803 attribute LINEAR_MIPMAP_NEAREST
5806 attribute LINE_STRIP
5807 attribute LINE_WIDTH
5808 attribute LINK_STATUS
5812 attribute LUMINANCE_ALPHA
5813 attribute MAX_COMBINED_TEXTURE_IMAGE_UNITS
5814 attribute MAX_CUBE_MAP_TEXTURE_SIZE
5815 attribute MAX_FRAGMENT_UNIFORM_VECTORS
5816 attribute MAX_RENDERBUFFER_SIZE
5817 attribute MAX_TEXTURE_IMAGE_UNITS
5818 attribute MAX_TEXTURE_SIZE
5819 attribute MAX_VARYING_VECTORS
5820 attribute MAX_VERTEX_ATTRIBS
5821 attribute MAX_VERTEX_TEXTURE_IMAGE_UNITS
5822 attribute MAX_VERTEX_UNIFORM_VECTORS
5823 attribute MAX_VIEWPORT_DIMS
5824 attribute MEDIUM_FLOAT
5825 attribute MEDIUM_INT
5826 attribute MIRRORED_REPEAT
5828 attribute NEAREST_MIPMAP_LINEAR
5829 attribute NEAREST_MIPMAP_NEAREST
5836 attribute ONE_MINUS_CONSTANT_ALPHA
5837 attribute ONE_MINUS_CONSTANT_COLOR
5838 attribute ONE_MINUS_DST_ALPHA
5839 attribute ONE_MINUS_DST_COLOR
5840 attribute ONE_MINUS_SRC_ALPHA
5841 attribute ONE_MINUS_SRC_COLOR
5842 attribute OUT_OF_MEMORY
5843 attribute PACK_ALIGNMENT
5845 attribute POLYGON_OFFSET_FACTOR
5846 attribute POLYGON_OFFSET_FILL
5847 attribute POLYGON_OFFSET_UNITS
5849 attribute RENDERBUFFER
5850 attribute RENDERBUFFER_ALPHA_SIZE
5851 attribute RENDERBUFFER_BINDING
5852 attribute RENDERBUFFER_BLUE_SIZE
5853 attribute RENDERBUFFER_DEPTH_SIZE
5854 attribute RENDERBUFFER_GREEN_SIZE
5855 attribute RENDERBUFFER_HEIGHT
5856 attribute RENDERBUFFER_INTERNAL_FORMAT
5857 attribute RENDERBUFFER_RED_SIZE
5858 attribute RENDERBUFFER_STENCIL_SIZE
5859 attribute RENDERBUFFER_WIDTH
5868 attribute SAMPLER_2D
5869 attribute SAMPLER_CUBE
5871 attribute SAMPLE_ALPHA_TO_COVERAGE
5872 attribute SAMPLE_BUFFERS
5873 attribute SAMPLE_COVERAGE
5874 attribute SAMPLE_COVERAGE_INVERT
5875 attribute SAMPLE_COVERAGE_VALUE
5876 attribute SCISSOR_BOX
5877 attribute SCISSOR_TEST
5878 attribute SHADER_TYPE
5879 attribute SHADING_LANGUAGE_VERSION
5882 attribute SRC_ALPHA_SATURATE
5884 attribute STATIC_DRAW
5885 attribute STENCIL_ATTACHMENT
5886 attribute STENCIL_BACK_FAIL
5887 attribute STENCIL_BACK_FUNC
5888 attribute STENCIL_BACK_PASS_DEPTH_FAIL
5889 attribute STENCIL_BACK_PASS_DEPTH_PASS
5890 attribute STENCIL_BACK_REF
5891 attribute STENCIL_BACK_VALUE_MASK
5892 attribute STENCIL_BACK_WRITEMASK
5893 attribute STENCIL_BITS
5894 attribute STENCIL_BUFFER_BIT
5895 attribute STENCIL_CLEAR_VALUE
5896 attribute STENCIL_FAIL
5897 attribute STENCIL_FUNC
5898 attribute STENCIL_INDEX
5899 attribute STENCIL_INDEX8
5900 attribute STENCIL_PASS_DEPTH_FAIL
5901 attribute STENCIL_PASS_DEPTH_PASS
5902 attribute STENCIL_REF
5903 attribute STENCIL_TEST
5904 attribute STENCIL_VALUE_MASK
5905 attribute STENCIL_WRITEMASK
5906 attribute STREAM_DRAW
5907 attribute SUBPIXEL_BITS
5941 attribute TEXTURE_2D
5942 attribute TEXTURE_BINDING_2D
5943 attribute TEXTURE_BINDING_CUBE_MAP
5944 attribute TEXTURE_CUBE_MAP
5945 attribute TEXTURE_CUBE_MAP_NEGATIVE_X
5946 attribute TEXTURE_CUBE_MAP_NEGATIVE_Y
5947 attribute TEXTURE_CUBE_MAP_NEGATIVE_Z
5948 attribute TEXTURE_CUBE_MAP_POSITIVE_X
5949 attribute TEXTURE_CUBE_MAP_POSITIVE_Y
5950 attribute TEXTURE_CUBE_MAP_POSITIVE_Z
5951 attribute TEXTURE_MAG_FILTER
5952 attribute TEXTURE_MIN_FILTER
5953 attribute TEXTURE_WRAP_S
5954 attribute TEXTURE_WRAP_T
5956 attribute TRIANGLE_FAN
5957 attribute TRIANGLE_STRIP
5958 attribute UNPACK_ALIGNMENT
5959 attribute UNPACK_COLORSPACE_CONVERSION_WEBGL
5960 attribute UNPACK_FLIP_Y_WEBGL
5961 attribute UNPACK_PREMULTIPLY_ALPHA_WEBGL
5962 attribute UNSIGNED_BYTE
5963 attribute UNSIGNED_INT
5964 attribute UNSIGNED_SHORT
5965 attribute UNSIGNED_SHORT_4_4_4_4
5966 attribute UNSIGNED_SHORT_5_5_5_1
5967 attribute UNSIGNED_SHORT_5_6_5
5968 attribute VALIDATE_STATUS
5971 attribute VERTEX_ATTRIB_ARRAY_BUFFER_BINDING
5972 attribute VERTEX_ATTRIB_ARRAY_ENABLED
5973 attribute VERTEX_ATTRIB_ARRAY_NORMALIZED
5974 attribute VERTEX_ATTRIB_ARRAY_POINTER
5975 attribute VERTEX_ATTRIB_ARRAY_SIZE
5976 attribute VERTEX_ATTRIB_ARRAY_STRIDE
5977 attribute VERTEX_ATTRIB_ARRAY_TYPE
5978 attribute VERTEX_SHADER
5982 getter drawingBufferHeight
5983 getter drawingBufferWidth
5984 method activeTexture
5986 method bindAttribLocation
5988 method bindFramebuffer
5989 method bindRenderbuffer
5992 method blendEquation
5993 method blendEquationSeparate
5995 method blendFuncSeparate
5997 method bufferSubData
5998 method checkFramebufferStatus
6004 method compileShader
6005 method compressedTexImage2D
6006 method compressedTexSubImage2D
6008 method copyTexImage2D
6009 method copyTexSubImage2D
6011 method createFramebuffer
6012 method createProgram
6013 method createRenderbuffer
6015 method createTexture
6018 method deleteFramebuffer
6019 method deleteProgram
6020 method deleteRenderbuffer
6022 method deleteTexture
6028 method disableVertexAttribArray
6032 method enableVertexAttribArray
6035 method framebufferRenderbuffer
6036 method framebufferTexture2D
6038 method generateMipmap
6039 method getActiveAttrib
6040 method getActiveUniform
6041 method getAttachedShaders
6042 method getAttribLocation
6043 method getBufferParameter
6044 method getContextAttributes
6047 method getFramebufferAttachmentParameter
6049 method getProgramInfoLog
6050 method getProgramParameter
6051 method getRenderbufferParameter
6052 method getShaderInfoLog
6053 method getShaderParameter
6054 method getShaderPrecisionFormat
6055 method getShaderSource
6056 method getSupportedExtensions
6057 method getTexParameter
6059 method getUniformLocation
6060 method getVertexAttrib
6061 method getVertexAttribOffset
6064 method isContextLost
6066 method isFramebuffer
6068 method isRenderbuffer
6074 method polygonOffset
6076 method renderbufferStorage
6077 method sampleCoverage
6081 method stencilFuncSeparate
6083 method stencilMaskSeparate
6085 method stencilOpSeparate
6087 method texParameterf
6088 method texParameteri
6089 method texSubImage2D
6106 method uniformMatrix2fv
6107 method uniformMatrix3fv
6108 method uniformMatrix4fv
6110 method validateProgram
6111 method vertexAttrib1f
6112 method vertexAttrib1fv
6113 method vertexAttrib2f
6114 method vertexAttrib2fv
6115 method vertexAttrib3f
6116 method vertexAttrib3fv
6117 method vertexAttrib4f
6118 method vertexAttrib4fv
6119 method vertexAttribPointer
6121 interface WebGLShader
6123 interface WebGLShaderPrecisionFormat
6128 interface WebGLTexture
6130 interface WebGLUniformLocation
6132 interface WebKitAnimationEvent
6133 getter animationName
6136 interface WebKitCSSMatrix
6163 method rotateAxisAngle
6165 method setMatrixValue
6192 interface WebKitMutationObserver
6197 interface WebKitTransitionEvent
6200 getter pseudoElement
6205 attribute CONNECTING
6208 getter bufferedAmount
6225 interface WheelEvent
6226 attribute DOM_DELTA_LINE
6227 attribute DOM_DELTA_PAGE
6228 attribute DOM_DELTA_PIXEL
6238 attribute PERSISTENT
6241 attribute onanimationend
6242 attribute onanimationiteration
6243 attribute onanimationstart
6244 attribute onautocomplete
6245 attribute onautocompleteerror
6246 attribute onbeforeunload
6250 attribute oncanplaythrough
6254 attribute oncontextmenu
6255 attribute oncuechange
6256 attribute ondblclick
6257 attribute ondevicelight
6258 attribute ondevicemotion
6259 attribute ondeviceorientation
6262 attribute ondragenter
6263 attribute ondragleave
6264 attribute ondragover
6265 attribute ondragstart
6267 attribute ondurationchange
6271 attribute onhashchange
6275 attribute onkeypress
6277 attribute onlanguagechange
6279 attribute onloadeddata
6280 attribute onloadedmetadata
6281 attribute onloadstart
6283 attribute onmousedown
6284 attribute onmouseenter
6285 attribute onmouseleave
6286 attribute onmousemove
6287 attribute onmouseout
6288 attribute onmouseover
6290 attribute onmousewheel
6293 attribute onpagehide
6294 attribute onpageshow
6298 attribute onpopstate
6299 attribute onprogress
6300 attribute onratechange
6301 attribute onrejectionhandled
6314 attribute ontimeupdate
6316 attribute ontouchcancel
6317 attribute ontouchend
6318 attribute ontouchmove
6319 attribute ontouchstart
6320 attribute ontransitionend
6321 attribute onunhandledrejection
6323 attribute onvolumechange
6325 attribute onwebkitanimationend
6326 attribute onwebkitanimationiteration
6327 attribute onwebkitanimationstart
6328 attribute onwebkittransitionend
6334 method cancelAnimationFrame
6335 method cancelIdleCallback
6336 method captureEvents
6337 method clearInterval
6342 method createImageBitmap
6346 method getComputedStyle
6347 method getMatchedCSSRules
6358 method releaseEvents
6359 method requestAnimationFrame
6360 method requestIdleCallback
6370 method webkitCancelAnimationFrame
6371 method webkitCancelRequestAnimationFrame
6372 method webkitRequestAnimationFrame
6373 method webkitRequestFileSystem
6374 method webkitResolveLocalFileSystemURL
6383 interface XMLDocument
6385 interface XMLHttpRequest
6387 attribute HEADERS_RECEIVED
6391 getter onreadystatechange
6402 getter withCredentials
6405 method getAllResponseHeaders
6406 method getResponseHeader
6408 method overrideMimeType
6410 method setRequestHeader
6411 setter onreadystatechange
6414 setter withCredentials
6415 interface XMLHttpRequestEventTarget
6431 interface XMLHttpRequestProgressEvent
6435 interface XMLHttpRequestUpload
6437 interface XMLSerializer
6439 method serializeToString
6440 interface XPathEvaluator
6442 method createExpression
6443 method createNSResolver
6445 interface XPathExpression
6448 interface XPathResult
6450 attribute ANY_UNORDERED_NODE_TYPE
6451 attribute BOOLEAN_TYPE
6452 attribute FIRST_ORDERED_NODE_TYPE
6453 attribute NUMBER_TYPE
6454 attribute ORDERED_NODE_ITERATOR_TYPE
6455 attribute ORDERED_NODE_SNAPSHOT_TYPE
6456 attribute STRING_TYPE
6457 attribute UNORDERED_NODE_ITERATOR_TYPE
6458 attribute UNORDERED_NODE_SNAPSHOT_TYPE
6460 getter invalidIteratorState
6463 getter singleNodeValue
6464 getter snapshotLength
6469 interface XSLTProcessor
6470 method clearParameters
6473 method importStylesheet
6474 method removeParameter
6477 method transformToDocument
6478 method transformToFragment
6479 interface webkitAudioContext
6483 getter onstatechange
6488 method createAnalyser
6489 method createBiquadFilter
6491 method createBufferSource
6492 method createChannelMerger
6493 method createChannelSplitter
6494 method createConvolver
6496 method createDynamicsCompressor
6498 method createMediaElementSource
6499 method createMediaStreamDestination
6500 method createMediaStreamSource
6501 method createOscillator
6503 method createPeriodicWave
6504 method createScriptProcessor
6505 method createStereoPanner
6506 method createWaveShaper
6507 method decodeAudioData
6510 setter onstatechange
6511 interface webkitIDBCursor
6519 method continuePrimaryKey
6522 interface webkitIDBDatabase
6524 getter objectStoreNames
6528 getter onversionchange
6532 method createObjectStore
6533 method deleteObjectStore
6538 setter onversionchange
6539 interface webkitIDBFactory
6542 method deleteDatabase
6544 method webkitGetDatabaseNames
6545 interface webkitIDBIndex
6558 method openKeyCursor
6559 interface webkitIDBKeyRange
6565 interface webkitIDBObjectStore
6566 getter autoIncrement
6583 method openKeyCursor
6585 interface webkitIDBRequest
6596 interface webkitIDBTransaction
6600 getter objectStoreNames
6610 interface webkitMediaStream
6619 getter onremovetrack
6623 method getAudioTracks
6626 method getVideoTracks
6633 setter onremovetrack
6634 interface webkitOfflineAudioContext
6637 method startRendering
6639 interface webkitRTCPeerConnection
6640 getter iceConnectionState
6641 getter iceGatheringState
6642 getter localDescription
6644 getter ondatachannel
6645 getter onicecandidate
6646 getter oniceconnectionstatechange
6647 getter onnegotiationneeded
6648 getter onremovestream
6649 getter onsignalingstatechange
6650 getter remoteDescription
6651 getter signalingState
6652 method addIceCandidate
6657 method createDTMFSender
6658 method createDataChannel
6660 method getLocalStreams
6661 method getRemoteStreams
6663 method getStreamById
6665 method setLocalDescription
6666 method setRemoteDescription
6669 setter ondatachannel
6670 setter onicecandidate
6671 setter oniceconnectionstatechange
6672 setter onnegotiationneeded
6673 setter onremovestream
6674 setter onsignalingstatechange
6675 interface webkitSpeechGrammar
6681 interface webkitSpeechGrammarList
6683 method addFromString
6687 interface webkitSpeechRecognition
6691 getter interimResults
6693 getter maxAlternatives
6703 getter onspeechstart
6713 setter interimResults
6715 setter maxAlternatives
6725 setter onspeechstart
6728 interface webkitSpeechRecognitionError
6732 interface webkitSpeechRecognitionEvent
6734 getter interpretation
6762 PASS successfullyParsed is true