For a given set of browsers what is the API status
Below is a list of features that are in all filtered by Firefox and Safari
| API | Category | Notes |
|---|---|---|
| api.ANGLE_instanced_arrays π | DOM API | Chrome: Available only on macOS.Opera: Available only on macOS. |
| api.ANGLE_instanced_arrays.drawArraysInstancedANGLE π | DOM API | |
| api.ANGLE_instanced_arrays.drawElementsInstancedANGLE π | DOM API | |
| api.ANGLE_instanced_arrays.vertexAttribDivisorANGLE π | DOM API | |
| api.AbortController π | DOM API | Safari: Even though window.AbortController is defined, it doesn't really abort fetch requests. See bug 174980.Safari on iOS: Even though window.AbortController is defined, it doesn't really abort fetch requests. See bug 174980.WebView on iOS: Even though window.AbortController is defined, it doesn't really abort fetch requests. See bug 174980. |
| api.AbortController.AbortController π | DOM API | Safari: Even though window.AbortController is defined, it doesn't really abort fetch requests. See bug 174980.Safari on iOS: Even though window.AbortController is defined, it doesn't really abort fetch requests. See bug 174980.WebView on iOS: Even though window.AbortController is defined, it doesn't really abort fetch requests. See bug 174980. |
| api.AbortController.abort π | DOM API | Node.js: The optional reason argument is not supported.Node.js: The optional reason argument is not supported.Safari: Even though window.AbortController is defined, it doesn't really abort fetch requests. See bug 174980.Safari on iOS: Even though window.AbortController is defined, it doesn't really abort fetch requests. See bug 174980.WebView on iOS: Even though window.AbortController is defined, it doesn't really abort fetch requests. See bug 174980. |
| api.AbortController.abort.reason_parameter π | DOM API | |
| api.AbortController.signal π | DOM API | Safari: Even though window.AbortController is defined, it doesn't really abort fetch requests. See bug 174980.Safari on iOS: Even though window.AbortController is defined, it doesn't really abort fetch requests. See bug 174980.WebView on iOS: Even though window.AbortController is defined, it doesn't really abort fetch requests. See bug 174980. |
| api.AbortPaymentEvent | DOM API | |
| api.AbortPaymentEvent.AbortPaymentEvent | DOM API | |
| api.AbortPaymentEvent.respondWith | DOM API | |
| api.AbortSignal π | DOM API | |
| api.AbortSignal.abort_event π | DOM API | |
| api.AbortSignal.abort_static π | DOM API | |
| api.AbortSignal.abort_static.reason_parameter π | DOM API | |
| api.AbortSignal.aborted π | DOM API | |
| api.AbortSignal.any_static π | DOM API | |
| api.AbortSignal.reason π | DOM API | |
| api.AbortSignal.throwIfAborted π | DOM API | |
| api.AbortSignal.timeout_static π | DOM API | Chrome: Always aborts with an AbortError on timeout, not a TimeoutError.Chrome Android: Always aborts with an AbortError on timeout, not a TimeoutError.Edge: Always aborts with an AbortError on timeout, not a TimeoutError.Quest Browser: Always aborts with an AbortError on timeout, not a TimeoutError.Opera: Always aborts with an AbortError on timeout, not a TimeoutError.Opera Android: Always aborts with an AbortError on timeout, not a TimeoutError.Samsung Internet: Always aborts with an AbortError on timeout, not a TimeoutError.WebView Android: Always aborts with an AbortError on timeout, not a TimeoutError. |
| api.AbsoluteOrientationSensor π | DOM API | |
| api.AbsoluteOrientationSensor.AbsoluteOrientationSensor π | DOM API | |
| api.AbstractRange π | DOM API | |
| api.AbstractRange.collapsed π | DOM API | |
| api.AbstractRange.endContainer π | DOM API | |
| api.AbstractRange.endOffset π | DOM API | |
| api.AbstractRange.startContainer π | DOM API | |
| api.AbstractRange.startOffset π | DOM API | |
| api.Accelerometer π | DOM API | |
| api.Accelerometer.Accelerometer π | DOM API | |
| api.Accelerometer.x π | DOM API | |
| api.Accelerometer.y π | DOM API | |
| api.Accelerometer.z π | DOM API | |
| api.AmbientLightSensor π | DOM API | |
| api.AmbientLightSensor.AmbientLightSensor π | DOM API | |
| api.AmbientLightSensor.illuminance π | DOM API | Chrome: In Chrome 79, this method stopped returning floats and returned integers to avoid fingerprinting.Chrome Android: In Chrome Android 79, this method stopped returning floats and returned integers to avoid fingerprinting.Edge: In Edge 79, this method stopped returning floats and returned integers to avoid fingerprinting.Quest Browser: In Quest Browser 8.0, this method stopped returning floats and returned integers to avoid fingerprinting.Opera: In Opera 66, this method stopped returning floats and returned integers to avoid fingerprinting. |
| api.AnalyserNode π | DOM API | |
| api.AnalyserNode.AnalyserNode π | DOM API | |
| api.AnalyserNode.fftSize π | DOM API | |
| api.AnalyserNode.frequencyBinCount π | DOM API | |
| api.AnalyserNode.getByteFrequencyData π | DOM API | |
| api.AnalyserNode.getByteTimeDomainData π | DOM API | |
| api.AnalyserNode.getFloatFrequencyData π | DOM API | |
| api.AnalyserNode.getFloatTimeDomainData π | DOM API | |
| api.AnalyserNode.maxDecibels π | DOM API | |
| api.AnalyserNode.minDecibels π | DOM API | |
| api.AnalyserNode.smoothingTimeConstant π | DOM API | |
| api.Animation π | DOM API | |
| api.Animation.Animation π | DOM API | |
| api.Animation.cancel π | DOM API | |
| api.Animation.cancel_event π | DOM API | |
| api.Animation.commitStyles π | DOM API | |
| api.Animation.currentTime π | DOM API | |
| api.Animation.effect π | DOM API | |
| api.Animation.finish π | DOM API | |
| api.Animation.finish_event π | DOM API | |
| api.Animation.finished π | DOM API | |
| api.Animation.id π | DOM API | |
| api.Animation.overallProgress π | DOM API | |
| api.Animation.pause π | DOM API | |
| api.Animation.pending π | DOM API | Firefox: Before version 59, the pending status was reported by a "pending" value returned from Animation.playState.Firefox for Android: Before version 59, the pending status was reported by a "pending" value returned from Animation.playState. |
| api.Animation.persist π | DOM API | |
| api.Animation.play π | DOM API | |
| api.Animation.playState π | DOM API | Chrome: Before Chrome 50/Opera 37, this property returned idle for an animation that had not yet started. Starting with Chrome 50/Opera 37, it shows paused.Chrome Android: Before Chrome Android 50/Opera 37, this property returned idle for an animation that had not yet started. Starting with Chrome Android 50/Opera 37, it shows paused.Firefox: Before Firefox 59, this property returned pending for Animations with incomplete asynchronous operations but as of Firefox 59 this is indicated by the separate Animation.pending property. This reflects recent changes to the specification.Firefox for Android: Before Firefox for Android 59, this property returned pending for Animations with incomplete asynchronous operations but as of Firefox for Android 59 this is indicated by the separate Animation.pending property. This reflects recent changes to the specification.Quest Browser: Before Quest Browser 5.0/Opera 37, this property returned idle for an animation that had not yet started. Starting with Quest Browser 5.0/Opera 37, it shows paused.Opera: Before Chrome 50/Opera 37, this property returned idle for an animation that had not yet started. Starting with Chrome 50/Opera 37, it shows paused.Opera Android: Before Chrome 50/Opera 37, this property returned idle for an animation that had not yet started. Starting with Chrome 50/Opera 37, it shows paused.Samsung Internet: Before Samsung Internet 5.0/Opera 37, this property returned idle for an animation that had not yet started. Starting with Samsung Internet 5.0/Opera 37, it shows paused.WebView Android: Before WebView Android 50/Opera 37, this property returned idle for an animation that had not yet started. Starting with WebView Android 50/Opera 37, it shows paused. |
| api.Animation.playbackRate π | DOM API | |
| api.Animation.ready π | DOM API | |
| api.Animation.remove_event π | DOM API | |
| api.Animation.remove_filling_animation | DOM API | |
| api.Animation.replaceState π | DOM API | |
| api.Animation.reverse π | DOM API | |
| api.Animation.startTime π | DOM API | |
| api.Animation.timeline π | DOM API | Firefox: Currently only the getter is supportedFirefox for Android: Currently only the getter is supportedSafari: Currently only the getter is supportedSafari on iOS: Currently only the getter is supportedWebView on iOS: Currently only the getter is supported |
| api.Animation.updatePlaybackRate π | DOM API | |
| api.AnimationEffect π | DOM API | |
| api.AnimationEffect.getComputedTiming π | DOM API | |
| api.AnimationEffect.getTiming π | DOM API | |
| api.AnimationEffect.updateTiming π | DOM API | |
| api.AnimationEvent π | DOM API | |
| api.AnimationEvent.AnimationEvent π | DOM API | |
| api.AnimationEvent.animationName π | DOM API | |
| api.AnimationEvent.elapsedTime π | DOM API | |
| api.AnimationEvent.pseudoElement π | DOM API | |
| api.AnimationPlaybackEvent π | DOM API | |
| api.AnimationPlaybackEvent.AnimationPlaybackEvent π | DOM API | |
| api.AnimationPlaybackEvent.currentTime π | DOM API | |
| api.AnimationPlaybackEvent.timelineTime π | DOM API | |
| api.AnimationTimeline π | DOM API | |
| api.AnimationTimeline.currentTime π | DOM API | |
| api.AnimationTimeline.duration π | DOM API | |
| api.Attr π | DOM API | |
| api.Attr.localName π | DOM API | |
| api.Attr.name π | DOM API | |
| api.Attr.namespaceURI π | DOM API | |
| api.Attr.ownerElement π | DOM API | |
| api.Attr.prefix π | DOM API | |
| api.Attr.specified π | DOM API | |
| api.Attr.value π | DOM API | |
| api.AudioBuffer π | DOM API | |
| api.AudioBuffer.AudioBuffer π | DOM API | Chrome: The context parameter was supported up until version 57, but has now been removed.Chrome Android: The context parameter was supported up until version 57, but has now been removed.Quest Browser: The context parameter was supported up until version 5.0, but has now been removed.Opera: The context parameter was supported up until version 44, but has now been removed.Opera Android: The context parameter was supported up until version 44, but has now been removed.Samsung Internet: The context parameter was supported up until Samsung Internet 7.0, but has now been removed.WebView Android: The context parameter was supported up until version 57, but has now been removed. |
| api.AudioBuffer.copyFromChannel π | DOM API | |
| api.AudioBuffer.copyToChannel π | DOM API | |
| api.AudioBuffer.duration π | DOM API | |
| api.AudioBuffer.getChannelData π | DOM API | |
| api.AudioBuffer.length π | DOM API | |
| api.AudioBuffer.numberOfChannels π | DOM API | |
| api.AudioBuffer.sampleRate π | DOM API | |
| api.AudioBufferSourceNode π | DOM API | |
| api.AudioBufferSourceNode.AudioBufferSourceNode π | DOM API | |
| api.AudioBufferSourceNode.buffer π | DOM API | Firefox: Firefox currently handles the value null incorrectly. Instead of producing a node that generates a single channel of silence, the node becomes unusable and will be ignored if you attempt to connect it to anything.Firefox for Android: Firefox for Android currently handles the value null incorrectly. Instead of producing a node that generates a single channel of silence, the node becomes unusable and will be ignored if you attempt to connect it to anything. |
| api.AudioBufferSourceNode.detune π | DOM API | |
| api.AudioBufferSourceNode.loop π | DOM API | |
| api.AudioBufferSourceNode.loopEnd π | DOM API | |
| api.AudioBufferSourceNode.loopStart π | DOM API | |
| api.AudioBufferSourceNode.playbackRate π | DOM API | |
| api.AudioBufferSourceNode.start π | DOM API | |
| api.AudioContext π | DOM API | |
| api.AudioContext.AudioContext π | DOM API | Chrome: Before Chrome 66, each tab is limited to 6 audio contexts in Chrome; attempting to create more will throw a DOMException. For details see Per-tab audio context limitation in Chrome.Chrome: If latencyHint isn't valid, Chrome throws a TypeError exception. See Non-standard exceptions in Chrome for details.Chrome Android: Before Chrome Android 66, each tab is limited to 6 audio contexts in Chrome Android; attempting to create more will throw a DOMException. For details see Per-tab audio context limitation in Chrome Android.Chrome Android: If latencyHint isn't valid, Chrome Android throws a TypeError exception. See Non-standard exceptions in Chrome Android for details.Quest Browser: Before Quest Browser 5.0, each tab is limited to 6 audio contexts in Quest Browser; attempting to create more will throw a DOMException. For details see Per-tab audio context limitation in Quest Browser.Quest Browser: If latencyHint isn't valid, Quest Browser throws a TypeError exception. See Non-standard exceptions in Quest Browser for details.Opera: Before Opera 53, each tab is limited to 6 audio contexts in Opera; attempting to create more will throw a DOMException. For details see Per-tab audio context limitation in Chrome.Opera: If latencyHint isn't valid, Opera throws a TypeError exception. See Non-standard exceptions in Chrome for details.Opera Android: Before Opera Android 47, each tab is limited to 6 audio contexts in Opera; attempting to create more will throw a DOMException. For details see Per-tab audio context limitation in Chrome.Opera Android: If latencyHint isn't valid, Opera throws a TypeError exception. See Non-standard exceptions in Chrome for details.Safari: New audio contexts are suspended until the resume() method is called via user action, such as the click event.Safari on iOS: New audio contexts are suspended until the resume() method is called via user action, such as the click event.Samsung Internet: Before Samsung Internet 9.0, each tab is limited to 6 audio contexts in Samsung Internet; attempting to create more will throw a DOMException. For details see Per-tab audio context limitation in Chrome.Samsung Internet: If latencyHint isn't valid, Samsung Internet throws a TypeError exception. See Non-standard exceptions in Chrome for details.WebView Android: Before WebView 66, each tab is limited to 6 audio contexts in WebView; attempting to create more will throw a DOMException. For details see Per-tab audio context limitation in Chrome.WebView Android: If latencyHint isn't valid, WebView throws a TypeError exception. See Non-standard exceptions in Chrome for details.WebView on iOS: New audio contexts are suspended until the resume() method is called via user action, such as the click event. |
| api.AudioContext.AudioContext.options_latencyHint_parameter π | DOM API | |
| api.AudioContext.AudioContext.options_sampleRate_parameter π | DOM API | |
| api.AudioContext.AudioContext.options_sinkId_parameter π | DOM API | |
| api.AudioContext.baseLatency π | DOM API | |
| api.AudioContext.close π | DOM API | |
| api.AudioContext.createMediaElementSource π | DOM API | Firefox: If a sample rate is specified for the audio context, it must match the sample rate of the stream, otherwise this method will fail.Firefox for Android: If a sample rate is specified for the audio context, it must match the sample rate of the stream, otherwise this method will fail. |
| api.AudioContext.createMediaStreamDestination π | DOM API | |
| api.AudioContext.createMediaStreamSource π | DOM API | |
| api.AudioContext.createMediaStreamTrackSource π | DOM API | Firefox: Firefox 68 implements the updated standard's definition of the "first" audio track; now the first track is the one whose ID comes first lexicographically.Firefox for Android: Firefox for Android 68 implements the updated standard's definition of the "first" audio track; now the first track is the one whose ID comes first lexicographically. |
| api.AudioContext.error_event π | DOM API | |
| api.AudioContext.getOutputTimestamp π | DOM API | |
| api.AudioContext.outputLatency π | DOM API | |
| api.AudioContext.resume π | DOM API | |
| api.AudioContext.setSinkId π | DOM API | |
| api.AudioContext.sinkId π | DOM API | |
| api.AudioContext.sinkchange_event π | DOM API | |
| api.AudioContext.suspend π | DOM API | |
| api.AudioData π | DOM API | |
| api.AudioData.AudioData π | DOM API | |
| api.AudioData.allocationSize π | DOM API | |
| api.AudioData.clone π | DOM API | |
| api.AudioData.close π | DOM API | |
| api.AudioData.copyTo π | DOM API | |
| api.AudioData.duration π | DOM API | |
| api.AudioData.format π | DOM API | |
| api.AudioData.numberOfChannels π | DOM API | |
| api.AudioData.numberOfFrames π | DOM API | |
| api.AudioData.sampleRate π | DOM API | |
| api.AudioData.timestamp π | DOM API | |
| api.AudioDecoder π | DOM API | |
| api.AudioDecoder.AudioDecoder π | DOM API | |
| api.AudioDecoder.close π | DOM API | |
| api.AudioDecoder.configure π | DOM API | |
| api.AudioDecoder.decode π | DOM API | |
| api.AudioDecoder.decodeQueueSize π | DOM API | |
| api.AudioDecoder.dequeue_event π | DOM API | |
| api.AudioDecoder.flush π | DOM API | |
| api.AudioDecoder.isConfigSupported_static π | DOM API | |
| api.AudioDecoder.reset π | DOM API | |
| api.AudioDecoder.state π | DOM API | |
| api.AudioDestinationNode π | DOM API | |
| api.AudioDestinationNode.maxChannelCount π | DOM API | Safari: This property always returns 0.Safari on iOS: This property always returns 0.WebView on iOS: This property always returns 0. |
| api.AudioEncoder π | DOM API | |
| api.AudioEncoder.AudioEncoder π | DOM API | |
| api.AudioEncoder.close π | DOM API | |
| api.AudioEncoder.configure π | DOM API | |
| api.AudioEncoder.configure.bitrateMode π | DOM API | |
| api.AudioEncoder.configure.opus π | DOM API | |
| api.AudioEncoder.configure.opus.opus_application π | DOM API | |
| api.AudioEncoder.configure.opus.opus_signal π | DOM API | |
| api.AudioEncoder.dequeue_event π | DOM API | |
| api.AudioEncoder.encode π | DOM API | |
| api.AudioEncoder.encodeQueueSize π | DOM API | |
| api.AudioEncoder.flush π | DOM API | |
| api.AudioEncoder.isConfigSupported_static π | DOM API | |
| api.AudioEncoder.reset π | DOM API | |
| api.AudioEncoder.state π | DOM API | |
| api.AudioListener π | DOM API | |
| api.AudioListener.forwardX π | DOM API | Firefox: Supports a deprecated way of setting orientation - the setOrientation() method.Firefox for Android: Supports a deprecated way of setting orientation - the setOrientation() method. |
| api.AudioListener.forwardY π | DOM API | Firefox: Supports a deprecated way of setting orientation - the setOrientation() method.Firefox for Android: Supports a deprecated way of setting orientation - the setOrientation() method. |
| api.AudioListener.forwardZ π | DOM API | Firefox: Supports a deprecated way of setting orientation - the setOrientation() method.Firefox for Android: Supports a deprecated way of setting orientation - the setOrientation() method. |
| api.AudioListener.positionX π | DOM API | Firefox: Supports a deprecated way of setting orientation - the setOrientation() method.Firefox for Android: Supports a deprecated way of setting orientation - the setOrientation() method. |
| api.AudioListener.positionY π | DOM API | Firefox: Supports a deprecated way of setting orientation - the setOrientation() method.Firefox for Android: Supports a deprecated way of setting orientation - the setOrientation() method. |
| api.AudioListener.positionZ π | DOM API | Firefox: Supports a deprecated way of setting orientation - the setOrientation() method.Firefox for Android: Supports a deprecated way of setting orientation - the setOrientation() method. |
| api.AudioListener.setOrientation π | DOM API | |
| api.AudioListener.setPosition π | DOM API | |
| api.AudioListener.upX π | DOM API | Firefox: Supports a deprecated way of setting orientation - the setOrientation() method.Firefox for Android: Supports a deprecated way of setting orientation - the setOrientation() method. |
| api.AudioListener.upY π | DOM API | Firefox: Supports a deprecated way of setting orientation - the setOrientation() method.Firefox for Android: Supports a deprecated way of setting orientation - the setOrientation() method. |
| api.AudioListener.upZ π | DOM API | Firefox: Supports a deprecated way of setting orientation - the setOrientation() method.Firefox for Android: Supports a deprecated way of setting orientation - the setOrientation() method. |
| api.AudioNode π | DOM API | |
| api.AudioNode.channelCount π | DOM API | |
| api.AudioNode.channelCountMode π | DOM API | |
| api.AudioNode.channelInterpretation π | DOM API | |
| api.AudioNode.connect π | DOM API | |
| api.AudioNode.context π | DOM API | |
| api.AudioNode.disconnect π | DOM API | |
| api.AudioNode.disconnect.destination_parameter | DOM API | |
| api.AudioNode.disconnect.input_parameter | DOM API | |
| api.AudioNode.numberOfInputs π | DOM API | |
| api.AudioNode.numberOfOutputs π | DOM API | |
| api.AudioParam π | DOM API | |
| api.AudioParam.automationRate π | DOM API | |
| api.AudioParam.cancelAndHoldAtTime π | DOM API | |
| api.AudioParam.cancelScheduledValues π | DOM API | |
| api.AudioParam.defaultValue π | DOM API | |
| api.AudioParam.exponentialRampToValueAtTime π | DOM API | Chrome Android: This sets the target volume at the specified time, but it doesnβt ramp to it, causing this function to behave like setValueAtTime().Firefox: Does not work (see bug 1171438 and bug 1567777).Firefox for Android: Does not work (see bug 1171438 and bug 1567777).Quest Browser: This sets the target volume at the specified time, but it doesnβt ramp to it, causing this function to behave like setValueAtTime(). |
| api.AudioParam.linearRampToValueAtTime π | DOM API | Chrome Android: This sets the target volume at the specified time, but it doesnβt ramp to it, causing this function to behave like setValueAtTime().Firefox: Does not work (see bug 1171438 and bug 1567777).Firefox for Android: Does not work (see bug 1171438 and bug 1567777).Quest Browser: This sets the target volume at the specified time, but it doesnβt ramp to it, causing this function to behave like setValueAtTime(). |
| api.AudioParam.maxValue π | DOM API | |
| api.AudioParam.minValue π | DOM API | |
| api.AudioParam.setTargetAtTime π | DOM API | |
| api.AudioParam.setValueAtTime π | DOM API | |
| api.AudioParam.setValueCurveAtTime π | DOM API | |
| api.AudioParam.value π | DOM API | Chrome: Before version 66, the gain value of a GainNode would perform a smooth interpolation to prevent dezippering (instead of changing instantly).Chrome Android: Before version 66, the gain value of a GainNode would perform a smooth interpolation to prevent dezippering (instead of changing instantly).Firefox: Before Firefox 134, setting value was ignored when done at the same time as scheduled automation events.Firefox: Before Firefox 69, value did not take into account scheduled or gradiated changes to the parameter's value; instead, only explicitly set values were returned.Firefox for Android: Firefox for Android does not currently take into account scheduled or gradiated changes to the parameter's value; only the initial value or the most recent explicitly set value is returned.Quest Browser: Before version 5.0, the gain value of a GainNode would perform a smooth interpolation to prevent dezippering (instead of changing instantly).Opera: Before version 53, the gain value of a GainNode would perform a smooth interpolation to prevent dezippering (instead of changing instantly).Opera Android: Before version 47, the gain value of a GainNode would perform a smooth interpolation to prevent dezippering (instead of changing instantly).Samsung Internet: Before version 9.0, the gain value of a GainNode would perform a smooth interpolation to prevent dezippering (instead of changing instantly). |
| api.AudioParamMap π | DOM API | |
| api.AudioParamMap.@@iterator | DOM API | |
| api.AudioParamMap.entries | DOM API | |
| api.AudioParamMap.forEach | DOM API | |
| api.AudioParamMap.get | DOM API | |
| api.AudioParamMap.has | DOM API | |
| api.AudioParamMap.keys | DOM API | |
| api.AudioParamMap.size | DOM API | |
| api.AudioParamMap.values | DOM API | |
| api.AudioProcessingEvent | DOM API | |
| api.AudioProcessingEvent.AudioProcessingEvent π | DOM API | |
| api.AudioProcessingEvent.inputBuffer π | DOM API | |
| api.AudioProcessingEvent.outputBuffer π | DOM API | |
| api.AudioProcessingEvent.playbackTime π | DOM API | |
| api.AudioScheduledSourceNode π | DOM API | Chrome: The AudioScheduledSourceNode interface itself is not present, but some of its members are available on the AudioBufferSourceNode, ConstantSourceNode and OscillatorNode interfaces.Chrome Android: The AudioScheduledSourceNode interface itself is not present, but some of its members are available on the AudioBufferSourceNode, ConstantSourceNode and OscillatorNode interfaces.Edge: The AudioScheduledSourceNode interface itself is not present, but some of its members are available on the AudioBufferSourceNode, ConstantSourceNode and OscillatorNode interfaces.Firefox: The AudioScheduledSourceNode interface itself is not present, but some of its members are available on the AudioBufferSourceNode, ConstantSourceNode and OscillatorNode interfaces.Firefox for Android: The AudioScheduledSourceNode interface itself is not present, but some of its members are available on the AudioBufferSourceNode, ConstantSourceNode and OscillatorNode interfaces.Opera: The AudioScheduledSourceNode interface itself is not present, but some of its members are available on the AudioBufferSourceNode, ConstantSourceNode and OscillatorNode interfaces.Opera Android: The AudioScheduledSourceNode interface itself is not present, but some of its members are available on the AudioBufferSourceNode, ConstantSourceNode and OscillatorNode interfaces.Safari: The AudioScheduledSourceNode interface itself is not present, but some of its members are available on the AudioBufferSourceNode, ConstantSourceNode and OscillatorNode interfaces.Safari on iOS: The AudioScheduledSourceNode interface itself is not present, but some of its members are available on the AudioBufferSourceNode, ConstantSourceNode and OscillatorNode interfaces.Samsung Internet: The AudioScheduledSourceNode interface itself is not present, but some of its members are available on the AudioBufferSourceNode, ConstantSourceNode and OscillatorNode interfaces.WebView Android: The AudioScheduledSourceNode interface itself is not present, but some of its members are available on the AudioBufferSourceNode, ConstantSourceNode and OscillatorNode interfaces.WebView on iOS: The AudioScheduledSourceNode interface itself is not present, but some of its members are available on the AudioBufferSourceNode, ConstantSourceNode and OscillatorNode interfaces. |
| api.AudioScheduledSourceNode.ended_event π | DOM API | |
| api.AudioScheduledSourceNode.start π | DOM API | |
| api.AudioScheduledSourceNode.stop π | DOM API | |
| api.AudioSession π | DOM API | |
| api.AudioSession.type π | DOM API | |
| api.AudioSinkInfo π | DOM API | |
| api.AudioSinkInfo.type π | DOM API | |
| api.AudioTrack π | DOM API | |
| api.AudioTrack.enabled π | DOM API | |
| api.AudioTrack.id π | DOM API | |
| api.AudioTrack.kind π | DOM API | |
| api.AudioTrack.label π | DOM API | |
| api.AudioTrack.language π | DOM API | |
| api.AudioTrack.sourceBuffer π | DOM API | Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.WebView on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.AudioTrackList π | DOM API | |
| api.AudioTrackList.addtrack_event π | DOM API | |
| api.AudioTrackList.change_event π | DOM API | |
| api.AudioTrackList.getTrackById π | DOM API | |
| api.AudioTrackList.length π | DOM API | |
| api.AudioTrackList.removetrack_event π | DOM API | |
| api.AudioWorklet π | DOM API | |
| api.AudioWorkletGlobalScope π | DOM API | |
| api.AudioWorkletGlobalScope.currentFrame π | DOM API | |
| api.AudioWorkletGlobalScope.currentTime π | DOM API | |
| api.AudioWorkletGlobalScope.registerProcessor π | DOM API | |
| api.AudioWorkletGlobalScope.sampleRate π | DOM API | |
| api.AudioWorkletNode π | DOM API | |
| api.AudioWorkletNode.AudioWorkletNode π | DOM API | |
| api.AudioWorkletNode.parameters π | DOM API | |
| api.AudioWorkletNode.port π | DOM API | |
| api.AudioWorkletNode.processorerror_event π | DOM API | |
| api.AudioWorkletProcessor π | DOM API | |
| api.AudioWorkletProcessor.AudioWorkletProcessor π | DOM API | |
| api.AudioWorkletProcessor.port π | DOM API | |
| api.AuthenticatorAssertionResponse π | DOM API | Firefox: Only supports USB U2F tokens.Firefox for Android: Only supports USB U2F tokens. |
| api.AuthenticatorAssertionResponse.authenticatorData π | DOM API | Firefox: Only supports USB U2F tokens.Firefox for Android: Only supports USB U2F tokens. |
| api.AuthenticatorAssertionResponse.signature π | DOM API | Firefox: Only supports USB U2F tokens.Firefox for Android: Only supports USB U2F tokens. |
| api.AuthenticatorAssertionResponse.userHandle π | DOM API | Firefox: Only supports USB U2F tokens.Firefox for Android: Only supports USB U2F tokens. |
| api.AuthenticatorAttestationResponse π | DOM API | Firefox: Only supports USB U2F tokens.Firefox for Android: Only supports USB U2F tokens. |
| api.AuthenticatorAttestationResponse.attestationObject π | DOM API | Firefox: Only supports USB U2F tokens.Firefox for Android: Only supports USB U2F tokens. |
| api.AuthenticatorAttestationResponse.getAuthenticatorData π | DOM API | |
| api.AuthenticatorAttestationResponse.getPublicKey π | DOM API | |
| api.AuthenticatorAttestationResponse.getPublicKeyAlgorithm π | DOM API | |
| api.AuthenticatorAttestationResponse.getTransports π | DOM API | |
| api.AuthenticatorResponse π | DOM API | Firefox: Only supports USB U2F tokens.Firefox for Android: Only supports USB U2F tokens. |
| api.AuthenticatorResponse.clientDataJSON π | DOM API | Firefox: Only supports USB U2F tokens.Firefox for Android: Only supports USB U2F tokens. |
| api.BackgroundFetchEvent π | DOM API | |
| api.BackgroundFetchEvent.BackgroundFetchEvent π | DOM API | |
| api.BackgroundFetchEvent.registration π | DOM API | |
| api.BackgroundFetchManager π | DOM API | |
| api.BackgroundFetchManager.fetch π | DOM API | |
| api.BackgroundFetchManager.get π | DOM API | |
| api.BackgroundFetchManager.getIds π | DOM API | |
| api.BackgroundFetchRecord π | DOM API | |
| api.BackgroundFetchRecord.request π | DOM API | |
| api.BackgroundFetchRecord.responseReady π | DOM API | |
| api.BackgroundFetchRegistration π | DOM API | |
| api.BackgroundFetchRegistration.abort π | DOM API | |
| api.BackgroundFetchRegistration.downloadTotal π | DOM API | |
| api.BackgroundFetchRegistration.downloaded π | DOM API | |
| api.BackgroundFetchRegistration.failureReason π | DOM API | |
| api.BackgroundFetchRegistration.id π | DOM API | |
| api.BackgroundFetchRegistration.match π | DOM API | |
| api.BackgroundFetchRegistration.matchAll π | DOM API | |
| api.BackgroundFetchRegistration.progress_event π | DOM API | |
| api.BackgroundFetchRegistration.recordsAvailable π | DOM API | |
| api.BackgroundFetchRegistration.result π | DOM API | |
| api.BackgroundFetchRegistration.uploadTotal π | DOM API | |
| api.BackgroundFetchRegistration.uploaded π | DOM API | |
| api.BackgroundFetchUpdateUIEvent π | DOM API | |
| api.BackgroundFetchUpdateUIEvent.BackgroundFetchUpdateUIEvent π | DOM API | |
| api.BackgroundFetchUpdateUIEvent.updateUI π | DOM API | |
| api.BarProp π | DOM API | |
| api.BarProp.visible π | DOM API | |
| api.BarProp.visible.returns_popup | DOM API | |
| api.BarcodeDetector π | DOM API | Chrome: Supported on ChromeOS and macOS only.Chrome: Before Chrome 113, on macOS Ventura (13) and above, this interface silently failed. See bug 40245611.Chrome: Supported on macOS only.Edge: Supported on macOS only.Edge: Before Chrome 113, on macOS Ventura (13) and above, this interface silently failed. See bug 40245611.Opera: Supported on macOS only.Opera: Before Chrome 113, on macOS Ventura (13) and above, this interface silently failed. See bug 40245611. |
| api.BarcodeDetector.BarcodeDetector π | DOM API | Chrome: Supported on ChromeOS and macOS only.Chrome: Supported on macOS only.Edge: Supported on macOS only.Opera: Supported on macOS only. |
| api.BarcodeDetector.detect π | DOM API | Chrome: Supported on ChromeOS and macOS only.Chrome: Supported on macOS only.Edge: Supported on macOS only.Opera: Supported on macOS only. |
| api.BarcodeDetector.getSupportedFormats_static π | DOM API | Chrome: Supported on ChromeOS and macOS only.Chrome: Supported on macOS only.Edge: Supported on macOS only.Opera: Supported on macOS only. |
| api.BaseAudioContext π | DOM API | Chrome: The BaseAudioContext interface itself is not present, but many of the methods are available on the AudioContext and OfflineAudioContext interfaces.Chrome Android: The BaseAudioContext interface itself is not present, but many of the methods are available on the AudioContext and OfflineAudioContext interfaces.Edge: The BaseAudioContext interface itself is not present, but many of the methods are available on the AudioContext and OfflineAudioContext interfaces.Firefox: The BaseAudioContext interface itself is not present, but many of the methods are available on the AudioContext and OfflineAudioContext interfaces.Firefox for Android: The BaseAudioContext interface itself is not present, but many of the methods are available on the AudioContext and OfflineAudioContext interfaces.Opera: The BaseAudioContext interface itself is not present, but many of the methods are available on the AudioContext and OfflineAudioContext interfaces.Opera Android: The BaseAudioContext interface itself is not present, but many of the methods are available on the AudioContext and OfflineAudioContext interfaces.Safari: The BaseAudioContext interface itself is not present, but many of the methods are available on the AudioContext and OfflineAudioContext interfaces.Safari on iOS: The BaseAudioContext interface itself is not present, but many of the methods are available on the AudioContext and OfflineAudioContext interfaces.Samsung Internet: The BaseAudioContext interface itself is not present, but many of the methods are available on the AudioContext and OfflineAudioContext interfaces.WebView Android: The BaseAudioContext interface itself is not present, but many of the methods are available on the AudioContext and OfflineAudioContext interfaces.WebView on iOS: The BaseAudioContext interface itself is not present, but many of the methods are available on the AudioContext and OfflineAudioContext interfaces. |
| api.BaseAudioContext.audioWorklet π | DOM API | |
| api.BaseAudioContext.createAnalyser π | DOM API | |
| api.BaseAudioContext.createBiquadFilter π | DOM API | |
| api.BaseAudioContext.createBuffer π | DOM API | |
| api.BaseAudioContext.createBufferSource π | DOM API | |
| api.BaseAudioContext.createChannelMerger π | DOM API | |
| api.BaseAudioContext.createChannelSplitter π | DOM API | |
| api.BaseAudioContext.createConstantSource π | DOM API | |
| api.BaseAudioContext.createConvolver π | DOM API | |
| api.BaseAudioContext.createDelay π | DOM API | |
| api.BaseAudioContext.createDynamicsCompressor π | DOM API | |
| api.BaseAudioContext.createGain π | DOM API | |
| api.BaseAudioContext.createIIRFilter π | DOM API | |
| api.BaseAudioContext.createOscillator π | DOM API | |
| api.BaseAudioContext.createPanner π | DOM API | |
| api.BaseAudioContext.createPeriodicWave π | DOM API | |
| api.BaseAudioContext.createPeriodicWave.constraints_disableNormalization_parameter | DOM API | |
| api.BaseAudioContext.createScriptProcessor π | DOM API | |
| api.BaseAudioContext.createStereoPanner π | DOM API | |
| api.BaseAudioContext.createWaveShaper π | DOM API | |
| api.BaseAudioContext.currentTime π | DOM API | |
| api.BaseAudioContext.decodeAudioData π | DOM API | |
| api.BaseAudioContext.decodeAudioData.returns_promise | DOM API | |
| api.BaseAudioContext.destination π | DOM API | |
| api.BaseAudioContext.listener π | DOM API | |
| api.BaseAudioContext.sampleRate π | DOM API | |
| api.BaseAudioContext.state π | DOM API | |
| api.BaseAudioContext.statechange_event π | DOM API | |
| api.BatteryManager π | DOM API | |
| api.BatteryManager.charging π | DOM API | |
| api.BatteryManager.chargingTime π | DOM API | Chrome Android: Always equal to 0 or Infinity.Opera Android: Always equal to 0 or Infinity.Samsung Internet: Always equal to 0 or Infinity.WebView Android: Always equal to 0 or Infinity. |
| api.BatteryManager.chargingchange_event π | DOM API | |
| api.BatteryManager.chargingtimechange_event π | DOM API | |
| api.BatteryManager.dischargingTime π | DOM API | Chrome Android: Always equal to Infinity.Opera Android: Always equal to Infinity.Samsung Internet: Always equal to Infinity.WebView Android: Always equal to Infinity. |
| api.BatteryManager.dischargingtimechange_event π | DOM API | |
| api.BatteryManager.level π | DOM API | |
| api.BatteryManager.levelchange_event π | DOM API | |
| api.BatteryManager.secure_context_required | DOM API | |
| api.BeforeInstallPromptEvent | DOM API | |
| api.BeforeInstallPromptEvent.BeforeInstallPromptEvent | DOM API | |
| api.BeforeInstallPromptEvent.platforms | DOM API | |
| api.BeforeInstallPromptEvent.prompt | DOM API | Chrome: Resolved with an empty promise.Chrome Android: Resolved with an empty promise.Quest Browser: Resolved with an empty promise.Opera: Resolved with an empty promise.Opera Android: Resolved with an empty promise.WebView Android: Resolved with an empty promise. |
| api.BeforeInstallPromptEvent.userChoice | DOM API | |
| api.BeforeUnloadEvent π | DOM API | |
| api.BeforeUnloadEvent.returnValue π | DOM API | Chrome: Before Chrome 119, an empty string incorrectly activated the confirmation dialog.Chrome Android: Before Chrome Android 119, an empty string incorrectly activated the confirmation dialog.Quest Browser: Before Quest Browser false, an empty string incorrectly activated the confirmation dialog.Opera: Before Opera 105, an empty string incorrectly activated the confirmation dialog.Opera Android: Before Opera Android 79, an empty string incorrectly activated the confirmation dialog. |
| api.BeforeUnloadEvent.user_interaction | DOM API | |
| api.BiquadFilterNode π | DOM API | |
| api.BiquadFilterNode.BiquadFilterNode π | DOM API | |
| api.BiquadFilterNode.Q π | DOM API | |
| api.BiquadFilterNode.detune π | DOM API | |
| api.BiquadFilterNode.frequency π | DOM API | |
| api.BiquadFilterNode.gain π | DOM API | |
| api.BiquadFilterNode.getFrequencyResponse π | DOM API | |
| api.BiquadFilterNode.type π | DOM API | |
| api.Blob π | DOM API | Node.js: Available as a part of the buffer module.Node.js: Available as a part of the buffer module. |
| api.Blob.Blob π | DOM API | Firefox: Before Firefox 16, the second parameter, when set to null or undefined, leads to an error instead of being handled as an empty dictionary.Firefox for Android: Before Firefox for Android 16, the second parameter, when set to null or undefined, leads to an error instead of being handled as an empty dictionary.Internet Explorer: IE10 throws InvalidStateError with a TypedArray argument. Consider using MSBuilder as an alternative.Node.js: Before v16.7.0, the endings option was not supported. |
| api.Blob.arrayBuffer π | DOM API | |
| api.Blob.bytes π | DOM API | |
| api.Blob.size π | DOM API | |
| api.Blob.slice π | DOM API | Firefox: Before Firefox 12, there was a bug that affected the behavior of Blob.slice(); it did not work for start and end positions outside the range of signed 64-bit values; it has now been fixed to support unsigned 64-bit values.Firefox for Android: Before Firefox for Android 14, there was a bug that affected the behavior of Blob.slice(); it did not work for start and end positions outside the range of signed 64-bit values; it has now been fixed to support unsigned 64-bit values. |
| api.Blob.stream π | DOM API | |
| api.Blob.text π | DOM API | |
| api.Blob.type π | DOM API | |
| api.BlobEvent π | DOM API | |
| api.BlobEvent.BlobEvent π | DOM API | |
| api.BlobEvent.data π | DOM API | |
| api.BlobEvent.timecode π | DOM API | |
| api.Bluetooth π | DOM API | Chrome: Linux support is not enabled by default.Chrome: Only supported on macOS.Edge: Linux support is not enabled by default.Opera: Linux support is not enabled by default.Opera: Only supported on macOS. |
| api.Bluetooth.getAvailability π | DOM API | |
| api.Bluetooth.getDevices π | DOM API | |
| api.Bluetooth.requestDevice π | DOM API | |
| api.Bluetooth.requestDevice.options_exclusionFilters_parameter π | DOM API | |
| api.Bluetooth.requestDevice.options_filter_manufacturerData_parameter π | DOM API | |
| api.BluetoothCharacteristicProperties π | DOM API | Chrome: Linux support is not enabled by default.Chrome: Only supported on macOS.Edge: Linux support is not enabled by default.Opera: Linux support is not enabled by default.Opera: Only supported on macOS. |
| api.BluetoothCharacteristicProperties.authenticatedSignedWrites π | DOM API | |
| api.BluetoothCharacteristicProperties.broadcast π | DOM API | |
| api.BluetoothCharacteristicProperties.indicate π | DOM API | |
| api.BluetoothCharacteristicProperties.notify π | DOM API | |
| api.BluetoothCharacteristicProperties.read π | DOM API | |
| api.BluetoothCharacteristicProperties.reliableWrite π | DOM API | |
| api.BluetoothCharacteristicProperties.writableAuxiliaries π | DOM API | |
| api.BluetoothCharacteristicProperties.write π | DOM API | |
| api.BluetoothCharacteristicProperties.writeWithoutResponse π | DOM API | |
| api.BluetoothDevice π | DOM API | Chrome: Linux support is not enabled by default.Chrome: Only supported on macOS.Edge: Linux support is not enabled by default.Opera: Linux support is not enabled by default.Opera: Only supported on macOS. |
| api.BluetoothDevice.gatt π | DOM API | |
| api.BluetoothDevice.gattserverdisconnected_event π | DOM API | |
| api.BluetoothDevice.id π | DOM API | |
| api.BluetoothDevice.name π | DOM API | |
| api.BluetoothRemoteGATTCharacteristic π | DOM API | Chrome: Linux support is not enabled by default.Chrome: Only supported on macOS.Edge: Linux support is not enabled by default.Opera: Linux support is not enabled by default.Opera: Only supported on macOS. |
| api.BluetoothRemoteGATTCharacteristic.characteristicvaluechanged_event π | DOM API | |
| api.BluetoothRemoteGATTCharacteristic.getDescriptor π | DOM API | |
| api.BluetoothRemoteGATTCharacteristic.getDescriptors π | DOM API | |
| api.BluetoothRemoteGATTCharacteristic.properties π | DOM API | |
| api.BluetoothRemoteGATTCharacteristic.readValue π | DOM API | |
| api.BluetoothRemoteGATTCharacteristic.service π | DOM API | |
| api.BluetoothRemoteGATTCharacteristic.startNotifications π | DOM API | |
| api.BluetoothRemoteGATTCharacteristic.stopNotifications π | DOM API | |
| api.BluetoothRemoteGATTCharacteristic.uuid π | DOM API | |
| api.BluetoothRemoteGATTCharacteristic.value π | DOM API | |
| api.BluetoothRemoteGATTCharacteristic.writeValue π | DOM API | |
| api.BluetoothRemoteGATTCharacteristic.writeValueWithResponse π | DOM API | |
| api.BluetoothRemoteGATTCharacteristic.writeValueWithoutResponse π | DOM API | |
| api.BluetoothRemoteGATTDescriptor π | DOM API | Chrome: Linux support is not enabled by default.Chrome: Only supported on macOS.Edge: Linux support is not enabled by default.Opera: Linux support is not enabled by default.Opera: Only supported on macOS. |
| api.BluetoothRemoteGATTDescriptor.characteristic π | DOM API | |
| api.BluetoothRemoteGATTDescriptor.readValue π | DOM API | |
| api.BluetoothRemoteGATTDescriptor.uuid π | DOM API | |
| api.BluetoothRemoteGATTDescriptor.value π | DOM API | |
| api.BluetoothRemoteGATTDescriptor.writeValue π | DOM API | |
| api.BluetoothRemoteGATTServer π | DOM API | Chrome: Linux support is not enabled by default.Chrome: Only supported on macOS.Edge: Linux support is not enabled by default.Opera: Linux support is not enabled by default.Opera: Only supported on macOS. |
| api.BluetoothRemoteGATTServer.connect π | DOM API | |
| api.BluetoothRemoteGATTServer.connected π | DOM API | |
| api.BluetoothRemoteGATTServer.device π | DOM API | |
| api.BluetoothRemoteGATTServer.disconnect π | DOM API | |
| api.BluetoothRemoteGATTServer.getPrimaryService π | DOM API | |
| api.BluetoothRemoteGATTServer.getPrimaryServices π | DOM API | |
| api.BluetoothRemoteGATTService π | DOM API | Chrome: Linux support is not enabled by default.Chrome: Only supported on macOS.Edge: Linux support is not enabled by default.Opera: Linux support is not enabled by default.Opera: Only supported on macOS. |
| api.BluetoothRemoteGATTService.device π | DOM API | |
| api.BluetoothRemoteGATTService.getCharacteristic π | DOM API | |
| api.BluetoothRemoteGATTService.getCharacteristics π | DOM API | |
| api.BluetoothRemoteGATTService.isPrimary π | DOM API | |
| api.BluetoothRemoteGATTService.uuid π | DOM API | |
| api.BluetoothUUID π | DOM API | Chrome: Linux support is not enabled by default.Chrome: Only supported on macOS.Edge: Linux support is not enabled by default.Opera: Linux support is not enabled by default.Opera: Only supported on macOS. |
| api.BluetoothUUID.canonicalUUID_static π | DOM API | |
| api.BluetoothUUID.getCharacteristic_static π | DOM API | |
| api.BluetoothUUID.getDescriptor_static π | DOM API | |
| api.BluetoothUUID.getService_static π | DOM API | |
| api.BroadcastChannel π | DOM API | Node.js: Available as a part of the worker_threads module. |
| api.BroadcastChannel.BroadcastChannel π | DOM API | |
| api.BroadcastChannel.close π | DOM API | |
| api.BroadcastChannel.message_event π | DOM API | |
| api.BroadcastChannel.messageerror_event π | DOM API | |
| api.BroadcastChannel.name π | DOM API | |
| api.BroadcastChannel.postMessage π | DOM API | |
| api.BrowserCaptureMediaStreamTrack π | DOM API | |
| api.BrowserCaptureMediaStreamTrack.clone π | DOM API | |
| api.BrowserCaptureMediaStreamTrack.cropTo π | DOM API | |
| api.BrowserCaptureMediaStreamTrack.restrictTo π | DOM API | |
| api.BufferedChangeEvent π | DOM API | |
| api.BufferedChangeEvent.BufferedChangeEvent π | DOM API | |
| api.BufferedChangeEvent.addedRanges π | DOM API | |
| api.BufferedChangeEvent.removedRanges π | DOM API | |
| api.ByteLengthQueuingStrategy π | DOM API | Node.js: Available as a part of the stream/web module. |
| api.ByteLengthQueuingStrategy.ByteLengthQueuingStrategy π | DOM API | |
| api.ByteLengthQueuingStrategy.highWaterMark π | DOM API | |
| api.ByteLengthQueuingStrategy.size π | DOM API | |
| api.CDATASection π | DOM API | |
| api.CSPViolationReportBody π | DOM API | |
| api.CSPViolationReportBody.blockedURL π | DOM API | |
| api.CSPViolationReportBody.columnNumber π | DOM API | |
| api.CSPViolationReportBody.disposition π | DOM API | |
| api.CSPViolationReportBody.documentURL π | DOM API | |
| api.CSPViolationReportBody.effectiveDirective π | DOM API | |
| api.CSPViolationReportBody.lineNumber π | DOM API | |
| api.CSPViolationReportBody.originalPolicy π | DOM API | |
| api.CSPViolationReportBody.referrer π | DOM API | |
| api.CSPViolationReportBody.sample π | DOM API | |
| api.CSPViolationReportBody.sourceFile π | DOM API | |
| api.CSPViolationReportBody.statusCode π | DOM API | |
| api.CSPViolationReportBody.toJSON π | DOM API | |
| api.CSS π | DOM API | |
| api.CSS.Hz_static π | DOM API | |
| api.CSS.Q_static π | DOM API | |
| api.CSS.cap_static π | DOM API | |
| api.CSS.ch_static π | DOM API | |
| api.CSS.cm_static π | DOM API | |
| api.CSS.cqb_static π | DOM API | |
| api.CSS.cqh_static π | DOM API | |
| api.CSS.cqi_static π | DOM API | |
| api.CSS.cqmax_static π | DOM API | |
| api.CSS.cqmin_static π | DOM API | |
| api.CSS.cqw_static π | DOM API | |
| api.CSS.deg_static π | DOM API | |
| api.CSS.dpcm_static π | DOM API | |
| api.CSS.dpi_static π | DOM API | |
| api.CSS.dppx_static π | DOM API | |
| api.CSS.dvb_static π | DOM API | |
| api.CSS.dvh_static π | DOM API | |
| api.CSS.dvi_static π | DOM API | |
| api.CSS.dvmax_static π | DOM API | |
| api.CSS.dvmin_static π | DOM API | |
| api.CSS.dvw_static π | DOM API | |
| api.CSS.em_static π | DOM API | |
| api.CSS.escape_static π | DOM API | |
| api.CSS.ex_static π | DOM API | |
| api.CSS.fr_static π | DOM API | |
| api.CSS.grad_static π | DOM API | |
| api.CSS.highlights_static π | DOM API | |
| api.CSS.ic_static π | DOM API | |
| api.CSS.in_static π | DOM API | |
| api.CSS.kHz_static π | DOM API | |
| api.CSS.lh_static π | DOM API | |
| api.CSS.lvb_static π | DOM API | |
| api.CSS.lvh_static π | DOM API | |
| api.CSS.lvi_static π | DOM API | |
| api.CSS.lvmax_static π | DOM API | |
| api.CSS.lvmin_static π | DOM API | |
| api.CSS.lvw_static π | DOM API | |
| api.CSS.mm_static π | DOM API | |
| api.CSS.ms_static π | DOM API | |
| api.CSS.number_static π | DOM API | |
| api.CSS.paintWorklet_static π | DOM API | |
| api.CSS.pc_static π | DOM API | |
| api.CSS.percent_static π | DOM API | |
| api.CSS.pt_static π | DOM API | |
| api.CSS.px_static π | DOM API | |
| api.CSS.rad_static π | DOM API | |
| api.CSS.rcap_static π | DOM API | |
| api.CSS.rch_static π | DOM API | |
| api.CSS.registerProperty_static π | DOM API | |
| api.CSS.rem_static π | DOM API | |
| api.CSS.rex_static π | DOM API | |
| api.CSS.ric_static π | DOM API | |
| api.CSS.rlh_static π | DOM API | |
| api.CSS.s_static π | DOM API | |
| api.CSS.supports_static π | DOM API | |
| api.CSS.supports_static.optional_parens | DOM API | |
| api.CSS.svb_static π | DOM API | |
| api.CSS.svh_static π | DOM API | |
| api.CSS.svi_static π | DOM API | |
| api.CSS.svmax_static π | DOM API | |
| api.CSS.svmin_static π | DOM API | |
| api.CSS.svw_static π | DOM API | |
| api.CSS.turn_static π | DOM API | |
| api.CSS.vb_static π | DOM API | |
| api.CSS.vh_static π | DOM API | |
| api.CSS.vi_static π | DOM API | |
| api.CSS.vmax_static π | DOM API | |
| api.CSS.vmin_static π | DOM API | |
| api.CSS.vw_static π | DOM API | |
| api.CSSAnimation π | DOM API | |
| api.CSSAnimation.animationName π | DOM API | |
| api.CSSConditionRule π | DOM API | |
| api.CSSConditionRule.conditionText π | DOM API | |
| api.CSSContainerRule π | DOM API | |
| api.CSSContainerRule.containerName π | DOM API | |
| api.CSSContainerRule.containerQuery π | DOM API | |
| api.CSSCounterStyleRule π | DOM API | |
| api.CSSCounterStyleRule.additiveSymbols π | DOM API | |
| api.CSSCounterStyleRule.fallback π | DOM API | |
| api.CSSCounterStyleRule.name π | DOM API | |
| api.CSSCounterStyleRule.negative π | DOM API | |
| api.CSSCounterStyleRule.pad π | DOM API | |
| api.CSSCounterStyleRule.prefix π | DOM API | |
| api.CSSCounterStyleRule.range π | DOM API | |
| api.CSSCounterStyleRule.speakAs π | DOM API | |
| api.CSSCounterStyleRule.suffix π | DOM API | |
| api.CSSCounterStyleRule.symbols π | DOM API | |
| api.CSSCounterStyleRule.system π | DOM API | |
| api.CSSFontFaceRule π | DOM API | |
| api.CSSFontFaceRule.style π | DOM API | |
| api.CSSFontFeatureValuesMap π | DOM API | |
| api.CSSFontFeatureValuesMap.@@iterator π | DOM API | |
| api.CSSFontFeatureValuesMap.clear π | DOM API | |
| api.CSSFontFeatureValuesMap.delete π | DOM API | |
| api.CSSFontFeatureValuesMap.entries π | DOM API | |
| api.CSSFontFeatureValuesMap.forEach π | DOM API | |
| api.CSSFontFeatureValuesMap.get π | DOM API | |
| api.CSSFontFeatureValuesMap.has π | DOM API | |
| api.CSSFontFeatureValuesMap.keys π | DOM API | |
| api.CSSFontFeatureValuesMap.set π | DOM API | |
| api.CSSFontFeatureValuesMap.size π | DOM API | |
| api.CSSFontFeatureValuesMap.values π | DOM API | |
| api.CSSFontFeatureValuesRule π | DOM API | |
| api.CSSFontFeatureValuesRule.annotation π | DOM API | |
| api.CSSFontFeatureValuesRule.characterVariant π | DOM API | |
| api.CSSFontFeatureValuesRule.fontFamily π | DOM API | |
| api.CSSFontFeatureValuesRule.ornaments π | DOM API | |
| api.CSSFontFeatureValuesRule.styleset π | DOM API | |
| api.CSSFontFeatureValuesRule.stylistic π | DOM API | |
| api.CSSFontFeatureValuesRule.swash π | DOM API | |
| api.CSSFontPaletteValuesRule π | DOM API | |
| api.CSSFontPaletteValuesRule.basePalette π | DOM API | |
| api.CSSFontPaletteValuesRule.fontFamily π | DOM API | |
| api.CSSFontPaletteValuesRule.name π | DOM API | |
| api.CSSFontPaletteValuesRule.overrideColors π | DOM API | |
| api.CSSGroupingRule π | DOM API | Safari: The CSSGroupingRule interface itself is not present, but many of the methods are available on various interfaces such as the CSSMediaRule and CSSPageRule interfaces.Safari on iOS: The CSSGroupingRule interface itself is not present, but many of the methods are available on various interfaces such as the CSSMediaRule and CSSPageRule interfaces.WebView on iOS: The CSSGroupingRule interface itself is not present, but many of the methods are available on various interfaces such as the CSSMediaRule and CSSPageRule interfaces. |
| api.CSSGroupingRule.cssRules π | DOM API | |
| api.CSSGroupingRule.deleteRule π | DOM API | |
| api.CSSGroupingRule.insertRule π | DOM API | |
| api.CSSImageValue π | DOM API | |
| api.CSSImportRule π | DOM API | |
| api.CSSImportRule.href π | DOM API | |
| api.CSSImportRule.layerName π | DOM API | |
| api.CSSImportRule.media π | DOM API | |
| api.CSSImportRule.styleSheet π | DOM API | |
| api.CSSImportRule.supportsText π | DOM API | |
| api.CSSKeyframeRule π | DOM API | |
| api.CSSKeyframeRule.keyText π | DOM API | |
| api.CSSKeyframeRule.style π | DOM API | |
| api.CSSKeyframesRule π | DOM API | |
| api.CSSKeyframesRule.appendRule π | DOM API | |
| api.CSSKeyframesRule.cssRules π | DOM API | |
| api.CSSKeyframesRule.deleteRule π | DOM API | |
| api.CSSKeyframesRule.findRule π | DOM API | |
| api.CSSKeyframesRule.length π | DOM API | |
| api.CSSKeyframesRule.name π | DOM API | |
| api.CSSKeywordValue π | DOM API | |
| api.CSSKeywordValue.CSSKeywordValue π | DOM API | |
| api.CSSKeywordValue.value π | DOM API | |
| api.CSSLayerBlockRule π | DOM API | |
| api.CSSLayerBlockRule.name π | DOM API | |
| api.CSSLayerStatementRule π | DOM API | |
| api.CSSLayerStatementRule.nameList π | DOM API | |
| api.CSSMarginRule π | DOM API | |
| api.CSSMarginRule.name π | DOM API | |
| api.CSSMarginRule.style π | DOM API | |
| api.CSSMathClamp π | DOM API | |
| api.CSSMathClamp.CSSMathClamp π | DOM API | |
| api.CSSMathClamp.lower π | DOM API | |
| api.CSSMathClamp.upper π | DOM API | |
| api.CSSMathClamp.value π | DOM API | |
| api.CSSMathInvert π | DOM API | |
| api.CSSMathInvert.CSSMathInvert π | DOM API | |
| api.CSSMathInvert.value π | DOM API | |
| api.CSSMathMax π | DOM API | |
| api.CSSMathMax.CSSMathMax π | DOM API | |
| api.CSSMathMax.values π | DOM API | |
| api.CSSMathMin π | DOM API | |
| api.CSSMathMin.CSSMathMin π | DOM API | |
| api.CSSMathMin.values π | DOM API | |
| api.CSSMathNegate π | DOM API | |
| api.CSSMathNegate.CSSMathNegate π | DOM API | |
| api.CSSMathNegate.value π | DOM API | |
| api.CSSMathProduct π | DOM API | |
| api.CSSMathProduct.CSSMathProduct π | DOM API | |
| api.CSSMathProduct.values π | DOM API | |
| api.CSSMathSum π | DOM API | |
| api.CSSMathSum.CSSMathSum π | DOM API | |
| api.CSSMathSum.values π | DOM API | |
| api.CSSMathValue π | DOM API | |
| api.CSSMathValue.operator π | DOM API | |
| api.CSSMatrixComponent π | DOM API | |
| api.CSSMatrixComponent.CSSMatrixComponent π | DOM API | |
| api.CSSMatrixComponent.matrix π | DOM API | |
| api.CSSMediaRule π | DOM API | Firefox: Before Firefox 20, conditionText could not be set.Firefox for Android: Before Firefox for Android 20, conditionText could not be set. |
| api.CSSMediaRule.media π | DOM API | |
| api.CSSNamespaceRule π | DOM API | |
| api.CSSNamespaceRule.namespaceURI π | DOM API | |
| api.CSSNamespaceRule.prefix π | DOM API | |
| api.CSSNestedDeclarations π | DOM API | |
| api.CSSNestedDeclarations.style π | DOM API | |
| api.CSSNumericArray π | DOM API | |
| api.CSSNumericArray.@@iterator | DOM API | |
| api.CSSNumericArray.entries | DOM API | |
| api.CSSNumericArray.forEach | DOM API | |
| api.CSSNumericArray.keys | DOM API | |
| api.CSSNumericArray.length π | DOM API | |
| api.CSSNumericArray.values | DOM API | |
| api.CSSNumericValue π | DOM API | |
| api.CSSNumericValue.add π | DOM API | |
| api.CSSNumericValue.div π | DOM API | |
| api.CSSNumericValue.equals π | DOM API | |
| api.CSSNumericValue.max π | DOM API | |
| api.CSSNumericValue.min π | DOM API | |
| api.CSSNumericValue.mul π | DOM API | |
| api.CSSNumericValue.parse_static π | DOM API | Chrome: Not exposed to PaintWorklet.Chrome Android: Not exposed to PaintWorklet.Edge: Not exposed to PaintWorklet.Quest Browser: Not exposed to PaintWorklet.Opera: Not exposed to PaintWorklet.Opera Android: Not exposed to PaintWorklet.Samsung Internet: Not exposed to PaintWorklet.WebView Android: Not exposed to PaintWorklet. |
| api.CSSNumericValue.sub π | DOM API | |
| api.CSSNumericValue.to π | DOM API | |
| api.CSSNumericValue.toSum π | DOM API | |
| api.CSSNumericValue.type π | DOM API | |
| api.CSSPageDescriptors π | DOM API | |
| api.CSSPageDescriptors.margin π | DOM API | |
| api.CSSPageDescriptors.margin-bottom π | DOM API | |
| api.CSSPageDescriptors.margin-left π | DOM API | |
| api.CSSPageDescriptors.margin-right π | DOM API | |
| api.CSSPageDescriptors.margin-top π | DOM API | |
| api.CSSPageDescriptors.marginBottom π | DOM API | |
| api.CSSPageDescriptors.marginLeft π | DOM API | |
| api.CSSPageDescriptors.marginRight π | DOM API | |
| api.CSSPageDescriptors.marginTop π | DOM API | |
| api.CSSPageDescriptors.page-orientation π | DOM API | |
| api.CSSPageDescriptors.pageOrientation π | DOM API | |
| api.CSSPageDescriptors.size π | DOM API | |
| api.CSSPageRule π | DOM API | |
| api.CSSPageRule.selectorText π | DOM API | |
| api.CSSPageRule.style π | DOM API | |
| api.CSSPageRule.style.type_CSSPageDescriptors | DOM API | |
| api.CSSPerspective π | DOM API | |
| api.CSSPerspective.CSSPerspective π | DOM API | |
| api.CSSPerspective.length π | DOM API | |
| api.CSSPositionTryDescriptors π | DOM API | |
| api.CSSPositionTryDescriptors.align-self π | DOM API | |
| api.CSSPositionTryDescriptors.alignSelf π | DOM API | |
| api.CSSPositionTryDescriptors.block-size π | DOM API | |
| api.CSSPositionTryDescriptors.blockSize π | DOM API | |
| api.CSSPositionTryDescriptors.bottom π | DOM API | |
| api.CSSPositionTryDescriptors.height π | DOM API | |
| api.CSSPositionTryDescriptors.inline-size π | DOM API | |
| api.CSSPositionTryDescriptors.inlineSize π | DOM API | |
| api.CSSPositionTryDescriptors.inset π | DOM API | |
| api.CSSPositionTryDescriptors.inset-block π | DOM API | |
| api.CSSPositionTryDescriptors.inset-block-end π | DOM API | |
| api.CSSPositionTryDescriptors.inset-block-start π | DOM API | |
| api.CSSPositionTryDescriptors.inset-inline π | DOM API | |
| api.CSSPositionTryDescriptors.inset-inline-end π | DOM API | |
| api.CSSPositionTryDescriptors.inset-inline-start π | DOM API | |
| api.CSSPositionTryDescriptors.insetBlock π | DOM API | |
| api.CSSPositionTryDescriptors.insetBlockEnd π | DOM API | |
| api.CSSPositionTryDescriptors.insetBlockStart π | DOM API | |
| api.CSSPositionTryDescriptors.insetInline π | DOM API | |
| api.CSSPositionTryDescriptors.insetInlineEnd π | DOM API | |
| api.CSSPositionTryDescriptors.insetInlineStart π | DOM API | |
| api.CSSPositionTryDescriptors.justify-self π | DOM API | |
| api.CSSPositionTryDescriptors.justifySelf π | DOM API | |
| api.CSSPositionTryDescriptors.left π | DOM API | |
| api.CSSPositionTryDescriptors.margin π | DOM API | |
| api.CSSPositionTryDescriptors.margin-block π | DOM API | |
| api.CSSPositionTryDescriptors.margin-block-end π | DOM API | |
| api.CSSPositionTryDescriptors.margin-block-start π | DOM API | |
| api.CSSPositionTryDescriptors.margin-bottom π | DOM API | |
| api.CSSPositionTryDescriptors.margin-inline π | DOM API | |
| api.CSSPositionTryDescriptors.margin-inline-end π | DOM API | |
| api.CSSPositionTryDescriptors.margin-inline-start π | DOM API | |
| api.CSSPositionTryDescriptors.margin-left π | DOM API | |
| api.CSSPositionTryDescriptors.margin-right π | DOM API | |
| api.CSSPositionTryDescriptors.margin-top π | DOM API | |
| api.CSSPositionTryDescriptors.marginBlock π | DOM API | |
| api.CSSPositionTryDescriptors.marginBlockEnd π | DOM API | |
| api.CSSPositionTryDescriptors.marginBlockStart π | DOM API | |
| api.CSSPositionTryDescriptors.marginBottom π | DOM API | |
| api.CSSPositionTryDescriptors.marginInline π | DOM API | |
| api.CSSPositionTryDescriptors.marginInlineEnd π | DOM API | |
| api.CSSPositionTryDescriptors.marginInlineStart π | DOM API | |
| api.CSSPositionTryDescriptors.marginLeft π | DOM API | |
| api.CSSPositionTryDescriptors.marginRight π | DOM API | |
| api.CSSPositionTryDescriptors.marginTop π | DOM API | |
| api.CSSPositionTryDescriptors.max-block-size π | DOM API | |
| api.CSSPositionTryDescriptors.max-height π | DOM API | |
| api.CSSPositionTryDescriptors.max-inline-size π | DOM API | |
| api.CSSPositionTryDescriptors.max-width π | DOM API | |
| api.CSSPositionTryDescriptors.maxBlockSize π | DOM API | |
| api.CSSPositionTryDescriptors.maxHeight π | DOM API | |
| api.CSSPositionTryDescriptors.maxInlineSize π | DOM API | |
| api.CSSPositionTryDescriptors.maxWidth π | DOM API | |
| api.CSSPositionTryDescriptors.min-block-size π | DOM API | |
| api.CSSPositionTryDescriptors.min-height π | DOM API | |
| api.CSSPositionTryDescriptors.min-inline-size π | DOM API | |
| api.CSSPositionTryDescriptors.min-width π | DOM API | |
| api.CSSPositionTryDescriptors.minBlockSize π | DOM API | |
| api.CSSPositionTryDescriptors.minHeight π | DOM API | |
| api.CSSPositionTryDescriptors.minInlineSize π | DOM API | |
| api.CSSPositionTryDescriptors.minWidth π | DOM API | |
| api.CSSPositionTryDescriptors.place-self π | DOM API | |
| api.CSSPositionTryDescriptors.placeSelf π | DOM API | |
| api.CSSPositionTryDescriptors.position-anchor π | DOM API | |
| api.CSSPositionTryDescriptors.position-area π | DOM API | |
| api.CSSPositionTryDescriptors.positionAnchor π | DOM API | |
| api.CSSPositionTryDescriptors.positionArea π | DOM API | |
| api.CSSPositionTryDescriptors.right π | DOM API | |
| api.CSSPositionTryDescriptors.top π | DOM API | |
| api.CSSPositionTryDescriptors.width π | DOM API | |
| api.CSSPositionTryRule π | DOM API | |
| api.CSSPositionTryRule.name π | DOM API | |
| api.CSSPositionTryRule.style π | DOM API | |
| api.CSSPositionValue | DOM API | |
| api.CSSPositionValue.CSSPositionValue | DOM API | |
| api.CSSPositionValue.x | DOM API | |
| api.CSSPositionValue.y | DOM API | |
| api.CSSPrimitiveValue | DOM API | |
| api.CSSPrimitiveValue.getCounterValue | DOM API | |
| api.CSSPrimitiveValue.getFloatValue | DOM API | |
| api.CSSPrimitiveValue.getRGBColorValue | DOM API | |
| api.CSSPrimitiveValue.getRectValue | DOM API | |
| api.CSSPrimitiveValue.getStringValue | DOM API | |
| api.CSSPrimitiveValue.primitiveType | DOM API | |
| api.CSSPrimitiveValue.setFloatValue | DOM API | |
| api.CSSPrimitiveValue.setStringValue | DOM API | |
| api.CSSPropertyRule π | DOM API | |
| api.CSSPropertyRule.inherits π | DOM API | |
| api.CSSPropertyRule.initialValue π | DOM API | |
| api.CSSPropertyRule.name π | DOM API | |
| api.CSSPropertyRule.syntax π | DOM API | |
| api.CSSPseudoElement π | DOM API | |
| api.CSSPseudoElement.element π | DOM API | |
| api.CSSPseudoElement.type π | DOM API | |
| api.CSSRotate π | DOM API | |
| api.CSSRotate.CSSRotate π | DOM API | |
| api.CSSRotate.angle π | DOM API | |
| api.CSSRotate.x π | DOM API | |
| api.CSSRotate.y π | DOM API | |
| api.CSSRotate.z π | DOM API | |
| api.CSSRule π | DOM API | |
| api.CSSRule.cssText π | DOM API | Internet Explorer: The property normalizes rules and does not return the original verbatim rule text. For example, border-width: 1px; border-style:solid; border-color:white; returns border: 1px solid white;. |
| api.CSSRule.parentRule π | DOM API | |
| api.CSSRule.parentStyleSheet π | DOM API | |
| api.CSSRule.type π | DOM API | |
| api.CSSRuleList π | DOM API | |
| api.CSSRuleList.item π | DOM API | |
| api.CSSRuleList.length π | DOM API | |
| api.CSSScale π | DOM API | |
| api.CSSScale.CSSScale π | DOM API | |
| api.CSSScale.x π | DOM API | |
| api.CSSScale.y π | DOM API | |
| api.CSSScale.z π | DOM API | |
| api.CSSScopeRule π | DOM API | |
| api.CSSScopeRule.end π | DOM API | |
| api.CSSScopeRule.start π | DOM API | |
| api.CSSSkew π | DOM API | |
| api.CSSSkew.CSSSkew π | DOM API | |
| api.CSSSkew.ax π | DOM API | |
| api.CSSSkew.ay π | DOM API | |
| api.CSSSkewX π | DOM API | |
| api.CSSSkewX.CSSSkewX π | DOM API | |
| api.CSSSkewX.ax π | DOM API | |
| api.CSSSkewY π | DOM API | |
| api.CSSSkewY.CSSSkewY π | DOM API | |
| api.CSSSkewY.ay π | DOM API | |
| api.CSSStartingStyleRule π | DOM API | |
| api.CSSStyleDeclaration π | DOM API | |
| api.CSSStyleDeclaration.@@iterator | DOM API | |
| api.CSSStyleDeclaration.cssFloat π | DOM API | |
| api.CSSStyleDeclaration.cssText π | DOM API | |
| api.CSSStyleDeclaration.getPropertyCSSValue | DOM API | Firefox: Only returns a result if called on the result of getComputedStyle(). |
| api.CSSStyleDeclaration.getPropertyPriority π | DOM API | |
| api.CSSStyleDeclaration.getPropertyValue π | DOM API | |
| api.CSSStyleDeclaration.item π | DOM API | |
| api.CSSStyleDeclaration.length π | DOM API | |
| api.CSSStyleDeclaration.parentRule π | DOM API | |
| api.CSSStyleDeclaration.removeProperty π | DOM API | |
| api.CSSStyleDeclaration.setProperty π | DOM API | |
| api.CSSStyleRule π | DOM API | |
| api.CSSStyleRule.cssRules π | DOM API | |
| api.CSSStyleRule.deleteRule π | DOM API | |
| api.CSSStyleRule.insertRule π | DOM API | |
| api.CSSStyleRule.selectorText π | DOM API | |
| api.CSSStyleRule.style π | DOM API | |
| api.CSSStyleRule.styleMap π | DOM API | |
| api.CSSStyleSheet π | DOM API | |
| api.CSSStyleSheet.CSSStyleSheet π | DOM API | |
| api.CSSStyleSheet.CSSStyleSheet.options_baseURL_parameter π | DOM API | |
| api.CSSStyleSheet.addRule π | DOM API | |
| api.CSSStyleSheet.cssRules π | DOM API | |
| api.CSSStyleSheet.deleteRule π | DOM API | |
| api.CSSStyleSheet.insertRule π | DOM API | |
| api.CSSStyleSheet.insertRule.index_parameter_optional | DOM API | |
| api.CSSStyleSheet.ownerRule π | DOM API | |
| api.CSSStyleSheet.removeRule π | DOM API | |
| api.CSSStyleSheet.replace π | DOM API | |
| api.CSSStyleSheet.replaceSync π | DOM API | |
| api.CSSStyleSheet.rules π | DOM API | |
| api.CSSStyleValue π | DOM API | |
| api.CSSStyleValue.parseAll_static π | DOM API | |
| api.CSSStyleValue.parse_static π | DOM API | |
| api.CSSStyleValue.toString π | DOM API | |
| api.CSSSupportsRule π | DOM API | |
| api.CSSTransformComponent π | DOM API | |
| api.CSSTransformComponent.is2D π | DOM API | |
| api.CSSTransformComponent.toMatrix π | DOM API | |
| api.CSSTransformComponent.toString π | DOM API | |
| api.CSSTransformValue π | DOM API | |
| api.CSSTransformValue.@@iterator | DOM API | |
| api.CSSTransformValue.CSSTransformValue π | DOM API | |
| api.CSSTransformValue.entries | DOM API | |
| api.CSSTransformValue.forEach | DOM API | |
| api.CSSTransformValue.is2D π | DOM API | |
| api.CSSTransformValue.keys | DOM API | |
| api.CSSTransformValue.length π | DOM API | |
| api.CSSTransformValue.toMatrix π | DOM API | |
| api.CSSTransformValue.values | DOM API | |
| api.CSSTransition π | DOM API | |
| api.CSSTransition.transitionProperty π | DOM API | |
| api.CSSTranslate π | DOM API | |
| api.CSSTranslate.CSSTranslate π | DOM API | |
| api.CSSTranslate.x π | DOM API | |
| api.CSSTranslate.y π | DOM API | |
| api.CSSTranslate.z π | DOM API | |
| api.CSSUnitValue π | DOM API | |
| api.CSSUnitValue.CSSUnitValue π | DOM API | |
| api.CSSUnitValue.unit π | DOM API | |
| api.CSSUnitValue.value π | DOM API | |
| api.CSSUnparsedValue π | DOM API | |
| api.CSSUnparsedValue.@@iterator | DOM API | |
| api.CSSUnparsedValue.CSSUnparsedValue π | DOM API | |
| api.CSSUnparsedValue.entries | DOM API | |
| api.CSSUnparsedValue.forEach | DOM API | |
| api.CSSUnparsedValue.keys | DOM API | |
| api.CSSUnparsedValue.length π | DOM API | |
| api.CSSUnparsedValue.values | DOM API | |
| api.CSSValue | DOM API | |
| api.CSSValue.cssText | DOM API | |
| api.CSSValue.cssValueType | DOM API | |
| api.CSSValueList | DOM API | |
| api.CSSValueList.item | DOM API | |
| api.CSSValueList.length | DOM API | |
| api.CSSVariableReferenceValue π | DOM API | |
| api.CSSVariableReferenceValue.CSSVariableReferenceValue π | DOM API | |
| api.CSSVariableReferenceValue.fallback π | DOM API | |
| api.CSSVariableReferenceValue.variable π | DOM API | |
| api.CSSViewTransitionRule π | DOM API | |
| api.CSSViewTransitionRule.navigation π | DOM API | |
| api.CSSViewTransitionRule.types π | DOM API | |
| api.Cache π | DOM API | Chrome: Before version 43, only service workers are supported. From version 43, all worker types and the main thread are supported.Chrome Android: Before version 43, only service workers are supported. From version 43, all worker types and the main thread are supported.Quest Browser: Before version 5.0, only service workers are supported. From version 5.0, all worker types and the main thread are supported.Opera: Before version 30, only service workers are supported. From version 30, all worker types and the main thread are supported.Opera Android: Before version 30, only service workers are supported. From version 30, all worker types and the main thread are supported.WebView Android: Before version 43, only service workers are supported. From version 43, all worker types and the main thread are supported. |
| api.Cache.add π | DOM API | Chrome: Requires HTTPS from version 46.Chrome Android: Requires HTTPS from version 46.Quest Browser: Requires HTTPS from version 5.0.Opera: Requires HTTPS from version 33.Opera Android: Requires HTTPS from version 33.Samsung Internet: Requires HTTPS from Samsung Internet 5.0.WebView Android: Requires HTTPS from version 46. |
| api.Cache.addAll π | DOM API | Chrome: Requires HTTPS.Chrome Android: Requires HTTPS.Quest Browser: Requires HTTPS.Opera: Requires HTTPS.Opera Android: Requires HTTPS.Samsung Internet: Requires HTTPS.WebView Android: Requires HTTPS. |
| api.Cache.delete π | DOM API | Deno: Currently doesn't support query options |
| api.Cache.keys π | DOM API | |
| api.Cache.match π | DOM API | Deno: Currently doesn't support query options |
| api.Cache.matchAll π | DOM API | Opera: Requires HTTPS. |
| api.Cache.put π | DOM API | Chrome: Requires HTTPS from version 46.Chrome Android: Requires HTTPS from version 46.Quest Browser: Requires HTTPS from version 5.0.Opera: Requires HTTPS from version 33.Opera Android: Requires HTTPS from version 33.Samsung Internet: Requires HTTPS from Samsung Internet 5.0.WebView Android: Requires HTTPS from version 46. |
| api.Cache.worker_support | DOM API | Chrome: Before version 43, only service workers are supported. From version 43, all worker types and the main thread are supported.Chrome Android: Before version 43, only service workers are supported. From version 43, all worker types and the main thread are supported.Quest Browser: Before version 5.0, only service workers are supported. From version 5.0, all worker types and the main thread are supported.Opera: Before version 30, only service workers are supported. From version 30, all worker types and the main thread are supported.Opera Android: Before version 30, only service workers are supported. From version 30, all worker types and the main thread are supported.WebView Android: Before version 43, only service workers are supported. From version 43, all worker types and the main thread are supported. |
| api.CacheStorage π | DOM API | Chrome: Only available in service workers.Chrome Android: Only available in service workers.Opera: Only available in service workers.Opera Android: Only available in service workers.WebView Android: Only available in service workers. |
| api.CacheStorage.delete π | DOM API | |
| api.CacheStorage.has π | DOM API | |
| api.CacheStorage.keys π | DOM API | |
| api.CacheStorage.match π | DOM API | Chrome: The options parameter only supports ignoreSearch, and cacheName.Chrome Android: The options parameter only supports ignoreSearch, and cacheName.Quest Browser: The options parameter only supports ignoreSearch, and cacheName.Opera: The options parameter only supports ignoreSearch, and cacheName.Opera Android: The options parameter only supports ignoreSearch, and cacheName.Samsung Internet: The options parameter only supports ignoreSearch, and cacheName.WebView Android: The options parameter only supports ignoreSearch, and cacheName. |
| api.CacheStorage.open π | DOM API | |
| api.CacheStorage.secure_context_required | DOM API | |
| api.CacheStorage.worker_support | DOM API | Chrome: Only available in service workers.Chrome Android: Only available in service workers.Opera: Only available in service workers.Opera Android: Only available in service workers.WebView Android: Only available in service workers. |
| api.CanMakePaymentEvent π | DOM API | |
| api.CanMakePaymentEvent.CanMakePaymentEvent π | DOM API | |
| api.CanMakePaymentEvent.methodData | DOM API | |
| api.CanMakePaymentEvent.modifiers | DOM API | |
| api.CanMakePaymentEvent.paymentRequestOrigin | DOM API | |
| api.CanMakePaymentEvent.respondWith π | DOM API | |
| api.CanMakePaymentEvent.topOrigin | DOM API | |
| api.CanvasCaptureMediaStreamTrack π | DOM API | |
| api.CanvasCaptureMediaStreamTrack.canvas π | DOM API | |
| api.CanvasCaptureMediaStreamTrack.requestFrame π | DOM API | |
| api.CanvasFilter | DOM API | |
| api.CanvasFilter.CanvasFilter | DOM API | |
| api.CanvasGradient π | DOM API | Firefox: Before Firefox 5.0, specifying non-finite values when adding color stops through a call to addColorStop() incorrectly throws SYNTAX_ERR instead of INDEX_SIZE_ERR. |
| api.CanvasGradient.addColorStop π | DOM API | |
| api.CanvasPattern π | DOM API | |
| api.CanvasPattern.setTransform π | DOM API | |
| api.CanvasPattern.setTransform.dommatrix | DOM API | |
| api.CanvasRenderingContext2D π | DOM API | |
| api.CanvasRenderingContext2D.arc π | DOM API | |
| api.CanvasRenderingContext2D.arcTo π | DOM API | |
| api.CanvasRenderingContext2D.beginPath π | DOM API | |
| api.CanvasRenderingContext2D.bezierCurveTo π | DOM API | |
| api.CanvasRenderingContext2D.canvas π | DOM API | |
| api.CanvasRenderingContext2D.clearRect π | DOM API | |
| api.CanvasRenderingContext2D.clip π | DOM API | |
| api.CanvasRenderingContext2D.clip.path_parameter | DOM API | |
| api.CanvasRenderingContext2D.closePath π | DOM API | |
| api.CanvasRenderingContext2D.createConicGradient π | DOM API | Firefox: Implements an older version of the specification. The gradient starts from a line going vertically up from the center, like the equivalent CSS function.Firefox for Android: Implements an older version of the specification. The gradient starts from a line going vertically up from the center, like the equivalent CSS function.Safari: Implements an older version of the specification. The gradient starts from a line going vertically up from the center, like the equivalent CSS function.Safari on iOS: Implements an older version of the specification. The gradient starts from a line going vertically up from the center, like the equivalent CSS function.WebView on iOS: Implements an older version of the specification. The gradient starts from a line going vertically up from the center, like the equivalent CSS function. |
| api.CanvasRenderingContext2D.createImageData π | DOM API | |
| api.CanvasRenderingContext2D.createLinearGradient π | DOM API | |
| api.CanvasRenderingContext2D.createPattern π | DOM API | Firefox: The repetition values repeat-x and repeat-y are not supported with fill(), only with fillRect(), see bug 468358.Firefox for Android: The repetition values repeat-x and repeat-y are not supported with fill(), only with fillRect(), see bug 468358. |
| api.CanvasRenderingContext2D.createRadialGradient π | DOM API | |
| api.CanvasRenderingContext2D.direction π | DOM API | |
| api.CanvasRenderingContext2D.drawFocusIfNeeded π | DOM API | |
| api.CanvasRenderingContext2D.drawFocusIfNeeded.path_parameter | DOM API | |
| api.CanvasRenderingContext2D.drawImage π | DOM API | |
| api.CanvasRenderingContext2D.drawImage.ImageBitmap_source_image | DOM API | |
| api.CanvasRenderingContext2D.drawImage.SVGImageElement_source_image | DOM API | |
| api.CanvasRenderingContext2D.ellipse π | DOM API | |
| api.CanvasRenderingContext2D.fill π | DOM API | |
| api.CanvasRenderingContext2D.fill.path_parameter | DOM API | |
| api.CanvasRenderingContext2D.fillRect π | DOM API | |
| api.CanvasRenderingContext2D.fillStyle π | DOM API | |
| api.CanvasRenderingContext2D.fillText π | DOM API | |
| api.CanvasRenderingContext2D.filter π | DOM API | |
| api.CanvasRenderingContext2D.font π | DOM API | |
| api.CanvasRenderingContext2D.fontKerning π | DOM API | |
| api.CanvasRenderingContext2D.fontStretch π | DOM API | |
| api.CanvasRenderingContext2D.fontVariantCaps π | DOM API | |
| api.CanvasRenderingContext2D.getContextAttributes π | DOM API | |
| api.CanvasRenderingContext2D.getImageData π | DOM API | Firefox: Since Firefox 5, getImageData now correctly accepts rectangles that extend beyond the bounds of the canvas; pixels outside the canvas are returned as transparent black and now also returns at least one pixel's worth of image data if a rectangle smaller than one pixel is specified.Firefox for Android: Since Firefox for Android 5, getImageData now correctly accepts rectangles that extend beyond the bounds of the canvas; pixels outside the canvas are returned as transparent black and now also returns at least one pixel's worth of image data if a rectangle smaller than one pixel is specified. |
| api.CanvasRenderingContext2D.getLineDash π | DOM API | |
| api.CanvasRenderingContext2D.getTransform π | DOM API | |
| api.CanvasRenderingContext2D.globalAlpha π | DOM API | |
| api.CanvasRenderingContext2D.globalCompositeOperation π | DOM API | |
| api.CanvasRenderingContext2D.imageSmoothingEnabled π | DOM API | |
| api.CanvasRenderingContext2D.imageSmoothingQuality π | DOM API | |
| api.CanvasRenderingContext2D.isContextLost π | DOM API | |
| api.CanvasRenderingContext2D.isPointInPath π | DOM API | |
| api.CanvasRenderingContext2D.isPointInPath.path_parameter | DOM API | |
| api.CanvasRenderingContext2D.isPointInStroke π | DOM API | |
| api.CanvasRenderingContext2D.isPointInStroke.path_parameter | DOM API | |
| api.CanvasRenderingContext2D.letterSpacing π | DOM API | |
| api.CanvasRenderingContext2D.lineCap π | DOM API | |
| api.CanvasRenderingContext2D.lineDashOffset π | DOM API | |
| api.CanvasRenderingContext2D.lineJoin π | DOM API | |
| api.CanvasRenderingContext2D.lineTo π | DOM API | |
| api.CanvasRenderingContext2D.lineWidth π | DOM API | |
| api.CanvasRenderingContext2D.measureText π | DOM API | |
| api.CanvasRenderingContext2D.miterLimit π | DOM API | |
| api.CanvasRenderingContext2D.moveTo π | DOM API | |
| api.CanvasRenderingContext2D.putImageData π | DOM API | |
| api.CanvasRenderingContext2D.quadraticCurveTo π | DOM API | |
| api.CanvasRenderingContext2D.rect π | DOM API | |
| api.CanvasRenderingContext2D.reset π | DOM API | |
| api.CanvasRenderingContext2D.resetTransform π | DOM API | |
| api.CanvasRenderingContext2D.restore π | DOM API | |
| api.CanvasRenderingContext2D.rotate π | DOM API | |
| api.CanvasRenderingContext2D.roundRect π | DOM API | |
| api.CanvasRenderingContext2D.save π | DOM API | |
| api.CanvasRenderingContext2D.scale π | DOM API | |
| api.CanvasRenderingContext2D.setLineDash π | DOM API | |
| api.CanvasRenderingContext2D.setTransform π | DOM API | |
| api.CanvasRenderingContext2D.setTransform.matrix_parameter | DOM API | |
| api.CanvasRenderingContext2D.shadowBlur π | DOM API | |
| api.CanvasRenderingContext2D.shadowColor π | DOM API | |
| api.CanvasRenderingContext2D.shadowOffsetX π | DOM API | |
| api.CanvasRenderingContext2D.shadowOffsetY π | DOM API | |
| api.CanvasRenderingContext2D.stroke π | DOM API | |
| api.CanvasRenderingContext2D.stroke.path_parameter | DOM API | |
| api.CanvasRenderingContext2D.strokeRect π | DOM API | |
| api.CanvasRenderingContext2D.strokeStyle π | DOM API | |
| api.CanvasRenderingContext2D.strokeText π | DOM API | |
| api.CanvasRenderingContext2D.textAlign π | DOM API | |
| api.CanvasRenderingContext2D.textBaseline π | DOM API | |
| api.CanvasRenderingContext2D.textRendering π | DOM API | |
| api.CanvasRenderingContext2D.transform π | DOM API | |
| api.CanvasRenderingContext2D.translate π | DOM API | |
| api.CanvasRenderingContext2D.wordSpacing π | DOM API | |
| api.CaptureController π | DOM API | |
| api.CaptureController.CaptureController π | DOM API | |
| api.CaptureController.setFocusBehavior π | DOM API | |
| api.CaretPosition π | DOM API | |
| api.CaretPosition.getClientRect π | DOM API | |
| api.CaretPosition.offset π | DOM API | |
| api.CaretPosition.offsetNode π | DOM API | |
| api.ChannelMergerNode π | DOM API | |
| api.ChannelMergerNode.ChannelMergerNode π | DOM API | |
| api.ChannelSplitterNode π | DOM API | Chrome: Starting in Chrome 56, channelCountMode is set to explicit and channelCount is fixed to the number of outputs, as per the latest spec.Chrome Android: Starting in Chrome Android 56, channelCountMode is set to explicit and channelCount is fixed to the number of outputs, as per the latest spec.Quest Browser: Starting in Quest Browser 5.0, channelCountMode is set to explicit and channelCount is fixed to the number of outputs, as per the latest spec.Opera: Starting in Opera 43, channelCountMode is set to explicit and channelCount is fixed to the number of outputs, as per the latest spec.Opera Android: Starting in Opera Android 43, channelCountMode is set to explicit and channelCount is fixed to the number of outputs, as per the latest spec.Samsung Internet: Starting in Samsung Internet 6.0, channelCountMode is set to explicit and channelCount is fixed to the number of outputs, as per the latest spec.WebView Android: Starting in version 56, channelCountMode is set to explicit and channelCount is fixed to the number of outputs, as per the latest spec. |
| api.ChannelSplitterNode.ChannelSplitterNode π | DOM API | |
| api.ChapterInformation π | DOM API | |
| api.ChapterInformation.artwork π | DOM API | |
| api.ChapterInformation.startTime π | DOM API | |
| api.ChapterInformation.title π | DOM API | |
| api.CharacterBoundsUpdateEvent π | DOM API | |
| api.CharacterBoundsUpdateEvent.CharacterBoundsUpdateEvent π | DOM API | |
| api.CharacterBoundsUpdateEvent.rangeEnd π | DOM API | |
| api.CharacterBoundsUpdateEvent.rangeStart π | DOM API | |
| api.CharacterData π | DOM API | |
| api.CharacterData.after π | DOM API | |
| api.CharacterData.appendData π | DOM API | |
| api.CharacterData.before π | DOM API | |
| api.CharacterData.data π | DOM API | |
| api.CharacterData.deleteData π | DOM API | |
| api.CharacterData.insertData π | DOM API | |
| api.CharacterData.length π | DOM API | |
| api.CharacterData.nextElementSibling π | DOM API | |
| api.CharacterData.previousElementSibling π | DOM API | |
| api.CharacterData.remove π | DOM API | |
| api.CharacterData.replaceData π | DOM API | |
| api.CharacterData.replaceWith π | DOM API | |
| api.CharacterData.substringData π | DOM API | |
| api.Client π | DOM API | |
| api.Client.frameType π | DOM API | |
| api.Client.id π | DOM API | |
| api.Client.postMessage π | DOM API | |
| api.Client.type π | DOM API | |
| api.Client.url π | DOM API | |
| api.Clients π | DOM API | |
| api.Clients.claim π | DOM API | |
| api.Clients.get π | DOM API | |
| api.Clients.matchAll π | DOM API | Chrome: Client objects returned in most recent focus order.Chrome Android: Client objects returned in most recent focus order.Edge: Client objects returned in most recent focus order.Firefox: Before Firefox 54, Client objects were not returned in the most recent focus order as required by the specification.Firefox for Android: Before Firefox for Android 54, Client objects were not returned in the most recent focus order as required by the specification.Quest Browser: Client objects returned in most recent focus order.Samsung Internet: Client objects returned in most recent focus order.WebView Android: Client objects returned in most recent focus order. |
| api.Clients.matchAll.options_includeUncontrolled_parameter π | DOM API | Chrome: Client objects returned in most recent focus order.Chrome Android: Client objects returned in most recent focus order.Edge: Client objects returned in most recent focus order.Quest Browser: Client objects returned in most recent focus order.Samsung Internet: Client objects returned in most recent focus order.WebView Android: Client objects returned in most recent focus order. |
| api.Clients.openWindow π | DOM API | Chrome: Before Chrome 43, this method could only open URLs on the same origin.Chrome: Since Chrome 51, URLs may open inside an existing browsing context provided by a standalone web app.Chrome Android: Before Chrome Android 43, this method could only open URLs on the same origin.Chrome Android: Since Chrome Android 51, URLs may open inside an existing browsing context provided by a standalone web app.Quest Browser: Before Quest Browser 5.0, this method could only open URLs on the same origin.Quest Browser: Since Quest Browser 5.0, URLs may open inside an existing browsing context provided by a standalone web app.Samsung Internet: Before Samsung Internet 4.0, this method could only open URLs on the same origin.Samsung Internet: Since Samsung Internet 5.0, URLs may open inside an existing browsing context provided by a standalone web app.WebView Android: Before WebView Android 43, this method could only open URLs on the same origin.WebView Android: Since WebView Android 51, URLs may open inside an existing browsing context provided by a standalone web app. |
| api.Clipboard π | DOM API | |
| api.Clipboard.read π | DOM API | Chrome: The user must grant the clipboard-read permission.Chrome Android: The user must grant the clipboard-read permission.Edge: The user must grant the clipboard-read permission.Firefox: This method must be called within user gesture event handlers.Firefox: Web extensions require the clipboardRead permission in manifest to read data. With this permission, the extension does not require a user interaction and does not display a paste prompt.Firefox: A paste prompt is displayed when the clipboard is read. If the clipboard contains same-origin content, the prompt is suppressed.Firefox for Android: This method must be called within user gesture event handlers.Firefox for Android: Web extensions require the clipboardRead permission in manifest to read data. With this permission, the extension does not require a user interaction and does not display a paste prompt.Firefox for Android: A paste prompt is displayed when the clipboard is read. If the clipboard contains same-origin content, the prompt is suppressed.Quest Browser: The user must grant the clipboard-read permission.Opera: The user must grant the clipboard-read permission.Opera Android: The user must grant the clipboard-read permission.Samsung Internet: The user must grant the clipboard-read permission.WebView Android: The user must grant the clipboard-read permission. |
| api.Clipboard.read.formats_unsanitized_parameter π | DOM API | |
| api.Clipboard.readText π | DOM API | Chrome: The user must grant the clipboard-read permission.Chrome Android: The user must grant the clipboard-read permission.Edge: The user must grant the clipboard-read permission.Firefox: This method must be called within user gesture event handlers.Firefox: Web extensions require the clipboardRead permission in manifest to read data. With this permission, the extension does not require a user interaction and does not display a paste prompt.Firefox: A paste prompt is displayed when the clipboard is read. If the clipboard contains same-origin content, the prompt is suppressed.Firefox for Android: This method must be called within user gesture event handlers.Firefox for Android: Web extensions require the clipboardRead permission in manifest to read data. With this permission, the extension does not require a user interaction and does not display a paste prompt.Firefox for Android: A paste prompt is displayed when the clipboard is read. If the clipboard contains same-origin content, the prompt is suppressed.Quest Browser: The user must grant the clipboard-read permission.Opera: The user must grant the clipboard-read permission.Opera Android: The user must grant the clipboard-read permission.Samsung Internet: The user must grant the clipboard-read permission.WebView Android: The user must grant the clipboard-read permission. |
| api.Clipboard.type_image-png | DOM API | |
| api.Clipboard.type_text-html | DOM API | |
| api.Clipboard.type_text-plain | DOM API | |
| api.Clipboard.write π | DOM API | Chrome: From version 107, this method must be called within user gesture event handlers, or the user must grant the clipboard-write permission.Chrome: Before version 107, the user must grant the clipboard-write permission.Chrome Android: From version 107, this method must be called within user gesture event handlers, or the user must grant the clipboard-write permission.Chrome Android: Before version 107, the user must grant the clipboard-write permission.Firefox: This method must be called within user gesture event handlers.Firefox: Web extensions require the clipboardWrite permission in manifest to read data. With this permission, the extension does not require a user interaction and does not display a paste prompt.Firefox: A paste prompt is displayed when the clipboard is read. If the clipboard contains same-origin content, the prompt is suppressed.Firefox for Android: This method must be called within user gesture event handlers.Firefox for Android: Web extensions require the clipboardWrite permission in manifest to read data. With this permission, the extension does not require a user interaction and does not display a paste prompt.Firefox for Android: A paste prompt is displayed when the clipboard is read. If the clipboard contains same-origin content, the prompt is suppressed.Quest Browser: From version false, this method must be called within user gesture event handlers, or the user must grant the clipboard-write permission.Quest Browser: Before version false, the user must grant the clipboard-write permission.Opera: From version 93, this method must be called within user gesture event handlers, or the user must grant the clipboard-write permission.Opera: Before version 93, the user must grant the clipboard-write permission.Opera Android: From version 73, this method must be called within user gesture event handlers, or the user must grant the clipboard-write permission.Opera Android: Before version 73, the user must grant the clipboard-write permission.Samsung Internet: From version 21.0, this method must be called within user gesture event handlers, or the user must grant the clipboard-write permission.Samsung Internet: Before version 21.0, the user must grant the clipboard-write permission.WebView Android: From version 107, this method must be called within user gesture event handlers, or the user must grant the clipboard-write permission.WebView Android: Before version 107, the user must grant the clipboard-write permission. |
| api.Clipboard.writeText π | DOM API | Chrome: From version 107, this method must be called within user gesture event handlers, or the user must grant the clipboard-write permission.Chrome: Before version 107, the user must grant the clipboard-write permission.Chrome Android: From version 107, this method must be called within user gesture event handlers, or the user must grant the clipboard-write permission.Chrome Android: Before version 107, the user must grant the clipboard-write permission.Edge: From version 107, this method must be called within user gesture event handlers, or the user must grant the clipboard-write permission.Edge: Before version 107, the user must grant the clipboard-write permission.Firefox: This method must be called within user gesture event handlers.Firefox: Web extensions require the clipboardRead permission in manifest to read data. With this permission, the extension does not require a user interaction and does not display a paste prompt.Firefox: A paste prompt is displayed when the clipboard is read. If the clipboard contains same-origin content, the prompt is suppressed.Firefox for Android: This method must be called within user gesture event handlers.Firefox for Android: Web extensions require the clipboardRead permission in manifest to read data. With this permission, the extension does not require a user interaction and does not display a paste prompt.Firefox for Android: A paste prompt is displayed when the clipboard is read. If the clipboard contains same-origin content, the prompt is suppressed.Quest Browser: From version false, this method must be called within user gesture event handlers, or the user must grant the clipboard-write permission.Quest Browser: Before version false, the user must grant the clipboard-write permission.Opera: From version 93, this method must be called within user gesture event handlers, or the user must grant the clipboard-write permission.Opera: Before version 93, the user must grant the clipboard-write permission.Opera Android: From version 73, this method must be called within user gesture event handlers, or the user must grant the clipboard-write permission.Opera Android: Before version 73, the user must grant the clipboard-write permission.Safari: This method must be called within user gesture event handlers.Safari on iOS: This method must be called within user gesture event handlers.Samsung Internet: From version 21.0, this method must be called within user gesture event handlers, or the user must grant the clipboard-write permission.Samsung Internet: Before version 21.0, the user must grant the clipboard-write permission.WebView Android: From version 107, this method must be called within user gesture event handlers, or the user must grant the clipboard-write permission.WebView Android: Before version 107, the user must grant the clipboard-write permission.WebView on iOS: This method must be called within user gesture event handlers. |
| api.ClipboardEvent π | DOM API | |
| api.ClipboardEvent.ClipboardEvent π | DOM API | |
| api.ClipboardEvent.clipboardData π | DOM API | |
| api.ClipboardItem π | DOM API | |
| api.ClipboardItem.ClipboardItem π | DOM API | Chrome: Only accepts a Blob or a Promise resolving to a Blob as the item data.Chrome: Only accepts a Blob as the item data. See bug 40103226.Chrome Android: The ClipboardItem constructor only accepts a blob as the item data, but not strings or Promises that resolve to strings or blobs. See bug 40103226.Edge: Only accepts a Blob or a Promise resolving to a Blob as the item data.Edge: Only accepts a Blob as the item data. See bug 40103226.Quest Browser: The ClipboardItem constructor only accepts a blob as the item data, but not strings or Promises that resolve to strings or blobs. See bug 40103226.Opera: Only accepts a Blob or a Promise resolving to a Blob as the item data.Opera: Only accepts a Blob as the item data. See bug 40103226.Opera Android: The ClipboardItem constructor only accepts a blob as the item data, but not strings or Promises that resolve to strings or blobs. See bug 40103226.Samsung Internet: The ClipboardItem constructor only accepts a blob as the item data, but not strings or Promises that resolve to strings or blobs. See bug 40103226.WebView Android: The ClipboardItem constructor only accepts a blob as the item data, but not strings or Promises that resolve to strings or blobs. See bug 40103226. |
| api.ClipboardItem.getType π | DOM API | |
| api.ClipboardItem.presentationStyle π | DOM API | |
| api.ClipboardItem.supports_static π | DOM API | |
| api.ClipboardItem.type_image_svg_xml π | DOM API | |
| api.ClipboardItem.type_web π | DOM API | |
| api.ClipboardItem.types π | DOM API | |
| api.CloseEvent π | DOM API | Firefox: Before Firefox 12, the close code CLOSE_NORMAL was used when the channel was closed due to an unexpected error or unspecified error condition.Firefox: Before Firefox 8, the WebSocket close event was sent to the listener as a simple event. |
| api.CloseEvent.CloseEvent π | DOM API | |
| api.CloseEvent.code π | DOM API | |
| api.CloseEvent.reason π | DOM API | |
| api.CloseEvent.wasClean π | DOM API | |
| api.CloseWatcher π | DOM API | |
| api.CloseWatcher.CloseWatcher π | DOM API | |
| api.CloseWatcher.cancel_event π | DOM API | |
| api.CloseWatcher.close π | DOM API | |
| api.CloseWatcher.close_event π | DOM API | |
| api.CloseWatcher.destroy π | DOM API | |
| api.CloseWatcher.requestClose π | DOM API | |
| api.CommandEvent | DOM API | |
| api.CommandEvent.CommandEvent | DOM API | |
| api.CommandEvent.command | DOM API | |
| api.CommandEvent.source | DOM API | |
| api.Comment π | DOM API | |
| api.Comment.Comment π | DOM API | |
| api.CompositionEvent π | DOM API | |
| api.CompositionEvent.CompositionEvent π | DOM API | |
| api.CompositionEvent.data π | DOM API | |
| api.CompositionEvent.initCompositionEvent π | DOM API | |
| api.CompositionEvent.locale | DOM API | |
| api.CompressionStream π | DOM API | Node.js: Available as a part of the stream/web module. |
| api.CompressionStream.CompressionStream π | DOM API | |
| api.CompressionStream.CompressionStream.deflate π | DOM API | |
| api.CompressionStream.CompressionStream.deflate-raw π | DOM API | |
| api.CompressionStream.CompressionStream.gzip π | DOM API | |
| api.CompressionStream.readable π | DOM API | |
| api.CompressionStream.writable π | DOM API | |
| api.ConstantSourceNode π | DOM API | |
| api.ConstantSourceNode.ConstantSourceNode π | DOM API | |
| api.ConstantSourceNode.offset π | DOM API | |
| api.ContactAddress π | DOM API | Samsung Internet: This API was exposed but failed upon opening a contact selector. |
| api.ContactAddress.addressLine π | DOM API | Samsung Internet: This API was exposed but failed upon opening a contact selector. |
| api.ContactAddress.city π | DOM API | Samsung Internet: This API was exposed but failed upon opening a contact selector. |
| api.ContactAddress.country π | DOM API | Samsung Internet: This API was exposed but failed upon opening a contact selector. |
| api.ContactAddress.dependentLocality π | DOM API | Samsung Internet: This API was exposed but failed upon opening a contact selector. |
| api.ContactAddress.organization π | DOM API | Samsung Internet: This API was exposed but failed upon opening a contact selector. |
| api.ContactAddress.phone π | DOM API | Samsung Internet: This API was exposed but failed upon opening a contact selector. |
| api.ContactAddress.postalCode π | DOM API | Samsung Internet: This API was exposed but failed upon opening a contact selector. |
| api.ContactAddress.recipient π | DOM API | Samsung Internet: This API was exposed but failed upon opening a contact selector. |
| api.ContactAddress.region π | DOM API | Samsung Internet: This API was exposed but failed upon opening a contact selector. |
| api.ContactAddress.sortingCode π | DOM API | Samsung Internet: This API was exposed but failed upon opening a contact selector. |
| api.ContactAddress.toJSON π | DOM API | Samsung Internet: This API was exposed but failed upon opening a contact selector. |
| api.ContactsManager π | DOM API | Samsung Internet: This API was exposed but failed upon opening a contact selector. |
| api.ContactsManager.getProperties π | DOM API | Samsung Internet: This API was exposed but failed upon opening a contact selector. |
| api.ContactsManager.select π | DOM API | Samsung Internet: This API was exposed but failed upon opening a contact selector. |
| api.ContentIndex π | DOM API | |
| api.ContentIndex.add π | DOM API | |
| api.ContentIndex.delete π | DOM API | |
| api.ContentIndex.getAll π | DOM API | |
| api.ContentIndexEvent π | DOM API | |
| api.ContentIndexEvent.ContentIndexEvent π | DOM API | |
| api.ContentIndexEvent.id π | DOM API | |
| api.ContentVisibilityAutoStateChangeEvent π | DOM API | |
| api.ContentVisibilityAutoStateChangeEvent.ContentVisibilityAutoStateChangeEvent π | DOM API | |
| api.ContentVisibilityAutoStateChangeEvent.skipped π | DOM API | |
| api.ConvolverNode π | DOM API | |
| api.ConvolverNode.ConvolverNode π | DOM API | |
| api.ConvolverNode.buffer π | DOM API | |
| api.ConvolverNode.normalize π | DOM API | |
| api.CookieChangeEvent π | DOM API | |
| api.CookieChangeEvent.CookieChangeEvent π | DOM API | |
| api.CookieChangeEvent.changed π | DOM API | |
| api.CookieChangeEvent.changed.partitioned_property π | DOM API | |
| api.CookieChangeEvent.deleted π | DOM API | |
| api.CookieChangeEvent.deleted.partitioned_property π | DOM API | |
| api.CookieStore π | DOM API | |
| api.CookieStore.change_event π | DOM API | |
| api.CookieStore.delete π | DOM API | |
| api.CookieStore.delete.partitioned_option π | DOM API | |
| api.CookieStore.get π | DOM API | |
| api.CookieStore.get.partitioned_return_property π | DOM API | |
| api.CookieStore.getAll π | DOM API | |
| api.CookieStore.getAll.partitioned_return_property π | DOM API | |
| api.CookieStore.set π | DOM API | |
| api.CookieStore.set.partitioned_option π | DOM API | |
| api.CookieStoreManager π | DOM API | |
| api.CookieStoreManager.getSubscriptions π | DOM API | |
| api.CookieStoreManager.subscribe π | DOM API | |
| api.CookieStoreManager.unsubscribe π | DOM API | |
| api.CountQueuingStrategy π | DOM API | Node.js: Available as a part of the stream/web module. |
| api.CountQueuingStrategy.CountQueuingStrategy π | DOM API | |
| api.CountQueuingStrategy.highWaterMark π | DOM API | |
| api.CountQueuingStrategy.size π | DOM API | |
| api.Counter | DOM API | |
| api.Counter.identifier | DOM API | |
| api.Counter.listStyle | DOM API | |
| api.Counter.separator | DOM API | |
| api.Credential π | DOM API | |
| api.Credential.id π | DOM API | |
| api.Credential.isConditionalMediationAvailable_static π | DOM API | |
| api.Credential.type π | DOM API | |
| api.CredentialsContainer π | DOM API | |
| api.CredentialsContainer.create π | DOM API | |
| api.CredentialsContainer.create.publicKey_option π | DOM API | |
| api.CredentialsContainer.create.publicKey_option.attestation π | DOM API | |
| api.CredentialsContainer.create.publicKey_option.attestation.direct π | DOM API | Firefox for Android: credentialCreationData.attestationConveyancePreferenceOption value "direct" is not supported. See https://bugzil.la/1550164 |
| api.CredentialsContainer.create.publicKey_option.attestation.enterprise π | DOM API | Firefox for Android: credentialCreationData.attestationConveyancePreferenceOption value "enterprise" is not supported. See https://bugzil.la/1550164 |
| api.CredentialsContainer.create.publicKey_option.attestation.indirect π | DOM API | |
| api.CredentialsContainer.create.publicKey_option.attestation.none π | DOM API | |
| api.CredentialsContainer.create.publicKey_option.extensions π | DOM API | |
| api.CredentialsContainer.create.publicKey_option.extensions.appidExclude π | DOM API | |
| api.CredentialsContainer.create.publicKey_option.extensions.credProps π | DOM API | |
| api.CredentialsContainer.create.publicKey_option.extensions.credProtect | DOM API | |
| api.CredentialsContainer.create.publicKey_option.extensions.largeBlob π | DOM API | |
| api.CredentialsContainer.create.publicKey_option.extensions.minPinLength | DOM API | |
| api.CredentialsContainer.create.publicKey_option.extensions.payment π | DOM API | |
| api.CredentialsContainer.create.publicKey_option.requireResidentKey π | DOM API | |
| api.CredentialsContainer.create.publicKey_option.residentKey π | DOM API | |
| api.CredentialsContainer.get π | DOM API | |
| api.CredentialsContainer.get.identity_option π | DOM API | |
| api.CredentialsContainer.get.identity_option.context_option π | DOM API | |
| api.CredentialsContainer.get.identity_option.error_api | DOM API | |
| api.CredentialsContainer.get.identity_option.loginHint π | DOM API | |
| api.CredentialsContainer.get.otp_option π | DOM API | |
| api.CredentialsContainer.get.publicKey_option π | DOM API | |
| api.CredentialsContainer.get.publicKey_option.extensions π | DOM API | |
| api.CredentialsContainer.get.publicKey_option.extensions.appid π | DOM API | |
| api.CredentialsContainer.get.publicKey_option.extensions.largeBlob π | DOM API | |
| api.CredentialsContainer.preventSilentAccess π | DOM API | Safari: This method exists, but always rejected with a NotSupportedError exception.Safari on iOS: This method exists, but always rejected with a NotSupportedError exception.WebView on iOS: This method exists, but always rejected with a NotSupportedError exception. |
| api.CredentialsContainer.store π | DOM API | |
| api.CropTarget π | DOM API | |
| api.CropTarget.fromElement_static π | DOM API | |
| api.Crypto π | DOM API | Deno: Crypto is not a concrete interface, but its methods are available on Window.crypto.Node.js: Available as a part of the crypto module. |
| api.Crypto.getRandomValues π | DOM API | Node.js: Since v17.4.0, a similar method is available via the crypto module. |
| api.Crypto.randomUUID π | DOM API | Node.js: Since 14.17.0 and 15.6.0, a similar method is available via the crypto module. |
| api.Crypto.subtle π | DOM API | |
| api.Crypto.subtle.secure_context_required | DOM API | |
| api.CryptoKey π | DOM API | Node.js: Available as a part of the crypto module. |
| api.CryptoKey.algorithm π | DOM API | |
| api.CryptoKey.extractable π | DOM API | Deno: The only supported value for this property is true. |
| api.CryptoKey.type π | DOM API | |
| api.CryptoKey.usages π | DOM API | |
| api.CustomElementRegistry π | DOM API | |
| api.CustomElementRegistry.builtin_element_support | DOM API | |
| api.CustomElementRegistry.define π | DOM API | |
| api.CustomElementRegistry.define.disabledFeatures_static_property | DOM API | |
| api.CustomElementRegistry.get π | DOM API | Safari: Supports 'Autonomous custom elements' but not 'Customized built-in elements'. See bug 182671.Safari on iOS: Supports 'Autonomous custom elements' but not 'Customized built-in elements'. See bug 182671.WebView on iOS: Supports 'Autonomous custom elements' but not 'Customized built-in elements'. See bug 182671. |
| api.CustomElementRegistry.getName π | DOM API | Safari: Supports 'Autonomous custom elements' but not 'Customized built-in elements'.Safari on iOS: Supports 'Autonomous custom elements' but not 'Customized built-in elements'.WebView on iOS: Supports 'Autonomous custom elements' but not 'Customized built-in elements'. |
| api.CustomElementRegistry.upgrade π | DOM API | |
| api.CustomElementRegistry.whenDefined π | DOM API | |
| api.CustomEvent π | DOM API | |
| api.CustomEvent.CustomEvent π | DOM API | |
| api.CustomEvent.detail π | DOM API | |
| api.CustomEvent.initCustomEvent π | DOM API | |
| api.CustomEvent.worker_support | DOM API | |
| api.CustomStateSet π | DOM API | |
| api.CustomStateSet.@@iterator π | DOM API | |
| api.CustomStateSet.add π | DOM API | |
| api.CustomStateSet.clear π | DOM API | |
| api.CustomStateSet.delete π | DOM API | |
| api.CustomStateSet.entries π | DOM API | |
| api.CustomStateSet.forEach π | DOM API | |
| api.CustomStateSet.has π | DOM API | |
| api.CustomStateSet.keys π | DOM API | |
| api.CustomStateSet.size π | DOM API | |
| api.CustomStateSet.values π | DOM API | |
| api.DOMError | DOM API | |
| api.DOMError.message | DOM API | |
| api.DOMError.name | DOM API | |
| api.DOMException π | DOM API | |
| api.DOMException.DOMException π | DOM API | |
| api.DOMException.code π | DOM API | |
| api.DOMException.message π | DOM API | |
| api.DOMException.name π | DOM API | |
| api.DOMException.serializable_object π | DOM API | |
| api.DOMImplementation π | DOM API | |
| api.DOMImplementation.createDocument π | DOM API | |
| api.DOMImplementation.createDocumentType π | DOM API | |
| api.DOMImplementation.createHTMLDocument π | DOM API | Internet Explorer: The title parameter is required, but can be empty string. |
| api.DOMImplementation.hasFeature π | DOM API | Firefox: Since Firefox 19, hasFeature() mostly returns true. |
| api.DOMMatrix π | DOM API | |
| api.DOMMatrix.DOMMatrix π | DOM API | |
| api.DOMMatrix.a π | DOM API | |
| api.DOMMatrix.b π | DOM API | |
| api.DOMMatrix.c π | DOM API | |
| api.DOMMatrix.d π | DOM API | |
| api.DOMMatrix.e π | DOM API | |
| api.DOMMatrix.f π | DOM API | |
| api.DOMMatrix.fromFloat32Array_static π | DOM API | |
| api.DOMMatrix.fromFloat64Array_static π | DOM API | |
| api.DOMMatrix.fromMatrix_static π | DOM API | |
| api.DOMMatrix.invertSelf π | DOM API | |
| api.DOMMatrix.m11 π | DOM API | |
| api.DOMMatrix.m12 π | DOM API | |
| api.DOMMatrix.m13 π | DOM API | |
| api.DOMMatrix.m14 π | DOM API | |
| api.DOMMatrix.m21 π | DOM API | |
| api.DOMMatrix.m22 π | DOM API | |
| api.DOMMatrix.m23 π | DOM API | |
| api.DOMMatrix.m24 π | DOM API | |
| api.DOMMatrix.m31 π | DOM API | |
| api.DOMMatrix.m32 π | DOM API | |
| api.DOMMatrix.m33 π | DOM API | |
| api.DOMMatrix.m34 π | DOM API | |
| api.DOMMatrix.m41 π | DOM API | |
| api.DOMMatrix.m42 π | DOM API | |
| api.DOMMatrix.m43 π | DOM API | |
| api.DOMMatrix.m44 π | DOM API | |
| api.DOMMatrix.multiplySelf π | DOM API | |
| api.DOMMatrix.preMultiplySelf π | DOM API | |
| api.DOMMatrix.rotateAxisAngleSelf π | DOM API | |
| api.DOMMatrix.rotateFromVectorSelf π | DOM API | |
| api.DOMMatrix.rotateSelf π | DOM API | |
| api.DOMMatrix.scale3dSelf π | DOM API | Firefox: Starting in Firefox 69, the first parameter ( scale) is now optional with a default value of 1, per the specification. Previously it was required.Firefox for Android: Starting in Firefox for Android 79, the first parameter (scale) is now optional with a default value of 1, per the specification. Previously it was required. |
| api.DOMMatrix.scaleSelf π | DOM API | Firefox: Firefox 69 introduced support for the modern six-parameter syntax for scaleSelf(). Previously, it only supported the older three-parameter syntax: scale(scaleX[, originX][, originY]]]).Firefox for Android: Firefox for Android 79 introduced support for the modern six-parameter syntax for scaleSelf(). Previously, it only supported the older three-parameter syntax: scale(scaleX[, originX][, originY]]]). |
| api.DOMMatrix.setMatrixValue π | DOM API | |
| api.DOMMatrix.skewXSelf π | DOM API | |
| api.DOMMatrix.skewYSelf π | DOM API | |
| api.DOMMatrix.translateSelf π | DOM API | |
| api.DOMMatrix.worker_support | DOM API | |
| api.DOMMatrixReadOnly π | DOM API | |
| api.DOMMatrixReadOnly.DOMMatrixReadOnly π | DOM API | |
| api.DOMMatrixReadOnly.a π | DOM API | |
| api.DOMMatrixReadOnly.b π | DOM API | |
| api.DOMMatrixReadOnly.c π | DOM API | |
| api.DOMMatrixReadOnly.d π | DOM API | |
| api.DOMMatrixReadOnly.e π | DOM API | |
| api.DOMMatrixReadOnly.f π | DOM API | |
| api.DOMMatrixReadOnly.flipX π | DOM API | |
| api.DOMMatrixReadOnly.flipY π | DOM API | |
| api.DOMMatrixReadOnly.fromFloat32Array_static π | DOM API | |
| api.DOMMatrixReadOnly.fromFloat64Array_static π | DOM API | |
| api.DOMMatrixReadOnly.fromMatrix_static π | DOM API | |
| api.DOMMatrixReadOnly.inverse π | DOM API | |
| api.DOMMatrixReadOnly.is2D π | DOM API | |
| api.DOMMatrixReadOnly.isIdentity π | DOM API | |
| api.DOMMatrixReadOnly.m11 π | DOM API | |
| api.DOMMatrixReadOnly.m12 π | DOM API | |
| api.DOMMatrixReadOnly.m13 π | DOM API | |
| api.DOMMatrixReadOnly.m14 π | DOM API | |
| api.DOMMatrixReadOnly.m21 π | DOM API | |
| api.DOMMatrixReadOnly.m22 π | DOM API | |
| api.DOMMatrixReadOnly.m23 π | DOM API | |
| api.DOMMatrixReadOnly.m24 π | DOM API | |
| api.DOMMatrixReadOnly.m31 π | DOM API | |
| api.DOMMatrixReadOnly.m32 π | DOM API | |
| api.DOMMatrixReadOnly.m33 π | DOM API | |
| api.DOMMatrixReadOnly.m34 π | DOM API | |
| api.DOMMatrixReadOnly.m41 π | DOM API | |
| api.DOMMatrixReadOnly.m42 π | DOM API | |
| api.DOMMatrixReadOnly.m43 π | DOM API | |
| api.DOMMatrixReadOnly.m44 π | DOM API | |
| api.DOMMatrixReadOnly.multiply π | DOM API | |
| api.DOMMatrixReadOnly.rotate π | DOM API | |
| api.DOMMatrixReadOnly.rotateAxisAngle π | DOM API | |
| api.DOMMatrixReadOnly.rotateFromVector π | DOM API | |
| api.DOMMatrixReadOnly.scale π | DOM API | Firefox: Firefox 69 introduced support for the modern six-parameter syntax for scale(). Previously, it only supported the older three-parameter syntax: scale(scaleX[, originX][, originY]]]).Firefox for Android: Firefox for Android 79 introduced support for the modern six-parameter syntax for scale(). Previously, it only supported the older three-parameter syntax: scale(scaleX[, originX][, originY]]]). |
| api.DOMMatrixReadOnly.scale3d π | DOM API | Firefox: Starting in Firefox 69, the first parameter ( scale) is now optional with a default value of 1, per the specification. Previously it was required.Firefox for Android: Starting in Firefox for Android 79, the first parameter (scale) is now optional with a default value of 1, per the specification. Previously it was required. |
| api.DOMMatrixReadOnly.scaleNonUniform π | DOM API | |
| api.DOMMatrixReadOnly.skewX π | DOM API | Firefox: Before Firefox 69, the sx parameter was required; you may now call skewX() with no inputs. A value of 0 is correctly assumed.Firefox for Android: Before Firefox for Android 79, the sx parameter was required; you may now call skewX() with no inputs. A value of 0 is correctly assumed. |
| api.DOMMatrixReadOnly.skewY π | DOM API | Firefox: Before Firefox 69, the sy parameter was required; you may now call skewY() with no inputs. A value of 0 is correctly assumed.Firefox for Android: Before Firefox for Android 79, the sy parameter was required; you may now call skewY() with no inputs. A value of 0 is correctly assumed. |
| api.DOMMatrixReadOnly.toFloat32Array π | DOM API | |
| api.DOMMatrixReadOnly.toFloat64Array π | DOM API | |
| api.DOMMatrixReadOnly.toJSON π | DOM API | |
| api.DOMMatrixReadOnly.toString | DOM API | |
| api.DOMMatrixReadOnly.transformPoint π | DOM API | |
| api.DOMMatrixReadOnly.translate π | DOM API | |
| api.DOMMatrixReadOnly.worker_support | DOM API | |
| api.DOMParser π | DOM API | |
| api.DOMParser.DOMParser π | DOM API | |
| api.DOMParser.parseFromString π | DOM API | |
| api.DOMParser.parseFromString.html | DOM API | |
| api.DOMParser.parseFromString.svg | DOM API | |
| api.DOMParser.parseFromString.xml | DOM API | |
| api.DOMPoint π | DOM API | |
| api.DOMPoint.DOMPoint π | DOM API | |
| api.DOMPoint.fromPoint_static π | DOM API | |
| api.DOMPoint.w π | DOM API | |
| api.DOMPoint.worker_support | DOM API | |
| api.DOMPoint.x π | DOM API | |
| api.DOMPoint.y π | DOM API | |
| api.DOMPoint.z π | DOM API | |
| api.DOMPointReadOnly π | DOM API | |
| api.DOMPointReadOnly.DOMPointReadOnly π | DOM API | |
| api.DOMPointReadOnly.fromPoint_static π | DOM API | |
| api.DOMPointReadOnly.matrixTransform π | DOM API | |
| api.DOMPointReadOnly.toJSON π | DOM API | |
| api.DOMPointReadOnly.w π | DOM API | |
| api.DOMPointReadOnly.worker_support | DOM API | |
| api.DOMPointReadOnly.x π | DOM API | |
| api.DOMPointReadOnly.y π | DOM API | |
| api.DOMPointReadOnly.z π | DOM API | |
| api.DOMQuad π | DOM API | |
| api.DOMQuad.DOMQuad π | DOM API | |
| api.DOMQuad.fromQuad_static π | DOM API | |
| api.DOMQuad.fromRect_static π | DOM API | |
| api.DOMQuad.getBounds π | DOM API | |
| api.DOMQuad.p1 π | DOM API | Firefox: Before Firefox 69, the default value of p1 through p4 was undefined; now DOMQuadInit defines these as false.Firefox for Android: Before Firefox for Android 79, the default value of p1 through p4 was undefined; now DOMQuadInit defines these as false. |
| api.DOMQuad.p2 π | DOM API | Firefox: Before Firefox 69, the default value of p1 through p4 was undefined; now DOMQuadInit defines these as false.Firefox for Android: Before Firefox for Android 79, the default value of p1 through p4 was undefined; now DOMQuadInit defines these as false. |
| api.DOMQuad.p3 π | DOM API | Firefox: Before Firefox 69, the default value of p1 through p4 was undefined; now DOMQuadInit defines these as false.Firefox for Android: Before Firefox for Android 79, the default value of p1 through p4 was undefined; now DOMQuadInit defines these as false. |
| api.DOMQuad.p4 π | DOM API | Firefox: Before Firefox 69, the default value of p1 through p4 was undefined; now DOMQuadInit defines these as false.Firefox for Android: Before Firefox for Android 79, the default value of p1 through p4 was undefined; now DOMQuadInit defines these as false. |
| api.DOMQuad.toJSON π | DOM API | |
| api.DOMQuad.worker_support | DOM API | |
| api.DOMRect π | DOM API | |
| api.DOMRect.DOMRect π | DOM API | |
| api.DOMRect.fromRect_static π | DOM API | |
| api.DOMRect.height π | DOM API | |
| api.DOMRect.width π | DOM API | |
| api.DOMRect.worker_support | DOM API | |
| api.DOMRect.x π | DOM API | |
| api.DOMRect.y π | DOM API | |
| api.DOMRectList π | DOM API | |
| api.DOMRectList.item π | DOM API | |
| api.DOMRectList.length π | DOM API | |
| api.DOMRectReadOnly π | DOM API | |
| api.DOMRectReadOnly.DOMRectReadOnly π | DOM API | |
| api.DOMRectReadOnly.bottom π | DOM API | |
| api.DOMRectReadOnly.fromRect_static π | DOM API | |
| api.DOMRectReadOnly.height π | DOM API | |
| api.DOMRectReadOnly.left π | DOM API | |
| api.DOMRectReadOnly.right π | DOM API | |
| api.DOMRectReadOnly.toJSON π | DOM API | |
| api.DOMRectReadOnly.top π | DOM API | |
| api.DOMRectReadOnly.width π | DOM API | |
| api.DOMRectReadOnly.worker_support | DOM API | |
| api.DOMRectReadOnly.x π | DOM API | |
| api.DOMRectReadOnly.y π | DOM API | |
| api.DOMStringList π | DOM API | |
| api.DOMStringList.contains π | DOM API | |
| api.DOMStringList.item π | DOM API | |
| api.DOMStringList.length π | DOM API | |
| api.DOMStringMap π | DOM API | |
| api.DOMTokenList π | DOM API | |
| api.DOMTokenList.@@iterator | DOM API | |
| api.DOMTokenList.add π | DOM API | |
| api.DOMTokenList.add.multiple_parameters | DOM API | |
| api.DOMTokenList.contains π | DOM API | |
| api.DOMTokenList.entries | DOM API | |
| api.DOMTokenList.forEach | DOM API | |
| api.DOMTokenList.item π | DOM API | |
| api.DOMTokenList.keys | DOM API | |
| api.DOMTokenList.length π | DOM API | |
| api.DOMTokenList.remove π | DOM API | |
| api.DOMTokenList.remove.multiple_parameters | DOM API | |
| api.DOMTokenList.remove_duplicates | DOM API | |
| api.DOMTokenList.replace π | DOM API | |
| api.DOMTokenList.replace.boolean_value | DOM API | |
| api.DOMTokenList.supports π | DOM API | |
| api.DOMTokenList.toString π | DOM API | |
| api.DOMTokenList.toggle π | DOM API | |
| api.DOMTokenList.toggle.force_parameter | DOM API | |
| api.DOMTokenList.trim_whitespace | DOM API | |
| api.DOMTokenList.value π | DOM API | Chrome: Before Chrome 50, this property was part of the deprecated child DOMSettableTokenList interface.Chrome Android: Before Chrome Android 50, this property was part of the deprecated child DOMSettableTokenList interface.Quest Browser: Before Quest Browser 5.0, this property was part of the deprecated child DOMSettableTokenList interface.Opera: Before Opera 37, this property was part of the deprecated child DOMSettableTokenList interface.Opera Android: Before Opera Android 37, this property was part of the deprecated child DOMSettableTokenList interface.Samsung Internet: Before Samsung Internet 5.0, this property was part of the deprecated child DOMSettableTokenList interface.WebView Android: Before WebView Android 50, this property was part of the deprecated child DOMSettableTokenList interface. |
| api.DOMTokenList.values | DOM API | |
| api.DataCue π | DOM API | |
| api.DataCue.DataCue π | DOM API | |
| api.DataCue.type π | DOM API | |
| api.DataCue.value π | DOM API | |
| api.DataTransfer π | DOM API | Firefox: As of Firefox 52, the DataTransfer.types property returns a frozen array of DOMStrings as per spec, rather than a DOMStringList.Firefox for Android: As of Firefox for Android 52, the DataTransfer.types property returns a frozen array of DOMStrings as per spec, rather than a DOMStringList. |
| api.DataTransfer.DataTransfer π | DOM API | |
| api.DataTransfer.addElement | DOM API | |
| api.DataTransfer.clearData π | DOM API | |
| api.DataTransfer.dropEffect π | DOM API | |
| api.DataTransfer.effectAllowed π | DOM API | |
| api.DataTransfer.files π | DOM API | |
| api.DataTransfer.getData π | DOM API | |
| api.DataTransfer.items π | DOM API | |
| api.DataTransfer.mozCursor | DOM API | |
| api.DataTransfer.mozSourceNode | DOM API | |
| api.DataTransfer.mozUserCancelled | DOM API | |
| api.DataTransfer.setData π | DOM API | |
| api.DataTransfer.setDragImage π | DOM API | |
| api.DataTransfer.types π | DOM API | Internet Explorer: The property returns a DOMStringList.Internet Explorer: Text is returned instead of text/plainOpera: As of Opera 12, Text is returned instead of text/plain |
| api.DataTransferItem π | DOM API | |
| api.DataTransferItem.getAsFile π | DOM API | |
| api.DataTransferItem.getAsFileSystemHandle π | DOM API | |
| api.DataTransferItem.getAsString π | DOM API | |
| api.DataTransferItem.kind π | DOM API | |
| api.DataTransferItem.type π | DOM API | |
| api.DataTransferItem.webkitGetAsEntry π | DOM API | |
| api.DataTransferItemList π | DOM API | |
| api.DataTransferItemList.add π | DOM API | |
| api.DataTransferItemList.clear π | DOM API | |
| api.DataTransferItemList.length π | DOM API | |
| api.DataTransferItemList.remove π | DOM API | |
| api.DecompressionStream π | DOM API | Node.js: Available as a part of the stream/web module. |
| api.DecompressionStream.DecompressionStream π | DOM API | |
| api.DecompressionStream.DecompressionStream.deflate π | DOM API | |
| api.DecompressionStream.DecompressionStream.deflate-raw π | DOM API | |
| api.DecompressionStream.DecompressionStream.gzip π | DOM API | |
| api.DecompressionStream.readable π | DOM API | |
| api.DecompressionStream.writable π | DOM API | |
| api.DedicatedWorkerGlobalScope π | DOM API | |
| api.DedicatedWorkerGlobalScope.cancelAnimationFrame π | DOM API | |
| api.DedicatedWorkerGlobalScope.close π | DOM API | |
| api.DedicatedWorkerGlobalScope.message_event π | DOM API | |
| api.DedicatedWorkerGlobalScope.messageerror_event π | DOM API | |
| api.DedicatedWorkerGlobalScope.name π | DOM API | |
| api.DedicatedWorkerGlobalScope.postMessage π | DOM API | Deno: The message parameter does not support cloning Blob values.Deno: The message parameter does not support cloning Blob values.Deno: The transfer parameter does not accept ArrayBuffer items. Passing an ArrayBuffer results in an error being thrown.Deno: The message parameter does not support cloning SharedArrayBuffer or Blob values.Deno: The transfer parameter is ignored.Deno: Data passed in the message parameter is serialized with JSON, not the structured clone algorithm.Deno: The transfer parameter is ignored. |
| api.DedicatedWorkerGlobalScope.requestAnimationFrame π | DOM API | Chrome: Not supported in nested Web Workers. See bug 41483010.Chrome Android: Not supported in nested Web Workers. See bug 41483010.Edge: Not supported in nested Web Workers. See bug 41483010.Quest Browser: Not supported in nested Web Workers. See bug 41483010.Opera: Not supported in nested Web Workers. See bug 41483010.Opera Android: Not supported in nested Web Workers. See bug 41483010.Samsung Internet: Not supported in nested Web Workers. See bug 41483010. |
| api.DedicatedWorkerGlobalScope.rtctransform_event π | DOM API | |
| api.DelayNode π | DOM API | |
| api.DelayNode.DelayNode π | DOM API | |
| api.DelayNode.delayTime π | DOM API | |
| api.DelegatedInkTrailPresenter π | DOM API | |
| api.DelegatedInkTrailPresenter.expectedImprovement | DOM API | |
| api.DelegatedInkTrailPresenter.presentationArea π | DOM API | |
| api.DelegatedInkTrailPresenter.updateInkTrailStartPoint π | DOM API | |
| api.DeprecationReportBody π | DOM API | Firefox: Not supported in workers |
| api.DeprecationReportBody.anticipatedRemoval π | DOM API | |
| api.DeprecationReportBody.columnNumber π | DOM API | |
| api.DeprecationReportBody.id π | DOM API | |
| api.DeprecationReportBody.lineNumber π | DOM API | |
| api.DeprecationReportBody.message π | DOM API | |
| api.DeprecationReportBody.sourceFile π | DOM API | |
| api.DeprecationReportBody.toJSON π | DOM API | |
| api.DeviceMotionEvent π | DOM API | |
| api.DeviceMotionEvent.DeviceMotionEvent π | DOM API | |
| api.DeviceMotionEvent.acceleration π | DOM API | |
| api.DeviceMotionEvent.accelerationIncludingGravity π | DOM API | |
| api.DeviceMotionEvent.interval π | DOM API | |
| api.DeviceMotionEvent.requestPermission_static π | DOM API | |
| api.DeviceMotionEvent.rotationRate π | DOM API | |
| api.DeviceMotionEventAcceleration π | DOM API | |
| api.DeviceMotionEventAcceleration.x π | DOM API | |
| api.DeviceMotionEventAcceleration.y π | DOM API | |
| api.DeviceMotionEventAcceleration.z π | DOM API | |
| api.DeviceMotionEventRotationRate π | DOM API | |
| api.DeviceMotionEventRotationRate.alpha π | DOM API | |
| api.DeviceMotionEventRotationRate.beta π | DOM API | |
| api.DeviceMotionEventRotationRate.gamma π | DOM API | |
| api.DeviceOrientationEvent π | DOM API | Chrome: Before version 50, Chrome provided absolute values instead of relative values for this event. Developers still needing absolute values may use the deviceorientationabsolute event.Chrome Android: Before version 50, Chrome Android provided absolute values instead of relative values for this event. Developers still needing absolute values may use the deviceorientationabsolute event.Firefox: Firefox 3.6, 4, and 5 supported mozOrientation instead of the standard DeviceOrientationEvent interface.Firefox for Android: Firefox for Android 4.6, 4, and 5 supported mozOrientation instead of the standard DeviceOrientationEvent interface.Quest Browser: Before version 5.0, Quest Browser provided absolute values instead of relative values for this event. Developers still needing absolute values may use the deviceorientationabsolute event.Samsung Internet: Before Samsung Internet 5.0, Samsung Internet provided absolute values instead of relative values for this event. Developers still needing absolute values may use the deviceorientationabsolute event.WebView Android: Before version 50, Chrome provided absolute values instead of relative values for this event. Developers still needing absolute values may use the deviceorientationabsolute event. |
| api.DeviceOrientationEvent.DeviceOrientationEvent π | DOM API | |
| api.DeviceOrientationEvent.absolute π | DOM API | |
| api.DeviceOrientationEvent.alpha π | DOM API | |
| api.DeviceOrientationEvent.beta π | DOM API | |
| api.DeviceOrientationEvent.gamma π | DOM API | |
| api.DeviceOrientationEvent.requestPermission_static π | DOM API | |
| api.DevicePosture π | DOM API | |
| api.DevicePosture.change_event π | DOM API | |
| api.DevicePosture.type π | DOM API | |
| api.Directory | DOM API | |
| api.Directory.getFiles | DOM API | |
| api.Directory.getFilesAndDirectories | DOM API | |
| api.Directory.name | DOM API | |
| api.Directory.path | DOM API | |
| api.DirectoryEntrySync | DOM API | |
| api.DirectoryReaderSync | DOM API | |
| api.Document π | DOM API | |
| api.Document.DOMContentLoaded_event π | DOM API | |
| api.Document.Document π | DOM API | |
| api.Document.URL π | DOM API | Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.activeElement π | DOM API | Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.adoptNode π | DOM API | |
| api.Document.adoptedStyleSheets π | DOM API | |
| api.Document.afterscriptexecute_event | DOM API | |
| api.Document.alinkColor π | DOM API | Chrome: Only supported for HTMLDocument, not all Document objects.Chrome Android: Only supported for HTMLDocument, not all Document objects.Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Opera: Only supported for HTMLDocument, not all Document objects.Opera Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.Samsung Internet: Only supported for HTMLDocument, not all Document objects.WebView Android: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.all π | DOM API | Chrome: Only supported for HTMLDocument, not all Document objects.Chrome Android: Only supported for HTMLDocument, not all Document objects.Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Opera: Only supported for HTMLDocument, not all Document objects.Opera Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.Samsung Internet: Only supported for HTMLDocument, not all Document objects.WebView Android: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.anchors π | DOM API | Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.append π | DOM API | |
| api.Document.applets π | DOM API | Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.beforescriptexecute_event | DOM API | |
| api.Document.bgColor π | DOM API | Chrome: Only supported for HTMLDocument, not all Document objects.Chrome Android: Only supported for HTMLDocument, not all Document objects.Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Opera: Only supported for HTMLDocument, not all Document objects.Opera Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.Samsung Internet: Only supported for HTMLDocument, not all Document objects.WebView Android: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.body π | DOM API | Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects. |
| api.Document.browsingTopics | DOM API | |
| api.Document.captureEvents π | DOM API | Chrome: Only supported for HTMLDocument, not all Document objects.Chrome Android: Only supported for HTMLDocument, not all Document objects.Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Opera: Only supported for HTMLDocument, not all Document objects.Opera Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.Samsung Internet: Only supported for HTMLDocument, not all Document objects.WebView Android: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.caretPositionFromPoint π | DOM API | |
| api.Document.caretPositionFromPoint.options_parameter | DOM API | |
| api.Document.caretRangeFromPoint | DOM API | |
| api.Document.characterSet π | DOM API | Chrome: charset alias was made read-only in Chrome 45.Chrome Android: charset alias was made read-only in Chrome Android 45.Quest Browser: charset alias was made read-only in Quest Browser 5.0.Opera: charset alias was made read-only in Opera 45.Opera Android: charset alias was made read-only in Opera 45.Samsung Internet: charset alias was made read-only in Samsung Internet 5.0.WebView Android: charset alias was made read-only in WebView 45. |
| api.Document.childElementCount π | DOM API | |
| api.Document.children π | DOM API | |
| api.Document.clear π | DOM API | Chrome: Only supported for HTMLDocument, not all Document objects.Chrome Android: Only supported for HTMLDocument, not all Document objects.Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Opera: Only supported for HTMLDocument, not all Document objects.Opera Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.Samsung Internet: Only supported for HTMLDocument, not all Document objects.WebView Android: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.close π | DOM API | Chrome: Only supported for HTMLDocument, not all Document objects.Chrome Android: Only supported for HTMLDocument, not all Document objects.Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Opera: Only supported for HTMLDocument, not all Document objects.Opera Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.Samsung Internet: Only supported for HTMLDocument, not all Document objects.WebView Android: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.compatMode π | DOM API | Chrome: Only supported for HTMLDocument, not all Document objects.Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.contentType π | DOM API | |
| api.Document.cookie π | DOM API | Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.createAttribute π | DOM API | Firefox: The parameter was not converted to its lowercase variant.Firefox for Android: The parameter was not converted to its lowercase variant. |
| api.Document.createAttributeNS π | DOM API | |
| api.Document.createCDATASection π | DOM API | |
| api.Document.createComment π | DOM API | |
| api.Document.createDocumentFragment π | DOM API | |
| api.Document.createElement π | DOM API | Firefox: Doesn't conform to the DOM spec for XUL and XHTML documents: localName and namespaceURI are not set to null on the created element. |
| api.Document.createElement.options_parameter | DOM API | Chrome: For backwards compatibility, the options parameter can be an object or a string with the custom element tag name, although the string version is deprecated.Chrome Android: For backwards compatibility, the options parameter can be an object or a string with the custom element tag name, although the string version is deprecated.Edge: For backwards compatibility, the options parameter can be an object or a string with the custom element tag name, although the string version is deprecated.Firefox: Firefox accepts a string instead of an object here, but only from version 51 onwards. In version 50, options must be an object.Firefox for Android: Firefox for Android accepts a string instead of an object here, but only from version 51 onwards. In version 50, options must be an object.Quest Browser: For backwards compatibility, the options parameter can be an object or a string with the custom element tag name, although the string version is deprecated.Opera: For backwards compatibility, the options parameter can be an object or a string with the custom element tag name, although the string version is deprecated.Opera Android: For backwards compatibility, the options parameter can be an object or a string with the custom element tag name, although the string version is deprecated.Samsung Internet: For backwards compatibility, the options parameter can be an object or a string with the custom element tag name, although the string version is deprecated.WebView Android: For backwards compatibility, the options parameter can be an object or a string with the custom element tag name, although the string version is deprecated. |
| api.Document.createElementNS π | DOM API | Firefox: Doesn't conform to the DOM spec for XUL and XHTML documents: localName and namespaceURI are not set to null on the created element. |
| api.Document.createElementNS.options_parameter | DOM API | Chrome: For backwards compatibility, the options parameter can be an object or a string with the custom element tag name, although the string version is deprecated.Chrome Android: For backwards compatibility, the options parameter can be an object or a string with the custom element tag name, although the string version is deprecated.Edge: For backwards compatibility, the options parameter can be an object or a string with the custom element tag name, although the string version is deprecated.Firefox: Firefox accepts a string instead of an object here, but only from version 51 onwards. In version 50, options must be an object.Firefox for Android: Firefox for Android accepts a string instead of an object here, but only from version 51 onwards. In version 50, options must be an object.Quest Browser: For backwards compatibility, the options parameter can be an object or a string with the custom element tag name, although the string version is deprecated.Opera: For backwards compatibility, the options parameter can be an object or a string with the custom element tag name, although the string version is deprecated.Opera Android: For backwards compatibility, the options parameter can be an object or a string with the custom element tag name, although the string version is deprecated.Samsung Internet: For backwards compatibility, the options parameter can be an object or a string with the custom element tag name, although the string version is deprecated.WebView Android: For backwards compatibility, the options parameter can be an object or a string with the custom element tag name, although the string version is deprecated. |
| api.Document.createEvent π | DOM API | Firefox: From version 67, creating touch events using this method is no longer supported. |
| api.Document.createExpression π | DOM API | |
| api.Document.createNSResolver π | DOM API | |
| api.Document.createNodeIterator π | DOM API | |
| api.Document.createProcessingInstruction π | DOM API | |
| api.Document.createRange π | DOM API | |
| api.Document.createTextNode π | DOM API | |
| api.Document.createTouch | DOM API | Chrome Android: Since Chrome 55, all parameters are optional.Quest Browser: Since Chrome 55, all parameters are optional.Opera Android: Since Opera Android 42, all parameters are optional.Samsung Internet: Since Chrome 55, all parameters are optional.WebView Android: Since Chrome 55, all parameters are optional. |
| api.Document.createTouchList | DOM API | |
| api.Document.createTreeWalker π | DOM API | |
| api.Document.createTreeWalker.whatToShow_filter_parameters_optional | DOM API | |
| api.Document.currentScript π | DOM API | |
| api.Document.defaultView π | DOM API | |
| api.Document.designMode π | DOM API | Chrome: Only supported for HTMLDocument, not all Document objects.Chrome Android: Only supported for HTMLDocument, not all Document objects.Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.Samsung Internet: Only supported for HTMLDocument, not all Document objects.WebView Android: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.dir π | DOM API | Chrome: Only supported for HTMLDocument, not all Document objects.Chrome Android: Only supported for HTMLDocument, not all Document objects.Firefox: Incorrect behavior before Firefox 23.Firefox for Android: Incorrect behavior before Firefox for Android 23.Opera: Only supported for HTMLDocument, not all Document objects.Opera Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.Samsung Internet: Only supported for HTMLDocument, not all Document objects.WebView Android: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.doctype π | DOM API | |
| api.Document.documentElement π | DOM API | |
| api.Document.documentURI π | DOM API | |
| api.Document.domain π | DOM API | Chrome: Since Chrome 115, setting domain has no effect, unless the website has opted into origin-keyed agent clusters.Chrome Android: Since Chrome Android 115, setting domain has no effect, unless the website has opted into origin-keyed agent clusters.Firefox: From Firefox 62, if the domain cannot be identified, domain returns an empty string instead of null. See bug 819475.Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: From Firefox for Android 62, if the domain cannot be identified, domain returns an empty string instead of null. See bug 819475.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Quest Browser: Since Quest Browser false, setting domain has no effect, unless the website has opted into origin-keyed agent clusters.Samsung Internet: Since Samsung Internet 23.0, setting domain has no effect, unless the website has opted into origin-keyed agent clusters.WebView Android: Since WebView Android 115, setting domain has no effect, unless the website has opted into origin-keyed agent clusters. |
| api.Document.elementFromPoint π | DOM API | Chrome: Before Chrome 66, this method returned null when the element was a child of a host node. See bug 40537452.Chrome Android: Before Chrome Android 66, this method returned null when the element was a child of a host node. See bug 40537452.Quest Browser: Before Quest Browser 5.0, this method returned null when the element was a child of a host node. See bug 40537452.Opera: Before Opera 53, this method returned null when the element was a child of a host node. See bug 40537452.Opera Android: Before Opera Android 47, this method returned null when the element was a child of a host node. See bug 40537452.Samsung Internet: Before Samsung Internet 9.0, this method returned null when the element was a child of a host node. See bug 40537452.WebView Android: Before WebView 66, this method returned null when the element was a child of a host node. See bug 40537452. |
| api.Document.elementsFromPoint π | DOM API | Chrome: Before Chrome 66, this method returned null when the element was a child of a host node. See bug 40537452.Chrome Android: Before Chrome Android 66, this method returned null when the element was a child of a host node. See bug 40537452.Edge: Returns a NodeList instead of an array. See the MSDN documentation. Returns null when the point provided has no elements beneath it (e.g., when given a point outside the document).Internet Explorer: Returns a NodeList instead of an array. See the MSDN documentation. Returns null when the point provided has no elements beneath it (e.g., when given a point outside the document).Quest Browser: Before Quest Browser 5.0, this method returned null when the element was a child of a host node. See bug 40537452.Samsung Internet: Before Samsung Internet 9.0, this method returned null when the element was a child of a host node. See bug 40537452.WebView Android: Before WebView Android 66, this method returned null when the element was a child of a host node. See bug 40537452. |
| api.Document.embeds π | DOM API | Chrome: Only supported for HTMLDocument, not all Document objects.Chrome Android: Only supported for HTMLDocument, not all Document objects.Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Opera: Only supported for HTMLDocument, not all Document objects.Opera Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.Samsung Internet: Only supported for HTMLDocument, not all Document objects.WebView Android: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.enableStyleSheetsForSet | DOM API | |
| api.Document.evaluate π | DOM API | |
| api.Document.execCommand | DOM API | Firefox: From Firefox 82, nested calls are not supported (return false). See bug 1634262.Firefox: Before Firefox 89, manipulating the content of <input> and <textarea> elements using Document.execCommand() commands requires workarounds (see bug 1220696).Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: From Firefox for Android 82, nested calls are not supported (return false). See bug 1634262.Firefox for Android: Before Firefox for Android 89, manipulating the content of <input> and <textarea> elements using Document.execCommand() commands requires workarounds (see bug 1220696).Firefox for Android: Only supported for HTMLDocument, not all Document objects. |
| api.Document.execCommand.copy | DOM API | |
| api.Document.execCommand.cut | DOM API | |
| api.Document.execCommand.defaultParagraphSeparator | DOM API | |
| api.Document.execCommand.insertBrOnReturn | DOM API | |
| api.Document.exitFullscreen π | DOM API | Safari on iOS: Only available on iPad, not on iPhone.Safari on iOS: Shows an overlay button which can not be disabled. Swiping down exits fullscreen mode, making it unsuitable for some use cases like games.Safari on iOS: Only available on iPad, not on iPhone. |
| api.Document.exitFullscreen.returns_promise | DOM API | |
| api.Document.exitPictureInPicture π | DOM API | |
| api.Document.exitPointerLock π | DOM API | |
| api.Document.featurePolicy | DOM API | |
| api.Document.fgColor π | DOM API | Chrome: Only supported for HTMLDocument, not all Document objects.Chrome Android: Only supported for HTMLDocument, not all Document objects.Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Opera: Only supported for HTMLDocument, not all Document objects.Opera Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.Samsung Internet: Only supported for HTMLDocument, not all Document objects.WebView Android: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.firstElementChild π | DOM API | |
| api.Document.fonts π | DOM API | |
| api.Document.forms π | DOM API | Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.fragmentDirective π | DOM API | |
| api.Document.freeze_event π | DOM API | |
| api.Document.fullscreen π | DOM API | Safari on iOS: Only available on iPad, not on iPhone.Safari on iOS: Shows an overlay button which can not be disabled. Swiping down exits fullscreen mode, making it unsuitable for some use cases like games.Safari on iOS: Only available on iPad, not on iPhone. |
| api.Document.fullscreenElement π | DOM API | Safari on iOS: Only available on iPad, not on iPhone.Safari on iOS: Shows an overlay button which can not be disabled. Swiping down exits fullscreen mode, making it unsuitable for some use cases like games.Safari on iOS: Only available on iPad, not on iPhone.WebView on iOS: Only available on iPad, not on iPhone.WebView on iOS: Shows an overlay button which can not be disabled. Swiping down exits fullscreen mode, making it unsuitable for some use cases like games.WebView on iOS: Only available on iPad, not on iPhone. |
| api.Document.fullscreenEnabled π | DOM API | Safari on iOS: Only available on iPad, not on iPhone.Safari on iOS: Shows an overlay button which can not be disabled. Swiping down exits fullscreen mode, making it unsuitable for some use cases like games.Safari on iOS: Only available on iPad, not on iPhone. |
| api.Document.fullscreenchange_event π | DOM API | Safari on iOS: Only available on iPad, not on iPhone.Safari on iOS: Shows an overlay button which can not be disabled. Swiping down exits fullscreen mode, making it unsuitable for some use cases like games.Safari on iOS: Only available on iPad, not on iPhone. |
| api.Document.fullscreenerror_event π | DOM API | Safari on iOS: Only available on iPad, not on iPhone.Safari on iOS: Shows an overlay button which can not be disabled. Swiping down exits fullscreen mode, making it unsuitable for some use cases like games.Safari on iOS: Only available on iPad, not on iPhone. |
| api.Document.getAnimations π | DOM API | Safari: Implements an older version of the specification, see bug 179536.Safari on iOS: Implements an older version of the specification, see bug 179536.WebView on iOS: Implements an older version of the specification, see bug 179536. |
| api.Document.getBoxQuads π | DOM API | |
| api.Document.getElementById π | DOM API | |
| api.Document.getElementsByClassName π | DOM API | |
| api.Document.getElementsByName π | DOM API | Edge: Before Edge 79, this method returns an HTMLCollection, not a NodeList.Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Internet Explorer: Returns an HTMLCollection, not a NodeListSafari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.getElementsByTagName π | DOM API | |
| api.Document.getElementsByTagNameNS π | DOM API | |
| api.Document.getSelection π | DOM API | Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects. |
| api.Document.hasFocus π | DOM API | Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.hasPrivateToken π | DOM API | |
| api.Document.hasRedemptionRecord π | DOM API | |
| api.Document.hasStorageAccess π | DOM API | |
| api.Document.hasUnpartitionedCookieAccess π | DOM API | |
| api.Document.head π | DOM API | Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects. |
| api.Document.hidden π | DOM API | Firefox: Since Firefox 56 it also returns true on macOS when the window is completely hidden by another non-translucent application.Firefox for Android: Since Firefox for Android 56 it also returns true on macOS when the window is completely hidden by another non-translucent application. |
| api.Document.images π | DOM API | Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.implementation π | DOM API | |
| api.Document.importNode π | DOM API | |
| api.Document.lastElementChild π | DOM API | |
| api.Document.lastModified π | DOM API | Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.lastStyleSheetSet | DOM API | |
| api.Document.linkColor π | DOM API | Chrome: Only supported for HTMLDocument, not all Document objects.Chrome Android: Only supported for HTMLDocument, not all Document objects.Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Opera: Only supported for HTMLDocument, not all Document objects.Opera Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.Samsung Internet: Only supported for HTMLDocument, not all Document objects.WebView Android: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.links π | DOM API | Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.location π | DOM API | Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.moveBefore | DOM API | |
| api.Document.mozSetImageElement | DOM API | |
| api.Document.open π | DOM API | Chrome: Only supported for HTMLDocument, not all Document objects.Chrome Android: Only supported for HTMLDocument, not all Document objects.Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Opera: Only supported for HTMLDocument, not all Document objects.Opera Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.Samsung Internet: Only supported for HTMLDocument, not all Document objects.WebView Android: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.parseHTMLUnsafe_static π | DOM API | Firefox: Throws error NS_ERROR_UNEXPECTED (bug 1887817.)Firefox for Android: Throws error NS_ERROR_UNEXPECTED (bug 1887817.) |
| api.Document.pictureInPictureElement π | DOM API | |
| api.Document.pictureInPictureEnabled π | DOM API | |
| api.Document.plugins π | DOM API | Chrome: Only supported for HTMLDocument, not all Document objects.Chrome Android: Only supported for HTMLDocument, not all Document objects.Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Opera: Only supported for HTMLDocument, not all Document objects.Opera Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.Samsung Internet: Only supported for HTMLDocument, not all Document objects.WebView Android: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.pointerLockElement π | DOM API | |
| api.Document.pointerlockchange_event π | DOM API | |
| api.Document.pointerlockerror_event π | DOM API | |
| api.Document.preferredStyleSheetSet | DOM API | |
| api.Document.prepend π | DOM API | |
| api.Document.prerendering π | DOM API | |
| api.Document.prerenderingchange_event π | DOM API | |
| api.Document.queryCommandEnabled | DOM API | Firefox: Only supported for HTMLDocument, not all Document objects.Firefox: Only supported for HTMLDocument, not all Document objects.Firefox: queryCommandEnabled with arguments cut, copy or paste would throw errors unless the script had special privileges.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Firefox for Android: queryCommandEnabled with arguments cut, copy or paste would throw errors unless the script had special privileges. |
| api.Document.queryCommandIndeterm | DOM API | Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects. |
| api.Document.queryCommandState | DOM API | Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects. |
| api.Document.queryCommandSupported | DOM API | Firefox: Only supported for HTMLDocument, not all Document objects.Firefox: Only supported for HTMLDocument, not all Document objects.Firefox: The "paste" command is reported as supported when the paste feature is available even if the calling script has insufficient privileges to actually perform the action.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Firefox for Android: The "paste" command is reported as supported when the paste feature is available even if the calling script has insufficient privileges to actually perform the action. |
| api.Document.queryCommandValue | DOM API | Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects. |
| api.Document.querySelector π | DOM API | Internet Explorer: querySelectorAll() is supported, but only for CSS 2.1 selectors. |
| api.Document.querySelectorAll π | DOM API | Internet Explorer: querySelectorAll() is supported, but only for CSS 2.1 selectors. |
| api.Document.readyState π | DOM API | Internet Explorer: Internet Explorer 9 and 10 have bugs where the 'interactive' state can be fired too early before the document has finished parsing.Internet Explorer: Only supports 'complete'.Opera: Opera Presto fires 'complete' late after the 'load' event (in an incorrect order as per HTML5 standard specification).Opera Android: Opera Presto fires 'complete' late after the 'load' event (in an incorrect order as per HTML5 standard specification). |
| api.Document.readystatechange_event π | DOM API | |
| api.Document.referrer π | DOM API | |
| api.Document.releaseCapture | DOM API | |
| api.Document.releaseEvents π | DOM API | Chrome: Only supported for HTMLDocument, not all Document objects.Chrome Android: Only supported for HTMLDocument, not all Document objects.Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Opera: Only supported for HTMLDocument, not all Document objects.Opera Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.Samsung Internet: Only supported for HTMLDocument, not all Document objects.WebView Android: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.replaceChildren π | DOM API | |
| api.Document.requestStorageAccess π | DOM API | Safari: Client-side storage access granted per-page (see explanation)Safari on iOS: Client-side storage access granted per-page (see explanation)WebView on iOS: Client-side storage access granted per-page (see explanation) |
| api.Document.requestStorageAccess.types_parameter π | DOM API | |
| api.Document.requestStorageAccess.types_parameter.types_BroadcastChannel_parameter π | DOM API | |
| api.Document.requestStorageAccess.types_parameter.types_SharedWorker_parameter π | DOM API | |
| api.Document.requestStorageAccess.types_parameter.types_all_parameter π | DOM API | |
| api.Document.requestStorageAccess.types_parameter.types_caches_parameter π | DOM API | |
| api.Document.requestStorageAccess.types_parameter.types_cookies_parameter π | DOM API | |
| api.Document.requestStorageAccess.types_parameter.types_createObjectURL_parameter π | DOM API | |
| api.Document.requestStorageAccess.types_parameter.types_estimate_parameter π | DOM API | |
| api.Document.requestStorageAccess.types_parameter.types_getDirectory_parameter π | DOM API | |
| api.Document.requestStorageAccess.types_parameter.types_indexedDB_parameter π | DOM API | |
| api.Document.requestStorageAccess.types_parameter.types_localStorage_parameter π | DOM API | |
| api.Document.requestStorageAccess.types_parameter.types_locks_parameter π | DOM API | |
| api.Document.requestStorageAccess.types_parameter.types_revokeObjectURL_parameter π | DOM API | |
| api.Document.requestStorageAccess.types_parameter.types_sessionStorage_parameter π | DOM API | |
| api.Document.requestStorageAccessFor π | DOM API | Chrome: Requires the calling top-level page and the embedded document (that the storage access is being requested for) to be part of the same related website set.Chrome Android: Requires the calling top-level page and the embedded document (that the storage access is being requested for) to be part of the same related website set.Edge: Requires the calling top-level page and the embedded document (that the storage access is being requested for) to be part of the same related website set.Opera: Requires the calling top-level page and the embedded document (that the storage access is being requested for) to be part of the same related website set.Opera Android: Requires the calling top-level page and the embedded document (that the storage access is being requested for) to be part of the same related website set.Samsung Internet: Requires the calling top-level page and the embedded document (that the storage access is being requested for) to be part of the same related website set. |
| api.Document.resume_event π | DOM API | |
| api.Document.rootElement π | DOM API | |
| api.Document.scripts π | DOM API | Chrome: Only supported for HTMLDocument, not all Document objects.Chrome Android: Only supported for HTMLDocument, not all Document objects.Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.Samsung Internet: Only supported for HTMLDocument, not all Document objects.WebView Android: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.scroll_event π | DOM API | |
| api.Document.scrollend_event π | DOM API | |
| api.Document.scrollingElement π | DOM API | |
| api.Document.scrollsnapchange_event π | DOM API | |
| api.Document.scrollsnapchanging_event π | DOM API | |
| api.Document.securitypolicyviolation_event π | DOM API | |
| api.Document.selectedStyleSheetSet | DOM API | |
| api.Document.selectionchange_event π | DOM API | |
| api.Document.startViewTransition π | DOM API | |
| api.Document.styleSheetSets | DOM API | |
| api.Document.styleSheets π | DOM API | |
| api.Document.timeline π | DOM API | |
| api.Document.title π | DOM API | Safari: Only supported for HTMLDocument and XMLDocument, but not SVGDocument objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument and XMLDocument, but not SVGDocument objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument and XMLDocument, but not SVGDocument objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.visibilityState π | DOM API | |
| api.Document.visibilitychange_event π | DOM API | Chrome: The onvisibilitychange event handler property is not supported.Chrome: The onvisibilitychange event handler property is not supported.Chrome Android: The onvisibilitychange event handler property is not supported.Chrome Android: The onvisibilitychange event handler property is not supported.Edge: The onvisibilitychange event handler property is not supported.Internet Explorer: The onvisibilitychange event handler property is not supported.Quest Browser: The onvisibilitychange event handler property is not supported.Quest Browser: The onvisibilitychange event handler property is not supported.Opera: The onvisibilitychange event handler property is not supported.Opera: The onvisibilitychange event handler property is not supported.Opera: The onvisibilitychange event handler property is not supported.Opera Android: The onvisibilitychange event handler property is not supported.Opera Android: The onvisibilitychange event handler property is not supported.Opera Android: The onvisibilitychange event handler property is not supported.Safari: Doesn't fire the visibilitychange event when navigating away from a document, so also include code to check for the pagehide event (which does fire for that case in all current browsers). See bug 116769, bug 151234, bug 151610, and bug 194897.Safari: Doesn't fire the visibilitychange event when navigating away from a document, so also include code to check for the pagehide event (which does fire for that case in all current browsers). See bug 116769, bug 151234, bug 151610, and bug 194897.Safari: Before Safari 14, the event does not bubble, so document.addEventListener('visibilitychange', ...) works, but window.addEventListener('visibilitychange', ...) does not.Safari: Doesn't fire the visibilitychange event when navigating away from a document, so also include code to check for the pagehide event (which does fire for that case in all current browsers). See bug 116769, bug 151234, bug 151610, and bug 194897.Safari: Before Safari 14, the event does not bubble, so document.addEventListener('visibilitychange', ...) works, but window.addEventListener('visibilitychange', ...) does not.Safari: The onvisibilitychange event handler property is not supported.Safari on iOS: Doesn't fire the visibilitychange event when navigating away from a document, so also include code to check for the pagehide event (which does fire for that case in all current browsers). See bug 116769, bug 151234, bug 151610, and bug 194897.Safari on iOS: Doesn't fire the visibilitychange event when navigating away from a document, so also include code to check for the pagehide event (which does fire for that case in all current browsers). See bug 116769, bug 151234, bug 151610, and bug 194897.Safari on iOS: Before Safari on iOS 14, the event does not bubble, so document.addEventListener('visibilitychange', ...) works, but window.addEventListener('visibilitychange', ...) does not.Safari on iOS: Doesn't fire the visibilitychange event when navigating away from a document, so also include code to check for the pagehide event (which does fire for that case in all current browsers). See bug 116769, bug 151234, bug 151610, and bug 194897.Safari on iOS: Before Safari on iOS 14, the event does not bubble, so document.addEventListener('visibilitychange', ...) works, but window.addEventListener('visibilitychange', ...) does not.Safari on iOS: The onvisibilitychange event handler property is not supported.Samsung Internet: The onvisibilitychange event handler property is not supported.Samsung Internet: The onvisibilitychange event handler property is not supported.WebView Android: The onvisibilitychange event handler property is not supported.WebView Android: The onvisibilitychange event handler property is not supported.WebView on iOS: Doesn't fire the visibilitychange event when navigating away from a document, so also include code to check for the pagehide event (which does fire for that case in all current browsers). See bug 116769, bug 151234, bug 151610, and bug 194897.WebView on iOS: Doesn't fire the visibilitychange event when navigating away from a document, so also include code to check for the pagehide event (which does fire for that case in all current browsers). See bug 116769, bug 151234, bug 151610, and bug 194897.WebView on iOS: Before WebView on iOS 14, the event does not bubble, so document.addEventListener('visibilitychange', ...) works, but window.addEventListener('visibilitychange', ...) does not.WebView on iOS: Doesn't fire the visibilitychange event when navigating away from a document, so also include code to check for the pagehide event (which does fire for that case in all current browsers). See bug 116769, bug 151234, bug 151610, and bug 194897.WebView on iOS: Before WebView on iOS 14, the event does not bubble, so document.addEventListener('visibilitychange', ...) works, but window.addEventListener('visibilitychange', ...) does not.WebView on iOS: The onvisibilitychange event handler property is not supported. |
| api.Document.vlinkColor π | DOM API | Chrome: Only supported for HTMLDocument, not all Document objects.Chrome Android: Only supported for HTMLDocument, not all Document objects.Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Opera: Only supported for HTMLDocument, not all Document objects.Opera Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.Samsung Internet: Only supported for HTMLDocument, not all Document objects.WebView Android: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.wasDiscarded π | DOM API | |
| api.Document.write π | DOM API | Chrome: Only supported for HTMLDocument, not all Document objects.Chrome Android: Only supported for HTMLDocument, not all Document objects.Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.Samsung Internet: Only supported for HTMLDocument, not all Document objects.WebView Android: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.writeln π | DOM API | Chrome: Only supported for HTMLDocument, not all Document objects.Chrome Android: Only supported for HTMLDocument, not all Document objects.Firefox: Only supported for HTMLDocument, not all Document objects.Firefox for Android: Only supported for HTMLDocument, not all Document objects.Opera: Only supported for HTMLDocument, not all Document objects.Opera Android: Only supported for HTMLDocument, not all Document objects.Safari: Only supported for HTMLDocument, not all Document objects.Safari on iOS: Only supported for HTMLDocument, not all Document objects.Samsung Internet: Only supported for HTMLDocument, not all Document objects.WebView Android: Only supported for HTMLDocument, not all Document objects.WebView on iOS: Only supported for HTMLDocument, not all Document objects. |
| api.Document.xmlEncoding π | DOM API | |
| api.Document.xmlStandalone π | DOM API | |
| api.Document.xmlVersion π | DOM API | |
| api.DocumentFragment π | DOM API | |
| api.DocumentFragment.DocumentFragment π | DOM API | |
| api.DocumentFragment.append π | DOM API | |
| api.DocumentFragment.childElementCount π | DOM API | |
| api.DocumentFragment.children π | DOM API | |
| api.DocumentFragment.firstElementChild π | DOM API | |
| api.DocumentFragment.getElementById π | DOM API | |
| api.DocumentFragment.lastElementChild π | DOM API | |
| api.DocumentFragment.moveBefore | DOM API | |
| api.DocumentFragment.prepend π | DOM API | |
| api.DocumentFragment.querySelector π | DOM API | Internet Explorer: querySelectorAll() is supported, but only for CSS 2.1 selectors. |
| api.DocumentFragment.querySelectorAll π | DOM API | Internet Explorer: querySelectorAll() is supported, but only for CSS 2.1 selectors. |
| api.DocumentFragment.replaceChildren π | DOM API | |
| api.DocumentPictureInPicture π | DOM API | |
| api.DocumentPictureInPicture.enter_event π | DOM API | |
| api.DocumentPictureInPicture.requestWindow π | DOM API | |
| api.DocumentPictureInPicture.requestWindow.option_disallowReturnToOpener π | DOM API | |
| api.DocumentPictureInPicture.requestWindow.option_preferInitialWindowPlacement π | DOM API | |
| api.DocumentPictureInPicture.window π | DOM API | |
| api.DocumentPictureInPictureEvent π | DOM API | |
| api.DocumentPictureInPictureEvent.DocumentPictureInPictureEvent π | DOM API | |
| api.DocumentPictureInPictureEvent.window π | DOM API | |
| api.DocumentTimeline π | DOM API | |
| api.DocumentTimeline.DocumentTimeline π | DOM API | |
| api.DocumentType π | DOM API | |
| api.DocumentType.after π | DOM API | |
| api.DocumentType.before π | DOM API | |
| api.DocumentType.name π | DOM API | |
| api.DocumentType.publicId π | DOM API | |
| api.DocumentType.remove π | DOM API | |
| api.DocumentType.replaceWith π | DOM API | |
| api.DocumentType.systemId π | DOM API | |
| api.DragEvent π | DOM API | Internet Explorer: Before Internet Explorer 10, DragEvent is exposed in standards mode but not quirks mode. |
| api.DragEvent.DragEvent π | DOM API | |
| api.DragEvent.dataTransfer π | DOM API | Internet Explorer: The value is always null. |
| api.DynamicsCompressorNode π | DOM API | |
| api.DynamicsCompressorNode.DynamicsCompressorNode π | DOM API | |
| api.DynamicsCompressorNode.attack π | DOM API | |
| api.DynamicsCompressorNode.knee π | DOM API | |
| api.DynamicsCompressorNode.ratio π | DOM API | |
| api.DynamicsCompressorNode.reduction π | DOM API | Chrome: Before version 52, this was an AudioParam..Chrome Android: Before version 52, this was an AudioParam..Quest Browser: Before version 5.0, this was an AudioParam..Samsung Internet: Before Samsung Internet 6.0, this was an AudioParam..WebView Android: Before version 52, this was an AudioParam.. |
| api.DynamicsCompressorNode.release π | DOM API | |
| api.DynamicsCompressorNode.threshold π | DOM API | |
| api.EXT_blend_minmax π | DOM API | Firefox: Not supported on Windows. |
| api.EXT_color_buffer_float π | DOM API | |
| api.EXT_color_buffer_half_float π | DOM API | Firefox: Not supported on Windows. |
| api.EXT_disjoint_timer_query π | DOM API | Chrome: Only supported on macOS.Chrome: Removed due to the GLitch exploit.Chrome Android: Removed due to the GLitch exploit.Edge: Only supported on macOS.Firefox: Removed due to the GLitch exploit.Opera: Only supported on macOS.Opera: Removed due to the GLitch exploit.Opera Android: Removed due to the GLitch exploit.Samsung Internet: Removed due to the GLitch exploit.WebView Android: Removed due to the GLitch exploit. |
| api.EXT_disjoint_timer_query.beginQueryEXT π | DOM API | Chrome: Only supported on macOS.Chrome: Removed due to the GLitch exploit.Chrome Android: Removed due to the GLitch exploit.Edge: Only supported on macOS.Firefox: Removed due to the GLitch exploit.Opera: Only supported on macOS.Opera: Removed due to the GLitch exploit.Opera Android: Removed due to the GLitch exploit.Samsung Internet: Removed due to the GLitch exploit.WebView Android: Removed due to the GLitch exploit. |
| api.EXT_disjoint_timer_query.createQueryEXT π | DOM API | Chrome: Only supported on macOS.Chrome: Removed due to the GLitch exploit.Chrome Android: Removed due to the GLitch exploit.Edge: Only supported on macOS.Firefox: Removed due to the GLitch exploit.Opera: Only supported on macOS.Opera: Removed due to the GLitch exploit.Opera Android: Removed due to the GLitch exploit.Samsung Internet: Removed due to the GLitch exploit.WebView Android: Removed due to the GLitch exploit. |
| api.EXT_disjoint_timer_query.deleteQueryEXT π | DOM API | Chrome: Only supported on macOS.Chrome: Removed due to the GLitch exploit.Chrome Android: Removed due to the GLitch exploit.Edge: Only supported on macOS.Firefox: Removed due to the GLitch exploit.Opera: Only supported on macOS.Opera: Removed due to the GLitch exploit.Opera Android: Removed due to the GLitch exploit.Samsung Internet: Removed due to the GLitch exploit.WebView Android: Removed due to the GLitch exploit. |
| api.EXT_disjoint_timer_query.endQueryEXT π | DOM API | Chrome: Only supported on macOS.Chrome: Removed due to the GLitch exploit.Chrome Android: Removed due to the GLitch exploit.Edge: Only supported on macOS.Firefox: Removed due to the GLitch exploit.Opera: Only supported on macOS.Opera: Removed due to the GLitch exploit.Opera Android: Removed due to the GLitch exploit.Samsung Internet: Removed due to the GLitch exploit.WebView Android: Removed due to the GLitch exploit. |
| api.EXT_disjoint_timer_query.getQueryEXT π | DOM API | Chrome: Only supported on macOS.Chrome: Removed due to the GLitch exploit.Chrome Android: Removed due to the GLitch exploit.Edge: Only supported on macOS.Firefox: Removed due to the GLitch exploit.Opera: Only supported on macOS.Opera: Removed due to the GLitch exploit.Opera Android: Removed due to the GLitch exploit.Samsung Internet: Removed due to the GLitch exploit.WebView Android: Removed due to the GLitch exploit. |
| api.EXT_disjoint_timer_query.getQueryObjectEXT π | DOM API | Chrome: Only supported on macOS.Chrome: Removed due to the GLitch exploit.Chrome Android: Removed due to the GLitch exploit.Edge: Only supported on macOS.Firefox: Removed due to the GLitch exploit.Opera: Only supported on macOS.Opera: Removed due to the GLitch exploit.Opera Android: Removed due to the GLitch exploit.Samsung Internet: Removed due to the GLitch exploit.WebView Android: Removed due to the GLitch exploit. |
| api.EXT_disjoint_timer_query.isQueryEXT π | DOM API | Chrome: Only supported on macOS.Chrome: Removed due to the GLitch exploit.Chrome Android: Removed due to the GLitch exploit.Edge: Only supported on macOS.Firefox: Removed due to the GLitch exploit.Opera: Only supported on macOS.Opera: Removed due to the GLitch exploit.Opera Android: Removed due to the GLitch exploit.Samsung Internet: Removed due to the GLitch exploit.WebView Android: Removed due to the GLitch exploit. |
| api.EXT_disjoint_timer_query.queryCounterEXT π | DOM API | Chrome: Only supported on macOS.Chrome: Removed due to the GLitch exploit.Chrome Android: Removed due to the GLitch exploit.Edge: Only supported on macOS.Firefox: Removed due to the GLitch exploit.Opera: Only supported on macOS.Opera: Removed due to the GLitch exploit.Opera Android: Removed due to the GLitch exploit.Samsung Internet: Removed due to the GLitch exploit.WebView Android: Removed due to the GLitch exploit. |
| api.EXT_disjoint_timer_query_webgl2 | DOM API | |
| api.EXT_disjoint_timer_query_webgl2.queryCounterEXT | DOM API | |
| api.EXT_float_blend π | DOM API | Chrome Android: Until Chrome 77, this extension was unavailable on several Android devices powered by GLES 3.2. See bug 41459397.Quest Browser: Until Chrome 77, this extension was unavailable on several Android devices powered by GLES 3.2. See bug 41459397. |
| api.EXT_frag_depth π | DOM API | |
| api.EXT_sRGB π | DOM API | Firefox: Not supported on Windows. |
| api.EXT_shader_texture_lod π | DOM API | |
| api.EXT_texture_compression_bptc π | DOM API | Chrome: Only supported on macOS.Edge: Only supported on macOS.Opera: Only supported on macOS. |
| api.EXT_texture_compression_rgtc π | DOM API | Chrome: Only supported on macOS.Edge: Only supported on macOS.Firefox: Only supported on macOS.Opera: Only supported on macOS. |
| api.EXT_texture_filter_anisotropic π | DOM API | |
| api.EXT_texture_norm16 π | DOM API | |
| api.EditContext π | DOM API | |
| api.EditContext.EditContext π | DOM API | |
| api.EditContext.attachedElements π | DOM API | |
| api.EditContext.characterBounds π | DOM API | |
| api.EditContext.characterBoundsRangeStart π | DOM API | |
| api.EditContext.characterboundsupdate_event π | DOM API | |
| api.EditContext.compositionend_event π | DOM API | |
| api.EditContext.compositionstart_event π | DOM API | |
| api.EditContext.selectionEnd π | DOM API | |
| api.EditContext.selectionStart π | DOM API | |
| api.EditContext.text π | DOM API | |
| api.EditContext.textformatupdate_event π | DOM API | |
| api.EditContext.textupdate_event π | DOM API | |
| api.EditContext.updateCharacterBounds π | DOM API | |
| api.EditContext.updateControlBounds π | DOM API | |
| api.EditContext.updateSelection π | DOM API | |
| api.EditContext.updateSelectionBounds π | DOM API | |
| api.EditContext.updateText π | DOM API | |
| api.Element π | DOM API | |
| api.Element.DOMActivate_event π | DOM API | |
| api.Element.DOMMouseScroll_event | DOM API | |
| api.Element.MozMousePixelScroll_event | DOM API | |
| api.Element.after π | DOM API | |
| api.Element.afterscriptexecute_event | DOM API | |
| api.Element.animate π | DOM API | |
| api.Element.animate.implicit_tofrom | DOM API | Safari: Implementation seems somewhat buggy. More information will follow when available.Safari on iOS: Implementation seems somewhat buggy. More information will follow when available.WebView on iOS: Implementation seems somewhat buggy. More information will follow when available. |
| api.Element.animate.options_composite_parameter π | DOM API | |
| api.Element.animate.options_id_parameter π | DOM API | |
| api.Element.animate.options_iterationComposite_parameter π | DOM API | |
| api.Element.animate.options_pseudoElement_parameter π | DOM API | |
| api.Element.animate.options_rangeEnd_parameter π | DOM API | |
| api.Element.animate.options_rangeStart_parameter π | DOM API | |
| api.Element.animate.options_timeline_parameter π | DOM API | |
| api.Element.animationcancel_event π | DOM API | Chrome: The onanimationcancel event handler property is not supported. To listen to this event, use element.addEventListener('animationcancel', function() {});. See bug 41404325.Chrome Android: The onanimationcancel event handler property is not supported. To listen to this event, use element.addEventListener('animationcancel', function() {});. See bug 41404325.Edge: The onanimationcancel event handler property is not supported. To listen to this event, use element.addEventListener('animationcancel', function() {});. See bug 41404325.Quest Browser: The onanimationcancel event handler property is not supported. To listen to this event, use element.addEventListener('animationcancel', function() {});. See bug 41404325.Opera: The onanimationcancel event handler property is not supported. To listen to this event, use element.addEventListener('animationcancel', function() {});. See bug 41404325.Opera Android: The onanimationcancel event handler property is not supported. To listen to this event, use element.addEventListener('animationcancel', function() {});. See bug 41404325.Safari: Although the onanimationcancel event handler property is supported, the animationcancel event is never fired.Safari on iOS: Although the onanimationcancel event handler property is supported, the animationcancel event is never fired.Samsung Internet: The onanimationcancel event handler property is not supported. To listen to this event, use element.addEventListener('animationcancel', function() {});. See bug 41404325.WebView Android: The onanimationcancel event handler property is not supported. To listen to this event, use element.addEventListener('animationcancel', function() {});. See bug 41404325.WebView on iOS: Although the onanimationcancel event handler property is supported, the animationcancel event is never fired. |
| api.Element.animationend_event π | DOM API | Chrome: The onanimationend event handler property is not supported. To listen to this event, use document.addEventListener('animationend', function() {});.Chrome Android: The onanimationend event handler property is not supported. To listen to this event, use document.addEventListener('animationend', function() {});.Edge: The onanimationend event handler property is not supported. To listen to this event, use document.addEventListener('animationend', function() {});.Firefox: The onanimationend event handler property is not supported. To listen to this event, use document.addEventListener('animationend', function() {});.Firefox for Android: The onanimationend event handler property is not supported. To listen to this event, use document.addEventListener('animationend', function() {});.Internet Explorer: The onanimationend event handler property is not supported. To listen to this event, use document.addEventListener('animationend', function() {});.Quest Browser: The onanimationend event handler property is not supported. To listen to this event, use document.addEventListener('animationend', function() {});.Opera: The onanimationend event handler property is not supported. To listen to this event, use document.addEventListener('animationend', function() {});.Opera Android: The onanimationend event handler property is not supported. To listen to this event, use document.addEventListener('animationend', function() {});.Samsung Internet: The onanimationend event handler property is not supported. To listen to this event, use document.addEventListener('animationend', function() {});.WebView Android: The onanimationend event handler property is not supported. To listen to this event, use document.addEventListener('animationend', function() {});. |
| api.Element.animationiteration_event π | DOM API | Chrome: The onanimationiteration event handler property is not supported. To listen to this event, use document.addEventListener('animationiteration', function() {});.Chrome Android: The onanimationiteration event handler property is not supported. To listen to this event, use document.addEventListener('animationiteration', function() {});.Edge: The onanimationiteration event handler property is not supported. To listen to this event, use document.addEventListener('animationiteration', function() {});.Firefox: The onanimationiteration event handler property is not supported. To listen to this event, use document.addEventListener('animationiteration', function() {});.Firefox for Android: The onanimationiteration event handler property is not supported. To listen to this event, use document.addEventListener('animationiteration', function() {});.Internet Explorer: The onanimationiteration event handler property is not supported. To listen to this event, use document.addEventListener('animationiteration', function() {});.Quest Browser: The onanimationiteration event handler property is not supported. To listen to this event, use document.addEventListener('animationiteration', function() {});.Opera: The onanimationiteration event handler property is not supported. To listen to this event, use document.addEventListener('animationiteration', function() {});.Opera Android: The onanimationiteration event handler property is not supported. To listen to this event, use document.addEventListener('animationiteration', function() {});.Samsung Internet: The onanimationiteration event handler property is not supported. To listen to this event, use document.addEventListener('animationiteration', function() {});.WebView Android: The onanimationiteration event handler property is not supported. To listen to this event, use document.addEventListener('animationiteration', function() {});. |
| api.Element.animationstart_event π | DOM API | Chrome: The onanimationstart event handler property is not supported. To listen to this event, use document.addEventListener('animationstart', function() {});.Chrome Android: The onanimationstart event handler property is not supported. To listen to this event, use document.addEventListener('animationstart', function() {});.Edge: The onanimationstart event handler property is not supported. To listen to this event, use document.addEventListener('animationstart', function() {});.Firefox: The onanimationstart event handler property is not supported. To listen to this event, use document.addEventListener('animationstart', function() {});.Firefox for Android: The onanimationstart event handler property is not supported. To listen to this event, use document.addEventListener('animationstart', function() {});.Internet Explorer: The onanimationstart event handler property is not supported. To listen to this event, use document.addEventListener('animationstart', function() {});.Quest Browser: The onanimationstart event handler property is not supported. To listen to this event, use document.addEventListener('animationstart', function() {});.Opera: The onanimationstart event handler property is not supported. To listen to this event, use document.addEventListener('animationstart', function() {});.Opera Android: The onanimationstart event handler property is not supported. To listen to this event, use document.addEventListener('animationstart', function() {});.Samsung Internet: The onanimationstart event handler property is not supported. To listen to this event, use document.addEventListener('animationstart', function() {});.WebView Android: The onanimationstart event handler property is not supported. To listen to this event, use document.addEventListener('animationstart', function() {});. |
| api.Element.append π | DOM API | |
| api.Element.ariaActiveDescendantElement π | DOM API | |
| api.Element.ariaAtomic π | DOM API | |
| api.Element.ariaAutoComplete π | DOM API | |
| api.Element.ariaBrailleLabel π | DOM API | |
| api.Element.ariaBrailleRoleDescription π | DOM API | |
| api.Element.ariaBusy π | DOM API | |
| api.Element.ariaChecked π | DOM API | |
| api.Element.ariaColCount π | DOM API | |
| api.Element.ariaColIndex π | DOM API | |
| api.Element.ariaColIndexText π | DOM API | |
| api.Element.ariaColSpan π | DOM API | |
| api.Element.ariaControlsElements π | DOM API | |
| api.Element.ariaCurrent π | DOM API | |
| api.Element.ariaDescribedByElements π | DOM API | |
| api.Element.ariaDescription π | DOM API | |
| api.Element.ariaDetailsElements π | DOM API | |
| api.Element.ariaDisabled π | DOM API | |
| api.Element.ariaErrorMessageElements π | DOM API | |
| api.Element.ariaExpanded π | DOM API | |
| api.Element.ariaFlowToElements π | DOM API | |
| api.Element.ariaHasPopup π | DOM API | |
| api.Element.ariaHidden π | DOM API | |
| api.Element.ariaInvalid π | DOM API | |
| api.Element.ariaKeyShortcuts π | DOM API | |
| api.Element.ariaLabel π | DOM API | |
| api.Element.ariaLabelledByElements π | DOM API | |
| api.Element.ariaLevel π | DOM API | |
| api.Element.ariaLive π | DOM API | |
| api.Element.ariaModal π | DOM API | |
| api.Element.ariaMultiLine π | DOM API | |
| api.Element.ariaMultiSelectable π | DOM API | |
| api.Element.ariaOrientation π | DOM API | |
| api.Element.ariaOwnsElements π | DOM API | |
| api.Element.ariaPlaceholder π | DOM API | |
| api.Element.ariaPosInSet π | DOM API | |
| api.Element.ariaPressed π | DOM API | |
| api.Element.ariaReadOnly π | DOM API | |
| api.Element.ariaRelevant | DOM API | |
| api.Element.ariaRequired π | DOM API | |
| api.Element.ariaRoleDescription π | DOM API | |
| api.Element.ariaRowCount π | DOM API | |
| api.Element.ariaRowIndex π | DOM API | |
| api.Element.ariaRowIndexText π | DOM API | |
| api.Element.ariaRowSpan π | DOM API | |
| api.Element.ariaSelected π | DOM API | |
| api.Element.ariaSetSize π | DOM API | |
| api.Element.ariaSort π | DOM API | |
| api.Element.ariaValueMax π | DOM API | |
| api.Element.ariaValueMin π | DOM API | |
| api.Element.ariaValueNow π | DOM API | |
| api.Element.ariaValueText π | DOM API | |
| api.Element.assignedSlot π | DOM API | |
| api.Element.attachShadow π | DOM API | |
| api.Element.attachShadow.options_clonable_parameter π | DOM API | |
| api.Element.attachShadow.options_delegatesFocus_parameter π | DOM API | |
| api.Element.attachShadow.options_serializable_parameter π | DOM API | |
| api.Element.attributes π | DOM API | |
| api.Element.auxclick_event π | DOM API | Firefox: Starting in Firefox 68, the auxclick event is used to trigger the new tab on middle-click action; previously, this had been done with the click event. Apps can prevent middle-click from opening new tabs (or middle-click to paste, if that feature is enabled) by intercepting auxclick on links, and auxclick event handlers can now open popups without triggering the popup blocker. |
| api.Element.auxclick_event.type_pointerevent | DOM API | |
| api.Element.before π | DOM API | |
| api.Element.beforeinput_event π | DOM API | |
| api.Element.beforematch_event π | DOM API | |
| api.Element.beforescriptexecute_event | DOM API | |
| api.Element.beforexrselect_event π | DOM API | |
| api.Element.blur_event π | DOM API | Firefox: The interface for this event is Event, not FocusEvent.Firefox for Android: The interface for this event is Event, not FocusEvent. |
| api.Element.checkVisibility π | DOM API | |
| api.Element.checkVisibility.options_checkOpacity_parameter π | DOM API | |
| api.Element.checkVisibility.options_checkVisibilityCSS_parameter π | DOM API | |
| api.Element.checkVisibility.options_contentVisibilityAuto_parameter π | DOM API | |
| api.Element.checkVisibility.options_opacityProperty_parameter π | DOM API | |
| api.Element.checkVisibility.options_visibilityProperty_parameter π | DOM API | |
| api.Element.childElementCount π | DOM API | |
| api.Element.children π | DOM API | Internet Explorer: Also includes non-standard HTMLCommentElement nodes. |
| api.Element.classList π | DOM API | Chrome: Not supported for SVG elements.Chrome Android: Not supported for SVG elements.Edge: Not supported for SVG elements.Internet Explorer: Not supported for SVG elements.Safari: Not supported for SVG elements.Safari on iOS: Not supported for SVG elements.Samsung Internet: Not supported for SVG elements.WebView Android: Not supported for SVG elements.WebView on iOS: Not supported for SVG elements. |
| api.Element.className π | DOM API | Chrome: Only supported for HTMLElement, not all Element objects, such as SVGElement.Chrome Android: Only supported for HTMLElement, not all Element objects, such as SVGElement.Samsung Internet: Only supported for HTMLElement, not all Element objects, such as SVGElement. |
| api.Element.click_event π | DOM API | Firefox: Beginning in Firefox 68, Firefox no longer incorrectly sends a click event for buttons other than the primary mouse button; previously, there were circumstances in which this would occur. One example: middle-clicking a link would send a click to the document's <html> element. |
| api.Element.click_event.type_pointerevent | DOM API | |
| api.Element.clientHeight π | DOM API | |
| api.Element.clientLeft π | DOM API | |
| api.Element.clientTop π | DOM API | |
| api.Element.clientWidth π | DOM API | |
| api.Element.closest π | DOM API | |
| api.Element.compositionend_event π | DOM API | |
| api.Element.compositionstart_event π | DOM API | |
| api.Element.compositionupdate_event π | DOM API | |
| api.Element.computedStyleMap π | DOM API | |
| api.Element.contentvisibilityautostatechange_event π | DOM API | Firefox: The oncontentvisibilityautostatechange event handler property is not supported.Firefox for Android: The oncontentvisibilityautostatechange event handler property is not supported. |
| api.Element.contextmenu_event π | DOM API | |
| api.Element.contextmenu_event.type_pointerevent | DOM API | |
| api.Element.copy_event π | DOM API | Internet Explorer: Before Internet Explorer 9, this event is not supported via addEventListener; however, the event handler is supported since IE 5.5. The event can be listened to via element.oncopy. |
| api.Element.currentCSSZoom π | DOM API | |
| api.Element.cut_event π | DOM API | Internet Explorer: Before Internet Explorer 9, this event is not supported via addEventListener; however, the event handler is supported since IE 5.5. The event can be listened to via element.oncopy. |
| api.Element.dblclick_event π | DOM API | Firefox: Starting in Firefox 68, dblclick events are only sent for the primary mouse button, per the specification. |
| api.Element.elementTiming π | DOM API | |
| api.Element.firstElementChild π | DOM API | |
| api.Element.focus_event π | DOM API | Firefox: The interface for this event is Event, not FocusEvent.Firefox for Android: The interface for this event is Event, not FocusEvent. |
| api.Element.focusin_event π | DOM API | Chrome: The onfocusin event handler property is not supported. To listen to this event, use element.addEventListener('focusin', function() {});.Chrome Android: The onfocusin event handler property is not supported. To listen to this event, use element.addEventListener('focusin', function() {});.Edge: The onfocusin event handler property is not supported. To listen to this event, use element.addEventListener('focusin', function() {});.Firefox: The onfocusin event handler property is not supported. To listen to this event, use element.addEventListener('focusin', function() {});.Firefox for Android: The onfocusin event handler property is not supported. To listen to this event, use element.addEventListener('focusin', function() {});.Quest Browser: The onfocusin event handler property is not supported. To listen to this event, use element.addEventListener('focusin', function() {});.Samsung Internet: The onfocusin event handler property is not supported. To listen to this event, use element.addEventListener('focusin', function() {});. |
| api.Element.focusout_event π | DOM API | Chrome: The onfocusout event handler property is not supported. To listen to this event, use element.addEventListener('focusout', function() {});.Chrome Android: The onfocusout event handler property is not supported. To listen to this event, use element.addEventListener('focusout', function() {});.Edge: The onfocusout event handler property is not supported. To listen to this event, use element.addEventListener('focusout', function() {});.Firefox: The onfocusout event handler property is not supported. To listen to this event, use element.addEventListener('focusout', function() {});.Firefox for Android: The onfocusout event handler property is not supported. To listen to this event, use element.addEventListener('focusout', function() {});.Quest Browser: The onfocusout event handler property is not supported. To listen to this event, use element.addEventListener('focusout', function() {});.Samsung Internet: The onfocusout event handler property is not supported. To listen to this event, use element.addEventListener('focusout', function() {});. |
| api.Element.fullscreenchange_event π | DOM API | Safari on iOS: Only available on iPad, not on iPhone.Safari on iOS: Shows an overlay button which can not be disabled. Swiping down exits fullscreen mode, making it unsuitable for some use cases like games.Safari on iOS: Only available on iPad, not on iPhone. |
| api.Element.fullscreenerror_event π | DOM API | Safari on iOS: Only available on iPad, not on iPhone.Safari on iOS: Shows an overlay button which can not be disabled. Swiping down exits fullscreen mode, making it unsuitable for some use cases like games.Safari on iOS: Only available on iPad, not on iPhone. |
| api.Element.gesturechange_event | DOM API | |
| api.Element.gestureend_event | DOM API | |
| api.Element.gesturestart_event | DOM API | |
| api.Element.getAnimations π | DOM API | |
| api.Element.getAttribute π | DOM API | |
| api.Element.getAttributeNS π | DOM API | Firefox: Starting in Firefox 13, null is always returned instead of the empty string, as per the DOM4 specification. Previously, there were cases in which an empty string could be returned.Firefox for Android: Starting in Firefox for Android 14, null is always returned instead of the empty string, as per the DOM4 specification. Previously, there were cases in which an empty string could be returned. |
| api.Element.getAttributeNames π | DOM API | |
| api.Element.getAttributeNode π | DOM API | |
| api.Element.getAttributeNodeNS π | DOM API | |
| api.Element.getBoundingClientRect π | DOM API | Safari on iOS: Safari for iOS will modify the effective viewport based on the user zoom. This results in incorrect values whenever the user has zoomed.WebView on iOS: Safari for iOS will modify the effective viewport based on the user zoom. This results in incorrect values whenever the user has zoomed. |
| api.Element.getBoxQuads π | DOM API | |
| api.Element.getClientRects π | DOM API | |
| api.Element.getElementsByClassName π | DOM API | Edge: Only supported for HTMLElement, not all Element objects, such as SVGElement.Firefox: Before Firefox 19, this method was returning a NodeList; it was then changed to reflect the change in the spec.Internet Explorer: Only supported for HTMLElement, not all Element objects, such as SVGElement. |
| api.Element.getElementsByTagName π | DOM API | Chrome: Initially, this method was returning a NodeList; it was then changed to reflect the spec change.Chrome Android: Initially, this method was returning a NodeList; it was then changed to reflect the spec change.Firefox: Before Firefox 19, this method was returning a NodeList; it was then changed to reflect the change in the spec.Firefox for Android: Before Firefox for Android 19, this method was returning a NodeList; it was then changed to reflect the change in the spec.Quest Browser: Initially, this method was returning a NodeList; it was then changed to reflect the spec change.Opera: Initially, this method was returning a NodeList; it was then changed to reflect the spec change.Safari: Initially, this method was returning a NodeList; it was then changed to reflect the spec change.Safari on iOS: Initially, this method was returning a NodeList; it was then changed to reflect the spec change.Samsung Internet: Initially, this method was returning a NodeList; it was then changed to reflect the spec change.WebView Android: Initially, this method was returning a NodeList; it was then changed to reflect the spec change.WebView on iOS: Initially, this method was returning a NodeList; it was then changed to reflect the spec change. |
| api.Element.getElementsByTagName.all_elements_selector | DOM API | |
| api.Element.getElementsByTagNameNS π | DOM API | Chrome: Initially, this method was returning a NodeList; it was then changed to reflect the spec change.Chrome Android: Initially, this method was returning a NodeList; it was then changed to reflect the spec change.Firefox: The behavior of element.getElementsByTagNameNS changed between Firefox 3.5 and Firefox 3.6. In Firefox 3.5 and before, this function would automatically case-fold any queries so that a search for "foo" would match "Foo" or "foo". In Firefox 3.6 and later this function is now case-sensitive so that a query for "foo" will only match "foo" and not "Foo". For more background on this, please see the comment from Henri Sivonen about the change. You can also look at the relevant part of the standard, which states which parts of the API are case-sensitive and which parts aren't.Firefox: Before Firefox 19, this method was returning a NodeList; it was then changed to reflects the spec change.Firefox for Android: Before Firefox 19, this method was returning a NodeList; it was then changed to reflects the spec change.Quest Browser: Initially, this method was returning a NodeList; it was then changed to reflect the spec change.Opera: Initially, this method was returning a NodeList; it was then changed to reflect the spec change.Opera Android: Initially, this method was returning a NodeList; it was then changed to reflect the spec change.Safari: Initially, this method was returning a NodeList; it was then changed to reflect the spec change.Safari on iOS: Initially, this method was returning a NodeList; it was then changed to reflect the spec change.Samsung Internet: Initially, this method was returning a NodeList; it was then changed to reflect the spec change.WebView Android: Initially, this method was returning a NodeList; it was then changed to reflect the spec change.WebView on iOS: Initially, this method was returning a NodeList; it was then changed to reflect the spec change. |
| api.Element.getElementsByTagNameNS.all_elements_selector | DOM API | |
| api.Element.getHTML π | DOM API | |
| api.Element.gotpointercapture_event π | DOM API | |
| api.Element.hasAttribute π | DOM API | |
| api.Element.hasAttributeNS π | DOM API | |
| api.Element.hasAttributes π | DOM API | Firefox: Before Firefox 35, it was implemented on the Node interface.Firefox for Android: Before Firefox for Android 35, it was implemented on the Node interface. |
| api.Element.hasPointerCapture π | DOM API | |
| api.Element.id π | DOM API | Chrome: Only supported for HTMLElement, not all Element objects, such as SVGElement.Chrome Android: Only supported for HTMLElement, not all Element objects, such as SVGElement.Samsung Internet: Only supported for HTMLElement, not all Element objects, such as SVGElement. |
| api.Element.innerHTML π | DOM API | |
| api.Element.input_event π | DOM API | Edge: Not supported on select, checkbox, or radio inputs.Internet Explorer: Only supports input of type text and password. |
| api.Element.insertAdjacentElement π | DOM API | Edge: Only supported for HTMLElement, not all Element objects, such as SVGElement.Internet Explorer: Only supported for HTMLElement, not all Element objects, such as SVGElement. |
| api.Element.insertAdjacentHTML π | DOM API | Edge: Only supported for HTMLElement, not all Element objects, such as SVGElement.Internet Explorer: Before Internet Explorer 10, throws an "Invalid target element for this operation." error when called on a <table>, <tbody>, <thead>, or <tr> element.Internet Explorer: Only supported for HTMLElement, not all Element objects, such as SVGElement. |
| api.Element.insertAdjacentText π | DOM API | Edge: Only supported for HTMLElement, not all Element objects, such as SVGElement.Internet Explorer: Only supported for HTMLElement, not all Element objects, such as SVGElement. |
| api.Element.keydown_event π | DOM API | |
| api.Element.keypress_event π | DOM API | Chrome: Chrome does not fire the keypress event for known keyboard shortcuts. Which keyboard shortcuts are known depends on the user's system. Use the keydown event to implement keyboard shortcuts.Chrome Android: Chrome Android does not fire the keypress event for known keyboard shortcuts. Which keyboard shortcuts are known depends on the user's system. Use the keydown event to implement keyboard shortcuts.Firefox: As of Firefox 65, the keypress event is no longer fired for non-printable keys, except for the Enter key, and the Shift + Enter and Ctrl + Enter key combinations (these were kept for cross-browser compatibility purposes).Firefox for Android: As of Firefox for Android 65, the keypress event is no longer fired for non-printable keys, except for the Enter key, and the Shift + Enter and Ctrl + Enter key combinations (these were kept for cross-browser compatibility purposes).Quest Browser: Quest Browser does not fire the keypress event for known keyboard shortcuts. Which keyboard shortcuts are known depends on the user's system. Use the keydown event to implement keyboard shortcuts.Opera: Opera does not fire the keypress event for known keyboard shortcuts. Which keyboard shortcuts are known depends on the user's system. Use the keydown event to implement keyboard shortcuts.Opera Android: Opera does not fire the keypress event for known keyboard shortcuts. Which keyboard shortcuts are known depends on the user's system. Use the keydown event to implement keyboard shortcuts.Samsung Internet: Samsung Internet does not fire the keypress event for known keyboard shortcuts. Which keyboard shortcuts are known depends on the user's system. Use the keydown event to implement keyboard shortcuts.WebView Android: Chrome does not fire the keypress event for known keyboard shortcuts. Which keyboard shortcuts are known depends on the user's system. Use the keydown event to implement keyboard shortcuts. |
| api.Element.keyup_event π | DOM API | |
| api.Element.lastElementChild π | DOM API | |
| api.Element.localName π | DOM API | |
| api.Element.lostpointercapture_event π | DOM API | |
| api.Element.matches π | DOM API | Firefox: Before Firefox 4, invalid selector strings caused false to be returned instead of throwing an exception.Firefox: See bug 1119718 for removal.Firefox for Android: See bug 1119718 for removal. |
| api.Element.mousedown_event π | DOM API | |
| api.Element.mouseenter_event π | DOM API | |
| api.Element.mouseleave_event π | DOM API | |
| api.Element.mousemove_event π | DOM API | |
| api.Element.mouseout_event π | DOM API | |
| api.Element.mouseover_event π | DOM API | |
| api.Element.mouseup_event π | DOM API | |
| api.Element.mousewheel_event | DOM API | |
| api.Element.moveBefore | DOM API | |
| api.Element.namespaceURI π | DOM API | |
| api.Element.nextElementSibling π | DOM API | |
| api.Element.outerHTML π | DOM API | |
| api.Element.part π | DOM API | |
| api.Element.paste_event π | DOM API | Internet Explorer: Before Internet Explorer 11, copying files does not trigger the paste event.Internet Explorer: Before Internet Explorer 9, this event is not supported via addEventListener; however, the event handler is supported since IE 5.5. The event can be listened to via element.oncopy. |
| api.Element.pointercancel_event π | DOM API | |
| api.Element.pointerdown_event π | DOM API | |
| api.Element.pointerenter_event π | DOM API | |
| api.Element.pointerleave_event π | DOM API | |
| api.Element.pointermove_event π | DOM API | |
| api.Element.pointerout_event π | DOM API | |
| api.Element.pointerover_event π | DOM API | |
| api.Element.pointerrawupdate_event π | DOM API | |
| api.Element.pointerup_event π | DOM API | |
| api.Element.prefix π | DOM API | |
| api.Element.prepend π | DOM API | |
| api.Element.previousElementSibling π | DOM API | |
| api.Element.querySelector π | DOM API | Internet Explorer: querySelector() is supported, but only for CSS 2.1 selectors. |
| api.Element.querySelectorAll π | DOM API | Internet Explorer: querySelectorAll() is supported, but only for CSS 2.1 selectors. |
| api.Element.releasePointerCapture π | DOM API | |
| api.Element.remove π | DOM API | |
| api.Element.removeAttribute π | DOM API | Edge: This function doesn't respect boolean attributes' default values. See bug 12087679. |
| api.Element.removeAttributeNS π | DOM API | |
| api.Element.removeAttributeNode π | DOM API | |
| api.Element.replaceChildren π | DOM API | |
| api.Element.replaceWith π | DOM API | |
| api.Element.requestFullscreen π | DOM API | Firefox: Before Firefox 44, Firefox incorrectly allowed elements inside a <frame> or <object> element to request, and to be granted, fullscreen. In Firefox 44 and onwards this has been fixed: only elements in the top-level document or in an <iframe> element with the allowfullscreen attribute can be displayed fullscreen.Firefox for Android: Before Firefox for Android 44, Firefox for Android incorrectly allowed elements inside a <frame> or <object> element to request, and to be granted, fullscreen. In Firefox for Android 44 and onwards this has been fixed: only elements in the top-level document or in an <iframe> element with the allowfullscreen attribute can be displayed fullscreen.Safari on iOS: Only available on iPad, not on iPhone.Safari on iOS: Shows an overlay button which can not be disabled. Swiping down exits fullscreen mode, making it unsuitable for some use cases like games.Safari on iOS: Only available on iPad, not on iPhone. Shows an overlay button which can not be disabled. |
| api.Element.requestFullscreen.options_navigationUI_parameter π | DOM API | |
| api.Element.requestFullscreen.options_screen_parameter π | DOM API | |
| api.Element.requestFullscreen.returns_promise | DOM API | |
| api.Element.requestPointerLock π | DOM API | Chrome: From version 92, returns a promise instead of undefined. The behavior reflects a proposed specification change.Chrome Android: From version 92, returns a promise instead of undefined. The behavior reflects a proposed specification change.Edge: From version 92, returns a promise instead of undefined. The behavior reflects a proposed specification change.Quest Browser: From version 17.0, returns a promise instead of undefined. The behavior reflects a proposed specification change.Opera: From version 78, returns a promise instead of undefined. The behavior reflects a proposed specification change.Opera Android: From version 65, returns a promise instead of undefined. The behavior reflects a proposed specification change.Samsung Internet: From version 16, returns a promise instead of undefined. The behavior reflects a proposed specification change.WebView Android: From version 92, returns a promise instead of undefined. The behavior reflects a proposed specification change. |
| api.Element.requestPointerLock.options_unadjustedMovement_parameter | DOM API | Chrome: Supported on macOS Catalina 10.15.1+, Windows, and ChromeOS. Not yet supported on Linux.Chrome Android: Supported on macOS Catalina 10.15.1+, Windows, and ChromeOS. Not yet supported on Linux.Edge: Supported on macOS Catalina 10.15.1+, Windows, and ChromeOS. Not yet supported on Linux.Quest Browser: Supported on macOS Catalina 10.15.1+, Windows, and ChromeOS. Not yet supported on Linux.Opera: Supported on macOS Catalina 10.15.1+, Windows, and ChromeOS. Not yet supported on Linux.Opera Android: Supported on macOS Catalina 10.15.1+, Windows, and ChromeOS. Not yet supported on Linux.Samsung Internet: Supported on macOS Catalina 10.15.1+, Windows, and ChromeOS. Not yet supported on Linux.WebView Android: Supported on macOS Catalina 10.15.1+, Windows, and ChromeOS. Not yet supported on Linux. |
| api.Element.role π | DOM API | |
| api.Element.scroll π | DOM API | |
| api.Element.scroll.options_behavior_parameter | DOM API | |
| api.Element.scroll.options_left_parameter | DOM API | |
| api.Element.scroll.options_top_parameter | DOM API | |
| api.Element.scrollBy π | DOM API | |
| api.Element.scrollBy.options_behavior_parameter | DOM API | |
| api.Element.scrollBy.options_left_parameter | DOM API | |
| api.Element.scrollBy.options_top_parameter | DOM API | |
| api.Element.scrollHeight π | DOM API | Firefox: Before Firefox 21, when an element's content does not generate a vertical scrollbar, then its scrollHeight property is equal to its clientHeight property. This can mean either the content is too short to require a scrollbar or that the element has a CSS style overflow value of visible (non-scrollable).Firefox for Android: Before Firefox for Android 21, when an element's content does not generate a vertical scrollbar, then its scrollHeight property is equal to its clientHeight property. This can mean either the content is too short to require a scrollbar or that the element has a CSS style overflow value of visible (non-scrollable).Internet Explorer: In Internet Explorer 5 through 7, if padding is set, the value of scrollHeight is equal to the sum of the top and bottom padding. This behavior was fixed in Internet Explorer 8. |
| api.Element.scrollIntoView π | DOM API | Edge: The only parameter supported is alignToTop.Edge: Only supported for HTMLElement, not all Element objects, such as SVGElement.Edge: No support for smooth behavior.Internet Explorer: Only supported for HTMLElement, not all Element objects, such as SVGElement.Internet Explorer: No support for smooth behavior or center options.Safari: No support for center option.Safari: Before Safari 15.4, there was no support for the smooth behavior.Safari on iOS: No support for center option.Safari on iOS: Before iOS 15.4, there was no support for the smooth behavior.WebView on iOS: No support for center option.WebView on iOS: Before iOS 15.4, there was no support for the smooth behavior. |
| api.Element.scrollIntoView.options_parameter | DOM API | Chrome: The block and inline options support the values start, center, end, nearest.Chrome Android: The block and inline options support the values start, center, end, nearest.Edge: The block and inline options support the values start, center, end, nearest.Firefox: No support for inline option.Firefox: Before Firefox 58, nearest and center values for the block option was unsupported. See bug 1389274.Firefox for Android: No support for inline option.Firefox for Android: Before Firefox for Android 58, nearest and center values for the block option was unsupported. See bug 1389274.Quest Browser: The block and inline options support the values start, center, end, nearest.Opera: The block and inline options support the values start, center, end, nearest.Opera Android: The block and inline options support the values start, center, end, nearest.Samsung Internet: The block and inline options support the values start, center, end, nearest.WebView Android: The block and inline options support the values start, center, end, nearest. |
| api.Element.scrollIntoViewIfNeeded | DOM API | |
| api.Element.scrollLeft π | DOM API | Chrome: For right-to-left elements, this property uses 0-100 (most left to most right) instead of negative values. See bug 41319147.Chrome Android: For right-to-left elements, this property uses 0-100 (most left to most right) instead of negative values. See bug 41319147.Edge: For right-to-left elements, this property uses 0-100 (most left to most right) instead of negative values. See bug 41319147.Internet Explorer: For right-to-left elements, this property uses 100-0 (most left to most right) instead of negative values.Quest Browser: For right-to-left elements, this property uses 0-100 (most left to most right) instead of negative values. See bug 41319147.Samsung Internet: For right-to-left elements, this property uses 0-100 (most left to most right) instead of negative values. See bug 41319147.WebView Android: For right-to-left elements, this property uses 0-100 (most left to most right) instead of negative values. See bug 41319147. |
| api.Element.scrollLeftMax | DOM API | |
| api.Element.scrollTo π | DOM API | |
| api.Element.scrollTo.options_behavior_parameter | DOM API | |
| api.Element.scrollTo.options_left_parameter | DOM API | |
| api.Element.scrollTo.options_top_parameter | DOM API | |
| api.Element.scrollTop π | DOM API | |
| api.Element.scrollTopMax | DOM API | |
| api.Element.scrollWidth π | DOM API | Internet Explorer: In Internet Explorer 5 through 7, if padding is set, the value of scrollWidth is equal to the sum of the left and right padding. This behavior was fixed in Internet Explorer 8. |
| api.Element.scroll_event π | DOM API | |
| api.Element.scrollend_event π | DOM API | |
| api.Element.scrollsnapchange_event π | DOM API | |
| api.Element.scrollsnapchanging_event π | DOM API | |
| api.Element.securitypolicyviolation_event π | DOM API | |
| api.Element.setAttribute π | DOM API | Internet Explorer: In Internet Explorer 7 and earlier, setAttribute doesn't set styles and removes events when you try to set them. |
| api.Element.setAttributeNS π | DOM API | |
| api.Element.setAttributeNode π | DOM API | |
| api.Element.setAttributeNodeNS π | DOM API | Edge: Returns a ClientRectList with ClientRect objects (which do not contain x and y properties) instead of DOMRect objects.Internet Explorer: Returns a ClientRectList with ClientRect objects (which do not contain x and y properties) instead of DOMRect objects. |
| api.Element.setCapture | DOM API | Internet Explorer: The retargetToElement parameter to Element.setCapture() was introduced in Internet Explorer 5.5. |
| api.Element.setHTMLUnsafe π | DOM API | |
| api.Element.setPointerCapture π | DOM API | Firefox: Before Firefox 82, setPointerCapture() throws InvalidPointerId for an invalid pointerId argument. From Firefox 82, it throws the specified NotFoundError exception. See bug 1662124.Firefox for Android: Before Firefox 82, setPointerCapture() throws InvalidPointerId for an invalid pointerId argument. From Firefox 82, it throws the specified NotFoundError exception. See bug 1662124. |
| api.Element.shadowRoot π | DOM API | |
| api.Element.slot π | DOM API | |
| api.Element.tagName π | DOM API | |
| api.Element.toggleAttribute π | DOM API | |
| api.Element.touchcancel_event π | DOM API | |
| api.Element.touchend_event π | DOM API | |
| api.Element.touchmove_event π | DOM API | |
| api.Element.touchstart_event π | DOM API | |
| api.Element.transitioncancel_event π | DOM API | Chrome: The ontransitioncancel event handler property is not supported. To listen to this event, use element.addEventListener('transitioncancel', function() {});.Chrome Android: The ontransitioncancel event handler property is not supported. To listen to this event, use element.addEventListener('transitioncancel', function() {});.Edge: The ontransitioncancel event handler property is not supported. To listen to this event, use element.addEventListener('transitioncancel', function() {});.Quest Browser: The ontransitioncancel event handler property is not supported. To listen to this event, use element.addEventListener('transitioncancel', function() {});.Opera: The ontransitioncancel event handler property is not supported. To listen to this event, use element.addEventListener('transitioncancel', function() {});.Opera Android: The ontransitioncancel event handler property is not supported. To listen to this event, use element.addEventListener('transitioncancel', function() {});.Safari: Although the ontransitioncancel event handler property is supported, the transitioncancel event is never fired.Safari on iOS: Although the ontransitioncancel event handler property is supported, the transitioncancel event is never fired.Samsung Internet: The ontransitioncancel event handler property is not supported. To listen to this event, use element.addEventListener('transitioncancel', function() {});.WebView Android: The ontransitioncancel event handler property is not supported. To listen to this event, use element.addEventListener('transitioncancel', function() {});.WebView on iOS: Although the ontransitioncancel event handler property is supported, the transitioncancel event is never fired. |
| api.Element.transitionend_event π | DOM API | Edge: The ontransitionend event handler property is not supported. To listen to this event, use element.addEventListener('transitionend', function() {});.Internet Explorer: The ontransitionend event handler property is not supported. To listen to this event, use element.addEventListener('transitionend', function() {});. |
| api.Element.transitionrun_event π | DOM API | Internet Explorer: The ontransitionrun event handler property is not supported. To listen to this event, use element.addEventListener('transitionrun', function() {});.Safari: The event handler exists but will never be called.Safari on iOS: The event handler exists but will never be called.WebView on iOS: The event handler exists but will never be called. |
| api.Element.transitionstart_event π | DOM API | Internet Explorer: The ontransitionstart event handler property is not supported. To listen to this event, use element.addEventListener('transitionstart', function() {});.Safari: The event handler exists but will never be called.Safari on iOS: The event handler exists but will never be called.WebView on iOS: The event handler exists but will never be called. |
| api.Element.webkitmouseforcechanged_event | DOM API | |
| api.Element.webkitmouseforcedown_event | DOM API | |
| api.Element.webkitmouseforceup_event | DOM API | |
| api.Element.webkitmouseforcewillbegin_event | DOM API | |
| api.Element.wheel_event π | DOM API | Internet Explorer: The onwheel event handler property is not supported. To listen to this event, use element.addEventListener('wheel', function() {});. See IE bug 782835. |
| api.ElementInternals π | DOM API | |
| api.ElementInternals.ariaActiveDescendantElement π | DOM API | |
| api.ElementInternals.ariaAtomic π | DOM API | |
| api.ElementInternals.ariaAutoComplete π | DOM API | |
| api.ElementInternals.ariaBrailleLabel π | DOM API | |
| api.ElementInternals.ariaBrailleRoleDescription π | DOM API | |
| api.ElementInternals.ariaBusy π | DOM API | |
| api.ElementInternals.ariaChecked π | DOM API | |
| api.ElementInternals.ariaColCount π | DOM API | |
| api.ElementInternals.ariaColIndex π | DOM API | |
| api.ElementInternals.ariaColIndexText π | DOM API | |
| api.ElementInternals.ariaColSpan π | DOM API | |
| api.ElementInternals.ariaControlsElements π | DOM API | |
| api.ElementInternals.ariaCurrent π | DOM API | |
| api.ElementInternals.ariaDescribedByElements π | DOM API | |
| api.ElementInternals.ariaDescription π | DOM API | |
| api.ElementInternals.ariaDetailsElements π | DOM API | |
| api.ElementInternals.ariaDisabled π | DOM API | |
| api.ElementInternals.ariaErrorMessageElements π | DOM API | |
| api.ElementInternals.ariaExpanded π | DOM API | |
| api.ElementInternals.ariaFlowToElements π | DOM API | |
| api.ElementInternals.ariaHasPopup π | DOM API | |
| api.ElementInternals.ariaHidden π | DOM API | |
| api.ElementInternals.ariaInvalid π | DOM API | |
| api.ElementInternals.ariaKeyShortcuts π | DOM API | |
| api.ElementInternals.ariaLabel π | DOM API | |
| api.ElementInternals.ariaLabelledByElements π | DOM API | |
| api.ElementInternals.ariaLevel π | DOM API | |
| api.ElementInternals.ariaLive π | DOM API | |
| api.ElementInternals.ariaModal π | DOM API | |
| api.ElementInternals.ariaMultiLine π | DOM API | |
| api.ElementInternals.ariaMultiSelectable π | DOM API | |
| api.ElementInternals.ariaOrientation π | DOM API | |
| api.ElementInternals.ariaOwnsElements π | DOM API | |
| api.ElementInternals.ariaPlaceholder π | DOM API | |
| api.ElementInternals.ariaPosInSet π | DOM API | |
| api.ElementInternals.ariaPressed π | DOM API | |
| api.ElementInternals.ariaReadOnly π | DOM API | |
| api.ElementInternals.ariaRelevant | DOM API | |
| api.ElementInternals.ariaRequired π | DOM API | |
| api.ElementInternals.ariaRoleDescription π | DOM API | |
| api.ElementInternals.ariaRowCount π | DOM API | |
| api.ElementInternals.ariaRowIndex π | DOM API | |
| api.ElementInternals.ariaRowIndexText π | DOM API | |
| api.ElementInternals.ariaRowSpan π | DOM API | |
| api.ElementInternals.ariaSelected π | DOM API | |
| api.ElementInternals.ariaSetSize π | DOM API | |
| api.ElementInternals.ariaSort π | DOM API | |
| api.ElementInternals.ariaValueMax π | DOM API | |
| api.ElementInternals.ariaValueMin π | DOM API | |
| api.ElementInternals.ariaValueNow π | DOM API | |
| api.ElementInternals.ariaValueText π | DOM API | |
| api.ElementInternals.checkValidity π | DOM API | |
| api.ElementInternals.form π | DOM API | |
| api.ElementInternals.labels π | DOM API | |
| api.ElementInternals.reportValidity π | DOM API | |
| api.ElementInternals.role π | DOM API | |
| api.ElementInternals.setFormValue π | DOM API | |
| api.ElementInternals.setValidity π | DOM API | |
| api.ElementInternals.shadowRoot π | DOM API | |
| api.ElementInternals.states π | DOM API | |
| api.ElementInternals.validationMessage π | DOM API | |
| api.ElementInternals.validity π | DOM API | |
| api.ElementInternals.willValidate π | DOM API | |
| api.EncodedAudioChunk π | DOM API | |
| api.EncodedAudioChunk.EncodedAudioChunk π | DOM API | |
| api.EncodedAudioChunk.byteLength π | DOM API | |
| api.EncodedAudioChunk.copyTo π | DOM API | |
| api.EncodedAudioChunk.duration π | DOM API | |
| api.EncodedAudioChunk.timestamp π | DOM API | |
| api.EncodedAudioChunk.type π | DOM API | |
| api.EncodedVideoChunk π | DOM API | |
| api.EncodedVideoChunk.EncodedVideoChunk π | DOM API | |
| api.EncodedVideoChunk.byteLength π | DOM API | |
| api.EncodedVideoChunk.copyTo π | DOM API | |
| api.EncodedVideoChunk.duration π | DOM API | |
| api.EncodedVideoChunk.timestamp π | DOM API | |
| api.EncodedVideoChunk.type π | DOM API | |
| api.EntrySync | DOM API | |
| api.ErrorEvent π | DOM API | |
| api.ErrorEvent.ErrorEvent π | DOM API | |
| api.ErrorEvent.colno π | DOM API | |
| api.ErrorEvent.error π | DOM API | |
| api.ErrorEvent.filename π | DOM API | |
| api.ErrorEvent.lineno π | DOM API | |
| api.ErrorEvent.message π | DOM API | |
| api.Event π | DOM API | Node.js: Only available as an internal instance. |
| api.Event.Event π | DOM API | |
| api.Event.bubbles π | DOM API | Node.js: This is not used in Node.js and is provided purely for completeness. |
| api.Event.cancelBubble π | DOM API | Chrome: Starting with Chrome 58 and Opera 45, setting this property to false does nothing, as per spec discussion.Chrome Android: Starting with Chrome Android 58 and Opera 45, setting this property to false does nothing, as per spec discussion.Firefox: Only supported for UIEvent, not all Event objects.Firefox for Android: Only supported for UIEvent, not all Event objects.Node.js: This is not used in Node.js and is provided purely for completeness.Quest Browser: Starting with Quest Browser 5.0 and Opera 45, setting this property to false does nothing, as per spec discussion.Opera: Starting with Chrome 58 and Opera 45, setting this property to false does nothing, as per spec discussion.Opera Android: Starting with Chrome 58 and Opera 45, setting this property to false does nothing, as per spec discussion.Samsung Internet: Starting with Samsung Internet 7.0 and Opera 45, setting this property to false does nothing, as per spec discussion.WebView Android: Starting with Chrome 58 and Opera 45, setting this property to false does nothing, as per spec discussion. |
| api.Event.cancelable π | DOM API | |
| api.Event.composed π | DOM API | Firefox: Before Firefox 95, this property was incorrectly set to false on <select> and <input type='checkbox'> elements.Firefox for Android: Before Firefox for Android 95, this property was incorrectly set to false on <select> and <input type='checkbox'> elements.Node.js: This is not used in Node.js and is provided purely for completeness. |
| api.Event.composedPath π | DOM API | Node.js: Returns an array with either the event itself or empty.Node.js: This is not used in Node.js and is provided purely for completeness. |
| api.Event.currentTarget π | DOM API | Internet Explorer: On Internet Explorer 6 through 8, the event model is different. Event listeners are attached with the non-standard EventTarget.attachEvent method. In this model, there is no equivalent to event.currentTarget and this is the global object. One solution to emulate the event.currentTarget feature is to wrap your handler in a function calling the handler using Function.prototype.call with the element as a first argument. This way, this will be the expected value. |
| api.Event.defaultPrevented π | DOM API | |
| api.Event.eventPhase π | DOM API | |
| api.Event.explicitOriginalTarget | DOM API | |
| api.Event.initEvent π | DOM API | Firefox: Before Firefox 17, a call to this method after the dispatching of the event raised an exception instead of doing nothing.Firefox for Android: Before Firefox for Android 17, a call to this method after the dispatching of the event raised an exception instead of doing nothing. |
| api.Event.isTrusted π | DOM API | Chrome: Starting with Chrome 53 and Opera 40, untrusted events do not invoke the default action.Chrome Android: Starting with Chrome Android 53 and Opera 40, untrusted events do not invoke the default action.Internet Explorer: In Internet Explorer, all events are trusted except those that are created with the createEvent() method.Quest Browser: Starting with Quest Browser 5.0 and Opera 40, untrusted events do not invoke the default action.Opera: Starting with Chrome 53 and Opera 40, untrusted events do not invoke the default action.Opera Android: Starting with Chrome 53 and Opera 40, untrusted events do not invoke the default action.Samsung Internet: Starting with Samsung Internet 6.0 and Opera 40, untrusted events do not invoke the default action.WebView Android: Starting with version 53, untrusted events do not invoke the default action. |
| api.Event.originalTarget | DOM API | |
| api.Event.preventDefault π | DOM API | |
| api.Event.returnValue π | DOM API | |
| api.Event.srcElement π | DOM API | |
| api.Event.stopImmediatePropagation π | DOM API | |
| api.Event.stopPropagation π | DOM API | Node.js: This is not used in Node.js and is provided purely for completeness. |
| api.Event.target π | DOM API | |
| api.Event.timeStamp π | DOM API | Chrome: Starting with Chrome 49, Firefox 54 and Opera 36, this property returns DOMHighResTimeStamp instead of DOMTimeStamp.Chrome Android: Starting with Chrome Android 49, Firefox 54 and Opera 36, this property returns DOMHighResTimeStamp instead of DOMTimeStamp.Deno: In Deno this represents the time since UNIX epoch, not since startup. This is considered a bug, see #10835.Firefox: Starting with Chrome 49, Firefox 54 and Opera 36, this property returns DOMHighResTimeStamp instead of DOMTimeStamp.Firefox for Android: Starting with Chrome 49, Firefox for Android 54 and Opera 36, this property returns DOMHighResTimeStamp instead of DOMTimeStamp.Internet Explorer: Starting with Chrome 49, Firefox 54 and Opera 36, this property returns DOMHighResTimeStamp instead of DOMTimeStamp.Quest Browser: Starting with Quest Browser 5.0, Firefox 54 and Opera 36, this property returns DOMHighResTimeStamp instead of DOMTimeStamp.Opera: Starting with Chrome 49, Firefox 54 and Opera 36, this property returns DOMHighResTimeStamp instead of DOMTimeStamp.Opera Android: Starting with Chrome 49, Firefox 54 and Opera 36, this property returns DOMHighResTimeStamp instead of DOMTimeStamp.Samsung Internet: Starting with Samsung Internet 5.0, Firefox 54 and Opera 36, this property returns DOMHighResTimeStamp instead of DOMTimeStamp.WebView Android: Starting with version 49, this property returns DOMHighResTimeStamp instead of DOMTimeStamp. |
| api.Event.type π | DOM API | |
| api.EventCounts π | DOM API | |
| api.EventCounts.@@iterator | DOM API | |
| api.EventCounts.entries | DOM API | |
| api.EventCounts.forEach | DOM API | |
| api.EventCounts.get | DOM API | |
| api.EventCounts.has | DOM API | |
| api.EventCounts.keys | DOM API | |
| api.EventCounts.size | DOM API | |
| api.EventCounts.values | DOM API | |
| api.EventSource π | DOM API | |
| api.EventSource.EventSource π | DOM API | |
| api.EventSource.EventSource.options_withCredentials_parameter | DOM API | |
| api.EventSource.close π | DOM API | |
| api.EventSource.error_event π | DOM API | |
| api.EventSource.message_event π | DOM API | |
| api.EventSource.open_event π | DOM API | |
| api.EventSource.readyState π | DOM API | |
| api.EventSource.url π | DOM API | |
| api.EventSource.withCredentials π | DOM API | |
| api.EventSource.worker_support | DOM API | Firefox: Not supported in service workers.Firefox for Android: Not supported in service workers. |
| api.EventTarget π | DOM API | Node.js: Only available as an internal instance.Safari: window.EventTarget did not exist on versions of Safari before 10.1.Safari on iOS: window.EventTarget did not exist on versions of Safari iOS before 10.3.WebView on iOS: window.EventTarget did not exist on versions of Safari iOS before 10.3. |
| api.EventTarget.EventTarget π | DOM API | |
| api.EventTarget.addEventListener π | DOM API | Chrome: Before Chrome 49, the type and listener parameters were optional.Chrome Android: Before Chrome Android 49, the type and listener parameters were optional.Internet Explorer: Older versions of IE supported an equivalent, proprietary EventTarget.attachEvent() method.Quest Browser: Before Quest Browser 5.0, the type and listener parameters were optional.Samsung Internet: Before Samsung Internet 5.0, the type and listener parameters were optional.WebView Android: Before Chrome 49, the type and listener parameters were optional. |
| api.EventTarget.addEventListener.options_parameter | DOM API | |
| api.EventTarget.addEventListener.options_parameter.options_capture_parameter π | DOM API | |
| api.EventTarget.addEventListener.options_parameter.options_once_parameter π | DOM API | |
| api.EventTarget.addEventListener.options_parameter.options_passive_parameter π | DOM API | |
| api.EventTarget.addEventListener.options_parameter.options_passive_parameter_default_true_touch | DOM API | |
| api.EventTarget.addEventListener.options_parameter.options_passive_parameter_default_true_wheel | DOM API | |
| api.EventTarget.addEventListener.options_parameter.options_signal_parameter π | DOM API | |
| api.EventTarget.addEventListener.useCapture_parameter_optional | DOM API | |
| api.EventTarget.dispatchEvent π | DOM API | Internet Explorer: Older versions of IE supported an equivalent, proprietary EventTarget.fireEvent() method. |
| api.EventTarget.removeEventListener π | DOM API | Internet Explorer: Older versions of IE supported an equivalent, proprietary EventTarget.detachEvent() method. |
| api.EventTarget.removeEventListener.options_parameter | DOM API | |
| api.EventTarget.removeEventListener.useCapture_parameter_optional | DOM API | |
| api.ExtendableCookieChangeEvent π | DOM API | |
| api.ExtendableCookieChangeEvent.ExtendableCookieChangeEvent π | DOM API | |
| api.ExtendableCookieChangeEvent.changed π | DOM API | |
| api.ExtendableCookieChangeEvent.changed.partitioned_property π | DOM API | |
| api.ExtendableCookieChangeEvent.deleted π | DOM API | |
| api.ExtendableCookieChangeEvent.deleted.partitioned_property π | DOM API | |
| api.ExtendableEvent π | DOM API | |
| api.ExtendableEvent.ExtendableEvent π | DOM API | |
| api.ExtendableEvent.waitUntil π | DOM API | |
| api.ExtendableEvent.waitUntil.async_waitUntil | DOM API | |
| api.ExtendableMessageEvent π | DOM API | |
| api.ExtendableMessageEvent.ExtendableMessageEvent π | DOM API | |
| api.ExtendableMessageEvent.data π | DOM API | |
| api.ExtendableMessageEvent.lastEventId π | DOM API | |
| api.ExtendableMessageEvent.origin π | DOM API | |
| api.ExtendableMessageEvent.ports π | DOM API | |
| api.ExtendableMessageEvent.source π | DOM API | |
| api.External π | DOM API | |
| api.External.AddSearchProvider π | DOM API | Firefox: From Firefox 78 this function does nothing, as the specification requires. |
| api.External.IsSearchProviderInstalled π | DOM API | |
| api.EyeDropper π | DOM API | |
| api.EyeDropper.EyeDropper π | DOM API | |
| api.EyeDropper.open π | DOM API | |
| api.EyeDropper.secure_context_required | DOM API | |
| api.FeaturePolicy | DOM API | |
| api.FeaturePolicy.allowedFeatures | DOM API | |
| api.FeaturePolicy.allowsFeature | DOM API | |
| api.FeaturePolicy.features | DOM API | |
| api.FeaturePolicy.getAllowlistForFeature | DOM API | |
| api.FederatedCredential π | DOM API | |
| api.FederatedCredential.FederatedCredential π | DOM API | |
| api.FederatedCredential.iconURL | DOM API | |
| api.FederatedCredential.name | DOM API | |
| api.FederatedCredential.protocol π | DOM API | |
| api.FederatedCredential.provider π | DOM API | |
| api.Fence π | DOM API | |
| api.Fence.getNestedConfigs π | DOM API | |
| api.Fence.reportEvent π | DOM API | |
| api.Fence.setReportEventDataForAutomaticBeacons π | DOM API | |
| api.Fence.setReportEventDataForAutomaticBeacons.start_commit_eventType | DOM API | Chrome: Previously only a single eventType was available, reserved.top_navigation, but this has been replaced by the new values.Chrome Android: Previously only a single eventType was available, reserved.top_navigation, but this has been replaced by the new values.Edge: Previously only a single eventType was available, reserved.top_navigation, but this has been replaced by the new values.Opera: Previously only a single eventType was available, reserved.top_navigation, but this has been replaced by the new values.Opera Android: Previously only a single eventType was available, reserved.top_navigation, but this has been replaced by the new values.Samsung Internet: Previously only a single eventType was available, reserved.top_navigation, but this has been replaced by the new values.WebView Android: Previously only a single eventType was available, reserved.top_navigation, but this has been replaced by the new values. |
| api.FencedFrameConfig π | DOM API | |
| api.FencedFrameConfig.setSharedStorageContext π | DOM API | |
| api.FetchEvent π | DOM API | |
| api.FetchEvent.FetchEvent π | DOM API | |
| api.FetchEvent.clientId π | DOM API | |
| api.FetchEvent.handled π | DOM API | |
| api.FetchEvent.isReload | DOM API | Chrome: May be removed in a future release, see bug 40487736.Chrome Android: May be removed in a future release, see bug 40487736.Quest Browser: May be removed in a future release, see bug 40487736. |
| api.FetchEvent.preloadResponse π | DOM API | |
| api.FetchEvent.request π | DOM API | |
| api.FetchEvent.respondWith π | DOM API | |
| api.FetchEvent.respondWith.networkerror_on_same-origin_cors | DOM API | |
| api.FetchEvent.respondWith.resource_url | DOM API | |
| api.FetchEvent.resultingClientId π | DOM API | |
| api.File π | DOM API | Firefox: Non-standard implementation.Firefox for Android: Non-standard implementation.Node.js: Before 23.0.0, File instance cannot be cloned.Node.js: Available as a part of the buffer module.Node.js: Available as a part of the buffer module. |
| api.File.File π | DOM API | |
| api.File.lastModified π | DOM API | |
| api.File.lastModifiedDate | DOM API | |
| api.File.name π | DOM API | |
| api.File.webkitRelativePath π | DOM API | |
| api.FileEntrySync | DOM API | |
| api.FileList π | DOM API | |
| api.FileList.item π | DOM API | |
| api.FileList.length π | DOM API | |
| api.FileReader π | DOM API | Firefox: Before Firefox 4, Blob parameters were File parameters. |
| api.FileReader.FileReader π | DOM API | |
| api.FileReader.abort π | DOM API | |
| api.FileReader.abort_event π | DOM API | |
| api.FileReader.error π | DOM API | Firefox: Before Firefox 13, the error property returned a FileError object.Firefox: From Firefox 13 to Firefox 58, the error property returned a DOMError object.Firefox: From Firefox 58, the error property returns a DOMException object.Firefox for Android: From Firefox 32 to Firefox 58, the error property returned a DOMError object.Firefox for Android: From Firefox 58, the error property returns a DOMException object.Internet Explorer: The error property returns a DOMError object.Safari: The error property returns a DOMError object.Safari on iOS: The error property returns a DOMError object.WebView on iOS: The error property returns a DOMError object. |
| api.FileReader.error_event π | DOM API | |
| api.FileReader.load_event π | DOM API | |
| api.FileReader.loadend_event π | DOM API | |
| api.FileReader.loadstart_event π | DOM API | Firefox: loadstart event dispatches synchronously (should be asynchronously as per spec).Firefox for Android: loadstart event dispatches synchronously (should be asynchronously as per spec). |
| api.FileReader.progress_event π | DOM API | |
| api.FileReader.readAsArrayBuffer π | DOM API | |
| api.FileReader.readAsBinaryString π | DOM API | |
| api.FileReader.readAsDataURL π | DOM API | Firefox for Android: Using the camera in Android 8.x raises an exception. See bug 1511083. |
| api.FileReader.readAsText π | DOM API | |
| api.FileReader.readyState π | DOM API | |
| api.FileReader.result π | DOM API | |
| api.FileReader.worker_support | DOM API | |
| api.FileReaderSync π | DOM API | |
| api.FileReaderSync.FileReaderSync π | DOM API | |
| api.FileReaderSync.readAsArrayBuffer π | DOM API | |
| api.FileReaderSync.readAsBinaryString π | DOM API | |
| api.FileReaderSync.readAsDataURL π | DOM API | |
| api.FileReaderSync.readAsText π | DOM API | |
| api.FileReaderSync.worker_support | DOM API | |
| api.FileSystem π | DOM API | Edge: Before Edge 79, this API was only supported in drag-and-drop scenarios using the DataTransferItem.webkitGetAsEntry() method. It was not available for use in file or folder picker panels (such as when you use an <input> element with the HTMLInputElement.webkitdirectory attribute. |
| api.FileSystem.name π | DOM API | |
| api.FileSystem.root π | DOM API | |
| api.FileSystemDirectoryEntry π | DOM API | |
| api.FileSystemDirectoryEntry.createReader π | DOM API | |
| api.FileSystemDirectoryEntry.getDirectory π | DOM API | Firefox: In Firefox, the errorCallback's input parameter is a DOMException rather than a FileError object.Firefox for Android: In Firefox for Android, the errorCallback's input parameter is a DOMException rather than a FileError object. |
| api.FileSystemDirectoryEntry.getFile π | DOM API | Firefox: In Firefox, the errorCallback's input parameter is a DOMException rather than a FileError object.Firefox for Android: In Firefox for Android, the errorCallback's input parameter is a DOMException rather than a FileError object. |
| api.FileSystemDirectoryEntry.removeRecursively | DOM API | Firefox: While the removeRecursively() method existed, it immediately called the error callback with NS_ERROR_DOM_SECURITY_ERR.Firefox for Android: While the removeRecursively() method existed, it immediately called the error callback with NS_ERROR_DOM_SECURITY_ERR. |
| api.FileSystemDirectoryHandle π | DOM API | |
| api.FileSystemDirectoryHandle.@@asyncIterator π | DOM API | |
| api.FileSystemDirectoryHandle.entries π | DOM API | |
| api.FileSystemDirectoryHandle.getDirectoryHandle π | DOM API | |
| api.FileSystemDirectoryHandle.getFileHandle π | DOM API | |
| api.FileSystemDirectoryHandle.keys π | DOM API | |
| api.FileSystemDirectoryHandle.removeEntry π | DOM API | |
| api.FileSystemDirectoryHandle.resolve π | DOM API | |
| api.FileSystemDirectoryHandle.values π | DOM API | |
| api.FileSystemDirectoryReader π | DOM API | |
| api.FileSystemDirectoryReader.readEntries π | DOM API | |
| api.FileSystemEntry π | DOM API | |
| api.FileSystemEntry.copyTo | DOM API | |
| api.FileSystemEntry.filesystem π | DOM API | |
| api.FileSystemEntry.fullPath π | DOM API | |
| api.FileSystemEntry.getMetadata | DOM API | |
| api.FileSystemEntry.getParent π | DOM API | |
| api.FileSystemEntry.isDirectory π | DOM API | |
| api.FileSystemEntry.isFile π | DOM API | |
| api.FileSystemEntry.moveTo | DOM API | |
| api.FileSystemEntry.name π | DOM API | |
| api.FileSystemEntry.remove | DOM API | |
| api.FileSystemEntry.toURL | DOM API | |
| api.FileSystemFileEntry π | DOM API | |
| api.FileSystemFileEntry.createWriter | DOM API | Firefox: While the createWriter() method existed, it immediately called errorCallback with the NS_ERROR_DOM_SECURITY_ERR error.Firefox for Android: While the createWriter() method existed, it immediately called errorCallback with the NS_ERROR_DOM_SECURITY_ERR error. |
| api.FileSystemFileEntry.file π | DOM API | |
| api.FileSystemFileHandle π | DOM API | |
| api.FileSystemFileHandle.createSyncAccessHandle π | DOM API | |
| api.FileSystemFileHandle.createSyncAccessHandle.mode | DOM API | |
| api.FileSystemFileHandle.createWritable π | DOM API | |
| api.FileSystemFileHandle.createWritable.mode | DOM API | |
| api.FileSystemFileHandle.getFile π | DOM API | |
| api.FileSystemHandle π | DOM API | |
| api.FileSystemHandle.isSameEntry π | DOM API | |
| api.FileSystemHandle.kind π | DOM API | |
| api.FileSystemHandle.move | DOM API | |
| api.FileSystemHandle.name π | DOM API | |
| api.FileSystemHandle.queryPermission π | DOM API | |
| api.FileSystemHandle.remove | DOM API | |
| api.FileSystemHandle.requestPermission π | DOM API | |
| api.FileSystemObserver | DOM API | |
| api.FileSystemObserver.FileSystemObserver | DOM API | |
| api.FileSystemObserver.disconnect | DOM API | |
| api.FileSystemObserver.observe | DOM API | |
| api.FileSystemSync | DOM API | |
| api.FileSystemSync.name | DOM API | |
| api.FileSystemSync.root | DOM API | |
| api.FileSystemSyncAccessHandle π | DOM API | |
| api.FileSystemSyncAccessHandle.close π | DOM API | |
| api.FileSystemSyncAccessHandle.close.sync_version | DOM API | |
| api.FileSystemSyncAccessHandle.flush π | DOM API | |
| api.FileSystemSyncAccessHandle.flush.sync_version | DOM API | |
| api.FileSystemSyncAccessHandle.getSize π | DOM API | |
| api.FileSystemSyncAccessHandle.getSize.sync_version | DOM API | |
| api.FileSystemSyncAccessHandle.read π | DOM API | |
| api.FileSystemSyncAccessHandle.truncate π | DOM API | |
| api.FileSystemSyncAccessHandle.truncate.sync_version | DOM API | |
| api.FileSystemSyncAccessHandle.write π | DOM API | |
| api.FileSystemWritableFileStream π | DOM API | |
| api.FileSystemWritableFileStream.seek π | DOM API | |
| api.FileSystemWritableFileStream.truncate π | DOM API | |
| api.FileSystemWritableFileStream.write π | DOM API | |
| api.FocusEvent π | DOM API | |
| api.FocusEvent.FocusEvent π | DOM API | |
| api.FocusEvent.relatedTarget π | DOM API | |
| api.FontData π | DOM API | |
| api.FontData.blob π | DOM API | |
| api.FontData.family π | DOM API | |
| api.FontData.fullName π | DOM API | |
| api.FontData.postscriptName π | DOM API | |
| api.FontData.style π | DOM API | |
| api.FontFace π | DOM API | |
| api.FontFace.FontFace π | DOM API | |
| api.FontFace.ascentOverride π | DOM API | |
| api.FontFace.descentOverride π | DOM API | |
| api.FontFace.display π | DOM API | |
| api.FontFace.family π | DOM API | |
| api.FontFace.featureSettings π | DOM API | |
| api.FontFace.lineGapOverride π | DOM API | |
| api.FontFace.load π | DOM API | |
| api.FontFace.loaded π | DOM API | |
| api.FontFace.status π | DOM API | |
| api.FontFace.stretch π | DOM API | |
| api.FontFace.style π | DOM API | |
| api.FontFace.unicodeRange π | DOM API | |
| api.FontFace.variant | DOM API | |
| api.FontFace.variationSettings π | DOM API | |
| api.FontFace.weight π | DOM API | |
| api.FontFace.worker_support | DOM API | |
| api.FontFaceSet π | DOM API | Chrome: Chrome does not expose the FontFaceSet interface directly, and is only available through Document.fonts or WorkerGlobalScope.fonts.Chrome Android: Chrome Android does not expose the FontFaceSet interface directly, and is only available through Document.fonts or WorkerGlobalScope.fonts.Edge: Edge does not expose the FontFaceSet interface directly, and is only available through Document.fonts or WorkerGlobalScope.fonts.Quest Browser: Quest Browser does not expose the FontFaceSet interface directly, and is only available through Document.fonts or WorkerGlobalScope.fonts.Opera: Opera does not expose the FontFaceSet interface directly, and is only available through Document.fonts or WorkerGlobalScope.fonts.Opera Android: Opera Android does not expose the FontFaceSet interface directly, and is only available through Document.fonts or WorkerGlobalScope.fonts.Samsung Internet: Samsung Internet does not expose the FontFaceSet interface directly, and is only available through Document.fonts or WorkerGlobalScope.fonts.WebView Android: WebView Android does not expose the FontFaceSet interface directly, and is only available through Document.fonts or WorkerGlobalScope.fonts. |
| api.FontFaceSet.@@iterator π | DOM API | |
| api.FontFaceSet.FontFaceSet | DOM API | Safari: Will be removed, see bug 276794Safari on iOS: Will be removed, see bug 276794WebView on iOS: Will be removed, see bug 276794 |
| api.FontFaceSet.add π | DOM API | |
| api.FontFaceSet.check π | DOM API | Chrome: Prior to version 120, this method returned false instead of true for nonexistent or locally installed fonts. See bug 40893726.Chrome Android: Prior to version 120, this method returned false instead of true for nonexistent or locally installed fonts. See bug 40893726.Edge: Prior to version 120, this method returned false instead of true for nonexistent or locally installed fonts. See bug 40893726.Quest Browser: Prior to version false, this method returned false instead of true for nonexistent or locally installed fonts. See bug 40893726.Opera: Prior to version 106, this method returned false instead of true for nonexistent or locally installed fonts. See bug 40893726.Opera Android: Prior to version 80, this method returned false instead of true for nonexistent or locally installed fonts. See bug 40893726.Samsung Internet: Prior to version 25.0, this method returned false instead of true for nonexistent or locally installed fonts. See bug 40893726.WebView Android: Prior to version 120, this method returned false instead of true for nonexistent or locally installed fonts. See bug 40893726. |
| api.FontFaceSet.clear π | DOM API | |
| api.FontFaceSet.delete π | DOM API | |
| api.FontFaceSet.entries | DOM API | |
| api.FontFaceSet.forEach | DOM API | |
| api.FontFaceSet.has | DOM API | |
| api.FontFaceSet.keys | DOM API | |
| api.FontFaceSet.load π | DOM API | |
| api.FontFaceSet.loading_event π | DOM API | |
| api.FontFaceSet.loadingdone_event π | DOM API | |
| api.FontFaceSet.loadingerror_event π | DOM API | |
| api.FontFaceSet.ready π | DOM API | |
| api.FontFaceSet.size | DOM API | |
| api.FontFaceSet.status π | DOM API | |
| api.FontFaceSet.values | DOM API | |
| api.FontFaceSet.worker_support | DOM API | |
| api.FontFaceSetLoadEvent π | DOM API | |
| api.FontFaceSetLoadEvent.FontFaceSetLoadEvent π | DOM API | |
| api.FontFaceSetLoadEvent.fontfaces π | DOM API | |
| api.FontFaceSetLoadEvent.worker_support | DOM API | |
| api.FormData π | DOM API | Firefox: Before Firefox 7, specifying a Blob as the data to append to the object, the filename reported in the Content-Disposition HTTP header was an empty string, resulting in errors on some servers. Starting with Firefox 7, the filename blob is sent.Firefox for Android: Before Firefox for Android 7, specifying a Blob as the data to append to the object, the filename reported in the Content-Disposition HTTP header was an empty string, resulting in errors on some servers. Starting with Firefox for Android 7, the filename blob is sent.WebView Android: XHR in Android 4.0 sends empty content for FormData with blob. |
| api.FormData.@@iterator | DOM API | |
| api.FormData.FormData π | DOM API | |
| api.FormData.FormData.submitter | DOM API | |
| api.FormData.append π | DOM API | Firefox: Before Firefox 7, specifying a Blob as the data to append to the object, the filename reported in the Content-Disposition HTTP header was an empty string, resulting in errors on some servers. Starting with Firefox 7, the filename blob is sent.Firefox for Android: Before Firefox for Android 7, specifying a Blob as the data to append to the object, the filename reported in the Content-Disposition HTTP header was an empty string, resulting in errors on some servers. Starting with Firefox for Android 7, the filename blob is sent.Internet Explorer: With the "Include local directory pass when uploading files to a server" option enabled, IE will change the filename inside the Blob on the fly. To have direct control of the sent filename, the developer should send the filename as the third parameter value, i.e. formData.append(name, value, filename).WebView Android: XHR in Android 4.0 sends empty content for FormData with blob. |
| api.FormData.append.filename_parameter | DOM API | |
| api.FormData.delete π | DOM API | |
| api.FormData.entries | DOM API | |
| api.FormData.forEach | DOM API | |
| api.FormData.get π | DOM API | |
| api.FormData.getAll π | DOM API | |
| api.FormData.has π | DOM API | |
| api.FormData.keys | DOM API | |
| api.FormData.set π | DOM API | |
| api.FormData.values | DOM API | |
| api.FormData.worker_support | DOM API | |
| api.FormDataEvent π | DOM API | |
| api.FormDataEvent.FormDataEvent π | DOM API | |
| api.FormDataEvent.formData π | DOM API | |
| api.FragmentDirective π | DOM API | |
| api.GPU π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPU.getPreferredCanvasFormat π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPU.requestAdapter π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPU.requestAdapter.discrete_adapter_default_ac | DOM API | Chrome: Currently supported on dual GPU macOS devices only.Edge: Currently supported on dual GPU macOS devices only.Opera: Currently supported on dual GPU macOS devices only. |
| api.GPU.wgslLanguageFeatures π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUAdapter π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUAdapter.features π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUAdapter.info π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUAdapter.isFallbackAdapter π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUAdapter.limits π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUAdapter.requestAdapterInfo | DOM API | Firefox: Currently supported on Linux and Windows only. |
| api.GPUAdapter.requestDevice π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUAdapter.requestDevice.lost_device_on_duplicate | DOM API | |
| api.GPUAdapterInfo π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUAdapterInfo.architecture π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUAdapterInfo.description π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUAdapterInfo.device π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUAdapterInfo.vendor π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUBindGroup π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUBindGroup.label π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUBindGroupLayout π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUBindGroupLayout.label π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUBuffer π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUBuffer.destroy π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUBuffer.getMappedRange π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUBuffer.label π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUBuffer.mapAsync π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUBuffer.mapState π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUBuffer.size π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUBuffer.unmap π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUBuffer.usage π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUCanvasContext π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUCanvasContext.canvas π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUCanvasContext.configure π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Chrome: The rgba8unorm format is currently not supported on macOS. See bug 40823053.Edge: Currently supported on ChromeOS, macOS, and Windows only.Edge: The rgba8unorm format is currently not supported on macOS. See bug 40823053.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only.Opera: The rgba8unorm format is currently not supported on macOS. See bug 40823053. |
| api.GPUCanvasContext.configure.toneMapping π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Chrome Android: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only.Opera Android: Currently supported on ChromeOS, macOS, and Windows only.WebView Android: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUCanvasContext.getConfiguration π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Chrome Android: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only.Opera Android: Currently supported on ChromeOS, macOS, and Windows only.WebView Android: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUCanvasContext.getCurrentTexture π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUCanvasContext.unconfigure π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUCommandBuffer π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUCommandBuffer.label π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUCommandEncoder π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUCommandEncoder.beginComputePass π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUCommandEncoder.beginComputePass.timestampWrites π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUCommandEncoder.beginRenderPass π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUCommandEncoder.beginRenderPass.depthSlice_option π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUCommandEncoder.beginRenderPass.separate_depth_stencil_read-only | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUCommandEncoder.beginRenderPass.timestampWrites π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUCommandEncoder.clearBuffer π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUCommandEncoder.copyBufferToBuffer π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUCommandEncoder.copyBufferToTexture π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUCommandEncoder.copyTextureToBuffer π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUCommandEncoder.copyTextureToTexture π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUCommandEncoder.finish π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUCommandEncoder.insertDebugMarker π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUCommandEncoder.label π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUCommandEncoder.popDebugGroup π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUCommandEncoder.pushDebugGroup π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUCommandEncoder.resolveQuerySet π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUCommandEncoder.writeTimestamp | DOM API | Firefox: Currently supported on Linux and Windows only. |
| api.GPUCompilationInfo π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUCompilationInfo.messages π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUCompilationMessage π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUCompilationMessage.length π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUCompilationMessage.lineNum π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUCompilationMessage.linePos π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUCompilationMessage.message π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUCompilationMessage.offset π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUCompilationMessage.type π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUComputePassEncoder π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUComputePassEncoder.dispatchWorkgroups π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUComputePassEncoder.dispatchWorkgroupsIndirect π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUComputePassEncoder.end π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUComputePassEncoder.insertDebugMarker π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUComputePassEncoder.label π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUComputePassEncoder.popDebugGroup π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUComputePassEncoder.pushDebugGroup π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUComputePassEncoder.setBindGroup π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUComputePassEncoder.setBindGroup.unset_bind_group | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUComputePassEncoder.setPipeline π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUComputePassEncoder.writeTimestamp | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUComputePipeline π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUComputePipeline.getBindGroupLayout π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUComputePipeline.label π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUDevice π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUDevice.adapterInfo π | DOM API | |
| api.GPUDevice.createBindGroup π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUDevice.createBindGroupLayout π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUDevice.createBindGroupLayout.storageTexture_access_read-write_read-only π | DOM API | |
| api.GPUDevice.createBindGroupLayout.texture_rgb10a2uint π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUDevice.createBuffer π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUDevice.createCommandEncoder π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUDevice.createComputePipeline π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUDevice.createComputePipeline.optional_entryPoint | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Chrome Android: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only.Opera Android: Currently supported on ChromeOS, macOS, and Windows only.Samsung Internet: Currently supported on ChromeOS, macOS, and Windows only.WebView Android: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUDevice.createComputePipelineAsync π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUDevice.createComputePipelineAsync.optional_entryPoint | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Chrome Android: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only.Opera Android: Currently supported on ChromeOS, macOS, and Windows only.Samsung Internet: Currently supported on ChromeOS, macOS, and Windows only.WebView Android: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUDevice.createPipelineLayout π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUDevice.createQuerySet π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUDevice.createQuerySet.timestamp π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUDevice.createRenderBundleEncoder π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUDevice.createRenderPipeline π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUDevice.createRenderPipeline.dual-source-blending π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUDevice.createRenderPipeline.optional_depthcompare_depthwriteenabled | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUDevice.createRenderPipeline.optional_entryPoint | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Chrome Android: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only.Opera Android: Currently supported on ChromeOS, macOS, and Windows only.Samsung Internet: Currently supported on ChromeOS, macOS, and Windows only.WebView Android: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUDevice.createRenderPipeline.texture_rgb10a2uint π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUDevice.createRenderPipeline.validates_depth_bias_for_line_and_point_topologies | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Chrome Android: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only.Opera Android: Currently supported on ChromeOS, macOS, and Windows only.WebView Android: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUDevice.createRenderPipeline.vertex_unorm10-10-10-2 π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUDevice.createRenderPipelineAsync π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUDevice.createRenderPipelineAsync.dual-source-blending π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUDevice.createRenderPipelineAsync.optional_depthcompare_depthwriteenabled | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUDevice.createRenderPipelineAsync.optional_entryPoint | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Chrome Android: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only.Opera Android: Currently supported on ChromeOS, macOS, and Windows only.Samsung Internet: Currently supported on ChromeOS, macOS, and Windows only.WebView Android: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUDevice.createRenderPipelineAsync.texture_rgb10a2uint π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUDevice.createRenderPipelineAsync.validates_depth_bias_for_line_and_point_topologies | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Chrome Android: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only.Opera Android: Currently supported on ChromeOS, macOS, and Windows only.WebView Android: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUDevice.createRenderPipelineAsync.vertex_unorm10-10-10-2 π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUDevice.createSampler π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUDevice.createShaderModule π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUDevice.createTexture π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUDevice.createTexture.texture_rgb10a2uint π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUDevice.destroy π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUDevice.features π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUDevice.importExternalTexture π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUDevice.importExternalTexture.color_space_display-p3 | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUDevice.importExternalTexture.videoframe_source | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUDevice.label π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUDevice.limits π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUDevice.lost π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUDevice.popErrorScope π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUDevice.pushErrorScope π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUDevice.queue π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUDevice.uncapturederror_event π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUDeviceLostInfo π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUDeviceLostInfo.message π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUDeviceLostInfo.reason π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUError π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUError.message π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUExternalTexture π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUExternalTexture.label π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUInternalError π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUInternalError.GPUInternalError π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUOutOfMemoryError π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUOutOfMemoryError.GPUOutOfMemoryError π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUPipelineError π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUPipelineError.GPUPipelineError π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUPipelineError.GPUPipelineError.message_optional | DOM API | |
| api.GPUPipelineError.reason π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUPipelineLayout π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUPipelineLayout.label π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUQuerySet π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUQuerySet.count π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUQuerySet.destroy π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUQuerySet.label π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUQuerySet.type π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUQuerySet.type.timestamp π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUQueue π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUQueue.copyExternalImageToTexture π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUQueue.copyExternalImageToTexture.htmlimageelement_imagedata_source | DOM API | |
| api.GPUQueue.copyExternalImageToTexture.videoframe_source | DOM API | |
| api.GPUQueue.label π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUQueue.onSubmittedWorkDone π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUQueue.submit π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUQueue.submit.validates_command_buffer_uniqueness | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Chrome Android: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only.Opera Android: Currently supported on ChromeOS, macOS, and Windows only.WebView Android: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUQueue.writeBuffer π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUQueue.writeTexture π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPURenderBundle π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPURenderBundle.label π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPURenderBundleEncoder π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPURenderBundleEncoder.draw π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPURenderBundleEncoder.drawIndexed π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPURenderBundleEncoder.drawIndexedIndirect π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPURenderBundleEncoder.drawIndirect π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPURenderBundleEncoder.finish π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPURenderBundleEncoder.insertDebugMarker π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPURenderBundleEncoder.label π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPURenderBundleEncoder.popDebugGroup π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPURenderBundleEncoder.pushDebugGroup π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPURenderBundleEncoder.setBindGroup π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPURenderBundleEncoder.setBindGroup.unset_bind_group | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPURenderBundleEncoder.setIndexBuffer π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPURenderBundleEncoder.setPipeline π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPURenderBundleEncoder.setVertexBuffer π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPURenderBundleEncoder.setVertexBuffer.unset_vertex_buffer | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPURenderPassEncoder π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPURenderPassEncoder.beginOcclusionQuery π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPURenderPassEncoder.draw π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPURenderPassEncoder.drawIndexed π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPURenderPassEncoder.drawIndexedIndirect π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPURenderPassEncoder.drawIndirect π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPURenderPassEncoder.end π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPURenderPassEncoder.endOcclusionQuery π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPURenderPassEncoder.executeBundles π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPURenderPassEncoder.insertDebugMarker π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPURenderPassEncoder.label π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPURenderPassEncoder.popDebugGroup π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPURenderPassEncoder.pushDebugGroup π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPURenderPassEncoder.setBindGroup π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPURenderPassEncoder.setBindGroup.unset_bind_group | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPURenderPassEncoder.setBlendConstant π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPURenderPassEncoder.setIndexBuffer π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPURenderPassEncoder.setPipeline π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPURenderPassEncoder.setScissorRect π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPURenderPassEncoder.setStencilReference π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPURenderPassEncoder.setVertexBuffer π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPURenderPassEncoder.setVertexBuffer.unset_vertex_buffer | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPURenderPassEncoder.setViewport π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPURenderPassEncoder.writeTimestamp | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPURenderPipeline π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPURenderPipeline.getBindGroupLayout π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPURenderPipeline.label π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUSampler π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUSampler.label π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUShaderModule π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUShaderModule.getCompilationInfo π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUShaderModule.label π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUSupportedFeatures π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUSupportedFeatures.@@iterator π | DOM API | |
| api.GPUSupportedFeatures.entries π | DOM API | |
| api.GPUSupportedFeatures.feature_bgra8unorm-storage π | DOM API | |
| api.GPUSupportedFeatures.feature_clip-distances π | DOM API | |
| api.GPUSupportedFeatures.feature_depth-clip-control π | DOM API | |
| api.GPUSupportedFeatures.feature_depth32float-stencil8 π | DOM API | |
| api.GPUSupportedFeatures.feature_dual-source-blending π | DOM API | |
| api.GPUSupportedFeatures.feature_float32-blendable π | DOM API | |
| api.GPUSupportedFeatures.feature_float32-filterable π | DOM API | |
| api.GPUSupportedFeatures.feature_indirect-first-instance π | DOM API | |
| api.GPUSupportedFeatures.feature_rg11b10ufloat-renderable π | DOM API | |
| api.GPUSupportedFeatures.feature_shader-f16 π | DOM API | |
| api.GPUSupportedFeatures.feature_texture-compression-astc π | DOM API | |
| api.GPUSupportedFeatures.feature_texture-compression-bc π | DOM API | |
| api.GPUSupportedFeatures.feature_texture-compression-etc2 π | DOM API | |
| api.GPUSupportedFeatures.feature_timestamp-query π | DOM API | |
| api.GPUSupportedFeatures.forEach π | DOM API | |
| api.GPUSupportedFeatures.has π | DOM API | |
| api.GPUSupportedFeatures.keys π | DOM API | |
| api.GPUSupportedFeatures.size π | DOM API | |
| api.GPUSupportedFeatures.values π | DOM API | |
| api.GPUSupportedLimits π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUSupportedLimits.maxBindGroups π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUSupportedLimits.maxBindGroupsPlusVertexBuffers π | DOM API | |
| api.GPUSupportedLimits.maxBindingsPerBindGroup π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUSupportedLimits.maxBufferSize π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUSupportedLimits.maxColorAttachmentBytesPerSample π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUSupportedLimits.maxColorAttachments π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUSupportedLimits.maxComputeInvocationsPerWorkgroup π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUSupportedLimits.maxComputeWorkgroupSizeX π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUSupportedLimits.maxComputeWorkgroupSizeY π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUSupportedLimits.maxComputeWorkgroupSizeZ π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUSupportedLimits.maxComputeWorkgroupStorageSize π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUSupportedLimits.maxComputeWorkgroupsPerDimension π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUSupportedLimits.maxDynamicStorageBuffersPerPipelineLayout π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUSupportedLimits.maxDynamicUniformBuffersPerPipelineLayout π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUSupportedLimits.maxInterStageShaderComponents | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUSupportedLimits.maxInterStageShaderVariables π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUSupportedLimits.maxSampledTexturesPerShaderStage π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUSupportedLimits.maxSamplersPerShaderStage π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUSupportedLimits.maxStorageBufferBindingSize π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUSupportedLimits.maxStorageBuffersPerShaderStage π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUSupportedLimits.maxStorageTexturesPerShaderStage π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUSupportedLimits.maxTextureArrayLayers π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUSupportedLimits.maxTextureDimension1D π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUSupportedLimits.maxTextureDimension2D π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUSupportedLimits.maxTextureDimension3D π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUSupportedLimits.maxUniformBufferBindingSize π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUSupportedLimits.maxUniformBuffersPerShaderStage π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUSupportedLimits.maxVertexAttributes π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUSupportedLimits.maxVertexBufferArrayStride π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUSupportedLimits.maxVertexBuffers π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUSupportedLimits.minStorageBufferOffsetAlignment π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUSupportedLimits.minUniformBufferOffsetAlignment π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUTexture π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUTexture.createView π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUTexture.createView.texture_rgb10a2uint π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUTexture.depthOrArrayLayers π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUTexture.destroy π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUTexture.dimension π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUTexture.format π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUTexture.format.texture_rgb10a2uint π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUTexture.height π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUTexture.label π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUTexture.mipLevelCount π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUTexture.sampleCount π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUTexture.usage π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUTexture.width π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUTextureView π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUTextureView.label π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUUncapturedErrorEvent π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUUncapturedErrorEvent.GPUUncapturedErrorEvent π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUUncapturedErrorEvent.error π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUValidationError π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GPUValidationError.GPUValidationError π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.GainNode π | DOM API | |
| api.GainNode.GainNode π | DOM API | |
| api.GainNode.gain π | DOM API | |
| api.Gamepad π | DOM API | |
| api.Gamepad.axes π | DOM API | |
| api.Gamepad.buttons π | DOM API | |
| api.Gamepad.connected π | DOM API | |
| api.Gamepad.displayId | DOM API | Chrome Android: Currently supported only by Google Daydream.Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Quest Browser: Currently supported only by Google Daydream.Opera Android: Currently supported only by Google Daydream.Samsung Internet: Currently supported only by Google Daydream. |
| api.Gamepad.hand π | DOM API | |
| api.Gamepad.hapticActuators π | DOM API | |
| api.Gamepad.id π | DOM API | |
| api.Gamepad.index π | DOM API | |
| api.Gamepad.mapping π | DOM API | |
| api.Gamepad.pose π | DOM API | |
| api.Gamepad.secure_context_required | DOM API | |
| api.Gamepad.timestamp π | DOM API | |
| api.Gamepad.vibrationActuator π | DOM API | |
| api.GamepadButton π | DOM API | |
| api.GamepadButton.pressed π | DOM API | |
| api.GamepadButton.secure_context_required | DOM API | |
| api.GamepadButton.touched π | DOM API | |
| api.GamepadButton.value π | DOM API | |
| api.GamepadEvent π | DOM API | |
| api.GamepadEvent.GamepadEvent π | DOM API | |
| api.GamepadEvent.gamepad π | DOM API | |
| api.GamepadEvent.secure_context_required | DOM API | |
| api.GamepadHapticActuator π | DOM API | |
| api.GamepadHapticActuator.canPlayEffectType | DOM API | |
| api.GamepadHapticActuator.effects π | DOM API | |
| api.GamepadHapticActuator.effects.type_trigger-rumble π | DOM API | |
| api.GamepadHapticActuator.playEffect π | DOM API | |
| api.GamepadHapticActuator.playEffect.params_leftTrigger_parameter π | DOM API | |
| api.GamepadHapticActuator.playEffect.params_rightTrigger_parameter π | DOM API | |
| api.GamepadHapticActuator.playEffect.type_trigger-rumble π | DOM API | |
| api.GamepadHapticActuator.pulse π | DOM API | |
| api.GamepadHapticActuator.reset π | DOM API | |
| api.GamepadHapticActuator.secure_context_required | DOM API | |
| api.GamepadHapticActuator.type | DOM API | |
| api.GamepadPose π | DOM API | |
| api.GamepadPose.angularAcceleration π | DOM API | |
| api.GamepadPose.angularVelocity π | DOM API | |
| api.GamepadPose.hasOrientation π | DOM API | |
| api.GamepadPose.hasPosition π | DOM API | |
| api.GamepadPose.linearAcceleration π | DOM API | |
| api.GamepadPose.linearVelocity π | DOM API | |
| api.GamepadPose.orientation π | DOM API | |
| api.GamepadPose.position π | DOM API | |
| api.GamepadPose.secure_context_required | DOM API | |
| api.Geolocation π | DOM API | Firefox: GPSD (GPS daemon) support added in Firefox 3.6. WiFi-based location is provided by Google (privacy) or a custom provider (MLS instructions). |
| api.Geolocation.clearWatch π | DOM API | |
| api.Geolocation.getCurrentPosition π | DOM API | |
| api.Geolocation.secure_context_required | DOM API | WebView Android: Secure context is only required for applications targeting Android Nougat (7) and higher. See bug 40465140. |
| api.Geolocation.watchPosition π | DOM API | |
| api.GeolocationCoordinates π | DOM API | |
| api.GeolocationCoordinates.accuracy π | DOM API | |
| api.GeolocationCoordinates.altitude π | DOM API | |
| api.GeolocationCoordinates.altitudeAccuracy π | DOM API | |
| api.GeolocationCoordinates.heading π | DOM API | |
| api.GeolocationCoordinates.latitude π | DOM API | |
| api.GeolocationCoordinates.longitude π | DOM API | |
| api.GeolocationCoordinates.secure_context_required | DOM API | |
| api.GeolocationCoordinates.speed π | DOM API | |
| api.GeolocationCoordinates.toJSON π | DOM API | |
| api.GeolocationPosition π | DOM API | |
| api.GeolocationPosition.coords π | DOM API | |
| api.GeolocationPosition.secure_context_required | DOM API | |
| api.GeolocationPosition.timestamp π | DOM API | |
| api.GeolocationPosition.toJSON π | DOM API | |
| api.GeolocationPositionError π | DOM API | |
| api.GeolocationPositionError.code π | DOM API | |
| api.GeolocationPositionError.message π | DOM API | |
| api.GeolocationPositionError.secure_context_required | DOM API | |
| api.GestureEvent | DOM API | |
| api.GestureEvent.altKey | DOM API | |
| api.GestureEvent.clientX | DOM API | |
| api.GestureEvent.clientY | DOM API | |
| api.GestureEvent.ctrlKey | DOM API | |
| api.GestureEvent.initGestureEvent | DOM API | |
| api.GestureEvent.metaKey | DOM API | |
| api.GestureEvent.rotation | DOM API | |
| api.GestureEvent.scale | DOM API | |
| api.GestureEvent.screenX | DOM API | |
| api.GestureEvent.screenY | DOM API | |
| api.GestureEvent.shiftKey | DOM API | |
| api.GestureEvent.target | DOM API | |
| api.GravitySensor π | DOM API | |
| api.GravitySensor.GravitySensor π | DOM API | |
| api.Gyroscope π | DOM API | |
| api.Gyroscope.Gyroscope π | DOM API | |
| api.Gyroscope.x π | DOM API | |
| api.Gyroscope.y π | DOM API | |
| api.Gyroscope.z π | DOM API | |
| api.HID π | DOM API | |
| api.HID.connect_event π | DOM API | |
| api.HID.disconnect_event π | DOM API | |
| api.HID.getDevices π | DOM API | |
| api.HID.requestDevice π | DOM API | |
| api.HID.worker_support | DOM API | Chrome: Dedicated workers and WebExtension service workers, not shared workers and non-WebExtension service workers.Chrome: WebExtension service workers only.Edge: Dedicated workers and WebExtension service workers, not shared workers and non-WebExtension service workers.Edge: WebExtension service workers only.Opera: Dedicated workers and WebExtension service workers, not shared workers and non-WebExtension service workers.Opera: WebExtension service workers only. |
| api.HIDConnectionEvent π | DOM API | |
| api.HIDConnectionEvent.HIDConnectionEvent π | DOM API | |
| api.HIDConnectionEvent.device π | DOM API | |
| api.HIDConnectionEvent.worker_support | DOM API | Chrome: Dedicated workers and WebExtension service workers, not shared workers and non-WebExtension service workers.Chrome: WebExtension service workers only.Edge: Dedicated workers and WebExtension service workers, not shared workers and non-WebExtension service workers.Edge: WebExtension service workers only.Opera: Dedicated workers and WebExtension service workers, not shared workers and non-WebExtension service workers.Opera: WebExtension service workers only. |
| api.HIDDevice π | DOM API | |
| api.HIDDevice.close π | DOM API | |
| api.HIDDevice.collections π | DOM API | |
| api.HIDDevice.forget π | DOM API | |
| api.HIDDevice.inputreport_event π | DOM API | |
| api.HIDDevice.open π | DOM API | |
| api.HIDDevice.opened π | DOM API | |
| api.HIDDevice.productId π | DOM API | |
| api.HIDDevice.productName π | DOM API | |
| api.HIDDevice.receiveFeatureReport π | DOM API | |
| api.HIDDevice.sendFeatureReport π | DOM API | |
| api.HIDDevice.sendReport π | DOM API | |
| api.HIDDevice.vendorId π | DOM API | |
| api.HIDDevice.worker_support | DOM API | Chrome: Dedicated workers and WebExtension service workers, not shared workers and non-WebExtension service workers.Chrome: WebExtension service workers only.Edge: Dedicated workers and WebExtension service workers, not shared workers and non-WebExtension service workers.Edge: WebExtension service workers only.Opera: Dedicated workers and WebExtension service workers, not shared workers and non-WebExtension service workers.Opera: WebExtension service workers only. |
| api.HIDInputReportEvent π | DOM API | |
| api.HIDInputReportEvent.data π | DOM API | |
| api.HIDInputReportEvent.device π | DOM API | |
| api.HIDInputReportEvent.reportId π | DOM API | |
| api.HIDInputReportEvent.worker_support | DOM API | Chrome: Dedicated workers and WebExtension service workers, not shared workers and non-WebExtension service workers.Chrome: WebExtension service workers only.Edge: Dedicated workers and WebExtension service workers, not shared workers and non-WebExtension service workers.Edge: WebExtension service workers only.Opera: Dedicated workers and WebExtension service workers, not shared workers and non-WebExtension service workers.Opera: WebExtension service workers only. |
| api.HMDVRDevice | DOM API | |
| api.HMDVRDevice.getEyeParameters | DOM API | |
| api.HMDVRDevice.setFieldOfView | DOM API | |
| api.HTMLAllCollection π | DOM API | |
| api.HTMLAllCollection.item π | DOM API | |
| api.HTMLAllCollection.length π | DOM API | |
| api.HTMLAllCollection.namedItem π | DOM API | |
| api.HTMLAnchorElement π | DOM API | |
| api.HTMLAnchorElement.attributionSourceId π | DOM API | |
| api.HTMLAnchorElement.attributionSrc π | DOM API | |
| api.HTMLAnchorElement.charset π | DOM API | |
| api.HTMLAnchorElement.coords π | DOM API | |
| api.HTMLAnchorElement.download π | DOM API | |
| api.HTMLAnchorElement.hash π | DOM API | Firefox: From Firefox 29 to Firefox 40, the returned value was incorrectly percent-decoded.Firefox for Android: From Firefox for Android 29 to Firefox for Android 40, the returned value was incorrectly percent-decoded. |
| api.HTMLAnchorElement.host π | DOM API | Internet Explorer: In Internet Explorer 9, the host of an <a> always include the port (e.g. developer.mozilla.org:443), even if there is no explicit port in the href attribute value. |
| api.HTMLAnchorElement.hostname π | DOM API | |
| api.HTMLAnchorElement.href π | DOM API | |
| api.HTMLAnchorElement.hrefTranslate | DOM API | |
| api.HTMLAnchorElement.hreflang π | DOM API | |
| api.HTMLAnchorElement.name π | DOM API | |
| api.HTMLAnchorElement.origin π | DOM API | Firefox: Before Firefox 49, results for URL using the blob scheme incorrectly returned null.Firefox for Android: Before Firefox for Android 49, results for URL using the blob scheme incorrectly returned null. |
| api.HTMLAnchorElement.password π | DOM API | |
| api.HTMLAnchorElement.pathname π | DOM API | Firefox: Before Firefox 53, the pathname and search HTMLHyperlinkElementUtils properties returned the wrong parts of the URL. For example, for a URL of https://z.com/x?a=true&b=false, pathname would return '/x?a=true&b=false' and search would return '', rather than '/x' and '?a=true&b=false' respectively. This has now been fixed.Firefox for Android: Before Firefox for Android 53, the pathname and search HTMLHyperlinkElementUtils properties returned the wrong parts of the URL. For example, for a URL of https://z.com/x?a=true&b=false, pathname would return '/x?a=true&b=false' and search would return '', rather than '/x' and '?a=true&b=false' respectively. This has now been fixed. |
| api.HTMLAnchorElement.ping π | DOM API | Firefox: This property is exposed but has no effect if the browser.send_pings preference is not set to true. See bug 951104.Firefox for Android: This property is exposed but has no effect if the browser.send_pings preference is not set to true. See bug 951104. |
| api.HTMLAnchorElement.port π | DOM API | |
| api.HTMLAnchorElement.protocol π | DOM API | |
| api.HTMLAnchorElement.referrerPolicy π | DOM API | |
| api.HTMLAnchorElement.referrerPolicy.no-referrer-when-downgrade | DOM API | |
| api.HTMLAnchorElement.referrerPolicy.origin-when-cross-origin | DOM API | |
| api.HTMLAnchorElement.referrerPolicy.unsafe-url | DOM API | |
| api.HTMLAnchorElement.rel π | DOM API | |
| api.HTMLAnchorElement.relList π | DOM API | |
| api.HTMLAnchorElement.rev π | DOM API | |
| api.HTMLAnchorElement.search π | DOM API | Firefox: Before Firefox 53, the pathname and search HTMLHyperlinkElementUtils properties returned the wrong parts of the URL. For example, for a URL of https://z.com/x?a=true&b=false, pathname would return '/x?a=true&b=false' and search would return '', rather than '/x' and '?a=true&b=false' respectively. This has now been fixed.Firefox for Android: Before Firefox for Android 53, the pathname and search HTMLHyperlinkElementUtils properties returned the wrong parts of the URL. For example, for a URL of https://z.com/x?a=true&b=false, pathname would return '/x?a=true&b=false' and search would return '', rather than '/x' and '?a=true&b=false' respectively. This has now been fixed. |
| api.HTMLAnchorElement.shape π | DOM API | |
| api.HTMLAnchorElement.target π | DOM API | |
| api.HTMLAnchorElement.text π | DOM API | |
| api.HTMLAnchorElement.toString π | DOM API | |
| api.HTMLAnchorElement.type π | DOM API | |
| api.HTMLAnchorElement.username π | DOM API | |
| api.HTMLAreaElement π | DOM API | |
| api.HTMLAreaElement.alt π | DOM API | |
| api.HTMLAreaElement.attributionSrc π | DOM API | |
| api.HTMLAreaElement.coords π | DOM API | |
| api.HTMLAreaElement.download π | DOM API | |
| api.HTMLAreaElement.hash π | DOM API | Firefox: From Firefox 29 to Firefox 40, the returned value was incorrectly percent-decoded.Firefox for Android: From Firefox for Android 29 to Firefox for Android 40, the returned value was incorrectly percent-decoded. |
| api.HTMLAreaElement.host π | DOM API | Internet Explorer: In Internet Explorer 9, the host of an <a> always include the port (e.g. developer.mozilla.org:443), even if there is no explicit port in the href attribute value. |
| api.HTMLAreaElement.hostname π | DOM API | |
| api.HTMLAreaElement.href π | DOM API | |
| api.HTMLAreaElement.noHref π | DOM API | |
| api.HTMLAreaElement.origin π | DOM API | Firefox: Before Firefox 49, results for URL using the blob scheme incorrectly returned null.Firefox for Android: Before Firefox for Android 49, results for URL using the blob scheme incorrectly returned null. |
| api.HTMLAreaElement.password π | DOM API | |
| api.HTMLAreaElement.pathname π | DOM API | Firefox: Before Firefox 53, the pathname and search HTMLHyperlinkElementUtils properties returned the wrong parts of the URL. For example, for a URL of https://z.com/x?a=true&b=false, pathname would return '/x?a=true&b=false' and search would return '', rather than '/x' and '?a=true&b=false' respectively. This has now been fixed.Firefox for Android: Before Firefox for Android 53, the pathname and search HTMLHyperlinkElementUtils properties returned the wrong parts of the URL. For example, for a URL of https://z.com/x?a=true&b=false, pathname would return '/x?a=true&b=false' and search would return '', rather than '/x' and '?a=true&b=false' respectively. This has now been fixed. |
| api.HTMLAreaElement.ping π | DOM API | Firefox: This property is exposed but has no effect if the browser.send_pings preference is not set to true. See bug 951104.Firefox for Android: This property is exposed but has no effect if the browser.send_pings preference is not set to true. See bug 951104. |
| api.HTMLAreaElement.port π | DOM API | |
| api.HTMLAreaElement.protocol π | DOM API | |
| api.HTMLAreaElement.referrerPolicy π | DOM API | |
| api.HTMLAreaElement.referrerPolicy.no-referrer-when-downgrade | DOM API | |
| api.HTMLAreaElement.referrerPolicy.origin-when-cross-origin | DOM API | |
| api.HTMLAreaElement.referrerPolicy.unsafe-url | DOM API | |
| api.HTMLAreaElement.rel π | DOM API | |
| api.HTMLAreaElement.relList π | DOM API | |
| api.HTMLAreaElement.search π | DOM API | Firefox: Before Firefox 53, the pathname and search HTMLHyperlinkElementUtils properties returned the wrong parts of the URL. For example, for a URL of https://z.com/x?a=true&b=false, pathname would return '/x?a=true&b=false' and search would return '', rather than '/x' and '?a=true&b=false' respectively. This has now been fixed.Firefox for Android: Before Firefox for Android 53, the pathname and search HTMLHyperlinkElementUtils properties returned the wrong parts of the URL. For example, for a URL of https://z.com/x?a=true&b=false, pathname would return '/x?a=true&b=false' and search would return '', rather than '/x' and '?a=true&b=false' respectively. This has now been fixed. |
| api.HTMLAreaElement.shape π | DOM API | |
| api.HTMLAreaElement.target π | DOM API | |
| api.HTMLAreaElement.toString π | DOM API | |
| api.HTMLAreaElement.username π | DOM API | |
| api.HTMLAudioElement π | DOM API | |
| api.HTMLAudioElement.Audio π | DOM API | |
| api.HTMLBRElement π | DOM API | |
| api.HTMLBRElement.clear π | DOM API | |
| api.HTMLBaseElement π | DOM API | |
| api.HTMLBaseElement.href π | DOM API | |
| api.HTMLBaseElement.href.forbid_data_javascript_urls | DOM API | |
| api.HTMLBaseElement.href.forbid_special_characters | DOM API | |
| api.HTMLBaseElement.target π | DOM API | |
| api.HTMLBodyElement π | DOM API | |
| api.HTMLBodyElement.aLink π | DOM API | |
| api.HTMLBodyElement.background π | DOM API | |
| api.HTMLBodyElement.bgColor π | DOM API | |
| api.HTMLBodyElement.link π | DOM API | |
| api.HTMLBodyElement.text π | DOM API | |
| api.HTMLBodyElement.vLink π | DOM API | |
| api.HTMLButtonElement π | DOM API | |
| api.HTMLButtonElement.checkValidity π | DOM API | |
| api.HTMLButtonElement.command | DOM API | |
| api.HTMLButtonElement.commandForElement | DOM API | |
| api.HTMLButtonElement.disabled π | DOM API | |
| api.HTMLButtonElement.form π | DOM API | |
| api.HTMLButtonElement.formAction π | DOM API | Firefox: In Firefox 56, the implementation has been updated so that the formAction property returns the correct form submission URL, as per spec, when the associated button is being used to submit a form (bug 1366361).Firefox for Android: In Firefox for Android 56, the implementation has been updated so that the formAction property returns the correct form submission URL, as per spec, when the associated button is being used to submit a form (bug 1366361). |
| api.HTMLButtonElement.formEnctype π | DOM API | |
| api.HTMLButtonElement.formMethod π | DOM API | |
| api.HTMLButtonElement.formNoValidate π | DOM API | |
| api.HTMLButtonElement.formTarget π | DOM API | |
| api.HTMLButtonElement.labels π | DOM API | |
| api.HTMLButtonElement.name π | DOM API | |
| api.HTMLButtonElement.popoverTargetAction π | DOM API | |
| api.HTMLButtonElement.popoverTargetElement π | DOM API | |
| api.HTMLButtonElement.reportValidity π | DOM API | |
| api.HTMLButtonElement.setCustomValidity π | DOM API | Chrome: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670.Chrome Android: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670.Quest Browser: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670.Samsung Internet: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670. |
| api.HTMLButtonElement.type π | DOM API | |
| api.HTMLButtonElement.validationMessage π | DOM API | |
| api.HTMLButtonElement.validity π | DOM API | |
| api.HTMLButtonElement.value π | DOM API | |
| api.HTMLButtonElement.willValidate π | DOM API | |
| api.HTMLCanvasElement π | DOM API | |
| api.HTMLCanvasElement.captureStream π | DOM API | |
| api.HTMLCanvasElement.contextlost_event π | DOM API | |
| api.HTMLCanvasElement.contextrestored_event π | DOM API | |
| api.HTMLCanvasElement.getContext π | DOM API | |
| api.HTMLCanvasElement.getContext.2d_context | DOM API | |
| api.HTMLCanvasElement.getContext.2d_context.options_alpha_parameter π | DOM API | |
| api.HTMLCanvasElement.getContext.2d_context.options_colorSpace_parameter π | DOM API | |
| api.HTMLCanvasElement.getContext.2d_context.options_desynchronized_parameter π | DOM API | Chrome: ChromeOS and WindowsChrome: ChromeOS only |
| api.HTMLCanvasElement.getContext.2d_context.options_willReadFrequently_parameter π | DOM API | |
| api.HTMLCanvasElement.getContext.bitmaprenderer_context | DOM API | |
| api.HTMLCanvasElement.getContext.bitmaprenderer_context.options_alpha_parameter π | DOM API | |
| api.HTMLCanvasElement.getContext.webgl2_context | DOM API | |
| api.HTMLCanvasElement.getContext.webgl2_context.options_alpha_parameter π | DOM API | |
| api.HTMLCanvasElement.getContext.webgl2_context.options_desynchronized_parameter π | DOM API | Chrome: ChromeOS and WindowsChrome: ChromeOS only |
| api.HTMLCanvasElement.getContext.webgl2_context.options_failIfMajorPerformanceCaveat_parameter π | DOM API | |
| api.HTMLCanvasElement.getContext.webgl2_context.options_powerPreference_parameter π | DOM API | Firefox: Firefox respects the GPU hint on macOS only. |
| api.HTMLCanvasElement.getContext.webgl_context | DOM API | |
| api.HTMLCanvasElement.getContext.webgl_context.options_alpha_parameter π | DOM API | |
| api.HTMLCanvasElement.getContext.webgl_context.options_desynchronized_parameter π | DOM API | Chrome: ChromeOS and WindowsChrome: ChromeOS only |
| api.HTMLCanvasElement.getContext.webgl_context.options_failIfMajorPerformanceCaveat_parameter π | DOM API | |
| api.HTMLCanvasElement.getContext.webgl_context.options_powerPreference_parameter π | DOM API | Firefox: Firefox respects the GPU hint on macOS only. |
| api.HTMLCanvasElement.getContext.webgpu_context π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.HTMLCanvasElement.height π | DOM API | |
| api.HTMLCanvasElement.mozOpaque | DOM API | |
| api.HTMLCanvasElement.mozPrintCallback | DOM API | |
| api.HTMLCanvasElement.toBlob π | DOM API | |
| api.HTMLCanvasElement.toBlob.quality_parameter | DOM API | |
| api.HTMLCanvasElement.toBlob.type_parameter_jpeg | DOM API | |
| api.HTMLCanvasElement.toBlob.type_parameter_png | DOM API | |
| api.HTMLCanvasElement.toBlob.type_parameter_webp | DOM API | |
| api.HTMLCanvasElement.toDataURL π | DOM API | |
| api.HTMLCanvasElement.toDataURL.type_parameter_jpeg | DOM API | |
| api.HTMLCanvasElement.toDataURL.type_parameter_png | DOM API | |
| api.HTMLCanvasElement.toDataURL.type_parameter_webp | DOM API | |
| api.HTMLCanvasElement.transferControlToOffscreen π | DOM API | |
| api.HTMLCanvasElement.webglcontextcreationerror_event π | DOM API | |
| api.HTMLCanvasElement.webglcontextlost_event π | DOM API | |
| api.HTMLCanvasElement.webglcontextrestored_event π | DOM API | |
| api.HTMLCanvasElement.width π | DOM API | |
| api.HTMLCollection π | DOM API | |
| api.HTMLCollection.item π | DOM API | |
| api.HTMLCollection.length π | DOM API | |
| api.HTMLCollection.namedItem π | DOM API | |
| api.HTMLDListElement π | DOM API | |
| api.HTMLDListElement.compact π | DOM API | |
| api.HTMLDataElement π | DOM API | |
| api.HTMLDataElement.value π | DOM API | |
| api.HTMLDataListElement π | DOM API | |
| api.HTMLDataListElement.options π | DOM API | |
| api.HTMLDetailsElement π | DOM API | |
| api.HTMLDetailsElement.name π | DOM API | |
| api.HTMLDetailsElement.open π | DOM API | |
| api.HTMLDialogElement π | DOM API | |
| api.HTMLDialogElement.cancel_event π | DOM API | |
| api.HTMLDialogElement.close π | DOM API | |
| api.HTMLDialogElement.close_event π | DOM API | |
| api.HTMLDialogElement.open π | DOM API | |
| api.HTMLDialogElement.returnValue π | DOM API | |
| api.HTMLDialogElement.show π | DOM API | |
| api.HTMLDialogElement.showModal π | DOM API | |
| api.HTMLDirectoryElement | DOM API | |
| api.HTMLDirectoryElement.compact π | DOM API | |
| api.HTMLDivElement π | DOM API | |
| api.HTMLDivElement.align π | DOM API | |
| api.HTMLDocument π | DOM API | |
| api.HTMLElement π | DOM API | |
| api.HTMLElement.accessKey π | DOM API | |
| api.HTMLElement.accessKeyLabel π | DOM API | |
| api.HTMLElement.anchorElement | DOM API | |
| api.HTMLElement.attachInternals π | DOM API | |
| api.HTMLElement.attributeStyleMap π | DOM API | |
| api.HTMLElement.autocapitalize π | DOM API | Chrome: Supported on HTMLInputElement and HTMLTextAreaElement only.Chrome Android: Supported on HTMLInputElement and HTMLTextAreaElement only.Opera: Supported on HTMLInputElement and HTMLTextAreaElement only.Opera Android: Supported on HTMLInputElement and HTMLTextAreaElement only.Safari on iOS: Supported on HTMLFormElement, HTMLInputElement, and HTMLTextAreaElement only.Samsung Internet: Supported on HTMLInputElement and HTMLTextAreaElement only.WebView Android: Supported on HTMLInputElement and HTMLTextAreaElement only.WebView on iOS: Supported on HTMLFormElement, HTMLInputElement, and HTMLTextAreaElement only. |
| api.HTMLElement.autocorrect π | DOM API | |
| api.HTMLElement.autofocus π | DOM API | Chrome: Supported for HTMLButtonElement, HTMLInputElement, HTMLSelectElement, and HTMLTextAreaElement.Chrome Android: Supported for HTMLButtonElement, HTMLInputElement, HTMLSelectElement, and HTMLTextAreaElement.Edge: Supported for HTMLButtonElement, HTMLInputElement, HTMLSelectElement, and HTMLTextAreaElement.Firefox: Supported for HTMLButtonElement, HTMLInputElement, HTMLSelectElement, and HTMLTextAreaElement.Firefox for Android: Supported for HTMLButtonElement, HTMLInputElement, HTMLSelectElement, and HTMLTextAreaElement.Internet Explorer: Supported for HTMLButtonElement, HTMLInputElement, HTMLSelectElement, and HTMLTextAreaElement.Quest Browser: Supported for HTMLButtonElement, HTMLInputElement, HTMLSelectElement, and HTMLTextAreaElement.Opera: Supported for HTMLButtonElement, HTMLInputElement, HTMLSelectElement, and HTMLTextAreaElement.Opera Android: Supported for HTMLButtonElement, HTMLInputElement, HTMLSelectElement, and HTMLTextAreaElement.Safari: Supported for HTMLButtonElement, HTMLInputElement, HTMLSelectElement, and HTMLTextAreaElement.Safari on iOS: Supported for HTMLButtonElement, HTMLInputElement, HTMLSelectElement, and HTMLTextAreaElement.Samsung Internet: Supported for HTMLButtonElement, HTMLInputElement, HTMLSelectElement, and HTMLTextAreaElement.WebView Android: Supported for HTMLButtonElement, HTMLInputElement, HTMLSelectElement, and HTMLTextAreaElement.WebView on iOS: Supported for HTMLButtonElement, HTMLInputElement, HTMLSelectElement, and HTMLTextAreaElement. |
| api.HTMLElement.beforetoggle_event π | DOM API | |
| api.HTMLElement.beforetoggle_event.dialog_elements π | DOM API | |
| api.HTMLElement.beforetoggle_event.popover_elements π | DOM API | |
| api.HTMLElement.blur π | DOM API | |
| api.HTMLElement.change_event π | DOM API | |
| api.HTMLElement.click π | DOM API | Chrome: Before Chrome 19, click() is only defined on buttons and inputs.Chrome Android: Before Chrome Android 25, click() is only defined on buttons and inputs.Firefox: Before Firefox 5, click() is only defined on buttons and inputs, and has no effect on text and file inputs.Firefox: Starting in Firefox 75, the click() function works even when the element is not attached to a DOM tree.Firefox for Android: Before Firefox 5, click() is only defined on buttons and inputs, and has no effect on text and file inputs.Firefox for Android: Starting in Firefox for Android 79, the click() function works even when the element is not attached to a DOM tree.Quest Browser: Before Quest Browser 5.0, click() is only defined on buttons and inputs.Samsung Internet: Before Samsung Internet 1.5, click() is only defined on buttons and inputs.WebView Android: Before WebView Android 4.4, click() is only defined on buttons and inputs. |
| api.HTMLElement.command_event | DOM API | |
| api.HTMLElement.contentEditable π | DOM API | |
| api.HTMLElement.contentEditable.plaintext-only | DOM API | |
| api.HTMLElement.dataset π | DOM API | |
| api.HTMLElement.dir π | DOM API | |
| api.HTMLElement.drag_event π | DOM API | |
| api.HTMLElement.dragend_event π | DOM API | |
| api.HTMLElement.dragenter_event π | DOM API | |
| api.HTMLElement.dragexit_event | DOM API | |
| api.HTMLElement.draggable π | DOM API | |
| api.HTMLElement.dragleave_event π | DOM API | |
| api.HTMLElement.dragover_event π | DOM API | |
| api.HTMLElement.dragstart_event π | DOM API | |
| api.HTMLElement.drop_event π | DOM API | |
| api.HTMLElement.editContext π | DOM API | |
| api.HTMLElement.enterKeyHint π | DOM API | |
| api.HTMLElement.error_event π | DOM API | |
| api.HTMLElement.focus π | DOM API | Safari on iOS: If there's no hardware keyboard connected and the user has not yet interacted with the page, then calling focus() on an <input> element has no effect (for example, the element does not match the :focus selector).WebView on iOS: If there's no hardware keyboard connected and the user has not yet interacted with the page, then calling focus() on an <input> element has no effect (for example, the element does not match the :focus selector). |
| api.HTMLElement.focus.options_focusVisible_parameter | DOM API | |
| api.HTMLElement.focus.options_preventScroll_parameter | DOM API | |
| api.HTMLElement.hidden π | DOM API | |
| api.HTMLElement.hidePopover π | DOM API | |
| api.HTMLElement.inert π | DOM API | |
| api.HTMLElement.inert.ignores_find_in_page π | DOM API | |
| api.HTMLElement.innerText π | DOM API | |
| api.HTMLElement.inputMode π | DOM API | |
| api.HTMLElement.isContentEditable π | DOM API | |
| api.HTMLElement.lang π | DOM API | |
| api.HTMLElement.nonce π | DOM API | Safari: The property is defined only for its useful elements: <link>, <script>, and <style>; it is undefined for all other elements.Safari on iOS: The property is defined only for its useful elements: <link>, <script>, and <style>; it is undefined for all other elements.WebView on iOS: The property is defined only for its useful elements: <link>, <script>, and <style>; it is undefined for all other elements. |
| api.HTMLElement.offsetHeight π | DOM API | |
| api.HTMLElement.offsetLeft π | DOM API | |
| api.HTMLElement.offsetParent π | DOM API | |
| api.HTMLElement.offsetTop π | DOM API | |
| api.HTMLElement.offsetWidth π | DOM API | |
| api.HTMLElement.outerText π | DOM API | |
| api.HTMLElement.popover π | DOM API | Safari on iOS: On iOS and iPadOS, popovers are not dismissed when the user taps outside of the popover area, see bug 267688.WebView on iOS: On iOS and iPadOS, popovers are not dismissed when the user taps outside of the popover area, see bug 267688. |
| api.HTMLElement.showPopover π | DOM API | |
| api.HTMLElement.spellcheck π | DOM API | |
| api.HTMLElement.style π | DOM API | |
| api.HTMLElement.tabIndex π | DOM API | Edge: Returns incorrect value for elements without an explicit tabindex attribute. See issue 4365703 for details.Internet Explorer: Returns incorrect value for elements without an explicit tabindex attribute. See issue 4365703 for details. |
| api.HTMLElement.title π | DOM API | |
| api.HTMLElement.togglePopover π | DOM API | |
| api.HTMLElement.togglePopover.returns_boolean | DOM API | |
| api.HTMLElement.toggle_event π | DOM API | |
| api.HTMLElement.toggle_event.details_elements π | DOM API | |
| api.HTMLElement.toggle_event.dialog_elements π | DOM API | |
| api.HTMLElement.toggle_event.popover_elements π | DOM API | |
| api.HTMLElement.translate π | DOM API | |
| api.HTMLElement.virtualKeyboardPolicy π | DOM API | |
| api.HTMLElement.writingSuggestions π | DOM API | |
| api.HTMLEmbedElement π | DOM API | Chrome: Starting with Chrome 58, this interface can no longer be called as a function.Chrome Android: Starting with Chrome Android 58, this interface can no longer be called as a function.Quest Browser: Starting with Quest Browser 5.0, this interface can no longer be called as a function.Opera: Starting with Opera 45, this interface can no longer be called as a function.Opera Android: Starting with Opera 45, this interface can no longer be called as a function.Samsung Internet: Starting with Samsung Internet 7.0, this interface can no longer be called as a function.WebView Android: Starting with WebView Android 58, this interface can no longer be called as a function. |
| api.HTMLEmbedElement.align π | DOM API | |
| api.HTMLEmbedElement.getSVGDocument π | DOM API | |
| api.HTMLEmbedElement.height π | DOM API | |
| api.HTMLEmbedElement.name π | DOM API | |
| api.HTMLEmbedElement.src π | DOM API | |
| api.HTMLEmbedElement.type π | DOM API | |
| api.HTMLEmbedElement.width π | DOM API | |
| api.HTMLFencedFrameElement π | DOM API | |
| api.HTMLFencedFrameElement.allow π | DOM API | |
| api.HTMLFencedFrameElement.config π | DOM API | |
| api.HTMLFencedFrameElement.height π | DOM API | |
| api.HTMLFencedFrameElement.sandbox π | DOM API | |
| api.HTMLFencedFrameElement.width π | DOM API | |
| api.HTMLFieldSetElement π | DOM API | |
| api.HTMLFieldSetElement.checkValidity π | DOM API | |
| api.HTMLFieldSetElement.disabled π | DOM API | |
| api.HTMLFieldSetElement.elements π | DOM API | |
| api.HTMLFieldSetElement.elements.type_HTMLCollection | DOM API | |
| api.HTMLFieldSetElement.form π | DOM API | |
| api.HTMLFieldSetElement.name π | DOM API | |
| api.HTMLFieldSetElement.reportValidity π | DOM API | |
| api.HTMLFieldSetElement.setCustomValidity π | DOM API | Chrome: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670.Chrome Android: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670.Quest Browser: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670.Samsung Internet: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670. |
| api.HTMLFieldSetElement.type π | DOM API | |
| api.HTMLFieldSetElement.validationMessage π | DOM API | |
| api.HTMLFieldSetElement.validity π | DOM API | |
| api.HTMLFieldSetElement.willValidate π | DOM API | |
| api.HTMLFontElement π | DOM API | |
| api.HTMLFontElement.color π | DOM API | |
| api.HTMLFontElement.face π | DOM API | |
| api.HTMLFontElement.size π | DOM API | |
| api.HTMLFormControlsCollection π | DOM API | |
| api.HTMLFormControlsCollection.namedItem π | DOM API | Firefox: Returned a NodeList instead of a RadioNodeList.Firefox for Android: Returned a NodeList instead of a RadioNodeList. |
| api.HTMLFormElement π | DOM API | |
| api.HTMLFormElement.acceptCharset π | DOM API | |
| api.HTMLFormElement.action π | DOM API | |
| api.HTMLFormElement.autocomplete π | DOM API | |
| api.HTMLFormElement.checkValidity π | DOM API | |
| api.HTMLFormElement.elements π | DOM API | |
| api.HTMLFormElement.encoding π | DOM API | |
| api.HTMLFormElement.enctype π | DOM API | |
| api.HTMLFormElement.formdata_event π | DOM API | |
| api.HTMLFormElement.length π | DOM API | |
| api.HTMLFormElement.method π | DOM API | |
| api.HTMLFormElement.name π | DOM API | |
| api.HTMLFormElement.noValidate π | DOM API | |
| api.HTMLFormElement.rel π | DOM API | |
| api.HTMLFormElement.relList π | DOM API | |
| api.HTMLFormElement.reportValidity π | DOM API | |
| api.HTMLFormElement.requestSubmit π | DOM API | |
| api.HTMLFormElement.reset π | DOM API | |
| api.HTMLFormElement.reset_event π | DOM API | |
| api.HTMLFormElement.submit π | DOM API | |
| api.HTMLFormElement.submit_event π | DOM API | |
| api.HTMLFormElement.target π | DOM API | |
| api.HTMLFrameElement π | DOM API | |
| api.HTMLFrameElement.contentDocument π | DOM API | |
| api.HTMLFrameElement.contentWindow π | DOM API | |
| api.HTMLFrameElement.frameBorder π | DOM API | |
| api.HTMLFrameElement.longDesc π | DOM API | |
| api.HTMLFrameElement.marginHeight π | DOM API | |
| api.HTMLFrameElement.marginWidth π | DOM API | |
| api.HTMLFrameElement.name π | DOM API | |
| api.HTMLFrameElement.noResize π | DOM API | |
| api.HTMLFrameElement.scrolling π | DOM API | |
| api.HTMLFrameElement.src π | DOM API | |
| api.HTMLFrameSetElement π | DOM API | |
| api.HTMLFrameSetElement.cols π | DOM API | |
| api.HTMLFrameSetElement.rows π | DOM API | |
| api.HTMLHRElement π | DOM API | |
| api.HTMLHRElement.align π | DOM API | |
| api.HTMLHRElement.color π | DOM API | |
| api.HTMLHRElement.noShade π | DOM API | |
| api.HTMLHRElement.size π | DOM API | |
| api.HTMLHRElement.width π | DOM API | |
| api.HTMLHeadElement π | DOM API | |
| api.HTMLHeadElement.profile π | DOM API | |
| api.HTMLHeadingElement π | DOM API | |
| api.HTMLHeadingElement.align π | DOM API | |
| api.HTMLHtmlElement π | DOM API | |
| api.HTMLHtmlElement.version π | DOM API | |
| api.HTMLIFrameElement π | DOM API | |
| api.HTMLIFrameElement.adAuctionHeaders π | DOM API | |
| api.HTMLIFrameElement.align π | DOM API | |
| api.HTMLIFrameElement.allow π | DOM API | |
| api.HTMLIFrameElement.allowFullscreen π | DOM API | Safari on iOS: Only available on iPad, not on iPhone.Safari on iOS: Shows an overlay button which can not be disabled. Swiping down exits fullscreen mode, making it unsuitable for some use cases like games.WebView on iOS: Only available on iPad, not on iPhone.WebView on iOS: Shows an overlay button which can not be disabled. Swiping down exits fullscreen mode, making it unsuitable for some use cases like games. |
| api.HTMLIFrameElement.allowPaymentRequest | DOM API | |
| api.HTMLIFrameElement.browsingTopics | DOM API | |
| api.HTMLIFrameElement.contentDocument π | DOM API | |
| api.HTMLIFrameElement.contentWindow π | DOM API | |
| api.HTMLIFrameElement.credentialless π | DOM API | |
| api.HTMLIFrameElement.csp π | DOM API | |
| api.HTMLIFrameElement.featurePolicy | DOM API | |
| api.HTMLIFrameElement.frameBorder π | DOM API | |
| api.HTMLIFrameElement.getSVGDocument π | DOM API | |
| api.HTMLIFrameElement.height π | DOM API | |
| api.HTMLIFrameElement.loading π | DOM API | |
| api.HTMLIFrameElement.longDesc π | DOM API | |
| api.HTMLIFrameElement.marginHeight π | DOM API | |
| api.HTMLIFrameElement.marginWidth π | DOM API | |
| api.HTMLIFrameElement.name π | DOM API | |
| api.HTMLIFrameElement.privateToken π | DOM API | |
| api.HTMLIFrameElement.referrerPolicy π | DOM API | |
| api.HTMLIFrameElement.referrerPolicy.no-referrer-when-downgrade | DOM API | |
| api.HTMLIFrameElement.referrerPolicy.origin-when-cross-origin | DOM API | |
| api.HTMLIFrameElement.referrerPolicy.unsafe-url | DOM API | |
| api.HTMLIFrameElement.sandbox π | DOM API | Chrome: Before Chrome 50, this property returned the deprecated child DOMSettableTokenList instead of DOMTokenList.Chrome Android: Before Chrome Android 50, this property returned the deprecated child DOMSettableTokenList instead of DOMTokenList.Firefox: Previously, the type of sandbox was a DOMString instead of a DOMSettableTokenList. This has been fixed with Firefox 29. Other browsers may still implement the property as DOMString since it was a late change in the specification.Firefox for Android: Previously, the type of sandbox was a DOMString instead of a DOMSettableTokenList. This has been fixed with Firefox for Android 29. Other browsers may still implement the property as DOMString since it was a late change in the specification.Quest Browser: Before Quest Browser 5.0, this property returned the deprecated child DOMSettableTokenList instead of DOMTokenList.Opera: Before Opera 37, this property returned the deprecated child DOMSettableTokenList instead of DOMTokenList.Opera Android: Before Opera Android 37, this property returned the deprecated child DOMSettableTokenList instead of DOMTokenList.Samsung Internet: Before Samsung Internet 5.0, this property returned the deprecated child DOMSettableTokenList instead of DOMTokenList.WebView Android: Before WebView 50, this property returned the deprecated child DOMSettableTokenList instead of DOMTokenList. |
| api.HTMLIFrameElement.scrolling π | DOM API | |
| api.HTMLIFrameElement.sharedStorageWritable π | DOM API | |
| api.HTMLIFrameElement.src π | DOM API | |
| api.HTMLIFrameElement.srcdoc π | DOM API | |
| api.HTMLIFrameElement.width π | DOM API | |
| api.HTMLImageElement π | DOM API | |
| api.HTMLImageElement.Image π | DOM API | |
| api.HTMLImageElement.align π | DOM API | |
| api.HTMLImageElement.alt π | DOM API | |
| api.HTMLImageElement.attributionSrc π | DOM API | |
| api.HTMLImageElement.border π | DOM API | |
| api.HTMLImageElement.complete π | DOM API | Internet Explorer: IE reports false for broken images. |
| api.HTMLImageElement.crossOrigin π | DOM API | |
| api.HTMLImageElement.currentSrc π | DOM API | |
| api.HTMLImageElement.decode π | DOM API | |
| api.HTMLImageElement.decoding π | DOM API | |
| api.HTMLImageElement.fetchPriority π | DOM API | |
| api.HTMLImageElement.height π | DOM API | |
| api.HTMLImageElement.hspace π | DOM API | |
| api.HTMLImageElement.isMap π | DOM API | |
| api.HTMLImageElement.loading π | DOM API | |
| api.HTMLImageElement.longDesc π | DOM API | |
| api.HTMLImageElement.lowsrc π | DOM API | |
| api.HTMLImageElement.name π | DOM API | |
| api.HTMLImageElement.naturalHeight π | DOM API | |
| api.HTMLImageElement.naturalWidth π | DOM API | |
| api.HTMLImageElement.referrerPolicy π | DOM API | |
| api.HTMLImageElement.referrerPolicy.no-referrer-when-downgrade | DOM API | |
| api.HTMLImageElement.referrerPolicy.origin-when-cross-origin | DOM API | |
| api.HTMLImageElement.referrerPolicy.unsafe-url | DOM API | |
| api.HTMLImageElement.sharedStorageWritable π | DOM API | |
| api.HTMLImageElement.sizes π | DOM API | |
| api.HTMLImageElement.sizes.auto π | DOM API | |
| api.HTMLImageElement.src π | DOM API | |
| api.HTMLImageElement.srcset π | DOM API | |
| api.HTMLImageElement.useMap π | DOM API | |
| api.HTMLImageElement.vspace π | DOM API | |
| api.HTMLImageElement.width π | DOM API | |
| api.HTMLImageElement.x π | DOM API | |
| api.HTMLImageElement.y π | DOM API | |
| api.HTMLInputElement π | DOM API | |
| api.HTMLInputElement.accept π | DOM API | |
| api.HTMLInputElement.align π | DOM API | |
| api.HTMLInputElement.alpha π | DOM API | |
| api.HTMLInputElement.alt π | DOM API | |
| api.HTMLInputElement.autocomplete π | DOM API | |
| api.HTMLInputElement.cancel_event π | DOM API | |
| api.HTMLInputElement.capture π | DOM API | |
| api.HTMLInputElement.checkValidity π | DOM API | |
| api.HTMLInputElement.checked π | DOM API | |
| api.HTMLInputElement.colorSpace π | DOM API | |
| api.HTMLInputElement.defaultChecked π | DOM API | |
| api.HTMLInputElement.defaultValue π | DOM API | |
| api.HTMLInputElement.dirName π | DOM API | |
| api.HTMLInputElement.disabled π | DOM API | |
| api.HTMLInputElement.files π | DOM API | Internet Explorer: This property is read-only. |
| api.HTMLInputElement.form π | DOM API | |
| api.HTMLInputElement.formAction π | DOM API | |
| api.HTMLInputElement.formEnctype π | DOM API | |
| api.HTMLInputElement.formMethod π | DOM API | |
| api.HTMLInputElement.formNoValidate π | DOM API | |
| api.HTMLInputElement.formTarget π | DOM API | |
| api.HTMLInputElement.height π | DOM API | |
| api.HTMLInputElement.incremental | DOM API | |
| api.HTMLInputElement.indeterminate π | DOM API | |
| api.HTMLInputElement.invalid_event π | DOM API | |
| api.HTMLInputElement.labels π | DOM API | |
| api.HTMLInputElement.list π | DOM API | |
| api.HTMLInputElement.max π | DOM API | |
| api.HTMLInputElement.maxLength π | DOM API | |
| api.HTMLInputElement.min π | DOM API | |
| api.HTMLInputElement.minLength π | DOM API | |
| api.HTMLInputElement.multiple π | DOM API | |
| api.HTMLInputElement.name π | DOM API | |
| api.HTMLInputElement.pattern π | DOM API | |
| api.HTMLInputElement.placeholder π | DOM API | |
| api.HTMLInputElement.popoverTargetAction π | DOM API | |
| api.HTMLInputElement.popoverTargetElement π | DOM API | |
| api.HTMLInputElement.readOnly π | DOM API | |
| api.HTMLInputElement.reportValidity π | DOM API | |
| api.HTMLInputElement.required π | DOM API | |
| api.HTMLInputElement.search_event | DOM API | |
| api.HTMLInputElement.select π | DOM API | |
| api.HTMLInputElement.select_event π | DOM API | |
| api.HTMLInputElement.selectionDirection π | DOM API | |
| api.HTMLInputElement.selectionEnd π | DOM API | |
| api.HTMLInputElement.selectionStart π | DOM API | |
| api.HTMLInputElement.selectionchange_event π | DOM API | Chrome: A selectionchange event is fired on Document, see Document's selectionchange event. See bug 40840956 for firing the event on <input> elements.Chrome Android: A selectionchange event is fired on Document, see Document's selectionchange event. See bug 40840956 for firing the event on <input> elements.Edge: A selectionchange event is fired on Document, see Document's selectionchange event. See bug 40840956 for firing the event on <input> elements.Quest Browser: A selectionchange event is fired on Document, see Document's selectionchange event. See bug 40840956 for firing the event on <input> elements.Opera: A selectionchange event is fired on Document, see Document's selectionchange event. See bug 40840956 for firing the event on <input> elements.Opera Android: A selectionchange event is fired on Document, see Document's selectionchange event. See bug 40840956 for firing the event on <input> elements.Samsung Internet: A selectionchange event is fired on Document, see Document's selectionchange event. See bug 40840956 for firing the event on <input> elements.WebView Android: A selectionchange event is fired on Document, see Document's selectionchange event. See bug 40840956 for firing the event on <input> elements. |
| api.HTMLInputElement.setCustomValidity π | DOM API | Chrome: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670.Chrome Android: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670.Quest Browser: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670.Samsung Internet: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670. |
| api.HTMLInputElement.setRangeText π | DOM API | |
| api.HTMLInputElement.setSelectionRange π | DOM API | |
| api.HTMLInputElement.showPicker π | DOM API | |
| api.HTMLInputElement.showPicker.autocomplete_input | DOM API | |
| api.HTMLInputElement.showPicker.color_input | DOM API | |
| api.HTMLInputElement.showPicker.datalist_input | DOM API | |
| api.HTMLInputElement.showPicker.date_input | DOM API | |
| api.HTMLInputElement.showPicker.datetime_local_input | DOM API | |
| api.HTMLInputElement.showPicker.file_input | DOM API | |
| api.HTMLInputElement.showPicker.month_input | DOM API | |
| api.HTMLInputElement.showPicker.time_input | DOM API | |
| api.HTMLInputElement.showPicker.week_input | DOM API | |
| api.HTMLInputElement.size π | DOM API | |
| api.HTMLInputElement.src π | DOM API | |
| api.HTMLInputElement.step π | DOM API | |
| api.HTMLInputElement.stepDown π | DOM API | Firefox: Does not have a specific UI. There are still differences with the latest spec; see bug 835773.Firefox for Android: Does not have a specific UI. There are still differences with the latest spec; see bug 835773. |
| api.HTMLInputElement.stepUp π | DOM API | Firefox: Does not have a specific UI. There are still differences with the latest spec; see bug 835773.Firefox for Android: Does not have a specific UI. There are still differences with the latest spec; see bug 835773. |
| api.HTMLInputElement.type π | DOM API | |
| api.HTMLInputElement.useMap π | DOM API | |
| api.HTMLInputElement.validationMessage π | DOM API | |
| api.HTMLInputElement.validity π | DOM API | |
| api.HTMLInputElement.value π | DOM API | |
| api.HTMLInputElement.valueAsDate π | DOM API | |
| api.HTMLInputElement.valueAsNumber π | DOM API | |
| api.HTMLInputElement.webkitEntries π | DOM API | |
| api.HTMLInputElement.webkitdirectory π | DOM API | Chrome Android: In Chrome for Android 131, if a user selects a directory, the browser crashes (see bug 376834374).Chrome Android: The property reflects the attribute, but users cannot choose a directory, only individual files (see bug 40248532.Quest Browser: The property reflects the attribute, but users cannot choose a directory, only individual files (see bug 40248532.Opera Android: In Chrome for Android 131, if a user selects a directory, the browser crashes (see bug 376834374).Opera Android: The property reflects the attribute, but users cannot choose a directory, only individual files (see bug 40248532.Safari on iOS: The property can be set, but has no effect.Samsung Internet: The property reflects the attribute, but users cannot choose a directory, only individual files (see bug 40248532.WebView Android: In Chrome for Android 131, if a user selects a directory, the browser crashes (see bug 376834374).WebView Android: The property reflects the attribute, but users cannot choose a directory, only individual files (see bug 40248532.WebView on iOS: The property can be set, but has no effect. |
| api.HTMLInputElement.width π | DOM API | |
| api.HTMLInputElement.willValidate π | DOM API | |
| api.HTMLLIElement π | DOM API | Firefox: Before Firefox 10, Gecko incorrectly reflected negative value attributes to 0.Firefox for Android: Before Firefox for Android 10, Gecko incorrectly reflected negative value attributes to 0. |
| api.HTMLLIElement.type π | DOM API | |
| api.HTMLLIElement.value π | DOM API | |
| api.HTMLLabelElement π | DOM API | |
| api.HTMLLabelElement.control π | DOM API | |
| api.HTMLLabelElement.form π | DOM API | |
| api.HTMLLabelElement.htmlFor π | DOM API | |
| api.HTMLLegendElement π | DOM API | |
| api.HTMLLegendElement.align π | DOM API | |
| api.HTMLLegendElement.form π | DOM API | |
| api.HTMLLinkElement π | DOM API | |
| api.HTMLLinkElement.as π | DOM API | |
| api.HTMLLinkElement.blocking π | DOM API | |
| api.HTMLLinkElement.charset π | DOM API | |
| api.HTMLLinkElement.crossOrigin π | DOM API | |
| api.HTMLLinkElement.disabled π | DOM API | Chrome: In Chrome and other Blink-based browsers, adding the disabled attribute using JavaScript does not remove the stylesheet from document.styleSheets.Chrome Android: In Chrome Android and other Blink-based browsers, adding the disabled attribute using JavaScript does not remove the stylesheet from document.styleSheets.Edge: Since Edge 79, adding the disabled attribute using JavaScript does not remove the stylesheet from document.styleSheets.Quest Browser: In Quest Browser and other Blink-based browsers, adding the disabled attribute using JavaScript does not remove the stylesheet from document.styleSheets.Opera: In Chrome and other Blink-based browsers, adding the disabled attribute using JavaScript does not remove the stylesheet from document.styleSheets.Opera Android: In Chrome and other Blink-based browsers, adding the disabled attribute using JavaScript does not remove the stylesheet from document.styleSheets.Samsung Internet: In Chrome and other Blink-based browsers, adding the disabled attribute using JavaScript does not remove the stylesheet from document.styleSheets.WebView Android: In Chrome and other Blink-based browsers, adding the disabled attribute using JavaScript does not remove the stylesheet from document.styleSheets. |
| api.HTMLLinkElement.fetchPriority π | DOM API | |
| api.HTMLLinkElement.href π | DOM API | |
| api.HTMLLinkElement.hreflang π | DOM API | |
| api.HTMLLinkElement.imageSizes π | DOM API | |
| api.HTMLLinkElement.imageSrcset π | DOM API | |
| api.HTMLLinkElement.integrity π | DOM API | |
| api.HTMLLinkElement.media π | DOM API | |
| api.HTMLLinkElement.referrerPolicy π | DOM API | |
| api.HTMLLinkElement.referrerPolicy.no-referrer-when-downgrade | DOM API | |
| api.HTMLLinkElement.referrerPolicy.origin-when-cross-origin | DOM API | |
| api.HTMLLinkElement.referrerPolicy.unsafe-url | DOM API | |
| api.HTMLLinkElement.rel π | DOM API | |
| api.HTMLLinkElement.relList π | DOM API | |
| api.HTMLLinkElement.rev π | DOM API | |
| api.HTMLLinkElement.sheet π | DOM API | |
| api.HTMLLinkElement.sizes π | DOM API | Chrome: Before Chrome 50, this property returned the deprecated child DOMSettableTokenList instead of DOMTokenList.Chrome Android: Before Chrome Android 50, this property returned the deprecated child DOMSettableTokenList instead of DOMTokenList.Quest Browser: Before Quest Browser 5.0, this property returned the deprecated child DOMSettableTokenList instead of DOMTokenList.Opera: Before Opera 37, this property returned the deprecated child DOMSettableTokenList instead of DOMTokenList.Opera Android: Before Opera Android 37, this property returned the deprecated child DOMSettableTokenList instead of DOMTokenList.Samsung Internet: Before Samsung Internet 5.0, this property returned the deprecated child DOMSettableTokenList instead of DOMTokenList.WebView Android: Before WebView 50, this property returned the deprecated child DOMSettableTokenList instead of DOMTokenList. |
| api.HTMLLinkElement.target π | DOM API | |
| api.HTMLLinkElement.type π | DOM API | |
| api.HTMLMapElement π | DOM API | |
| api.HTMLMapElement.areas π | DOM API | |
| api.HTMLMapElement.name π | DOM API | |
| api.HTMLMarqueeElement π | DOM API | Firefox: Before Firefox 65, <marquee> implemented the HTMLDivElement interface.Firefox for Android: Before Firefox for Android 65, <marquee> implemented the HTMLDivElement interface. |
| api.HTMLMarqueeElement.behavior π | DOM API | |
| api.HTMLMarqueeElement.bgColor π | DOM API | |
| api.HTMLMarqueeElement.bounce_event | DOM API | |
| api.HTMLMarqueeElement.direction π | DOM API | |
| api.HTMLMarqueeElement.finish_event | DOM API | |
| api.HTMLMarqueeElement.height π | DOM API | |
| api.HTMLMarqueeElement.hspace π | DOM API | |
| api.HTMLMarqueeElement.loop π | DOM API | |
| api.HTMLMarqueeElement.scrollAmount π | DOM API | |
| api.HTMLMarqueeElement.scrollDelay π | DOM API | |
| api.HTMLMarqueeElement.start π | DOM API | |
| api.HTMLMarqueeElement.start_event | DOM API | |
| api.HTMLMarqueeElement.stop π | DOM API | |
| api.HTMLMarqueeElement.trueSpeed π | DOM API | |
| api.HTMLMarqueeElement.vspace π | DOM API | |
| api.HTMLMarqueeElement.width π | DOM API | |
| api.HTMLMediaElement π | DOM API | |
| api.HTMLMediaElement.abort_event π | DOM API | |
| api.HTMLMediaElement.addTextTrack π | DOM API | |
| api.HTMLMediaElement.audioTracks π | DOM API | |
| api.HTMLMediaElement.autoplay π | DOM API | |
| api.HTMLMediaElement.buffered π | DOM API | |
| api.HTMLMediaElement.canPlayType π | DOM API | Chrome: codecs string can contain any subset of optional parameters (should be all or none).Chrome: Errors if codecs string contains unexpected characters (should evaluate string up to character).Chrome Android: codecs string can contain any subset of optional parameters (should be all or none).Chrome Android: Errors if codecs string contains unexpected characters (should evaluate string up to character).Edge: codecs string can contain any subset of optional parameters (should be all or none).Edge: Errors if codecs string contains unexpected characters (should evaluate string up to character).Firefox: Before Firefox 28, canPlayType() returned probably when asked about WebM audio or video files without the codecs parameter. Since multiple codecs are supported, this is not enough information to determine if a file can be played, so maybe is now correctly returned.Firefox: Before Firefox 101, canPlayType() ignored codecs parameter options for av01 codecs (treating them as av1).Firefox for Android: Before Firefox for Android 28, canPlayType() returned probably when asked about WebM audio or video files without the codecs parameter. Since multiple codecs are supported, this is not enough information to determine if a file can be played, so maybe is now correctly returned.Firefox for Android: Before Firefox for Android 101, canPlayType() ignored codecs parameter options for av01 codecs (treating them as av1).Quest Browser: codecs string can contain any subset of optional parameters (should be all or none).Quest Browser: Errors if codecs string contains unexpected characters (should evaluate string up to character).Opera: codecs string can contain any subset of optional parameters (should be all or none).Opera: Errors if codecs string contains unexpected characters (should evaluate string up to character).Opera Android: codecs string can contain any subset of optional parameters (should be all or none).Opera Android: Errors if codecs string contains unexpected characters (should evaluate string up to character).Samsung Internet: codecs string can contain any subset of optional parameters (should be all or none).Samsung Internet: Errors if codecs string contains unexpected characters (should evaluate string up to character).WebView Android: codecs string can contain any subset of optional parameters (should be all or none).WebView Android: Errors if codecs string contains unexpected characters (should evaluate string up to character). |
| api.HTMLMediaElement.canplay_event π | DOM API | |
| api.HTMLMediaElement.canplaythrough_event π | DOM API | |
| api.HTMLMediaElement.captureStream π | DOM API | |
| api.HTMLMediaElement.controller | DOM API | |
| api.HTMLMediaElement.controls π | DOM API | |
| api.HTMLMediaElement.controlsList π | DOM API | |
| api.HTMLMediaElement.crossOrigin π | DOM API | |
| api.HTMLMediaElement.currentSrc π | DOM API | |
| api.HTMLMediaElement.currentTime π | DOM API | |
| api.HTMLMediaElement.defaultMuted π | DOM API | |
| api.HTMLMediaElement.defaultPlaybackRate π | DOM API | |
| api.HTMLMediaElement.disableRemotePlayback π | DOM API | |
| api.HTMLMediaElement.duration π | DOM API | |
| api.HTMLMediaElement.durationchange_event π | DOM API | |
| api.HTMLMediaElement.emptied_event π | DOM API | |
| api.HTMLMediaElement.encrypted_event π | DOM API | |
| api.HTMLMediaElement.ended π | DOM API | |
| api.HTMLMediaElement.ended_event π | DOM API | |
| api.HTMLMediaElement.error π | DOM API | |
| api.HTMLMediaElement.error_event π | DOM API | |
| api.HTMLMediaElement.fastSeek π | DOM API | |
| api.HTMLMediaElement.getStartDate π | DOM API | |
| api.HTMLMediaElement.load π | DOM API | |
| api.HTMLMediaElement.loadeddata_event π | DOM API | |
| api.HTMLMediaElement.loadedmetadata_event π | DOM API | |
| api.HTMLMediaElement.loadstart_event π | DOM API | |
| api.HTMLMediaElement.loop π | DOM API | |
| api.HTMLMediaElement.mediaGroup | DOM API | |
| api.HTMLMediaElement.mediaKeys π | DOM API | |
| api.HTMLMediaElement.mozAudioCaptured | DOM API | |
| api.HTMLMediaElement.mozCaptureStreamUntilEnded | DOM API | |
| api.HTMLMediaElement.mozFragmentEnd | DOM API | |
| api.HTMLMediaElement.mozGetMetadata | DOM API | |
| api.HTMLMediaElement.muted π | DOM API | |
| api.HTMLMediaElement.networkState π | DOM API | Firefox: The NETWORK_LOADED state was removed to align with the HTML spec in Firefox 4. |
| api.HTMLMediaElement.pause π | DOM API | |
| api.HTMLMediaElement.pause_event π | DOM API | |
| api.HTMLMediaElement.paused π | DOM API | |
| api.HTMLMediaElement.play π | DOM API | |
| api.HTMLMediaElement.play.returns_promise | DOM API | |
| api.HTMLMediaElement.play_event π | DOM API | |
| api.HTMLMediaElement.playbackRate π | DOM API | Chrome: Setting the playbackRate to a negative value will throw an error.Chrome Android: Setting the playbackRate to a negative value will throw an error.Edge: Setting the playbackRate to a negative value will throw an error.Firefox: Setting the playbackRate to a negative value will throw an error.Firefox for Android: Setting the playbackRate to a negative value will throw an error.Quest Browser: Setting the playbackRate to a negative value will throw an error.Opera: Setting the playbackRate to a negative value will throw an error.Opera Android: Setting the playbackRate to a negative value will throw an error.Samsung Internet: Setting the playbackRate to a negative value will throw an error.WebView Android: Setting the playbackRate to a negative value will throw an error. |
| api.HTMLMediaElement.played π | DOM API | |
| api.HTMLMediaElement.playing_event π | DOM API | |
| api.HTMLMediaElement.preload π | DOM API | |
| api.HTMLMediaElement.preservesPitch π | DOM API | |
| api.HTMLMediaElement.progress_event π | DOM API | |
| api.HTMLMediaElement.ratechange_event π | DOM API | |
| api.HTMLMediaElement.readyState π | DOM API | |
| api.HTMLMediaElement.remote π | DOM API | |
| api.HTMLMediaElement.seekToNextFrame | DOM API | |
| api.HTMLMediaElement.seekable π | DOM API | |
| api.HTMLMediaElement.seeked_event π | DOM API | |
| api.HTMLMediaElement.seeking π | DOM API | |
| api.HTMLMediaElement.seeking_event π | DOM API | |
| api.HTMLMediaElement.setMediaKeys π | DOM API | |
| api.HTMLMediaElement.setSinkId π | DOM API | Chrome Android: Not available due to a limitation in Android, see bug 41276355.Firefox for Android: Not available due to a limitation in Android, see bug 1473346.Quest Browser: Not available due to a limitation in Android, see bug 41276355.Opera Android: Not available due to a limitation in Android, see bug 41276355.Samsung Internet: Not available due to a limitation in Android, see bug 41276355.WebView Android: Not available due to a limitation in Android, see bug 41276355. |
| api.HTMLMediaElement.sinkId π | DOM API | Chrome Android: Not available due to a limitation in Android, see bug 41276355.Firefox for Android: Not available due to a limitation in Android, see bug 1473346.Quest Browser: Not available due to a limitation in Android, see bug 41276355.Opera Android: Not available due to a limitation in Android, see bug 41276355.Samsung Internet: Not available due to a limitation in Android, see bug 41276355.WebView Android: Not available due to a limitation in Android, see bug 41276355. |
| api.HTMLMediaElement.src π | DOM API | |
| api.HTMLMediaElement.srcObject π | DOM API | Chrome: Support added for MediaSourceHandle objects transferred from dedicated workers where they were obtained from MediaSource.handle (see bug 40591101).Chrome: Support added for MediaStream objects (see bug 41186131).Chrome Android: Support added for MediaSourceHandle objects transferred from dedicated workers where they were obtained from MediaSource.handle (see bug 40591101).Chrome Android: Support added for MediaStream objects (see bug 41186131).Edge: Support added for MediaSourceHandle objects transferred from dedicated workers where they were obtained from MediaSource.handle (see bug 40591101).Edge: Support added for MediaStream objects (see bug 41186131).Firefox: Only supports MediaStream objects (see bug 886194).Firefox for Android: Only supports MediaStream objects (see bug 886194).Quest Browser: Support added for MediaStream objects (see bug 41186131).Opera: Support added for MediaSourceHandle objects transferred from dedicated workers where they were obtained from MediaSource.handle (see bug 40591101).Opera: Support added for MediaStream objects (see bug 41186131).Opera Android: Support added for MediaSourceHandle objects transferred from dedicated workers where they were obtained from MediaSource.handle (see bug 40591101).Opera Android: Support added for MediaStream objects (see bug 41186131).Samsung Internet: Support added for MediaSourceHandle objects transferred from dedicated workers where they were obtained from MediaSource.handle (see bug 40591101).Samsung Internet: Support added for MediaStream objects (see bug 41186131).WebView Android: Support added for MediaSourceHandle objects transferred from dedicated workers where they were obtained from MediaSource.handle (see bug 40591101).WebView Android: Support added for MediaStream objects (see bug 41186131). |
| api.HTMLMediaElement.stalled_event π | DOM API | |
| api.HTMLMediaElement.suspend_event π | DOM API | |
| api.HTMLMediaElement.textTracks π | DOM API | |
| api.HTMLMediaElement.timeupdate_event π | DOM API | |
| api.HTMLMediaElement.videoTracks π | DOM API | |
| api.HTMLMediaElement.volume π | DOM API | Safari on iOS: volume returns a value and is writable; however, the value is always 1, and setting a value has no effect on the volume of the media object.WebView on iOS: volume returns a value and is writable; however, the value is always 1, and setting a value has no effect on the volume of the media object. |
| api.HTMLMediaElement.volumechange_event π | DOM API | |
| api.HTMLMediaElement.waiting_event π | DOM API | |
| api.HTMLMediaElement.waitingforkey_event π | DOM API | Firefox: The onwaitingforkey event handler property is not supported.Firefox for Android: The onwaitingforkey event handler property is not supported. |
| api.HTMLMenuElement π | DOM API | |
| api.HTMLMenuElement.compact π | DOM API | |
| api.HTMLMetaElement π | DOM API | |
| api.HTMLMetaElement.content π | DOM API | |
| api.HTMLMetaElement.httpEquiv π | DOM API | |
| api.HTMLMetaElement.media π | DOM API | |
| api.HTMLMetaElement.name π | DOM API | |
| api.HTMLMetaElement.scheme π | DOM API | |
| api.HTMLMeterElement π | DOM API | |
| api.HTMLMeterElement.high π | DOM API | |
| api.HTMLMeterElement.labels π | DOM API | |
| api.HTMLMeterElement.low π | DOM API | |
| api.HTMLMeterElement.max π | DOM API | |
| api.HTMLMeterElement.min π | DOM API | |
| api.HTMLMeterElement.optimum π | DOM API | |
| api.HTMLMeterElement.value π | DOM API | |
| api.HTMLModElement π | DOM API | |
| api.HTMLModElement.cite π | DOM API | |
| api.HTMLModElement.dateTime π | DOM API | |
| api.HTMLOListElement π | DOM API | |
| api.HTMLOListElement.compact π | DOM API | |
| api.HTMLOListElement.reversed π | DOM API | |
| api.HTMLOListElement.start π | DOM API | |
| api.HTMLOListElement.type π | DOM API | |
| api.HTMLObjectElement π | DOM API | |
| api.HTMLObjectElement.align π | DOM API | |
| api.HTMLObjectElement.archive π | DOM API | |
| api.HTMLObjectElement.border π | DOM API | |
| api.HTMLObjectElement.checkValidity π | DOM API | |
| api.HTMLObjectElement.code π | DOM API | |
| api.HTMLObjectElement.codeBase π | DOM API | |
| api.HTMLObjectElement.codeType π | DOM API | |
| api.HTMLObjectElement.contentDocument π | DOM API | |
| api.HTMLObjectElement.contentWindow π | DOM API | |
| api.HTMLObjectElement.data π | DOM API | |
| api.HTMLObjectElement.declare π | DOM API | |
| api.HTMLObjectElement.form π | DOM API | |
| api.HTMLObjectElement.getSVGDocument π | DOM API | |
| api.HTMLObjectElement.height π | DOM API | |
| api.HTMLObjectElement.hspace π | DOM API | |
| api.HTMLObjectElement.name π | DOM API | |
| api.HTMLObjectElement.reportValidity π | DOM API | |
| api.HTMLObjectElement.setCustomValidity π | DOM API | Chrome: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670.Chrome Android: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670.Quest Browser: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670.Samsung Internet: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670. |
| api.HTMLObjectElement.standby π | DOM API | |
| api.HTMLObjectElement.type π | DOM API | |
| api.HTMLObjectElement.useMap π | DOM API | |
| api.HTMLObjectElement.validationMessage π | DOM API | |
| api.HTMLObjectElement.validity π | DOM API | |
| api.HTMLObjectElement.vspace π | DOM API | |
| api.HTMLObjectElement.width π | DOM API | |
| api.HTMLObjectElement.willValidate π | DOM API | |
| api.HTMLOptGroupElement π | DOM API | |
| api.HTMLOptGroupElement.disabled π | DOM API | |
| api.HTMLOptGroupElement.label π | DOM API | |
| api.HTMLOptionElement π | DOM API | |
| api.HTMLOptionElement.Option π | DOM API | Internet Explorer: Before Internet Explorer 9, the outerHTML of elements lose their text when constructing with new Option(). |
| api.HTMLOptionElement.defaultSelected π | DOM API | |
| api.HTMLOptionElement.disabled π | DOM API | |
| api.HTMLOptionElement.form π | DOM API | |
| api.HTMLOptionElement.index π | DOM API | |
| api.HTMLOptionElement.label π | DOM API | Firefox: Before Firefox 7 the label property incorrectly returned an empty string if not defined instead of returning the element's text content.Firefox for Android: Before Firefox for Android 7 the label property incorrectly returned an empty string if not defined instead of returning the element's text content. |
| api.HTMLOptionElement.selected π | DOM API | |
| api.HTMLOptionElement.text π | DOM API | |
| api.HTMLOptionElement.value π | DOM API | |
| api.HTMLOptionsCollection π | DOM API | |
| api.HTMLOptionsCollection.add π | DOM API | |
| api.HTMLOptionsCollection.length π | DOM API | |
| api.HTMLOptionsCollection.remove π | DOM API | |
| api.HTMLOptionsCollection.selectedIndex π | DOM API | |
| api.HTMLOutputElement π | DOM API | |
| api.HTMLOutputElement.HTMLOutputElement π | DOM API | |
| api.HTMLOutputElement.checkValidity π | DOM API | |
| api.HTMLOutputElement.defaultValue π | DOM API | |
| api.HTMLOutputElement.form π | DOM API | |
| api.HTMLOutputElement.htmlFor π | DOM API | Chrome: Before Chrome 50, this property returned the deprecated child DOMSettableTokenList instead of DOMTokenList.Chrome Android: Before Chrome Android 50, this property returned the deprecated child DOMSettableTokenList instead of DOMTokenList.Quest Browser: Before Quest Browser 5.0, this property returned the deprecated child DOMSettableTokenList instead of DOMTokenList.Opera: Before Opera 37, this property returned the deprecated child DOMSettableTokenList instead of DOMTokenList.Opera Android: Before Opera Android 37, this property returned the deprecated child DOMSettableTokenList instead of DOMTokenList.Samsung Internet: Before Samsung Internet 5.0, this property returned the deprecated child DOMSettableTokenList instead of DOMTokenList.WebView Android: Before Chrome 50, this property returned the deprecated child DOMSettableTokenList instead of DOMTokenList. |
| api.HTMLOutputElement.labels π | DOM API | |
| api.HTMLOutputElement.name π | DOM API | |
| api.HTMLOutputElement.reportValidity π | DOM API | |
| api.HTMLOutputElement.setCustomValidity π | DOM API | Chrome: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670.Chrome Android: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670.Quest Browser: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670.Samsung Internet: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670. |
| api.HTMLOutputElement.type π | DOM API | |
| api.HTMLOutputElement.validationMessage π | DOM API | |
| api.HTMLOutputElement.validity π | DOM API | |
| api.HTMLOutputElement.value π | DOM API | |
| api.HTMLOutputElement.willValidate π | DOM API | |
| api.HTMLParagraphElement π | DOM API | |
| api.HTMLParagraphElement.align π | DOM API | |
| api.HTMLParamElement π | DOM API | |
| api.HTMLParamElement.name π | DOM API | |
| api.HTMLParamElement.type π | DOM API | |
| api.HTMLParamElement.value π | DOM API | |
| api.HTMLParamElement.valueType π | DOM API | |
| api.HTMLPictureElement π | DOM API | |
| api.HTMLPreElement π | DOM API | |
| api.HTMLPreElement.width π | DOM API | |
| api.HTMLProgressElement π | DOM API | |
| api.HTMLProgressElement.labels π | DOM API | |
| api.HTMLProgressElement.max π | DOM API | |
| api.HTMLProgressElement.position π | DOM API | |
| api.HTMLProgressElement.value π | DOM API | |
| api.HTMLQuoteElement π | DOM API | |
| api.HTMLQuoteElement.cite π | DOM API | |
| api.HTMLScriptElement π | DOM API | |
| api.HTMLScriptElement.async π | DOM API | |
| api.HTMLScriptElement.attributionSrc π | DOM API | |
| api.HTMLScriptElement.blocking π | DOM API | |
| api.HTMLScriptElement.charset π | DOM API | |
| api.HTMLScriptElement.crossOrigin π | DOM API | |
| api.HTMLScriptElement.defer π | DOM API | Internet Explorer: Before Internet Explorer 10, it implemented defer by a proprietary specification. Since version 10 it conforms to the W3C specification. |
| api.HTMLScriptElement.event π | DOM API | |
| api.HTMLScriptElement.fetchPriority π | DOM API | |
| api.HTMLScriptElement.htmlFor π | DOM API | |
| api.HTMLScriptElement.integrity π | DOM API | |
| api.HTMLScriptElement.noModule π | DOM API | |
| api.HTMLScriptElement.referrerPolicy π | DOM API | |
| api.HTMLScriptElement.referrerPolicy.no-referrer-when-downgrade | DOM API | |
| api.HTMLScriptElement.referrerPolicy.origin-when-cross-origin | DOM API | |
| api.HTMLScriptElement.referrerPolicy.unsafe-url | DOM API | |
| api.HTMLScriptElement.src π | DOM API | |
| api.HTMLScriptElement.supports_static π | DOM API | |
| api.HTMLScriptElement.text π | DOM API | |
| api.HTMLScriptElement.type π | DOM API | |
| api.HTMLSelectElement π | DOM API | Firefox: You should watch for change events on <select> instead of watching <option> elements for events. See bug 1090602 and Multiprocess Firefox Web content compatibility for details. |
| api.HTMLSelectElement.add π | DOM API | |
| api.HTMLSelectElement.add.index_before_parameter | DOM API | |
| api.HTMLSelectElement.autocomplete π | DOM API | |
| api.HTMLSelectElement.checkValidity π | DOM API | |
| api.HTMLSelectElement.disabled π | DOM API | |
| api.HTMLSelectElement.form π | DOM API | |
| api.HTMLSelectElement.item π | DOM API | |
| api.HTMLSelectElement.labels π | DOM API | |
| api.HTMLSelectElement.length π | DOM API | |
| api.HTMLSelectElement.multiple π | DOM API | |
| api.HTMLSelectElement.name π | DOM API | |
| api.HTMLSelectElement.namedItem π | DOM API | Edge: namedItem does not appear to take the name attribute into account (only the id attribute) on Internet Explorer and Edge. There is a bug report to Microsoft about this.Internet Explorer: namedItem does not appear to take the name attribute into account (only the id attribute) on Internet Explorer and Edge. There is a bug report to Microsoft about this. |
| api.HTMLSelectElement.options π | DOM API | |
| api.HTMLSelectElement.remove π | DOM API | |
| api.HTMLSelectElement.reportValidity π | DOM API | |
| api.HTMLSelectElement.required π | DOM API | |
| api.HTMLSelectElement.selectedIndex π | DOM API | |
| api.HTMLSelectElement.selectedOptions π | DOM API | |
| api.HTMLSelectElement.setCustomValidity π | DOM API | Chrome: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670.Chrome Android: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670.Quest Browser: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670.Samsung Internet: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670. |
| api.HTMLSelectElement.showPicker π | DOM API | |
| api.HTMLSelectElement.size π | DOM API | |
| api.HTMLSelectElement.type π | DOM API | |
| api.HTMLSelectElement.validationMessage π | DOM API | |
| api.HTMLSelectElement.validity π | DOM API | |
| api.HTMLSelectElement.value π | DOM API | |
| api.HTMLSelectElement.willValidate π | DOM API | |
| api.HTMLSlotElement π | DOM API | |
| api.HTMLSlotElement.assign π | DOM API | |
| api.HTMLSlotElement.assignedElements π | DOM API | |
| api.HTMLSlotElement.assignedNodes π | DOM API | |
| api.HTMLSlotElement.name π | DOM API | |
| api.HTMLSlotElement.slotchange_event π | DOM API | Safari: The onslotchange event handler property is not supported.Safari on iOS: The onslotchange event handler property is not supported.WebView on iOS: The onslotchange event handler property is not supported. |
| api.HTMLSourceElement π | DOM API | |
| api.HTMLSourceElement.height π | DOM API | |
| api.HTMLSourceElement.media π | DOM API | |
| api.HTMLSourceElement.sizes π | DOM API | |
| api.HTMLSourceElement.src π | DOM API | |
| api.HTMLSourceElement.srcset π | DOM API | |
| api.HTMLSourceElement.type π | DOM API | |
| api.HTMLSourceElement.width π | DOM API | |
| api.HTMLSpanElement π | DOM API | |
| api.HTMLStyleElement π | DOM API | |
| api.HTMLStyleElement.blocking π | DOM API | |
| api.HTMLStyleElement.disabled π | DOM API | |
| api.HTMLStyleElement.media π | DOM API | |
| api.HTMLStyleElement.sheet π | DOM API | |
| api.HTMLStyleElement.type π | DOM API | |
| api.HTMLTableCaptionElement π | DOM API | |
| api.HTMLTableCaptionElement.align π | DOM API | |
| api.HTMLTableCellElement π | DOM API | |
| api.HTMLTableCellElement.abbr π | DOM API | |
| api.HTMLTableCellElement.align π | DOM API | |
| api.HTMLTableCellElement.axis π | DOM API | |
| api.HTMLTableCellElement.bgColor π | DOM API | |
| api.HTMLTableCellElement.cellIndex π | DOM API | |
| api.HTMLTableCellElement.ch π | DOM API | |
| api.HTMLTableCellElement.chOff π | DOM API | |
| api.HTMLTableCellElement.colSpan π | DOM API | |
| api.HTMLTableCellElement.headers π | DOM API | |
| api.HTMLTableCellElement.height π | DOM API | |
| api.HTMLTableCellElement.noWrap π | DOM API | |
| api.HTMLTableCellElement.rowSpan π | DOM API | |
| api.HTMLTableCellElement.scope π | DOM API | |
| api.HTMLTableCellElement.vAlign π | DOM API | |
| api.HTMLTableCellElement.width π | DOM API | |
| api.HTMLTableColElement π | DOM API | |
| api.HTMLTableColElement.align π | DOM API | |
| api.HTMLTableColElement.ch π | DOM API | |
| api.HTMLTableColElement.chOff π | DOM API | |
| api.HTMLTableColElement.span π | DOM API | |
| api.HTMLTableColElement.vAlign π | DOM API | |
| api.HTMLTableColElement.width π | DOM API | |
| api.HTMLTableElement π | DOM API | |
| api.HTMLTableElement.align π | DOM API | |
| api.HTMLTableElement.bgColor π | DOM API | |
| api.HTMLTableElement.border π | DOM API | |
| api.HTMLTableElement.caption π | DOM API | |
| api.HTMLTableElement.cellPadding π | DOM API | |
| api.HTMLTableElement.cellSpacing π | DOM API | |
| api.HTMLTableElement.createCaption π | DOM API | |
| api.HTMLTableElement.createTBody π | DOM API | |
| api.HTMLTableElement.createTFoot π | DOM API | |
| api.HTMLTableElement.createTHead π | DOM API | |
| api.HTMLTableElement.deleteCaption π | DOM API | |
| api.HTMLTableElement.deleteRow π | DOM API | |
| api.HTMLTableElement.deleteTFoot π | DOM API | |
| api.HTMLTableElement.deleteTHead π | DOM API | |
| api.HTMLTableElement.frame π | DOM API | |
| api.HTMLTableElement.insertRow π | DOM API | Firefox: Starting with Firefox 20, the index parameter has been made optional and defaults to -1 as per HTML specification.Firefox for Android: Starting with Firefox for Android 20, the index parameter has been made optional and defaults to -1 as per HTML specification. |
| api.HTMLTableElement.rows π | DOM API | |
| api.HTMLTableElement.rules π | DOM API | |
| api.HTMLTableElement.summary π | DOM API | |
| api.HTMLTableElement.tBodies π | DOM API | |
| api.HTMLTableElement.tFoot π | DOM API | |
| api.HTMLTableElement.tHead π | DOM API | |
| api.HTMLTableElement.width π | DOM API | |
| api.HTMLTableRowElement π | DOM API | |
| api.HTMLTableRowElement.align π | DOM API | |
| api.HTMLTableRowElement.bgColor π | DOM API | |
| api.HTMLTableRowElement.cells π | DOM API | |
| api.HTMLTableRowElement.ch π | DOM API | |
| api.HTMLTableRowElement.chOff π | DOM API | |
| api.HTMLTableRowElement.deleteCell π | DOM API | |
| api.HTMLTableRowElement.insertCell π | DOM API | |
| api.HTMLTableRowElement.insertCell.index_parameter_negative_one | DOM API | |
| api.HTMLTableRowElement.insertCell.index_parameter_optional | DOM API | |
| api.HTMLTableRowElement.rowIndex π | DOM API | |
| api.HTMLTableRowElement.sectionRowIndex π | DOM API | |
| api.HTMLTableRowElement.vAlign π | DOM API | |
| api.HTMLTableSectionElement π | DOM API | |
| api.HTMLTableSectionElement.align π | DOM API | |
| api.HTMLTableSectionElement.ch π | DOM API | |
| api.HTMLTableSectionElement.chOff π | DOM API | |
| api.HTMLTableSectionElement.deleteRow π | DOM API | |
| api.HTMLTableSectionElement.insertRow π | DOM API | |
| api.HTMLTableSectionElement.rows π | DOM API | |
| api.HTMLTableSectionElement.vAlign π | DOM API | |
| api.HTMLTemplateElement π | DOM API | |
| api.HTMLTemplateElement.content π | DOM API | |
| api.HTMLTemplateElement.shadowRootClonable π | DOM API | |
| api.HTMLTemplateElement.shadowRootDelegatesFocus π | DOM API | |
| api.HTMLTemplateElement.shadowRootMode π | DOM API | |
| api.HTMLTemplateElement.shadowRootSerializable π | DOM API | |
| api.HTMLTextAreaElement π | DOM API | |
| api.HTMLTextAreaElement.autocomplete π | DOM API | |
| api.HTMLTextAreaElement.checkValidity π | DOM API | |
| api.HTMLTextAreaElement.cols π | DOM API | |
| api.HTMLTextAreaElement.defaultValue π | DOM API | |
| api.HTMLTextAreaElement.dirName π | DOM API | |
| api.HTMLTextAreaElement.disabled π | DOM API | |
| api.HTMLTextAreaElement.form π | DOM API | |
| api.HTMLTextAreaElement.labels π | DOM API | |
| api.HTMLTextAreaElement.maxLength π | DOM API | |
| api.HTMLTextAreaElement.minLength π | DOM API | |
| api.HTMLTextAreaElement.name π | DOM API | |
| api.HTMLTextAreaElement.placeholder π | DOM API | |
| api.HTMLTextAreaElement.readOnly π | DOM API | |
| api.HTMLTextAreaElement.reportValidity π | DOM API | |
| api.HTMLTextAreaElement.required π | DOM API | |
| api.HTMLTextAreaElement.rows π | DOM API | |
| api.HTMLTextAreaElement.select π | DOM API | |
| api.HTMLTextAreaElement.select_event π | DOM API | |
| api.HTMLTextAreaElement.selectionDirection π | DOM API | |
| api.HTMLTextAreaElement.selectionEnd π | DOM API | |
| api.HTMLTextAreaElement.selectionStart π | DOM API | |
| api.HTMLTextAreaElement.selectionchange_event π | DOM API | Chrome: A selectionchange event is fired on Document, see Document's selectionchange event. See bug 40840956 for firing the event on <textarea> elements.Chrome Android: A selectionchange event is fired on Document, see Document's selectionchange event. See bug 40840956 for firing the event on <textarea> elements.Edge: A selectionchange event is fired on Document, see Document's selectionchange event. See bug 40840956 for firing the event on <textarea> elements.Quest Browser: A selectionchange event is fired on Document, see Document's selectionchange event. See bug 40840956 for firing the event on <textarea> elements.Opera: A selectionchange event is fired on Document, see Document's selectionchange event. See bug 40840956 for firing the event on <textarea> elements.Opera Android: A selectionchange event is fired on Document, see Document's selectionchange event. See bug 40840956 for firing the event on <textarea> elements.Samsung Internet: A selectionchange event is fired on Document, see Document's selectionchange event. See bug 40840956 for firing the event on <textarea> elements.WebView Android: A selectionchange event is fired on Document, see Document's selectionchange event. See bug 40840956 for firing the event on <textarea> elements. |
| api.HTMLTextAreaElement.setCustomValidity π | DOM API | Chrome: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670.Chrome Android: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670.Quest Browser: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670.Samsung Internet: This method only updates the validation error popup, not the tooltip that appears when hovering the mouse over the element, see bug 41380670. |
| api.HTMLTextAreaElement.setRangeText π | DOM API | |
| api.HTMLTextAreaElement.setSelectionRange π | DOM API | |
| api.HTMLTextAreaElement.textLength π | DOM API | |
| api.HTMLTextAreaElement.type π | DOM API | |
| api.HTMLTextAreaElement.validationMessage π | DOM API | |
| api.HTMLTextAreaElement.validity π | DOM API | |
| api.HTMLTextAreaElement.value π | DOM API | |
| api.HTMLTextAreaElement.willValidate π | DOM API | |
| api.HTMLTextAreaElement.wrap π | DOM API | |
| api.HTMLTimeElement π | DOM API | |
| api.HTMLTimeElement.dateTime π | DOM API | |
| api.HTMLTitleElement π | DOM API | |
| api.HTMLTitleElement.text π | DOM API | |
| api.HTMLTrackElement π | DOM API | Firefox: Before Firefox 50, text tracks would only load if the <track> element is in a document.Firefox for Android: Before Firefox for Android 50, text tracks would only load if the <track> element is in a document. |
| api.HTMLTrackElement.cuechange_event π | DOM API | Chrome: The oncuechange event handler property is not supported.Chrome Android: The oncuechange event handler property is not supported.Quest Browser: The oncuechange event handler property is not supported.Opera: The oncuechange event handler property is not supported.Opera Android: The oncuechange event handler property is not supported.Safari: The oncuechange event handler property is not supported.Safari on iOS: The oncuechange event handler property is not supported.Samsung Internet: The oncuechange event handler property is not supported.WebView Android: The oncuechange event handler property is not supported.WebView on iOS: The oncuechange event handler property is not supported. |
| api.HTMLTrackElement.default π | DOM API | |
| api.HTMLTrackElement.kind π | DOM API | |
| api.HTMLTrackElement.label π | DOM API | |
| api.HTMLTrackElement.readyState π | DOM API | |
| api.HTMLTrackElement.src π | DOM API | Firefox: Before Firefox 50, setting the src property did not work properly.Firefox for Android: Before Firefox for Android 50, setting the src property did not work properly. |
| api.HTMLTrackElement.srclang π | DOM API | |
| api.HTMLTrackElement.track π | DOM API | |
| api.HTMLUListElement π | DOM API | |
| api.HTMLUListElement.compact π | DOM API | |
| api.HTMLUListElement.type π | DOM API | |
| api.HTMLUnknownElement π | DOM API | |
| api.HTMLVideoElement π | DOM API | |
| api.HTMLVideoElement.cancelVideoFrameCallback π | DOM API | |
| api.HTMLVideoElement.disablePictureInPicture π | DOM API | Firefox: When this property is set to true, the overlay button to disable picture-in-picture (PiP) is hidden, but the user can still enable PiP.Firefox: This property is undefined, but still has an effect if set to a value.Firefox: When this property is set to true, the overlay button to disable picture-in-picture (PiP) is hidden, but the user can still enable PiP.Firefox for Android: When this property is set to true, the overlay button to disable picture-in-picture (PiP) is hidden, but the user can still enable PiP.Firefox for Android: This property is undefined, but still has an effect if set to a value.Firefox for Android: When this property is set to true, the overlay button to disable picture-in-picture (PiP) is hidden, but the user can still enable PiP. |
| api.HTMLVideoElement.enterpictureinpicture_event π | DOM API | |
| api.HTMLVideoElement.getVideoPlaybackQuality π | DOM API | Internet Explorer: Only works on Windows 8+. |
| api.HTMLVideoElement.height π | DOM API | |
| api.HTMLVideoElement.leavepictureinpicture_event π | DOM API | |
| api.HTMLVideoElement.mozDecodedFrames | DOM API | |
| api.HTMLVideoElement.mozFrameDelay | DOM API | |
| api.HTMLVideoElement.mozHasAudio | DOM API | |
| api.HTMLVideoElement.mozPaintedFrames | DOM API | |
| api.HTMLVideoElement.mozParsedFrames | DOM API | |
| api.HTMLVideoElement.mozPresentedFrames | DOM API | |
| api.HTMLVideoElement.playsInline π | DOM API | |
| api.HTMLVideoElement.poster π | DOM API | |
| api.HTMLVideoElement.requestPictureInPicture π | DOM API | |
| api.HTMLVideoElement.requestVideoFrameCallback π | DOM API | |
| api.HTMLVideoElement.resize_event π | DOM API | Edge: The onresize event handler property is not supported.Internet Explorer: The onresize event handler property is not supported. |
| api.HTMLVideoElement.videoHeight π | DOM API | |
| api.HTMLVideoElement.videoWidth π | DOM API | |
| api.HTMLVideoElement.width π | DOM API | |
| api.HashChangeEvent π | DOM API | |
| api.HashChangeEvent.HashChangeEvent π | DOM API | |
| api.HashChangeEvent.newURL π | DOM API | |
| api.HashChangeEvent.oldURL π | DOM API | |
| api.Headers π | DOM API | |
| api.Headers.@@iterator | DOM API | |
| api.Headers.Headers π | DOM API | |
| api.Headers.append π | DOM API | |
| api.Headers.delete π | DOM API | |
| api.Headers.entries | DOM API | |
| api.Headers.forEach | DOM API | |
| api.Headers.get π | DOM API | Chrome: Before version 57, get() returns only the first value for the specified header.Chrome Android: Before version 57, get() returns only the first value for the specified header.Firefox: Before version 52, get() returns only the first value for the specified header.Firefox for Android: Before version 52, get() returns only the first value for the specified header.Quest Browser: Before version 5.0, get() returns only the first value for the specified header.Opera: Before version 44, get() returns only the first value for the specified header.Opera Android: Before version 43, get() returns only the first value for the specified header.Samsung Internet: Before version 7.0, get() returns only the first value for the specified header.WebView Android: Before version 57, get() returns only the first value for the specified header. |
| api.Headers.getSetCookie π | DOM API | |
| api.Headers.has π | DOM API | |
| api.Headers.iterate_combined_duplicates | DOM API | |
| api.Headers.iterate_lexicographically | DOM API | |
| api.Headers.keys | DOM API | |
| api.Headers.set π | DOM API | |
| api.Headers.values | DOM API | |
| api.Highlight π | DOM API | |
| api.Highlight.@@iterator | DOM API | |
| api.Highlight.Highlight π | DOM API | |
| api.Highlight.add | DOM API | |
| api.Highlight.clear | DOM API | |
| api.Highlight.delete | DOM API | |
| api.Highlight.entries | DOM API | |
| api.Highlight.forEach | DOM API | |
| api.Highlight.has | DOM API | |
| api.Highlight.keys | DOM API | |
| api.Highlight.priority π | DOM API | |
| api.Highlight.size | DOM API | |
| api.Highlight.type π | DOM API | |
| api.Highlight.values | DOM API | |
| api.HighlightRegistry π | DOM API | |
| api.HighlightRegistry.@@iterator | DOM API | |
| api.HighlightRegistry.clear | DOM API | |
| api.HighlightRegistry.delete | DOM API | |
| api.HighlightRegistry.entries | DOM API | |
| api.HighlightRegistry.forEach | DOM API | |
| api.HighlightRegistry.get | DOM API | |
| api.HighlightRegistry.has | DOM API | |
| api.HighlightRegistry.keys | DOM API | |
| api.HighlightRegistry.set | DOM API | |
| api.HighlightRegistry.size | DOM API | |
| api.HighlightRegistry.values | DOM API | |
| api.History π | DOM API | |
| api.History.back π | DOM API | |
| api.History.forward π | DOM API | |
| api.History.go π | DOM API | |
| api.History.length π | DOM API | |
| api.History.pushState π | DOM API | Firefox: Until Firefox 5, the passed object is serialized using JSON. Starting in Firefox 6, the object is serialized using the structured clone algorithm. This allows a wider variety of objects to be safely passed.Firefox for Android: Until Firefox for Android 5, the passed object is serialized using JSON. Starting in Firefox for Android 6, the object is serialized using the structured clone algorithm. This allows a wider variety of objects to be safely passed. |
| api.History.pushState.unused_parameter | DOM API | Safari: This feature may be removed, see bug 223190.Safari on iOS: This feature may be removed, see bug 223190.WebView on iOS: This feature may be removed, see bug 223190. |
| api.History.replaceState π | DOM API | Firefox: Until Firefox 5, the passed object is serialized using JSON. Starting in Firefox 6, the object is serialized using the structured clone algorithm. This allows a wider variety of objects to be safely passed.Firefox for Android: Until Firefox for Android 5, the passed object is serialized using JSON. Starting in Firefox for Android 6, the object is serialized using the structured clone algorithm. This allows a wider variety of objects to be safely passed. |
| api.History.replaceState.unused_parameter | DOM API | Safari: This feature may be removed, see bug 223190.Safari on iOS: This feature may be removed, see bug 223190.WebView on iOS: This feature may be removed, see bug 223190. |
| api.History.scrollRestoration π | DOM API | |
| api.History.state π | DOM API | |
| api.IDBCursor π | DOM API | |
| api.IDBCursor.advance π | DOM API | |
| api.IDBCursor.continue π | DOM API | |
| api.IDBCursor.continuePrimaryKey π | DOM API | |
| api.IDBCursor.delete π | DOM API | |
| api.IDBCursor.direction π | DOM API | |
| api.IDBCursor.key π | DOM API | |
| api.IDBCursor.key.binary_keys | DOM API | |
| api.IDBCursor.primaryKey π | DOM API | |
| api.IDBCursor.request π | DOM API | |
| api.IDBCursor.source π | DOM API | |
| api.IDBCursor.update π | DOM API | |
| api.IDBCursor.worker_support | DOM API | |
| api.IDBCursorWithValue π | DOM API | |
| api.IDBCursorWithValue.value π | DOM API | |
| api.IDBCursorWithValue.worker_support | DOM API | |
| api.IDBDatabase π | DOM API | |
| api.IDBDatabase.close π | DOM API | |
| api.IDBDatabase.close_event π | DOM API | |
| api.IDBDatabase.createObjectStore π | DOM API | |
| api.IDBDatabase.deleteObjectStore π | DOM API | |
| api.IDBDatabase.name π | DOM API | |
| api.IDBDatabase.objectStoreNames π | DOM API | |
| api.IDBDatabase.transaction π | DOM API | |
| api.IDBDatabase.transaction.mode_parameter_readwriteflush | DOM API | |
| api.IDBDatabase.version π | DOM API | |
| api.IDBDatabase.versionchange_event π | DOM API | |
| api.IDBDatabase.worker_support | DOM API | |
| api.IDBFactory π | DOM API | |
| api.IDBFactory.cmp π | DOM API | |
| api.IDBFactory.databases π | DOM API | |
| api.IDBFactory.deleteDatabase π | DOM API | |
| api.IDBFactory.open π | DOM API | Safari: In some releases of Safari 14, the first indexedDB.open() call hangs forever, see bug 226547.Safari on iOS: In some releases of Safari on iOS 14, the first indexedDB.open() call hangs forever, see bug 226547.WebView on iOS: In some releases of WebView on iOS 14, the first indexedDB.open() call hangs forever, see bug 226547. |
| api.IDBFactory.worker_support | DOM API | |
| api.IDBIndex π | DOM API | |
| api.IDBIndex.count π | DOM API | |
| api.IDBIndex.get π | DOM API | |
| api.IDBIndex.getAll π | DOM API | |
| api.IDBIndex.getAllKeys π | DOM API | |
| api.IDBIndex.getKey π | DOM API | |
| api.IDBIndex.isAutoLocale | DOM API | |
| api.IDBIndex.keyPath π | DOM API | |
| api.IDBIndex.locale | DOM API | |
| api.IDBIndex.multiEntry π | DOM API | |
| api.IDBIndex.name π | DOM API | |
| api.IDBIndex.name.renaming_through_name_setter | DOM API | |
| api.IDBIndex.objectStore π | DOM API | |
| api.IDBIndex.openCursor π | DOM API | |
| api.IDBIndex.openKeyCursor π | DOM API | |
| api.IDBIndex.unique π | DOM API | |
| api.IDBIndex.worker_support | DOM API | |
| api.IDBKeyRange π | DOM API | |
| api.IDBKeyRange.bound_static π | DOM API | |
| api.IDBKeyRange.includes π | DOM API | |
| api.IDBKeyRange.lower π | DOM API | |
| api.IDBKeyRange.lowerBound_static π | DOM API | |
| api.IDBKeyRange.lowerOpen π | DOM API | |
| api.IDBKeyRange.only_static π | DOM API | |
| api.IDBKeyRange.upper π | DOM API | |
| api.IDBKeyRange.upperBound_static π | DOM API | |
| api.IDBKeyRange.upperOpen π | DOM API | |
| api.IDBKeyRange.worker_support | DOM API | |
| api.IDBObjectStore π | DOM API | |
| api.IDBObjectStore.add π | DOM API | |
| api.IDBObjectStore.autoIncrement π | DOM API | |
| api.IDBObjectStore.clear π | DOM API | |
| api.IDBObjectStore.count π | DOM API | |
| api.IDBObjectStore.createIndex π | DOM API | |
| api.IDBObjectStore.createIndex.options_locale_parameter | DOM API | |
| api.IDBObjectStore.delete π | DOM API | |
| api.IDBObjectStore.deleteIndex π | DOM API | |
| api.IDBObjectStore.get π | DOM API | |
| api.IDBObjectStore.getAll π | DOM API | |
| api.IDBObjectStore.getAllKeys π | DOM API | |
| api.IDBObjectStore.getKey π | DOM API | |
| api.IDBObjectStore.index π | DOM API | |
| api.IDBObjectStore.indexNames π | DOM API | |
| api.IDBObjectStore.keyPath π | DOM API | |
| api.IDBObjectStore.name π | DOM API | |
| api.IDBObjectStore.name.renaming_through_name_setter | DOM API | |
| api.IDBObjectStore.openCursor π | DOM API | |
| api.IDBObjectStore.openKeyCursor π | DOM API | |
| api.IDBObjectStore.put π | DOM API | |
| api.IDBObjectStore.transaction π | DOM API | |
| api.IDBObjectStore.worker_support | DOM API | |
| api.IDBOpenDBRequest π | DOM API | |
| api.IDBOpenDBRequest.blocked_event π | DOM API | |
| api.IDBOpenDBRequest.upgradeneeded_event π | DOM API | |
| api.IDBOpenDBRequest.worker_support | DOM API | |
| api.IDBRequest π | DOM API | |
| api.IDBRequest.error π | DOM API | |
| api.IDBRequest.error.DOMException | DOM API | |
| api.IDBRequest.error.transient_unrecoverable_read_errors π | DOM API | Chrome: Returns a NotReadableError exception for unrecoverable read errors, and an UnknownError for transient read errors.Chrome: Returns a NotFoundError exception for unrecoverable read errors, and a DataError for transient read errors.Chrome Android: Returns a NotReadableError exception for unrecoverable read errors, and an UnknownError for transient read errors.Chrome Android: Returns a NotFoundError exception for unrecoverable read errors, and a DataError for transient read errors.Opera: Returns a NotReadableError exception for unrecoverable read errors, and an UnknownError for transient read errors.Opera: Returns a NotFoundError exception for unrecoverable read errors, and a DataError for transient read errors.Opera Android: Returns a NotReadableError exception for unrecoverable read errors, and an UnknownError for transient read errors.Opera Android: Returns a NotFoundError exception for unrecoverable read errors, and a DataError for transient read errors.WebView Android: Returns a NotReadableError exception for unrecoverable read errors, and an UnknownError for transient read errors.WebView Android: Returns a NotFoundError exception for unrecoverable read errors, and a DataError for transient read errors. |
| api.IDBRequest.error_event π | DOM API | |
| api.IDBRequest.readyState π | DOM API | |
| api.IDBRequest.result π | DOM API | |
| api.IDBRequest.source π | DOM API | |
| api.IDBRequest.success_event π | DOM API | |
| api.IDBRequest.transaction π | DOM API | |
| api.IDBRequest.worker_support | DOM API | |
| api.IDBTransaction π | DOM API | |
| api.IDBTransaction.abort π | DOM API | |
| api.IDBTransaction.abort_event π | DOM API | |
| api.IDBTransaction.commit π | DOM API | |
| api.IDBTransaction.complete_event π | DOM API | |
| api.IDBTransaction.db π | DOM API | |
| api.IDBTransaction.durability π | DOM API | |
| api.IDBTransaction.error π | DOM API | |
| api.IDBTransaction.error.DOMException | DOM API | |
| api.IDBTransaction.error_event π | DOM API | |
| api.IDBTransaction.mode π | DOM API | |
| api.IDBTransaction.objectStore π | DOM API | |
| api.IDBTransaction.objectStoreNames π | DOM API | |
| api.IDBTransaction.worker_support | DOM API | |
| api.IDBVersionChangeEvent π | DOM API | |
| api.IDBVersionChangeEvent.IDBVersionChangeEvent π | DOM API | |
| api.IDBVersionChangeEvent.newVersion π | DOM API | |
| api.IDBVersionChangeEvent.oldVersion π | DOM API | |
| api.IDBVersionChangeEvent.worker_support | DOM API | |
| api.IIRFilterNode π | DOM API | |
| api.IIRFilterNode.IIRFilterNode π | DOM API | |
| api.IIRFilterNode.getFrequencyResponse π | DOM API | |
| api.IdentityCredential π | DOM API | |
| api.IdentityCredential.disconnect_static π | DOM API | |
| api.IdentityCredential.isAutoSelected | DOM API | |
| api.IdentityCredential.token π | DOM API | |
| api.IdentityProvider π | DOM API | |
| api.IdentityProvider.close_static π | DOM API | |
| api.IdentityProvider.getUserInfo_static π | DOM API | |
| api.IdentityProvider.resolve_static π | DOM API | |
| api.IdleDeadline π | DOM API | |
| api.IdleDeadline.didTimeout π | DOM API | |
| api.IdleDeadline.timeRemaining π | DOM API | |
| api.IdleDetector π | DOM API | |
| api.IdleDetector.IdleDetector π | DOM API | |
| api.IdleDetector.change_event π | DOM API | |
| api.IdleDetector.requestPermission_static π | DOM API | |
| api.IdleDetector.screenState π | DOM API | |
| api.IdleDetector.start π | DOM API | |
| api.IdleDetector.userState π | DOM API | |
| api.ImageBitmap π | DOM API | |
| api.ImageBitmap.close π | DOM API | |
| api.ImageBitmap.height π | DOM API | |
| api.ImageBitmap.width π | DOM API | |
| api.ImageBitmapRenderingContext π | DOM API | |
| api.ImageBitmapRenderingContext.canvas π | DOM API | |
| api.ImageBitmapRenderingContext.transferFromImageBitmap π | DOM API | |
| api.ImageCapture π | DOM API | |
| api.ImageCapture.ImageCapture π | DOM API | |
| api.ImageCapture.getPhotoCapabilities π | DOM API | |
| api.ImageCapture.getPhotoSettings π | DOM API | |
| api.ImageCapture.grabFrame π | DOM API | |
| api.ImageCapture.takePhoto π | DOM API | Chrome: photoSettings parameter not supported.Chrome Android: photoSettings parameter not supported.Opera: photoSettings parameter not supported.Opera Android: photoSettings parameter not supported.Samsung Internet: photoSettings parameter not supported.WebView Android: photoSettings parameter not supported. |
| api.ImageCapture.track π | DOM API | |
| api.ImageData π | DOM API | |
| api.ImageData.ImageData π | DOM API | |
| api.ImageData.colorSpace π | DOM API | |
| api.ImageData.data π | DOM API | |
| api.ImageData.height π | DOM API | |
| api.ImageData.width π | DOM API | |
| api.ImageData.worker_support | DOM API | |
| api.ImageDecoder π | DOM API | |
| api.ImageDecoder.ImageDecoder π | DOM API | |
| api.ImageDecoder.close π | DOM API | |
| api.ImageDecoder.complete π | DOM API | |
| api.ImageDecoder.completed π | DOM API | |
| api.ImageDecoder.decode π | DOM API | |
| api.ImageDecoder.isTypeSupported_static π | DOM API | |
| api.ImageDecoder.reset π | DOM API | |
| api.ImageDecoder.tracks π | DOM API | |
| api.ImageDecoder.type π | DOM API | |
| api.ImageTrack π | DOM API | |
| api.ImageTrack.animated π | DOM API | |
| api.ImageTrack.frameCount π | DOM API | |
| api.ImageTrack.repetitionCount π | DOM API | |
| api.ImageTrack.selected π | DOM API | |
| api.ImageTrackList π | DOM API | |
| api.ImageTrackList.length π | DOM API | |
| api.ImageTrackList.ready π | DOM API | |
| api.ImageTrackList.selectedIndex π | DOM API | |
| api.ImageTrackList.selectedTrack π | DOM API | |
| api.Ink π | DOM API | |
| api.Ink.requestPresenter π | DOM API | |
| api.InputDeviceCapabilities π | DOM API | |
| api.InputDeviceCapabilities.InputDeviceCapabilities π | DOM API | |
| api.InputDeviceCapabilities.firesTouchEvents π | DOM API | |
| api.InputDeviceInfo π | DOM API | |
| api.InputDeviceInfo.getCapabilities π | DOM API | |
| api.InputEvent π | DOM API | |
| api.InputEvent.InputEvent π | DOM API | |
| api.InputEvent.data π | DOM API | |
| api.InputEvent.dataTransfer π | DOM API | |
| api.InputEvent.getTargetRanges π | DOM API | |
| api.InputEvent.inputType π | DOM API | |
| api.InputEvent.inputType.insertFromPasteAsQuotation | DOM API | |
| api.InputEvent.isComposing π | DOM API | |
| api.InstallEvent π | DOM API | |
| api.InstallEvent.InstallEvent π | DOM API | |
| api.InstallEvent.addRoutes π | DOM API | |
| api.IntersectionObserver π | DOM API | |
| api.IntersectionObserver.IntersectionObserver π | DOM API | Firefox: Before version 96, the constructor throws a DOMException if the options.rootMargin option is passed an empty string (see bug 1738791). |
| api.IntersectionObserver.IntersectionObserver.options_root_parameter_Document | DOM API | |
| api.IntersectionObserver.delay π | DOM API | |
| api.IntersectionObserver.disconnect π | DOM API | Edge: Available since Windows Insider Preview Build 14986. |
| api.IntersectionObserver.observe π | DOM API | |
| api.IntersectionObserver.root π | DOM API | |
| api.IntersectionObserver.rootMargin π | DOM API | Safari: rootMargin does not work with <iframe>s.Safari on iOS: rootMargin does not work with <iframe>s.WebView on iOS: rootMargin does not work with <iframe>s. |
| api.IntersectionObserver.scrollMargin | DOM API | |
| api.IntersectionObserver.takeRecords π | DOM API | Edge: Available since Windows Insider Preview Build 14986. |
| api.IntersectionObserver.thresholds π | DOM API | |
| api.IntersectionObserver.trackVisibility π | DOM API | |
| api.IntersectionObserver.unobserve π | DOM API | Edge: Available since Windows Insider Preview Build 14986. |
| api.IntersectionObserverEntry π | DOM API | |
| api.IntersectionObserverEntry.IntersectionObserverEntry | DOM API | |
| api.IntersectionObserverEntry.boundingClientRect π | DOM API | |
| api.IntersectionObserverEntry.intersectionRatio π | DOM API | |
| api.IntersectionObserverEntry.intersectionRect π | DOM API | |
| api.IntersectionObserverEntry.isIntersecting π | DOM API | |
| api.IntersectionObserverEntry.isVisible π | DOM API | |
| api.IntersectionObserverEntry.rootBounds π | DOM API | |
| api.IntersectionObserverEntry.target π | DOM API | |
| api.IntersectionObserverEntry.time π | DOM API | |
| api.InterventionReportBody π | DOM API | |
| api.InterventionReportBody.columnNumber π | DOM API | |
| api.InterventionReportBody.id π | DOM API | |
| api.InterventionReportBody.lineNumber π | DOM API | |
| api.InterventionReportBody.message π | DOM API | |
| api.InterventionReportBody.sourceFile π | DOM API | |
| api.InterventionReportBody.toJSON π | DOM API | |
| api.KHR_parallel_shader_compile π | DOM API | |
| api.Keyboard π | DOM API | |
| api.Keyboard.getLayoutMap π | DOM API | |
| api.Keyboard.lock π | DOM API | |
| api.Keyboard.unlock π | DOM API | |
| api.KeyboardEvent π | DOM API | |
| api.KeyboardEvent.KeyboardEvent π | DOM API | |
| api.KeyboardEvent.altKey π | DOM API | |
| api.KeyboardEvent.charCode π | DOM API | |
| api.KeyboardEvent.code π | DOM API | Chrome Android: The value is always empty.Firefox for Android: The value is always empty.Quest Browser: The value is always empty.Opera Android: The value is always empty.Samsung Internet: The value is always empty.WebView Android: The value is always empty. |
| api.KeyboardEvent.ctrlKey π | DOM API | |
| api.KeyboardEvent.getModifierState π | DOM API | |
| api.KeyboardEvent.getModifierState.key_parameter_accel | DOM API | |
| api.KeyboardEvent.getModifierState.key_parameter_alt | DOM API | |
| api.KeyboardEvent.getModifierState.key_parameter_altgraph | DOM API | |
| api.KeyboardEvent.getModifierState.key_parameter_capslock | DOM API | |
| api.KeyboardEvent.getModifierState.key_parameter_control | DOM API | |
| api.KeyboardEvent.getModifierState.key_parameter_fn | DOM API | |
| api.KeyboardEvent.getModifierState.key_parameter_meta | DOM API | |
| api.KeyboardEvent.getModifierState.key_parameter_numlock | DOM API | |
| api.KeyboardEvent.getModifierState.key_parameter_os | DOM API | |
| api.KeyboardEvent.getModifierState.key_parameter_scrolllock | DOM API | |
| api.KeyboardEvent.getModifierState.key_parameter_shift | DOM API | |
| api.KeyboardEvent.getModifierState.key_parameter_symbol | DOM API | |
| api.KeyboardEvent.initKeyboardEvent π | DOM API | |
| api.KeyboardEvent.isComposing π | DOM API | |
| api.KeyboardEvent.key π | DOM API | Internet Explorer: IE's implementation does not completely match the current spec because it is based on an older version of the spec. |
| api.KeyboardEvent.key.dead_key | DOM API | |
| api.KeyboardEvent.key.non_printable_keys | DOM API | Internet Explorer: IE's implementation does not completely match the current spec because it is based on an older version of the spec. |
| api.KeyboardEvent.key.printable_key | DOM API | Internet Explorer: IE's implementation does not completely match the current spec because it is based on an older version of the spec. |
| api.KeyboardEvent.keyCode π | DOM API | |
| api.KeyboardEvent.keyIdentifier | DOM API | |
| api.KeyboardEvent.location π | DOM API | |
| api.KeyboardEvent.metaKey π | DOM API | Firefox: Since Firefox 48, the Windows key is no longer treated as a meta key.Firefox for Android: Since Firefox for Android 48, the Windows key is no longer treated as a meta key. |
| api.KeyboardEvent.repeat π | DOM API | Chrome: On Windows and Linux, if multiple keys are held down, a keydown event for the most recently pressed key will trigger with repeat incorrectly set to false. See bug 40940886.Chrome Android: On Windows and Linux, if multiple keys are held down, a keydown event for the most recently pressed key will trigger with repeat incorrectly set to false. See bug 40940886.Quest Browser: On Windows and Linux, if multiple keys are held down, a keydown event for the most recently pressed key will trigger with repeat incorrectly set to false. See bug 40940886.Opera: On Windows and Linux, if multiple keys are held down, a keydown event for the most recently pressed key will trigger with repeat incorrectly set to false. See bug 40940886.Opera Android: On Windows and Linux, if multiple keys are held down, a keydown event for the most recently pressed key will trigger with repeat incorrectly set to false. See bug 40940886.Samsung Internet: On Windows and Linux, if multiple keys are held down, a keydown event for the most recently pressed key will trigger with repeat incorrectly set to false. See bug 40940886.WebView Android: On Windows and Linux, if multiple keys are held down, a keydown event for the most recently pressed key will trigger with repeat incorrectly set to false. See bug 40940886. |
| api.KeyboardEvent.shiftKey π | DOM API | |
| api.KeyboardLayoutMap π | DOM API | |
| api.KeyboardLayoutMap.@@iterator | DOM API | |
| api.KeyboardLayoutMap.entries | DOM API | |
| api.KeyboardLayoutMap.forEach | DOM API | |
| api.KeyboardLayoutMap.get | DOM API | |
| api.KeyboardLayoutMap.has | DOM API | |
| api.KeyboardLayoutMap.keys | DOM API | |
| api.KeyboardLayoutMap.size | DOM API | |
| api.KeyboardLayoutMap.values | DOM API | |
| api.KeyframeEffect π | DOM API | |
| api.KeyframeEffect.KeyframeEffect π | DOM API | |
| api.KeyframeEffect.composite π | DOM API | |
| api.KeyframeEffect.getKeyframes π | DOM API | |
| api.KeyframeEffect.iterationComposite π | DOM API | |
| api.KeyframeEffect.pseudoElement π | DOM API | |
| api.KeyframeEffect.setKeyframes π | DOM API | |
| api.KeyframeEffect.target π | DOM API | |
| api.LargestContentfulPaint π | DOM API | |
| api.LargestContentfulPaint.element π | DOM API | |
| api.LargestContentfulPaint.id π | DOM API | |
| api.LargestContentfulPaint.loadTime π | DOM API | |
| api.LargestContentfulPaint.renderTime π | DOM API | |
| api.LargestContentfulPaint.size π | DOM API | |
| api.LargestContentfulPaint.toJSON π | DOM API | |
| api.LargestContentfulPaint.url π | DOM API | |
| api.LaunchParams π | DOM API | |
| api.LaunchParams.files π | DOM API | |
| api.LaunchParams.targetURL π | DOM API | |
| api.LaunchQueue π | DOM API | |
| api.LaunchQueue.setConsumer π | DOM API | |
| api.LayoutShift π | DOM API | |
| api.LayoutShift.hadRecentInput π | DOM API | |
| api.LayoutShift.lastInputTime π | DOM API | |
| api.LayoutShift.sources π | DOM API | |
| api.LayoutShift.toJSON π | DOM API | |
| api.LayoutShift.value π | DOM API | |
| api.LayoutShiftAttribution π | DOM API | |
| api.LayoutShiftAttribution.currentRect π | DOM API | |
| api.LayoutShiftAttribution.node π | DOM API | |
| api.LayoutShiftAttribution.previousRect π | DOM API | |
| api.LayoutShiftAttribution.toJSON π | DOM API | |
| api.LinearAccelerationSensor π | DOM API | |
| api.LinearAccelerationSensor.LinearAccelerationSensor π | DOM API | |
| api.Location π | DOM API | |
| api.Location.ancestorOrigins π | DOM API | Deno: This value is always empty in Deno. |
| api.Location.assign π | DOM API | Deno: This method exists but has no effect in Deno. A location can be assigned using the --location runtime flag. |
| api.Location.hash π | DOM API | |
| api.Location.host π | DOM API | |
| api.Location.hostname π | DOM API | |
| api.Location.href π | DOM API | |
| api.Location.origin π | DOM API | Firefox: Before Firefox 49, results for URL using the blob scheme incorrectly returned null.Firefox for Android: Before Firefox for Android 49, results for URL using the blob scheme incorrectly returned null.Internet Explorer: Intranet sites are set to Compatibility View, which will emulate IE7 and omit window.location.origin. |
| api.Location.pathname π | DOM API | Firefox: Before Firefox 53, the pathname property returned wrong parts of the URL. For example, for a URL of https://z.com/x?a=true&b=false, pathname would return "/x?a=true&b=false" rather than "/x".Firefox for Android: Before Firefox for Android 53, the pathname property returned wrong parts of the URL. For example, for a URL of https://z.com/x?a=true&b=false, pathname would return "/x?a=true&b=false" rather than "/x".Internet Explorer: Internet Explorer does not provide the leading slash character in the pathname (docs/Web/API/Location instead of /docs/Web/API/Location). |
| api.Location.port π | DOM API | |
| api.Location.protocol π | DOM API | |
| api.Location.reload π | DOM API | Deno: This method exists but has no effect in Deno.Edge: Before Edge 79, if a page added to Trusted Sites contains a cross-origin iframe, then calling reload() from within the iframe reloads the trusted page (in other words, the top page reloads, not the iframe).Internet Explorer: If a page added to Trusted Sites contains a cross-origin iframe, then calling reload() from within the iframe reloads the trusted page (in other words, the top page reloads, not the iframe). |
| api.Location.replace π | DOM API | Deno: This method exists but has no effect in Deno. A location can be assigned using the --location runtime flag. |
| api.Location.search π | DOM API | Firefox: Before Firefox 53, the search property returned wrong parts of the URL. For example, for a URL of https://z.com/x?a=true&b=false, search would return "", rather than "?a=true&b=false".Firefox for Android: Before Firefox for Android 53, the search property returned wrong parts of the URL. For example, for a URL of https://z.com/x?a=true&b=false, search would return "", rather than "?a=true&b=false". |
| api.Location.toString π | DOM API | Internet Explorer: Intranet sites are set to Compatibility View, which will emulate IE7 and omit window.location.toString. |
| api.Lock π | DOM API | |
| api.Lock.mode π | DOM API | |
| api.Lock.name π | DOM API | |
| api.LockManager π | DOM API | |
| api.LockManager.query π | DOM API | |
| api.LockManager.request π | DOM API | |
| api.MIDIAccess π | DOM API | |
| api.MIDIAccess.inputs π | DOM API | |
| api.MIDIAccess.outputs π | DOM API | |
| api.MIDIAccess.statechange_event π | DOM API | |
| api.MIDIAccess.sysexEnabled π | DOM API | |
| api.MIDIConnectionEvent π | DOM API | |
| api.MIDIConnectionEvent.MIDIConnectionEvent π | DOM API | |
| api.MIDIConnectionEvent.port π | DOM API | |
| api.MIDIInput π | DOM API | |
| api.MIDIInput.midimessage_event π | DOM API | |
| api.MIDIInputMap π | DOM API | |
| api.MIDIInputMap.@@iterator | DOM API | |
| api.MIDIInputMap.entries | DOM API | |
| api.MIDIInputMap.forEach | DOM API | |
| api.MIDIInputMap.get | DOM API | |
| api.MIDIInputMap.has | DOM API | |
| api.MIDIInputMap.keys | DOM API | |
| api.MIDIInputMap.size | DOM API | |
| api.MIDIInputMap.values | DOM API | |
| api.MIDIMessageEvent π | DOM API | |
| api.MIDIMessageEvent.MIDIMessageEvent π | DOM API | |
| api.MIDIMessageEvent.data π | DOM API | |
| api.MIDIOutput π | DOM API | |
| api.MIDIOutput.clear π | DOM API | |
| api.MIDIOutput.send π | DOM API | |
| api.MIDIOutputMap π | DOM API | |
| api.MIDIOutputMap.@@iterator | DOM API | |
| api.MIDIOutputMap.entries | DOM API | |
| api.MIDIOutputMap.forEach | DOM API | |
| api.MIDIOutputMap.get | DOM API | |
| api.MIDIOutputMap.has | DOM API | |
| api.MIDIOutputMap.keys | DOM API | |
| api.MIDIOutputMap.size | DOM API | |
| api.MIDIOutputMap.values | DOM API | |
| api.MIDIPort π | DOM API | |
| api.MIDIPort.close π | DOM API | |
| api.MIDIPort.connection π | DOM API | |
| api.MIDIPort.id π | DOM API | |
| api.MIDIPort.manufacturer π | DOM API | |
| api.MIDIPort.name π | DOM API | |
| api.MIDIPort.open π | DOM API | |
| api.MIDIPort.state π | DOM API | |
| api.MIDIPort.statechange_event π | DOM API | |
| api.MIDIPort.type π | DOM API | |
| api.MIDIPort.version π | DOM API | |
| api.ML π | DOM API | |
| api.ML.createContext π | DOM API | |
| api.MLContext π | DOM API | |
| api.MLContext.dispatch π | DOM API | |
| api.MLContext.opSupportLimits π | DOM API | |
| api.MLGraph π | DOM API | |
| api.MLGraphBuilder π | DOM API | |
| api.MLGraphBuilder.MLGraphBuilder π | DOM API | |
| api.MLGraphBuilder.abs π | DOM API | Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux. |
| api.MLGraphBuilder.add π | DOM API | Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux. |
| api.MLGraphBuilder.argMax π | DOM API | Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.argMin π | DOM API | Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.averagePool2d π | DOM API | Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux. |
| api.MLGraphBuilder.batchNormalization π | DOM API | Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.build π | DOM API | |
| api.MLGraphBuilder.cast π | DOM API | Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.ceil π | DOM API | Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux. |
| api.MLGraphBuilder.clamp π | DOM API | Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux. |
| api.MLGraphBuilder.concat π | DOM API | Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux. |
| api.MLGraphBuilder.constant π | DOM API | Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.conv2d π | DOM API | Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux. |
| api.MLGraphBuilder.convTranspose2d π | DOM API | Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.cos π | DOM API | Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.cumulativeSum π | DOM API | Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.dequantizeLinear π | DOM API | Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.div π | DOM API | Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux. |
| api.MLGraphBuilder.elu π | DOM API | Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux. |
| api.MLGraphBuilder.equal π | DOM API | Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.erf π | DOM API | Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.exp π | DOM API | Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.expand π | DOM API | Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.floor π | DOM API | Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux. |
| api.MLGraphBuilder.gather π | DOM API | Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.gatherElements π | DOM API | Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.gatherND π | DOM API | Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.gemm π | DOM API | Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux. |
| api.MLGraphBuilder.greater π | DOM API | Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.greaterOrEqual π | DOM API | Chrome: Supported on GPUs and NPUs on Windows.Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on CPUs on Windows, ChromeOS and Linux. |
| api.MLGraphBuilder.gru π | DOM API | Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.gruCell π | DOM API | Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.hardSigmoid π | DOM API | Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.hardSwish π | DOM API | Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux. |
| api.MLGraphBuilder.identity π | DOM API | Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.input π | DOM API | Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux. |
| api.MLGraphBuilder.instanceNormalization π | DOM API | Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.l2Pool2d π | DOM API | Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.layerNormalization π | DOM API | Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.leakyRelu π | DOM API | Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux. |
| api.MLGraphBuilder.lesser π | DOM API | Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.lesserOrEqual π | DOM API | Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.linear π | DOM API | Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.log π | DOM API | Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.logicalAnd π | DOM API | Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.logicalNot π | DOM API | Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.logicalOr π | DOM API | Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.logicalXor π | DOM API | Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.lstm π | DOM API | Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.lstmCell π | DOM API | Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.matmul π | DOM API | Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.max π | DOM API | Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux. |
| api.MLGraphBuilder.maxPool2d π | DOM API | Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.min π | DOM API | Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux. |
| api.MLGraphBuilder.mul π | DOM API | Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux. |
| api.MLGraphBuilder.neg π | DOM API | Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux. |
| api.MLGraphBuilder.pad π | DOM API | Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux. |
| api.MLGraphBuilder.pow π | DOM API | Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.prelu π | DOM API | Chrome: Supported on GPUs and NPUs on Windows.Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux. |
| api.MLGraphBuilder.quantizeLinear π | DOM API | Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.reciprocal π | DOM API | Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.reduceL1 π | DOM API | Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.reduceL2 π | DOM API | Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.reduceLogSum π | DOM API | Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.reduceLogSumExp π | DOM API | Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.reduceMax π | DOM API | Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.reduceMean π | DOM API | Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux. |
| api.MLGraphBuilder.reduceMin π | DOM API | Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.reduceProduct π | DOM API | Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.reduceSum π | DOM API | Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.reduceSumSquare π | DOM API | Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.relu π | DOM API | Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux. |
| api.MLGraphBuilder.resample2d π | DOM API | Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux. |
| api.MLGraphBuilder.reshape π | DOM API | Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux. |
| api.MLGraphBuilder.scatterElements π | DOM API | Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.scatterND π | DOM API | Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.sigmoid π | DOM API | Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux. |
| api.MLGraphBuilder.sign π | DOM API | Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.sin π | DOM API | Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.slice π | DOM API | Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux. |
| api.MLGraphBuilder.softmax π | DOM API | Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux. |
| api.MLGraphBuilder.softplus π | DOM API | Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.softsign π | DOM API | Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.split π | DOM API | Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux. |
| api.MLGraphBuilder.sqrt π | DOM API | Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.sub π | DOM API | Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux. |
| api.MLGraphBuilder.tan π | DOM API | Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.tanh π | DOM API | Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux. |
| api.MLGraphBuilder.tile π | DOM API | Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.transpose π | DOM API | Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux. |
| api.MLGraphBuilder.triangular π | DOM API | Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLGraphBuilder.where π | DOM API | Chrome: Supported on CPUs on Windows, ChromeOS and Linux.Chrome: Supported on CPUs, GPUs and NPUs on macOS.Chrome: Supported on GPUs and NPUs on Windows.Edge: Supported on CPUs on Windows, ChromeOS and Linux.Edge: Supported on CPUs, GPUs and NPUs on macOS.Edge: Supported on GPUs and NPUs on Windows.Opera: Supported on CPUs on Windows, ChromeOS and Linux.Opera: Supported on CPUs, GPUs and NPUs on macOS.Opera: Supported on GPUs and NPUs on Windows. |
| api.MLOperand π | DOM API | |
| api.MLOperand.MLNumber π | DOM API | |
| api.Magnetometer π | DOM API | |
| api.Magnetometer.Magnetometer π | DOM API | |
| api.Magnetometer.x π | DOM API | |
| api.Magnetometer.y π | DOM API | |
| api.Magnetometer.z π | DOM API | |
| api.ManagedMediaSource π | DOM API | |
| api.ManagedMediaSource.ManagedMediaSource π | DOM API | |
| api.ManagedMediaSource.endstreaming_event π | DOM API | |
| api.ManagedMediaSource.startstreaming_event π | DOM API | |
| api.ManagedMediaSource.streaming π | DOM API | |
| api.ManagedSourceBuffer π | DOM API | |
| api.ManagedSourceBuffer.bufferedchange_event π | DOM API | |
| api.MathMLElement π | DOM API | |
| api.MathMLElement.attributeStyleMap π | DOM API | |
| api.MathMLElement.autofocus π | DOM API | |
| api.MathMLElement.blur π | DOM API | |
| api.MathMLElement.dataset π | DOM API | |
| api.MathMLElement.focus π | DOM API | |
| api.MathMLElement.nonce π | DOM API | |
| api.MathMLElement.style π | DOM API | |
| api.MathMLElement.tabIndex π | DOM API | |
| api.MediaCapabilities π | DOM API | |
| api.MediaCapabilities.decodingInfo π | DOM API | Chrome: codecs string can contain any subset of optional parameters (should be all or none).Chrome: Errors if codecs string contains unexpected characters (should evaluate string up to character).Chrome Android: codecs string can contain any subset of optional parameters (should be all or none).Chrome Android: Errors if codecs string contains unexpected characters (should evaluate string up to character).Edge: codecs string can contain any subset of optional parameters (should be all or none).Edge: Errors if codecs string contains unexpected characters (should evaluate string up to character).Firefox: The webrtc value of the type option is named transmission.Firefox: Before Firefox 101, decodingInfo() ignored codecs parameter options for av01 codecs (treating them as av1).Firefox for Android: The webrtc value of the type option is named transmission.Firefox for Android: Before Firefox for Android 101, decodingInfo() ignored codecs parameter options for av01 codecs (treating them as av1).Quest Browser: codecs string can contain any subset of optional parameters (should be all or none).Quest Browser: Errors if codecs string contains unexpected characters (should evaluate string up to character).Opera: codecs string can contain any subset of optional parameters (should be all or none).Opera: Errors if codecs string contains unexpected characters (should evaluate string up to character).Opera Android: codecs string can contain any subset of optional parameters (should be all or none).Opera Android: Errors if codecs string contains unexpected characters (should evaluate string up to character).Samsung Internet: codecs string can contain any subset of optional parameters (should be all or none).Samsung Internet: Errors if codecs string contains unexpected characters (should evaluate string up to character).WebView Android: codecs string can contain any subset of optional parameters (should be all or none).WebView Android: Errors if codecs string contains unexpected characters (should evaluate string up to character). |
| api.MediaCapabilities.decodingInfo.configuration_keySystemConfiguration_parameter π | DOM API | |
| api.MediaCapabilities.encodingInfo π | DOM API | Firefox: The webrtc value of the type option is named transmission.Firefox for Android: The webrtc value of the type option is named transmission. |
| api.MediaController | DOM API | |
| api.MediaController.MediaController | DOM API | |
| api.MediaController.buffered | DOM API | |
| api.MediaController.currentTime | DOM API | |
| api.MediaController.defaultPlaybackRate | DOM API | |
| api.MediaController.duration | DOM API | |
| api.MediaController.muted | DOM API | |
| api.MediaController.pause | DOM API | |
| api.MediaController.paused | DOM API | |
| api.MediaController.play | DOM API | |
| api.MediaController.playbackRate | DOM API | |
| api.MediaController.playbackState | DOM API | |
| api.MediaController.played | DOM API | |
| api.MediaController.seekable | DOM API | |
| api.MediaController.unpause | DOM API | |
| api.MediaController.volume | DOM API | |
| api.MediaDeviceInfo π | DOM API | |
| api.MediaDeviceInfo.deviceId π | DOM API | |
| api.MediaDeviceInfo.groupId π | DOM API | Firefox: Before Firefox 67, related devices are not actually grouped together by groupId.Firefox for Android: Before Firefox for Android 67, related devices are not actually grouped together by groupId. |
| api.MediaDeviceInfo.kind π | DOM API | |
| api.MediaDeviceInfo.label π | DOM API | |
| api.MediaDeviceInfo.toJSON π | DOM API | |
| api.MediaDevices π | DOM API | |
| api.MediaDevices.devicechange_event π | DOM API | |
| api.MediaDevices.enumerateDevices π | DOM API | Firefox: enumerateDevices() enumerates both input and output devices. Previously only input devices were returned.Firefox: enumerateDevices() only returns input devices.Firefox for Android: enumerateDevices() enumerates both input and output devices. Previously only input devices were returned.Firefox for Android: enumerateDevices() only returns input devices. |
| api.MediaDevices.getDisplayMedia π | DOM API | Chrome Android: From Chrome Android 72 to 88, this method was exposed, but always failed with NotAllowedError. See bug 40418135.Edge: Available as a member of Navigator instead of MediaDevices.Firefox: Since Firefox 33 you can capture screen data using getUserMedia(), with a video constraint called mediaSource. Before 52 it relied on a client-configurable list of allowed sites.Firefox for Android: From Firefox Android 66 to 79, this method was exposed, but always failed with NotAllowedError.Quest Browser: From Quest Browser 6.0 to 88, this method was exposed, but always failed with NotAllowedError. See bug 40418135.Opera Android: From Opera Android 51 to 88, this method was exposed, but always failed with NotAllowedError. See bug 40418135.Samsung Internet: From Samsung Internet 11.0 to 88, this method was exposed, but always failed with NotAllowedError. See bug 40418135.WebView Android: From WebView Android 72 to 88, this method was exposed, but always failed with NotAllowedError. See bug 40418135. |
| api.MediaDevices.getDisplayMedia.audio_capture_support | DOM API | Chrome: On Windows and ChromeOS, the entire system audio can be captured when sharing an entire screen. On Linux and macOS, only the audio of a tab can be captured.Edge: On Windows and ChromeOS, the entire system audio can be captured when sharing an entire screen. On Linux and macOS, only the audio of a tab can be captured.Opera: On Windows and ChromeOS, the entire system audio can be captured when sharing an entire screen. On Linux and macOS, only the audio of a tab can be captured. |
| api.MediaDevices.getDisplayMedia.controller_option π | DOM API | |
| api.MediaDevices.getDisplayMedia.monitorTypeSurfaces_option π | DOM API | Chrome: Default value = includeEdge: Default value = includeOpera: Default value = include |
| api.MediaDevices.getDisplayMedia.preferCurrentTab_option | DOM API | Chrome: Default value = falseEdge: Default value = falseOpera: Default value = false |
| api.MediaDevices.getDisplayMedia.selfBrowserSurface_option π | DOM API | Chrome: Default value = excludeChrome: Default value = includeEdge: Default value = excludeEdge: Default value = includeOpera: Default value = excludeOpera: Default value = include |
| api.MediaDevices.getDisplayMedia.surfaceSwitching_option π | DOM API | Chrome: Default value = excludeEdge: Default value = excludeOpera: Default value = exclude |
| api.MediaDevices.getDisplayMedia.systemAudio_option π | DOM API | Chrome: Default value = includeEdge: Default value = includeOpera: Default value = include |
| api.MediaDevices.getSupportedConstraints π | DOM API | |
| api.MediaDevices.getUserMedia π | DOM API | Chrome: If you need this capability before version 53, refer to navigator.webkitGetUserMedia, a prefixed form of the deprecated navigator.getUserMedia API.Chrome Android: If you need this capability before version 53, refer to navigator.webkitGetUserMedia, a prefixed form of the deprecated navigator.getUserMedia API.Firefox: If you need this capability before version 36, refer to navigator.mozGetUserMedia, a prefixed form of the deprecated navigator.getUserMedia API.Firefox: Before Firefox 55, getUserMedia() incorrectly returns NotSupportedError when the list of constraints specified is empty, or has all constraints set to false. Starting in Firefox 55, this situation now correctly calls the failure handler with a TypeError.Firefox: When using the Firefox-specific video constraint called mediaSource to request display capture, Firefox 66 and later consider values of screen and window to both cause a list of screens and windows to be shown.Firefox: Starting in Firefox 66, getUserMedia() can no longer be used in sandboxed <iframe>s or data URLs entered in the address bar by the user.Firefox for Android: If you need this capability before version 36, refer to navigator.mozGetUserMedia, a prefixed form of the deprecated navigator.getUserMedia API.Firefox for Android: Before Firefox for Android 55, getUserMedia() incorrectly returns NotSupportedError when the list of constraints specified is empty, or has all constraints set to false. Starting in Firefox for Android 55, this situation now correctly calls the failure handler with a TypeError.Firefox for Android: When using the Firefox for Android-specific video constraint called mediaSource to request display capture, Firefox for Android 66 and later consider values of screen and window to both cause a list of screens and windows to be shown.Firefox for Android: Starting in Firefox for Android 66, getUserMedia() can no longer be used in sandboxed <iframe>s or data URLs entered in the address bar by the user.Quest Browser: If you need this capability before version 5.0, refer to navigator.webkitGetUserMedia, a prefixed form of the deprecated navigator.getUserMedia API.Opera: If you need this capability before version 40, refer to navigator.webkitGetUserMedia, a prefixed form of the deprecated navigator.getUserMedia API.Opera Android: If you need this capability before version 41, refer to navigator.webkitGetUserMedia, a prefixed form of the deprecated navigator.getUserMedia API. |
| api.MediaDevices.getUserMedia.secure_context_required | DOM API | |
| api.MediaDevices.selectAudioOutput π | DOM API | |
| api.MediaDevices.setCaptureHandleConfig π | DOM API | |
| api.MediaElementAudioSourceNode π | DOM API | |
| api.MediaElementAudioSourceNode.MediaElementAudioSourceNode π | DOM API | |
| api.MediaElementAudioSourceNode.mediaElement π | DOM API | |
| api.MediaEncryptedEvent π | DOM API | |
| api.MediaEncryptedEvent.MediaEncryptedEvent π | DOM API | |
| api.MediaEncryptedEvent.initData π | DOM API | |
| api.MediaEncryptedEvent.initDataType π | DOM API | |
| api.MediaError π | DOM API | |
| api.MediaError.code π | DOM API | |
| api.MediaError.message π | DOM API | |
| api.MediaKeyMessageEvent π | DOM API | |
| api.MediaKeyMessageEvent.MediaKeyMessageEvent π | DOM API | |
| api.MediaKeyMessageEvent.message π | DOM API | |
| api.MediaKeyMessageEvent.messageType π | DOM API | |
| api.MediaKeySession π | DOM API | |
| api.MediaKeySession.close π | DOM API | |
| api.MediaKeySession.closed π | DOM API | |
| api.MediaKeySession.expiration π | DOM API | |
| api.MediaKeySession.generateRequest π | DOM API | |
| api.MediaKeySession.keyStatuses π | DOM API | |
| api.MediaKeySession.keystatuseschange_event π | DOM API | Chrome: The onkeystatuseschange event handler property is not supported.Chrome Android: The onkeystatuseschange event handler property is not supported.Opera: The onkeystatuseschange event handler property is not supported.Opera Android: The onkeystatuseschange event handler property is not supported.Samsung Internet: The onkeystatuseschange event handler property is not supported.WebView Android: The onkeystatuseschange event handler property is not supported. |
| api.MediaKeySession.load π | DOM API | |
| api.MediaKeySession.message_event π | DOM API | Chrome: The onmessage event handler property is not supported.Chrome Android: The onmessage event handler property is not supported.Opera: The onmessage event handler property is not supported.Opera Android: The onmessage event handler property is not supported.Samsung Internet: The onmessage event handler property is not supported.WebView Android: The onmessage event handler property is not supported. |
| api.MediaKeySession.remove π | DOM API | |
| api.MediaKeySession.sessionId π | DOM API | |
| api.MediaKeySession.update π | DOM API | |
| api.MediaKeyStatusMap π | DOM API | |
| api.MediaKeyStatusMap.@@iterator | DOM API | |
| api.MediaKeyStatusMap.entries | DOM API | |
| api.MediaKeyStatusMap.forEach | DOM API | |
| api.MediaKeyStatusMap.get π | DOM API | |
| api.MediaKeyStatusMap.has π | DOM API | |
| api.MediaKeyStatusMap.keys | DOM API | |
| api.MediaKeyStatusMap.size π | DOM API | |
| api.MediaKeyStatusMap.values | DOM API | |
| api.MediaKeySystemAccess π | DOM API | |
| api.MediaKeySystemAccess.createMediaKeys π | DOM API | |
| api.MediaKeySystemAccess.getConfiguration π | DOM API | Firefox: Before Firefox 50, the returned object has neither a distinctiveIdentifier nor a persistentState property.Firefox for Android: Before Firefox for Android 50, the returned object has neither a distinctiveIdentifier nor a persistentState property. |
| api.MediaKeySystemAccess.keySystem π | DOM API | |
| api.MediaKeys π | DOM API | |
| api.MediaKeys.createSession π | DOM API | |
| api.MediaKeys.getStatusForPolicy π | DOM API | |
| api.MediaKeys.setServerCertificate π | DOM API | |
| api.MediaList π | DOM API | |
| api.MediaList.appendMedium π | DOM API | |
| api.MediaList.deleteMedium π | DOM API | |
| api.MediaList.item π | DOM API | |
| api.MediaList.length π | DOM API | |
| api.MediaList.mediaText π | DOM API | |
| api.MediaList.toString π | DOM API | |
| api.MediaMetadata π | DOM API | Firefox for Android: Firefox exposes the API, but does not provide a corresponding user-facing media control interface. |
| api.MediaMetadata.MediaMetadata π | DOM API | |
| api.MediaMetadata.album π | DOM API | |
| api.MediaMetadata.artist π | DOM API | |
| api.MediaMetadata.artwork π | DOM API | |
| api.MediaMetadata.chapterInfo π | DOM API | |
| api.MediaMetadata.title π | DOM API | |
| api.MediaQueryList π | DOM API | |
| api.MediaQueryList.EventTarget_inheritance | DOM API | |
| api.MediaQueryList.addListener π | DOM API | |
| api.MediaQueryList.change_event π | DOM API | |
| api.MediaQueryList.matches π | DOM API | |
| api.MediaQueryList.media π | DOM API | |
| api.MediaQueryList.removeListener π | DOM API | |
| api.MediaQueryListEvent π | DOM API | |
| api.MediaQueryListEvent.MediaQueryListEvent π | DOM API | |
| api.MediaQueryListEvent.matches π | DOM API | |
| api.MediaQueryListEvent.media π | DOM API | |
| api.MediaRecorder π | DOM API | Firefox: Before Firefox 58, using MediaStream.addTrack() on a stream obtained using getUserMedia(), then attempting to record the resulting stream would result in only recording the original stream without the added tracks (severe bug).Firefox for Android: Before Firefox for Android 58, using MediaStream.addTrack() on a stream obtained using getUserMedia(), then attempting to record the resulting stream would result in only recording the original stream without the added tracks (severe bug). |
| api.MediaRecorder.MediaRecorder π | DOM API | |
| api.MediaRecorder.MediaRecorder.options_parameter | DOM API | |
| api.MediaRecorder.audioBitrateMode π | DOM API | |
| api.MediaRecorder.audioBitsPerSecond π | DOM API | |
| api.MediaRecorder.dataavailable_event π | DOM API | |
| api.MediaRecorder.error_event π | DOM API | Chrome: The interface for this event is a plain Event, not ErrorEvent. See bug 40791876.Chrome Android: The interface for this event is a plain Event, not ErrorEvent. See bug 40791876.Edge: The interface for this event is a plain Event, not ErrorEvent. See bug 40791876.Quest Browser: The interface for this event is a plain Event, not ErrorEvent. See bug 40791876.Opera: The interface for this event is a plain Event, not ErrorEvent. See bug 40791876.Opera Android: The interface for this event is a plain Event, not ErrorEvent. See bug 40791876.Samsung Internet: The interface for this event is a plain Event, not ErrorEvent. See bug 40791876.WebView Android: The interface for this event is a plain Event, not ErrorEvent. See bug 40791876. |
| api.MediaRecorder.isTypeSupported_static π | DOM API | |
| api.MediaRecorder.mimeType π | DOM API | Chrome: Before Chrome 49, only video is supported, not audio.Chrome Android: Before Chrome Android 49, only video is supported, not audio.Firefox: Starting with Firefox 71, the behavior of mimeType is more consistent. For example, it now returns the media type even after recording has stopped.WebView Android: Before WebView Android 49, only video is supported, not audio. |
| api.MediaRecorder.pause π | DOM API | |
| api.MediaRecorder.pause_event π | DOM API | |
| api.MediaRecorder.requestData π | DOM API | |
| api.MediaRecorder.resume π | DOM API | |
| api.MediaRecorder.resume_event π | DOM API | |
| api.MediaRecorder.start π | DOM API | |
| api.MediaRecorder.start_event π | DOM API | |
| api.MediaRecorder.state π | DOM API | Chrome: Before Chrome 49, only video is supported, not audio.Chrome Android: Before Chrome Android 49, only video is supported, not audio.WebView Android: Before WebView Android 49, only video is supported, not audio. |
| api.MediaRecorder.stop π | DOM API | |
| api.MediaRecorder.stop_event π | DOM API | |
| api.MediaRecorder.stream π | DOM API | Chrome: Before Chrome 49, only video is supported, not audio.Chrome Android: Before Chrome Android 49, only video is supported, not audio. |
| api.MediaRecorder.videoBitsPerSecond π | DOM API | |
| api.MediaRecorderErrorEvent | DOM API | |
| api.MediaRecorderErrorEvent.MediaRecorderErrorEvent | DOM API | |
| api.MediaRecorderErrorEvent.error | DOM API | |
| api.MediaSession π | DOM API | Firefox for Android: Firefox exposes the API, but does not provide a corresponding user-facing media control interface. |
| api.MediaSession.metadata π | DOM API | Firefox for Android: Firefox exposes the API, but does not provide a corresponding user-facing media control interface. |
| api.MediaSession.playbackState π | DOM API | Firefox for Android: Firefox exposes the API, but does not provide a corresponding user-facing media control interface. |
| api.MediaSession.setActionHandler π | DOM API | Firefox for Android: Firefox exposes the API, but does not provide a corresponding user-facing media control interface. |
| api.MediaSession.setActionHandler.hangup_type | DOM API | |
| api.MediaSession.setActionHandler.nextslide_type | DOM API | |
| api.MediaSession.setActionHandler.nexttrack_type | DOM API | |
| api.MediaSession.setActionHandler.pause_type | DOM API | |
| api.MediaSession.setActionHandler.play_type | DOM API | |
| api.MediaSession.setActionHandler.previousslide_type | DOM API | |
| api.MediaSession.setActionHandler.previoustrack_type | DOM API | |
| api.MediaSession.setActionHandler.seekbackward_type | DOM API | |
| api.MediaSession.setActionHandler.seekforward_type | DOM API | |
| api.MediaSession.setActionHandler.seekto_type | DOM API | |
| api.MediaSession.setActionHandler.skipad_type | DOM API | |
| api.MediaSession.setActionHandler.stop_type | DOM API | |
| api.MediaSession.setActionHandler.togglecamera_type | DOM API | |
| api.MediaSession.setActionHandler.togglemicrophone_type | DOM API | |
| api.MediaSession.setCameraActive π | DOM API | |
| api.MediaSession.setMicrophoneActive π | DOM API | |
| api.MediaSession.setPositionState π | DOM API | Firefox for Android: Firefox exposes the API, but does not provide a corresponding user-facing media control interface. |
| api.MediaSource π | DOM API | Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.MediaSource.MediaSource π | DOM API | Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.MediaSource.activeSourceBuffers π | DOM API | Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.MediaSource.addSourceBuffer π | DOM API | Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.MediaSource.canConstructInDedicatedWorker_static π | DOM API | |
| api.MediaSource.clearLiveSeekableRange π | DOM API | Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.MediaSource.duration π | DOM API | Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.MediaSource.endOfStream π | DOM API | Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.MediaSource.handle π | DOM API | |
| api.MediaSource.isTypeSupported_static π | DOM API | Chrome: codecs string can contain any subset of optional parameters (should be all or none).Chrome: Errors if codecs string contains unexpected characters (should evaluate string up to character).Chrome Android: codecs string can contain any subset of optional parameters (should be all or none).Chrome Android: Errors if codecs string contains unexpected characters (should evaluate string up to character).Edge: codecs string can contain any subset of optional parameters (should be all or none).Edge: Errors if codecs string contains unexpected characters (should evaluate string up to character).Firefox: Before Firefox 101, isTypeSupported() ignored codecs parameter options for av01 codecs (treating them as av1).Firefox for Android: Before Firefox 101, isTypeSupported() ignored codecs parameter options for av01 codecs (treating them as av1).Internet Explorer: Only works on Windows 8+.Quest Browser: codecs string can contain any subset of optional parameters (should be all or none).Quest Browser: Errors if codecs string contains unexpected characters (should evaluate string up to character).Opera: codecs string can contain any subset of optional parameters (should be all or none).Opera: Errors if codecs string contains unexpected characters (should evaluate string up to character).Opera Android: codecs string can contain any subset of optional parameters (should be all or none).Opera Android: Errors if codecs string contains unexpected characters (should evaluate string up to character).Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.Samsung Internet: codecs string can contain any subset of optional parameters (should be all or none).Samsung Internet: Errors if codecs string contains unexpected characters (should evaluate string up to character).WebView Android: codecs string can contain any subset of optional parameters (should be all or none).WebView Android: Errors if codecs string contains unexpected characters (should evaluate string up to character). |
| api.MediaSource.readyState π | DOM API | Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.MediaSource.removeSourceBuffer π | DOM API | Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.MediaSource.setLiveSeekableRange π | DOM API | Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.MediaSource.sourceBuffers π | DOM API | Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.MediaSource.sourceclose_event π | DOM API | Chrome: The onsourceclose event handler property is not supported.Chrome Android: The onsourceclose event handler property is not supported.Edge: The onsourceclose event handler property is not supported.Firefox: The onsourceclose event handler property is not supported.Firefox for Android: The onsourceclose event handler property is not supported.Internet Explorer: Only works on Windows 8+.Opera: The onsourceclose event handler property is not supported.Opera Android: The onsourceclose event handler property is not supported.Safari: The onsourceclose event handler property is not supported.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.Samsung Internet: The onsourceclose event handler property is not supported.WebView Android: The onsourceclose event handler property is not supported. |
| api.MediaSource.sourceended_event π | DOM API | Chrome: The onsourceended event handler property is not supported.Chrome Android: The onsourceended event handler property is not supported.Edge: The onsourceended event handler property is not supported.Internet Explorer: Only works on Windows 8+.Opera: The onsourceended event handler property is not supported.Opera Android: The onsourceended event handler property is not supported.Safari: The onsourceended event handler property is not supported.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.Samsung Internet: The onsourceended event handler property is not supported.WebView Android: The onsourceclose event handler property is not supported. |
| api.MediaSource.sourceopen_event π | DOM API | Chrome: The onsourceopen event handler property is not supported.Chrome Android: The onsourceopen event handler property is not supported.Edge: The onsourceopen event handler property is not supported.Internet Explorer: Only works on Windows 8+.Opera: The onsourceopen event handler property is not supported.Opera Android: The onsourceopen event handler property is not supported.Safari: The onsourceopen event handler property is not supported.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.Samsung Internet: The onsourceopen event handler property is not supported.WebView Android: The onsourceopen event handler property is not supported. |
| api.MediaSource.worker_support | DOM API | |
| api.MediaSourceHandle π | DOM API | |
| api.MediaStream π | DOM API | |
| api.MediaStream.MediaStream π | DOM API | |
| api.MediaStream.active π | DOM API | |
| api.MediaStream.active_event | DOM API | |
| api.MediaStream.addTrack π | DOM API | |
| api.MediaStream.addtrack_event π | DOM API | |
| api.MediaStream.clone π | DOM API | |
| api.MediaStream.getAudioTracks π | DOM API | Firefox: Before Firefox 64, this method returned an array of AudioStreamTrack objects. However, MediaStreamTrack has now subsumed that interface's functionality.Firefox for Android: Before Firefox for Android 64, this method returned an array of AudioStreamTrack objects. However, MediaStreamTrack has now subsumed that interface's functionality. |
| api.MediaStream.getTrackById π | DOM API | |
| api.MediaStream.getTracks π | DOM API | |
| api.MediaStream.getVideoTracks π | DOM API | Firefox: Before Firefox 64, this method returned an array of VideoStreamTrack objects. However, MediaStreamTrack has now subsumed that interface's functionality.Firefox for Android: Before Firefox for Android 64, this method returned an array of VideoStreamTrack objects. However, MediaStreamTrack has now subsumed that interface's functionality. |
| api.MediaStream.id π | DOM API | |
| api.MediaStream.inactive_event | DOM API | |
| api.MediaStream.removeTrack π | DOM API | |
| api.MediaStream.removetrack_event π | DOM API | Firefox: Before Firefox 72, the event handler was exposed but had no effect.Firefox for Android: Before Firefox for Android 79, the event handler was exposed but had no effect. |
| api.MediaStreamAudioDestinationNode π | DOM API | |
| api.MediaStreamAudioDestinationNode.MediaStreamAudioDestinationNode π | DOM API | |
| api.MediaStreamAudioDestinationNode.stream π | DOM API | |
| api.MediaStreamAudioSourceNode π | DOM API | |
| api.MediaStreamAudioSourceNode.MediaStreamAudioSourceNode π | DOM API | |
| api.MediaStreamAudioSourceNode.mediaStream π | DOM API | |
| api.MediaStreamEvent | DOM API | |
| api.MediaStreamEvent.MediaStreamEvent | DOM API | |
| api.MediaStreamEvent.stream | DOM API | |
| api.MediaStreamTrack π | DOM API | |
| api.MediaStreamTrack.applyConstraints π | DOM API | |
| api.MediaStreamTrack.applyConstraints.aspectRatio_constraint π | DOM API | |
| api.MediaStreamTrack.applyConstraints.autoGainControl_constraint π | DOM API | |
| api.MediaStreamTrack.applyConstraints.channelCount_constraint π | DOM API | |
| api.MediaStreamTrack.applyConstraints.deviceId_constraint π | DOM API | Firefox: Before Firefox 69, Firefox only supported deviceId in constraints passed into getUserMedia().Firefox for Android: Firefox for Android only supports deviceId when used in constraints passed into getUserMedia(). |
| api.MediaStreamTrack.applyConstraints.displaySurface_constraint π | DOM API | |
| api.MediaStreamTrack.applyConstraints.echoCancellation_constraint π | DOM API | |
| api.MediaStreamTrack.applyConstraints.facingMode_constraint π | DOM API | |
| api.MediaStreamTrack.applyConstraints.frameRate_constraint π | DOM API | |
| api.MediaStreamTrack.applyConstraints.groupId_constraint π | DOM API | |
| api.MediaStreamTrack.applyConstraints.height_constraint π | DOM API | |
| api.MediaStreamTrack.applyConstraints.latency_constraint π | DOM API | |
| api.MediaStreamTrack.applyConstraints.logicalSurface_constraint π | DOM API | |
| api.MediaStreamTrack.applyConstraints.noiseSuppression_constraint π | DOM API | |
| api.MediaStreamTrack.applyConstraints.resizeMode_constraint π | DOM API | |
| api.MediaStreamTrack.applyConstraints.sampleRate_constraint π | DOM API | |
| api.MediaStreamTrack.applyConstraints.sampleSize_constraint π | DOM API | |
| api.MediaStreamTrack.applyConstraints.suppressLocalAudioPlayback_constraint π | DOM API | |
| api.MediaStreamTrack.applyConstraints.volume_constraint | DOM API | |
| api.MediaStreamTrack.applyConstraints.width_constraint π | DOM API | |
| api.MediaStreamTrack.capturehandlechange_event π | DOM API | |
| api.MediaStreamTrack.clone π | DOM API | |
| api.MediaStreamTrack.contentHint π | DOM API | |
| api.MediaStreamTrack.enabled π | DOM API | |
| api.MediaStreamTrack.ended_event π | DOM API | |
| api.MediaStreamTrack.getCapabilities π | DOM API | |
| api.MediaStreamTrack.getCaptureHandle π | DOM API | |
| api.MediaStreamTrack.getConstraints π | DOM API | |
| api.MediaStreamTrack.getSettings π | DOM API | |
| api.MediaStreamTrack.id π | DOM API | |
| api.MediaStreamTrack.kind π | DOM API | |
| api.MediaStreamTrack.label π | DOM API | |
| api.MediaStreamTrack.mute_event π | DOM API | |
| api.MediaStreamTrack.muted π | DOM API | Firefox: Does not currently track the microphone's muted state from the operating system, see bug 1739163.Firefox for Android: Does not currently track the microphone's muted state from the operating system, see bug 1739163. |
| api.MediaStreamTrack.readyState π | DOM API | |
| api.MediaStreamTrack.stop π | DOM API | |
| api.MediaStreamTrack.unmute_event π | DOM API | |
| api.MediaStreamTrackAudioSourceNode π | DOM API | |
| api.MediaStreamTrackAudioSourceNode.MediaStreamTrackAudioSourceNode π | DOM API | Firefox: Firefox 68 implements the updated standard's definition of the "first" audio track; now the first track is the one whose ID comes first lexicographically.Firefox for Android: Firefox for Android 68 implements the updated standard's definition of the "first" audio track; now the first track is the one whose ID comes first lexicographically. |
| api.MediaStreamTrackEvent π | DOM API | |
| api.MediaStreamTrackEvent.MediaStreamTrackEvent π | DOM API | |
| api.MediaStreamTrackEvent.track π | DOM API | |
| api.MediaStreamTrackGenerator | DOM API | |
| api.MediaStreamTrackGenerator.MediaStreamTrackGenerator | DOM API | |
| api.MediaStreamTrackGenerator.writable | DOM API | |
| api.MediaStreamTrackProcessor π | DOM API | Chrome: Chrome incorrectly exposes this interface only on the Window scope, rather than the DedicatedWorker scope as defined in the spec.Chrome Android: Chrome Android incorrectly exposes this interface only on the Window scope, rather than the DedicatedWorker scope as defined in the spec.Edge: Edge incorrectly exposes this interface only on the Window scope, rather than the DedicatedWorker scope as defined in the spec.Quest Browser: Quest Browser incorrectly exposes this interface only on the Window scope, rather than the DedicatedWorker scope as defined in the spec.Opera: Opera incorrectly exposes this interface only on the Window scope, rather than the DedicatedWorker scope as defined in the spec.Opera Android: Opera Android incorrectly exposes this interface only on the Window scope, rather than the DedicatedWorker scope as defined in the spec.Samsung Internet: Samsung Internet incorrectly exposes this interface only on the Window scope, rather than the DedicatedWorker scope as defined in the spec.WebView Android: WebView Android incorrectly exposes this interface only on the Window scope, rather than the DedicatedWorker scope as defined in the spec. |
| api.MediaStreamTrackProcessor.MediaStreamTrackProcessor π | DOM API | |
| api.MediaStreamTrackProcessor.readable π | DOM API | |
| api.MerchantValidationEvent | DOM API | Firefox: Available only in Nightly builds. |
| api.MerchantValidationEvent.MerchantValidationEvent | DOM API | Firefox: Available only in Nightly builds. |
| api.MerchantValidationEvent.complete | DOM API | Firefox: Available only in Nightly builds. |
| api.MerchantValidationEvent.methodName | DOM API | Firefox: Available only in Nightly builds. |
| api.MerchantValidationEvent.validationURL | DOM API | Firefox: Available only in Nightly builds. |
| api.MessageChannel π | DOM API | Node.js: Available as a part of the worker_threads module. |
| api.MessageChannel.MessageChannel π | DOM API | |
| api.MessageChannel.port1 π | DOM API | |
| api.MessageChannel.port2 π | DOM API | |
| api.MessageEvent π | DOM API | |
| api.MessageEvent.MessageEvent π | DOM API | |
| api.MessageEvent.data π | DOM API | |
| api.MessageEvent.initMessageEvent π | DOM API | |
| api.MessageEvent.lastEventId π | DOM API | |
| api.MessageEvent.origin π | DOM API | |
| api.MessageEvent.ports π | DOM API | |
| api.MessageEvent.source π | DOM API | |
| api.MessageEvent.userActivation | DOM API | |
| api.MessagePort π | DOM API | Node.js: Available as a part of the worker_threads module.Node.js: Available as a part of the worker_threads module.Node.js: Inherits from Node EventEmitter instead of DOM EventTarget. |
| api.MessagePort.close π | DOM API | |
| api.MessagePort.message_event π | DOM API | Node.js: Supports the event, but only via Node EventEmitter. |
| api.MessagePort.messageerror_event π | DOM API | Node.js: Supports the event, but only via Node EventEmitter.Node.js: Supports the event, but only via Node EventEmitter. |
| api.MessagePort.postMessage π | DOM API | Deno: The message parameter does not support cloning Blob values.Deno: The message parameter does not support cloning Blob values.Deno: The transfer parameter does not accept ArrayBuffer items. Passing an ArrayBuffer results in an error being thrown. |
| api.MessagePort.postMessage.options_includeUserActivation_parameter | DOM API | |
| api.MessagePort.start π | DOM API | |
| api.MessagePort.worker_support | DOM API | |
| api.Metadata | DOM API | |
| api.Metadata.modificationTime | DOM API | |
| api.Metadata.size | DOM API | |
| api.MimeType π | DOM API | |
| api.MimeType.description π | DOM API | |
| api.MimeType.enabledPlugin π | DOM API | |
| api.MimeType.suffixes π | DOM API | |
| api.MimeType.type π | DOM API | |
| api.MimeTypeArray π | DOM API | |
| api.MimeTypeArray.item π | DOM API | Chrome: Before version 59, method parameters were optionalChrome Android: Before version 59, method parameters were optionalQuest Browser: Before version 5.0, method parameters were optionalSamsung Internet: Before Samsung Internet 7.0, method parameters were optionalWebView Android: Before version 59, method parameters were optional |
| api.MimeTypeArray.length π | DOM API | |
| api.MimeTypeArray.namedItem π | DOM API | Chrome: Before version 59, method parameters were optionalChrome Android: Before version 59, method parameters were optionalQuest Browser: Before version 5.0, method parameters were optionalSamsung Internet: Before Samsung Internet 7.0, method parameters were optionalWebView Android: Before version 59, method parameters were optional |
| api.MouseEvent π | DOM API | |
| api.MouseEvent.MouseEvent π | DOM API | |
| api.MouseEvent.altKey π | DOM API | |
| api.MouseEvent.button π | DOM API | |
| api.MouseEvent.buttons π | DOM API | Firefox: Restrictions apply depending on OS. |
| api.MouseEvent.clientX π | DOM API | |
| api.MouseEvent.clientY π | DOM API | |
| api.MouseEvent.ctrlKey π | DOM API | |
| api.MouseEvent.getModifierState π | DOM API | |
| api.MouseEvent.getModifierState.accel_support | DOM API | |
| api.MouseEvent.initMouseEvent π | DOM API | |
| api.MouseEvent.layerX | DOM API | |
| api.MouseEvent.layerY | DOM API | |
| api.MouseEvent.metaKey π | DOM API | |
| api.MouseEvent.movementX π | DOM API | |
| api.MouseEvent.movementY π | DOM API | |
| api.MouseEvent.offsetX π | DOM API | |
| api.MouseEvent.offsetY π | DOM API | |
| api.MouseEvent.pageX π | DOM API | |
| api.MouseEvent.pageY π | DOM API | |
| api.MouseEvent.relatedTarget π | DOM API | |
| api.MouseEvent.relatedTarget.drag_events π | DOM API | |
| api.MouseEvent.screenX π | DOM API | |
| api.MouseEvent.screenY π | DOM API | |
| api.MouseEvent.shiftKey π | DOM API | |
| api.MouseEvent.x π | DOM API | |
| api.MouseEvent.y π | DOM API | |
| api.MouseScrollEvent | DOM API | |
| api.MutationEvent | DOM API | |
| api.MutationEvent.attrChange | DOM API | |
| api.MutationEvent.attrName | DOM API | |
| api.MutationEvent.initMutationEvent | DOM API | |
| api.MutationEvent.newValue | DOM API | |
| api.MutationEvent.prevValue | DOM API | |
| api.MutationEvent.relatedNode | DOM API | |
| api.MutationObserver π | DOM API | |
| api.MutationObserver.MutationObserver π | DOM API | |
| api.MutationObserver.disconnect π | DOM API | |
| api.MutationObserver.observe π | DOM API | Chrome: Before Chrome 33, attributes: true is required when using attributeFilter or attributeOldValue. If attributes: true is not present, then Chrome throws a syntax error.Chrome Android: Before Chrome Android 33, attributes: true is required when using attributeFilter or attributeOldValue. If attributes: true is not present, then Chrome Android throws a syntax error.Edge: Before Edge 79, attributes: true is required when using attributeFilter or attributeOldValue. If attributes: true is not present, then Edge throws a syntax error.Firefox: Before Firefox 36, attributes: true is required when using attributeFilter or attributeOldValue. If attributes: true is not present, then Firefox throws a syntax error.Firefox for Android: Before Firefox for Android 36, attributes: true is required when using attributeFilter or attributeOldValue. If attributes: true is not present, then Firefox for Android throws a syntax error.Internet Explorer: Internet Explorer requires attributes: true when using attributeFilter or attributeOldValue. If attributes: true is not present, then Internet Explorer throws a syntax error.Quest Browser: Before Quest Browser 5.0, attributes: true is required when using attributeFilter or attributeOldValue. If attributes: true is not present, then Quest Browser throws a syntax error.Opera: Before Opera 20, attributes: true is required when using attributeFilter or attributeOldValue. If attributes: true is not present, then Opera throws a syntax error.Opera Android: Before Opera Android 20, attributes: true is required when using attributeFilter or attributeOldValue. If attributes: true is not present, then Opera Android throws a syntax error.Safari: Before Safari 10.1, attributes: true is required when using attributeFilter or attributeOldValue. If attributes: true is not present, then Safari throws a syntax error.Safari on iOS: Before Safari iOS 10.3, attributes: true is required when using attributeFilter or attributeOldValue. If attributes: true is not present, then Safari throws a syntax error.Samsung Internet: Before Samsung Internet 2.0, attributes: true is required when using attributeFilter or attributeOldValue. If attributes: true is not present, then Samsung Internet throws a syntax error.WebView Android: Before WebView 4.4.3, attributes: true is required when using attributeFilter or attributeOldValue. If attributes: true is not present, then WebView throws a syntax error.WebView on iOS: Before Safari iOS 10.3, attributes: true is required when using attributeFilter or attributeOldValue. If attributes: true is not present, then Safari throws a syntax error. |
| api.MutationObserver.takeRecords π | DOM API | |
| api.MutationRecord π | DOM API | |
| api.MutationRecord.addedNodes π | DOM API | |
| api.MutationRecord.attributeName π | DOM API | |
| api.MutationRecord.attributeNamespace π | DOM API | |
| api.MutationRecord.nextSibling π | DOM API | |
| api.MutationRecord.oldValue π | DOM API | |
| api.MutationRecord.previousSibling π | DOM API | |
| api.MutationRecord.removedNodes π | DOM API | |
| api.MutationRecord.target π | DOM API | |
| api.MutationRecord.type π | DOM API | |
| api.NDEFMessage π | DOM API | |
| api.NDEFMessage.NDEFMessage π | DOM API | |
| api.NDEFMessage.records π | DOM API | |
| api.NDEFMessage.secure_context_required | DOM API | |
| api.NDEFReader π | DOM API | |
| api.NDEFReader.NDEFReader π | DOM API | |
| api.NDEFReader.makeReadOnly π | DOM API | |
| api.NDEFReader.reading_event π | DOM API | |
| api.NDEFReader.readingerror_event π | DOM API | |
| api.NDEFReader.scan π | DOM API | |
| api.NDEFReader.secure_context_required | DOM API | |
| api.NDEFReader.write π | DOM API | |
| api.NDEFReadingEvent π | DOM API | |
| api.NDEFReadingEvent.NDEFReadingEvent π | DOM API | |
| api.NDEFReadingEvent.message π | DOM API | |
| api.NDEFReadingEvent.secure_context_required | DOM API | |
| api.NDEFReadingEvent.serialNumber π | DOM API | |
| api.NDEFRecord π | DOM API | |
| api.NDEFRecord.NDEFRecord π | DOM API | |
| api.NDEFRecord.data π | DOM API | |
| api.NDEFRecord.encoding π | DOM API | |
| api.NDEFRecord.id π | DOM API | |
| api.NDEFRecord.lang π | DOM API | |
| api.NDEFRecord.mediaType π | DOM API | |
| api.NDEFRecord.recordType π | DOM API | |
| api.NDEFRecord.secure_context_required | DOM API | |
| api.NDEFRecord.toRecords π | DOM API | |
| api.NamedNodeMap π | DOM API | |
| api.NamedNodeMap.getNamedItem π | DOM API | |
| api.NamedNodeMap.getNamedItemNS π | DOM API | |
| api.NamedNodeMap.item π | DOM API | |
| api.NamedNodeMap.length π | DOM API | |
| api.NamedNodeMap.removeNamedItem π | DOM API | |
| api.NamedNodeMap.removeNamedItemNS π | DOM API | |
| api.NamedNodeMap.setNamedItem π | DOM API | |
| api.NamedNodeMap.setNamedItemNS π | DOM API | |
| api.NavigateEvent π | DOM API | |
| api.NavigateEvent.NavigateEvent π | DOM API | |
| api.NavigateEvent.canIntercept π | DOM API | |
| api.NavigateEvent.destination π | DOM API | |
| api.NavigateEvent.downloadRequest π | DOM API | |
| api.NavigateEvent.formData π | DOM API | |
| api.NavigateEvent.hasUAVisualTransition π | DOM API | |
| api.NavigateEvent.hashChange π | DOM API | |
| api.NavigateEvent.info π | DOM API | |
| api.NavigateEvent.intercept π | DOM API | |
| api.NavigateEvent.navigationType π | DOM API | |
| api.NavigateEvent.scroll π | DOM API | |
| api.NavigateEvent.signal π | DOM API | |
| api.NavigateEvent.userInitiated π | DOM API | |
| api.Navigation π | DOM API | |
| api.Navigation.activation π | DOM API | |
| api.Navigation.back π | DOM API | |
| api.Navigation.canGoBack π | DOM API | |
| api.Navigation.canGoForward π | DOM API | |
| api.Navigation.currentEntry π | DOM API | |
| api.Navigation.currententrychange_event π | DOM API | |
| api.Navigation.entries π | DOM API | |
| api.Navigation.forward π | DOM API | |
| api.Navigation.navigate π | DOM API | |
| api.Navigation.navigate_event π | DOM API | |
| api.Navigation.navigateerror_event π | DOM API | |
| api.Navigation.navigatesuccess_event π | DOM API | |
| api.Navigation.reload π | DOM API | |
| api.Navigation.transition π | DOM API | |
| api.Navigation.traverseTo π | DOM API | |
| api.Navigation.updateCurrentEntry π | DOM API | |
| api.NavigationActivation π | DOM API | |
| api.NavigationActivation.entry π | DOM API | |
| api.NavigationActivation.from π | DOM API | |
| api.NavigationActivation.navigationType π | DOM API | |
| api.NavigationCurrentEntryChangeEvent π | DOM API | |
| api.NavigationCurrentEntryChangeEvent.NavigationCurrentEntryChangeEvent π | DOM API | |
| api.NavigationCurrentEntryChangeEvent.from π | DOM API | |
| api.NavigationCurrentEntryChangeEvent.navigationType π | DOM API | |
| api.NavigationDestination π | DOM API | |
| api.NavigationDestination.getState π | DOM API | |
| api.NavigationDestination.id π | DOM API | |
| api.NavigationDestination.index π | DOM API | |
| api.NavigationDestination.key π | DOM API | |
| api.NavigationDestination.sameDocument π | DOM API | |
| api.NavigationDestination.url π | DOM API | |
| api.NavigationHistoryEntry π | DOM API | |
| api.NavigationHistoryEntry.dispose_event π | DOM API | |
| api.NavigationHistoryEntry.getState π | DOM API | |
| api.NavigationHistoryEntry.id π | DOM API | |
| api.NavigationHistoryEntry.index π | DOM API | |
| api.NavigationHistoryEntry.key π | DOM API | |
| api.NavigationHistoryEntry.sameDocument π | DOM API | |
| api.NavigationHistoryEntry.url π | DOM API | |
| api.NavigationPreloadManager π | DOM API | |
| api.NavigationPreloadManager.disable π | DOM API | |
| api.NavigationPreloadManager.enable π | DOM API | |
| api.NavigationPreloadManager.getState π | DOM API | |
| api.NavigationPreloadManager.setHeaderValue π | DOM API | |
| api.NavigationTransition π | DOM API | |
| api.NavigationTransition.finished π | DOM API | |
| api.NavigationTransition.from π | DOM API | |
| api.NavigationTransition.navigationType π | DOM API | |
| api.Navigator π | DOM API | |
| api.Navigator.activeVRDisplays | DOM API | Chrome Android: Supported only by Google Daydream.Edge: WebVR content requires a Windows Mixed Reality headset or the Windows Mixed Reality Portal Simulator.Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Quest Browser: Supported only by Google Daydream.Samsung Internet: Supported only by Google Daydream. |
| api.Navigator.activeVRDisplays.secure_context_required | DOM API | |
| api.Navigator.adAuctionComponents π | DOM API | |
| api.Navigator.appCodeName π | DOM API | |
| api.Navigator.appName π | DOM API | |
| api.Navigator.appVersion π | DOM API | |
| api.Navigator.audioSession π | DOM API | |
| api.Navigator.authentication | DOM API | |
| api.Navigator.bluetooth π | DOM API | Chrome: Linux support is not enabled by default.Chrome: Only supported on macOS.Edge: Linux support is not enabled by default.Opera: Linux support is not enabled by default.Opera: Only supported on macOS. |
| api.Navigator.buildID | DOM API | Firefox: Since Firefox 64, this property returns a fixed timestamp as a privacy measure - 20181001000000.Firefox for Android: Since Firefox for Android 64, this property returns a fixed timestamp as a privacy measure - 20181001000000. |
| api.Navigator.canLoadAdAuctionFencedFrame π | DOM API | |
| api.Navigator.canShare π | DOM API | Chrome: Only supported on ChromeOS and Windows, see bug 40542648 and bug 40729163.Edge: Only supported on Windows.Opera: Only supported on ChromeOS and Windows, see bug 40542648 and bug 40729163. |
| api.Navigator.canShare.data_files_parameter π | DOM API | |
| api.Navigator.canShare.data_text_parameter π | DOM API | |
| api.Navigator.clearAppBadge π | DOM API | Chrome: Windows and macOS only. Linux offers no universal badging API on the operating system level.Edge: Windows and macOS only. Linux offers no universal badging API on the operating system level.Safari: Badging is supported for installed web apps on macOS Sonoma and higher.Safari on iOS: Badging is supported for web apps saved to the home screen.WebView on iOS: Badging is supported for web apps saved to the home screen. |
| api.Navigator.clearOriginJoinedAdInterestGroups π | DOM API | |
| api.Navigator.clipboard π | DOM API | |
| api.Navigator.connection π | DOM API | |
| api.Navigator.contacts π | DOM API | Samsung Internet: This API was exposed but failed upon opening a contact selector. |
| api.Navigator.cookieEnabled π | DOM API | Firefox: Before Firefox 8, navigator.cookieEnabled would report the wrong result if a site exception was in place for the page on which the check was performed. This has been fixed.Firefox for Android: Before Firefox for Android 8, navigator.cookieEnabled would report the wrong result if a site exception was in place for the page on which the check was performed. This has been fixed.Internet Explorer: navigator.cookieEnabled returns true even if the browser is set to block cookies (for example, if the page is in the Restricted sites security zone).Safari: Returns true even if the browser is set to block cookies if navigator.cookieEnabled is invoked inside a third-party iframe)Safari on iOS: Returns true even if the browser is set to block cookies if navigator.cookieEnabled is invoked inside a third-party iframe)WebView on iOS: Returns true even if the browser is set to block cookies if navigator.cookieEnabled is invoked inside a third-party iframe) |
| api.Navigator.createAuctionNonce π | DOM API | |
| api.Navigator.credentials π | DOM API | |
| api.Navigator.deprecatedReplaceInURN π | DOM API | |
| api.Navigator.deprecatedRunAdAuctionEnforcesKAnonymity π | DOM API | |
| api.Navigator.deviceMemory π | DOM API | |
| api.Navigator.devicePosture π | DOM API | |
| api.Navigator.doNotTrack | DOM API | Edge: Before version 17, Edge implemented window.doNotTrack.Firefox: In Firefox, navigator.doNotTrack returns "unspecified" instead of null.Firefox: Before Firefox 32, navigator.doNotTrack would report values of "yes" and "no" rather than "1" and "0".Firefox for Android: In Firefox for Android, navigator.doNotTrack returns "unspecified" instead of null.Firefox for Android: Before Firefox for Android 32, navigator.doNotTrack would report values of "yes" and "no" rather than "1" and "0".Internet Explorer: For IE11 and subsequent versions, use window.doNotTrack |
| api.Navigator.geolocation π | DOM API | |
| api.Navigator.geolocation.secure_context_required | DOM API | |
| api.Navigator.getAutoplayPolicy π | DOM API | |
| api.Navigator.getBattery π | DOM API | |
| api.Navigator.getBattery.secure_context_required | DOM API | |
| api.Navigator.getGamepads π | DOM API | |
| api.Navigator.getGamepads.secure_context_required | DOM API | |
| api.Navigator.getInstalledRelatedApps π | DOM API | Chrome: Supported on Windows for checking of Universal Windows Platform (UWP) app installation. Resolves with an empty array on other platforms.Chrome: Always resolves with an empty array.Chrome Android: Supports checking of Progressive Web App (PWA) installation.Chrome Android: Supports checking of Android app installation.Edge: Supported on Windows for checking of Universal Windows Platform (UWP) app installation. Resolves with an empty array on other platforms.Edge: Always resolves with an empty array.Quest Browser: Supports checking of Progressive Web App (PWA) installation.Quest Browser: Supports checking of Android app installation.Opera: Supported on Windows for checking of Universal Windows Platform (UWP) app installation. Resolves with an empty array on other platforms.Opera: Always resolves with an empty array.Samsung Internet: Supports checking of Progressive Web App (PWA) installation.Samsung Internet: Supports checking of Android app installation. |
| api.Navigator.getInterestGroupAdAuctionData π | DOM API | |
| api.Navigator.getUserMedia π | DOM API | |
| api.Navigator.getVRDisplays | DOM API | Chrome: Available on all platforms behind a flag, but currently only works on desktop in an experimental version of Chrome (other builds won't return any devices when Navigator.getVRDisplays() is invoked).Chrome Android: Currently supported only by Google Daydream.Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Quest Browser: Currently supported only by Google Daydream.Samsung Internet: Currently supported only by Google Daydream. |
| api.Navigator.globalPrivacyControl π | DOM API | Firefox: Opt-in to GPC using the Website Privacy Preference setting ( about:preferences#privacy) checkbox 'Tell websites not to sell or share my data', or by setting the preference privacy.globalprivacycontrol.enabled to true. |
| api.Navigator.gpu π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.Navigator.hardwareConcurrency π | DOM API | Safari: The value of this property is clamped to 4 or 8 cores, to prevent device fingerprinting. See bug 233381.Safari on iOS: The value of this property is clamped to 4 or 8 cores, to prevent device fingerprinting. See bug 233381.WebView on iOS: The value of this property is clamped to 4 or 8 cores, to prevent device fingerprinting. See bug 233381. |
| api.Navigator.hid π | DOM API | |
| api.Navigator.ink π | DOM API | |
| api.Navigator.javaEnabled π | DOM API | |
| api.Navigator.joinAdInterestGroup π | DOM API | |
| api.Navigator.keyboard π | DOM API | |
| api.Navigator.language π | DOM API | Firefox: Before Firefox 4, this property's value was also part of the user agent string, as reported by navigator.userAgent. Starting in Firefox 5, this property's value is based on the value of the Accept-Language HTTP header.Internet Explorer: Closest available (non-standard) properties are userLanguage and browserLanguage. |
| api.Navigator.languages π | DOM API | Chrome: Before Chrome 65, navigator.languages[0] is not guaranteed to equal navigator.language.Chrome Android: Before Chrome Android 65, navigator.languages[0] is not guaranteed to equal navigator.language.Firefox: In Firefox, the navigator.languages property's value is taken from the intl.accept_languages preference.Firefox for Android: In Firefox for Android, the navigator.languages property's value is taken from the intl.accept_languages preference.Internet Explorer: Closest available (non-standard) properties are userLanguage and browserLanguage.Quest Browser: Before Quest Browser 5.0, navigator.languages[0] is not guaranteed to equal navigator.language.WebView Android: Before version 65, navigator.languages[0] is not guaranteed to equal navigator.language. |
| api.Navigator.leaveAdInterestGroup π | DOM API | |
| api.Navigator.locks π | DOM API | |
| api.Navigator.login π | DOM API | |
| api.Navigator.managed π | DOM API | |
| api.Navigator.maxTouchPoints π | DOM API | |
| api.Navigator.mediaCapabilities π | DOM API | |
| api.Navigator.mediaDevices π | DOM API | |
| api.Navigator.mediaDevices.secure_context_required | DOM API | |
| api.Navigator.mediaSession π | DOM API | |
| api.Navigator.mimeTypes π | DOM API | |
| api.Navigator.mimeTypes.returns_plugin_type | DOM API | |
| api.Navigator.ml π | DOM API | |
| api.Navigator.onLine π | DOM API | Chrome: Earlier versions of Chrome incorrectly return true when a tab is first opened, but it starts reporting the correct connectivity status after the first network event. Windows: 11, macOS: 14, ChromeOS: 13, Linux: Always returns true. For history, see bug 40530968.Firefox: Since Firefox 4 the browser returns true when 'Work Offline' mode is disabled and false when it is enabled, regardless of actual connectivity. Since Firefox 41, on OS X and Windows, the returned values follow the actual network connectivity, unless 'Work offline' mode is selected (where it will always return false).Internet Explorer: in Internet Explorer 8 'online' and 'offline' events are raised on the document.body; under IE 9 they are raised on both document.body and window.Opera: From Opera 11.1 until Opera 12.1, the browser returns true when 'Work Offline' mode is disabled and false when it is enabled, regardless of actual connectivity.Opera Android: From Opera 11.1 until Opera 12.1, the browser returns true when 'Work Offline' mode is disabled and false when it is enabled, regardless of actual connectivity.WebView Android: Can incorrectly return true, see bug 41369933. |
| api.Navigator.oscpu π | DOM API | Firefox: The preference "general.oscpu.override" can be used to set a value to be returned instead of the true CPU description. The preference setting is ignored for calls made by privileged code, which continue to get the actual CPU description.Firefox for Android: The preference "general.oscpu.override" can be used to set a value to be returned instead of the true CPU description. The preference setting is ignored for calls made by privileged code, which continue to get the actual CPU description. |
| api.Navigator.pdfViewerEnabled π | DOM API | |
| api.Navigator.permissions π | DOM API | |
| api.Navigator.platform π | DOM API | Firefox: Before Firefox 69, platform would report running on a 32-bit CPU if running the 32-bit version of Firefox on a 64-bit system.Firefox: You can override the value returned by platform by setting the preference general.platform.override to the string you wish to be returned instead. |
| api.Navigator.plugins π | DOM API | |
| api.Navigator.plugins.returns_plugins | DOM API | |
| api.Navigator.presentation π | DOM API | |
| api.Navigator.product π | DOM API | |
| api.Navigator.productSub π | DOM API | Chrome: Always returns 20030107.Chrome Android: Always returns 20030107.Edge: Always returns 20030107.Quest Browser: Always returns 20030107.Opera: Always returns 20030107.Opera Android: Always returns 20030107.Safari: Always returns 20030107.Safari on iOS: Always returns 20030107.Samsung Internet: Always returns 20030107.WebView Android: Always returns 20030107.WebView on iOS: Always returns 20030107. |
| api.Navigator.protectedAudience π | DOM API | |
| api.Navigator.registerProtocolHandler π | DOM API | Chrome: From Chrome 77, the URL parameter only accepts http or https URLs. |
| api.Navigator.registerProtocolHandler.scheme_parameter_bitcoin | DOM API | |
| api.Navigator.registerProtocolHandler.scheme_parameter_cabal | DOM API | |
| api.Navigator.registerProtocolHandler.scheme_parameter_dat | DOM API | |
| api.Navigator.registerProtocolHandler.scheme_parameter_did | DOM API | |
| api.Navigator.registerProtocolHandler.scheme_parameter_dweb | DOM API | |
| api.Navigator.registerProtocolHandler.scheme_parameter_ethereum | DOM API | |
| api.Navigator.registerProtocolHandler.scheme_parameter_ftp | DOM API | |
| api.Navigator.registerProtocolHandler.scheme_parameter_ftps | DOM API | |
| api.Navigator.registerProtocolHandler.scheme_parameter_geo | DOM API | |
| api.Navigator.registerProtocolHandler.scheme_parameter_hyper | DOM API | |
| api.Navigator.registerProtocolHandler.scheme_parameter_im | DOM API | |
| api.Navigator.registerProtocolHandler.scheme_parameter_ipfs | DOM API | |
| api.Navigator.registerProtocolHandler.scheme_parameter_ipns | DOM API | |
| api.Navigator.registerProtocolHandler.scheme_parameter_irc | DOM API | |
| api.Navigator.registerProtocolHandler.scheme_parameter_ircs | DOM API | |
| api.Navigator.registerProtocolHandler.scheme_parameter_magnet | DOM API | |
| api.Navigator.registerProtocolHandler.scheme_parameter_mailto | DOM API | |
| api.Navigator.registerProtocolHandler.scheme_parameter_matrix | DOM API | |
| api.Navigator.registerProtocolHandler.scheme_parameter_mms | DOM API | |
| api.Navigator.registerProtocolHandler.scheme_parameter_news | DOM API | |
| api.Navigator.registerProtocolHandler.scheme_parameter_nntp | DOM API | |
| api.Navigator.registerProtocolHandler.scheme_parameter_openpgp4fpr | DOM API | |
| api.Navigator.registerProtocolHandler.scheme_parameter_sftp | DOM API | |
| api.Navigator.registerProtocolHandler.scheme_parameter_sip | DOM API | |
| api.Navigator.registerProtocolHandler.scheme_parameter_sms | DOM API | |
| api.Navigator.registerProtocolHandler.scheme_parameter_smsto | DOM API | |
| api.Navigator.registerProtocolHandler.scheme_parameter_ssb | DOM API | |
| api.Navigator.registerProtocolHandler.scheme_parameter_ssh | DOM API | |
| api.Navigator.registerProtocolHandler.scheme_parameter_tel | DOM API | |
| api.Navigator.registerProtocolHandler.scheme_parameter_urn | DOM API | |
| api.Navigator.registerProtocolHandler.scheme_parameter_webcal | DOM API | |
| api.Navigator.registerProtocolHandler.scheme_parameter_wtai | DOM API | |
| api.Navigator.registerProtocolHandler.scheme_parameter_xmpp | DOM API | |
| api.Navigator.registerProtocolHandler.secure_context_required | DOM API | |
| api.Navigator.requestMIDIAccess π | DOM API | Firefox: API access is gated by installation of a site permission add-on (user prompt), secure context, and Permission Policy: midi. |
| api.Navigator.requestMIDIAccess.secure_context_required | DOM API | |
| api.Navigator.requestMediaKeySystemAccess π | DOM API | Chrome: The spec requires that the passed supportedConfigurations option contain at least one of audioCapabilities or videoCapabilities, and that said parameters include a codec string.Chrome: The function does not exist in insecure contexts. This was not enforced until Chrome 58.Chrome Android: The spec requires that the passed supportedConfigurations option contain at least one of audioCapabilities or videoCapabilities, and that said parameters include a codec string.Chrome Android: The function does not exist in insecure contexts. This was not enforced until Chrome Android 58.Firefox: Starting in Firefox 55, if neither audioCapabilities nor videoCapabilities is specified in supportedConfigurations, a warning is output to the web console.Firefox: In addition, starting in Firefox 55, if in supportedConfigurations, either audioCapabilities's or videoCapabilities's contentType value doesn't specify a "codecs" substring to define allowed codecs within the media wrapper, a warning is output to the web console. See note below table for example and correction.Firefox: In the future, if neither audioCapabilities nor videoCapabilities is specified in the supportedConfigurations, a NotSupported exception will be thrown.Firefox for Android: Starting in Firefox for Android 55, if neither audioCapabilities nor videoCapabilities is specified in supportedConfigurations, a warning is output to the web console.Firefox for Android: In addition, starting in Firefox for Android 55, if in supportedConfigurations, either audioCapabilities's or videoCapabilities's contentType value doesn't specify a "codecs" substring to define allowed codecs within the media wrapper, a warning is output to the web console. See note below table for example and correction.Firefox for Android: In the future, if neither audioCapabilities nor videoCapabilities is specified in the supportedConfigurations, a NotSupported exception will be thrown.Quest Browser: The spec requires that the passed supportedConfigurations option contain at least one of audioCapabilities or videoCapabilities, and that said parameters include a codec string.Quest Browser: The function does not exist in insecure contexts. This was not enforced until Quest Browser 5.0.Opera: The spec requires that the passed supportedConfigurations option contain at least one of audioCapabilities or videoCapabilities, and that said parameters include a codec string.Opera: The function does not exist in insecure contexts. This was not enforced until Opera 45.Opera Android: The spec requires that the passed supportedConfigurations option contain at least one of audioCapabilities or videoCapabilities, and that said parameters include a codec string.Opera Android: The function does not exist in insecure contexts. This was not enforced until Opera 45.Samsung Internet: The spec requires that the passed supportedConfigurations option contain at least one of audioCapabilities or videoCapabilities, and that said parameters include a codec string.Samsung Internet: The function does not exist in insecure contexts. This was not enforced until Samsung Internet 7.0.WebView Android: The spec requires that the passed supportedConfigurations option contain at least one of audioCapabilities or videoCapabilities, and that said parameters include a codec string.WebView Android: The function does not exist in insecure contexts. This was not enforced until version 58. |
| api.Navigator.runAdAuction π | DOM API | |
| api.Navigator.scheduling π | DOM API | |
| api.Navigator.sendBeacon π | DOM API | Chrome: Starting in Chrome 59, this method cannot send a Blob whose type is not CORS safelisted. This is a temporary change until a mitigation can be found for the security issues that this creates. For more information, see bug 40087600.Chrome Android: Starting in Chrome 59, this method cannot send a Blob whose type is not CORS safelisted. This is a temporary change until a mitigation can be found for the security issues that this creates. For more information, see bug 40087600.Quest Browser: Starting in Chrome 59, this method cannot send a Blob whose type is not CORS safelisted. This is a temporary change until a mitigation can be found for the security issues that this creates. For more information, see bug 40087600.Opera: Starting in Opera 46, this method cannot send a Blob whose type is not CORS safelisted. This is a temporary change until a mitigation can be found for the security issues that this creates. For more information, see bug 40087600.Opera Android: Starting in Chrome 59, this method cannot send a Blob whose type is not CORS safelisted. This is a temporary change until a mitigation can be found for the security issues that this creates. For more information, see bug 40087600.Samsung Internet: Starting in Chrome 59, this method cannot send a Blob whose type is not CORS safelisted. This is a temporary change until a mitigation can be found for the security issues that this creates. For more information, see bug 40087600.WebView Android: Starting in Chrome 59, this method cannot send a Blob whose type is not CORS safelisted. This is a temporary change until a mitigation can be found for the security issues that this creates. For more information, see bug 40087600. |
| api.Navigator.serial π | DOM API | |
| api.Navigator.serviceWorker π | DOM API | Firefox: In Firefox private windows, the serviceWorker object is undefined. See bug 1320796.Firefox for Android: In Firefox for Android private windows, the serviceWorker object is undefined. See bug 1320796. |
| api.Navigator.setAppBadge π | DOM API | Chrome: Windows and macOS only. Linux offers no universal badging API on the operating system level.Edge: Windows and macOS only. Linux offers no universal badging API on the operating system level.Safari: Badging is supported for installed web apps on macOS Sonoma and higher.Safari: Passing 0 as an argument will clear the badge instead of displaying an unnumbered dot.Safari on iOS: Badging is supported for web apps saved to the home screen.Safari on iOS: Passing 0 as an argument will clear the badge instead of displaying an unnumbered dot.WebView on iOS: Badging is supported for web apps saved to the home screen. |
| api.Navigator.share π | DOM API | Chrome: Only supported on ChromeOS and Windows, see bug 40542648 and bug 40729163.Edge: Only supported on Windows.Opera: Only supported on ChromeOS and Windows, see bug 40542648 and bug 40729163. |
| api.Navigator.share.data_files_parameter π | DOM API | |
| api.Navigator.share.data_text_parameter π | DOM API | |
| api.Navigator.storage π | DOM API | |
| api.Navigator.storageBuckets π | DOM API | |
| api.Navigator.taintEnabled π | DOM API | |
| api.Navigator.unregisterProtocolHandler π | DOM API | |
| api.Navigator.updateAdInterestGroups π | DOM API | |
| api.Navigator.usb π | DOM API | WebView Android: WebView exposes navigator.usb, but does not support WebUSB. See bug 41441927. |
| api.Navigator.userActivation π | DOM API | |
| api.Navigator.userAgent π | DOM API | |
| api.Navigator.userAgentData π | DOM API | |
| api.Navigator.userAgentData.secure_context_required | DOM API | |
| api.Navigator.vendor π | DOM API | |
| api.Navigator.vendorSub π | DOM API | |
| api.Navigator.vibrate π | DOM API | Chrome Android: Beginning in Chrome 55, this is not supported in cross-origin iframes.Chrome Android: Beginning in Chrome 60, this method requires a user gesture. Otherwise it returns false.Firefox: Until Firefox 26 included, when the vibration pattern was too long or any of its elements too large, Firefox threw an exception instead of returning false (bug 884935).Firefox: From Firefox 32 onwards, when the vibration pattern is too long or any of its elements too large, it returns true but truncates the pattern (bug 1014581).Firefox: Beginning in Firefox 72, this is not supported in cross-origin iframes.Firefox for Android: Vibration is disabled. If the window is visible, then navigator.vibrate() returns true, but no vibration takes place (regardless of hardware support). Originally, the intent was to disable it for cross-origin frames only (bug 1591113), but the feature was not re-enabled due to abuse concerns (bug 1653318).Firefox for Android: Until Firefox 26 included, when the vibration pattern was too long or any of its elements too large, Firefox threw an exception instead of returning false (bug 884935).Firefox for Android: From Firefox 32 onwards, when the vibration pattern is too long or any of its elements too large, it returns true but truncates the pattern (bug 1014581).Quest Browser: Beginning in Chrome 55, this is not supported in cross-origin iframes.Quest Browser: Beginning in Chrome 60, this method requires a user gesture. Otherwise it returns false.Opera Android: Beginning in Opera 42, this is not supported in cross-origin iframes.Opera Android: Beginning in Opera 47, this method requires a user gesture. Otherwise it returns false.Samsung Internet: Beginning in Chrome 55, this is not supported in cross-origin iframes.Samsung Internet: Beginning in Chrome 60, this method requires a user gesture. Otherwise it returns false.WebView Android: Beginning in version 55, this is not supported in cross-origin iframes.WebView Android: Beginning in version 60, this method requires a user gesture. Otherwise it returns false. |
| api.Navigator.virtualKeyboard π | DOM API | |
| api.Navigator.wakeLock π | DOM API | Safari on iOS: Does not work in standalone Home Screen Web Apps. See bug 254545.WebView on iOS: Does not work in standalone Home Screen Web Apps. See bug 254545. |
| api.Navigator.webdriver π | DOM API | |
| api.Navigator.windowControlsOverlay π | DOM API | |
| api.Navigator.xr π | DOM API | |
| api.NavigatorLogin π | DOM API | |
| api.NavigatorLogin.setStatus π | DOM API | |
| api.NavigatorManagedData π | DOM API | |
| api.NavigatorManagedData.getManagedConfiguration π | DOM API | |
| api.NavigatorManagedData.managedconfigurationchange_event π | DOM API | |
| api.NavigatorUAData π | DOM API | |
| api.NavigatorUAData.brands π | DOM API | |
| api.NavigatorUAData.getHighEntropyValues π | DOM API | |
| api.NavigatorUAData.mobile π | DOM API | |
| api.NavigatorUAData.platform π | DOM API | |
| api.NavigatorUAData.toJSON π | DOM API | |
| api.NetworkInformation π | DOM API | |
| api.NetworkInformation.change_event π | DOM API | Firefox for Android: On Firefox, the event handler property corresponding to the change event is ontypechange. |
| api.NetworkInformation.downlink π | DOM API | Chrome: The value is never greater than 10 Mbps, as a non-standard anti-fingerprinting measure.Chrome Android: The value is never greater than 10 Mbps, as a non-standard anti-fingerprinting measure.Edge: The value is never greater than 10 Mbps, as a non-standard anti-fingerprinting measure.Quest Browser: The value is never greater than 10 Mbps, as a non-standard anti-fingerprinting measure.Opera: The value is never greater than 10 Mbps, as a non-standard anti-fingerprinting measure.Opera Android: The value is never greater than 10 Mbps, as a non-standard anti-fingerprinting measure.Samsung Internet: The value is never greater than 10 Mbps, as a non-standard anti-fingerprinting measure.WebView Android: The value is never greater than 10 Mbps, as a non-standard anti-fingerprinting measure. |
| api.NetworkInformation.downlinkMax π | DOM API | Chrome: Only supported on ChromeOS |
| api.NetworkInformation.effectiveType π | DOM API | |
| api.NetworkInformation.rtt π | DOM API | Chrome: The value is never greater than 3000 ms, as a non-standard anti-fingerprinting measure.Chrome Android: The value is never greater than 3000 ms, as a non-standard anti-fingerprinting measure.Edge: The value is never greater than 3000 ms, as a non-standard anti-fingerprinting measure.Quest Browser: The value is never greater than 3000 ms, as a non-standard anti-fingerprinting measure.Opera: The value is never greater than 3000 ms, as a non-standard anti-fingerprinting measure.Opera Android: The value is never greater than 3000 ms, as a non-standard anti-fingerprinting measure.Samsung Internet: The value is never greater than 3000 ms, as a non-standard anti-fingerprinting measure.WebView Android: The value is never greater than 3000 ms, as a non-standard anti-fingerprinting measure. |
| api.NetworkInformation.saveData π | DOM API | |
| api.NetworkInformation.type π | DOM API | Chrome: Only supported on ChromeOS |
| api.NetworkInformation.typechange_event | DOM API | Chrome Android: Removal proposed in bug 40509974.Quest Browser: Removal proposed in bug 40509974.Opera Android: Removal proposed in bug 40509974.Samsung Internet: Removal proposed in bug 40509974. |
| api.NetworkInformation.worker_support | DOM API | |
| api.Node π | DOM API | Chrome: WebKit and old versions of Blink incorrectly do not make Node inherit from EventTarget.Chrome Android: WebKit and old versions of Blink incorrectly do not make Node inherit from EventTarget.Quest Browser: WebKit and old versions of Blink incorrectly do not make Node inherit from EventTarget.Opera: WebKit and old versions of Blink incorrectly do not make Node inherit from EventTarget.Opera Android: WebKit and old versions of Blink incorrectly do not make Node inherit from EventTarget.Safari: WebKit and old versions of Blink incorrectly do not make Node inherit from EventTarget.Safari on iOS: WebKit and old versions of Blink incorrectly do not make Node inherit from EventTarget.Samsung Internet: WebKit and old versions of Blink incorrectly do not make Node inherit from EventTarget.WebView on iOS: WebKit and old versions of Blink incorrectly do not make Node inherit from EventTarget. |
| api.Node.appendChild π | DOM API | |
| api.Node.baseURI π | DOM API | |
| api.Node.childNodes π | DOM API | |
| api.Node.cloneNode π | DOM API | |
| api.Node.compareDocumentPosition π | DOM API | Internet Explorer: Only supports contains for elements |
| api.Node.contains π | DOM API | Internet Explorer: Only supported for HTMLElement, not all Node objects. |
| api.Node.firstChild π | DOM API | |
| api.Node.getRootNode π | DOM API | |
| api.Node.hasChildNodes π | DOM API | |
| api.Node.insertBefore π | DOM API | |
| api.Node.isConnected π | DOM API | |
| api.Node.isDefaultNamespace π | DOM API | |
| api.Node.isEqualNode π | DOM API | |
| api.Node.isSameNode π | DOM API | |
| api.Node.lastChild π | DOM API | |
| api.Node.lookupNamespaceURI π | DOM API | |
| api.Node.lookupPrefix π | DOM API | |
| api.Node.nextSibling π | DOM API | |
| api.Node.nodeName π | DOM API | |
| api.Node.nodeType π | DOM API | |
| api.Node.nodeValue π | DOM API | |
| api.Node.normalize π | DOM API | |
| api.Node.ownerDocument π | DOM API | Firefox: The ownerDocument of doctype nodes (that is, nodes for which Node.nodeType is Node.DOCUMENT_TYPE_NODE or 10) is null.Firefox for Android: The ownerDocument of doctype nodes (that is, nodes for which Node.nodeType is Node.DOCUMENT_TYPE_NODE or 10) is null. |
| api.Node.parentElement π | DOM API | Internet Explorer: Only supported on Element.Opera: Before Opera 15, this feature was only supported on Element.Opera Android: Before Opera Android 14, this feature was only supported on Element. |
| api.Node.parentNode π | DOM API | |
| api.Node.previousSibling π | DOM API | |
| api.Node.removeChild π | DOM API | |
| api.Node.replaceChild π | DOM API | |
| api.Node.selectstart_event π | DOM API | |
| api.Node.textContent π | DOM API | |
| api.NodeIterator π | DOM API | |
| api.NodeIterator.detach π | DOM API | |
| api.NodeIterator.filter π | DOM API | |
| api.NodeIterator.nextNode π | DOM API | |
| api.NodeIterator.pointerBeforeReferenceNode π | DOM API | |
| api.NodeIterator.previousNode π | DOM API | |
| api.NodeIterator.referenceNode π | DOM API | |
| api.NodeIterator.root π | DOM API | |
| api.NodeIterator.whatToShow π | DOM API | |
| api.NodeList π | DOM API | |
| api.NodeList.@@iterator π | DOM API | |
| api.NodeList.entries | DOM API | |
| api.NodeList.forEach π | DOM API | |
| api.NodeList.item π | DOM API | |
| api.NodeList.keys | DOM API | |
| api.NodeList.length π | DOM API | |
| api.NodeList.values | DOM API | |
| api.NotRestoredReasonDetails π | DOM API | |
| api.NotRestoredReasonDetails.reason π | DOM API | |
| api.NotRestoredReasonDetails.toJSON | DOM API | |
| api.NotRestoredReasons π | DOM API | |
| api.NotRestoredReasons.children π | DOM API | |
| api.NotRestoredReasons.id π | DOM API | |
| api.NotRestoredReasons.name π | DOM API | |
| api.NotRestoredReasons.reasons π | DOM API | |
| api.NotRestoredReasons.src π | DOM API | |
| api.NotRestoredReasons.toJSON | DOM API | |
| api.NotRestoredReasons.url π | DOM API | |
| api.Notification π | DOM API | Chrome: Starting in Chrome 49, notifications do not work in incognito mode.Chrome: Before Chrome 42, service worker additions were not supported.Chrome Android: A notification can only be sent from a service worker. To show a notification, see ServiceWorkerRegistration.showNotification().Quest Browser: A notification can only be sent from a service worker. To show a notification, see ServiceWorkerRegistration.showNotification().Opera: Starting in Opera 36, notifications do not work in incognito mode.Opera: Before Opera 29, service worker additions were not supported.Opera Android: Notifications in Opera for Android are only available through service workers. To show notifications on Android, see ServiceWorkerRegistration.showNotification().Opera Android: Starting in Opera for Android 36, notifications do not work in incognito mode.Safari on iOS: The Notification interface is undefined, unless the page is a web app saved to the home screen. The app's manifest must have a non-default display value.Safari on iOS: A notification can only be sent from a service worker. To show a notification, see ServiceWorkerRegistration.showNotification().Samsung Internet: Notifications in Samsung Internet are only available through service workers. To show notifications on Android, see ServiceWorkerRegistration.showNotification().Samsung Internet: Starting in Samsung Internet 5.0, notifications do not work in incognito mode. |
| api.Notification.Notification π | DOM API | Chrome Android: A notification can only be sent from a service worker. To show a notification, see ServiceWorkerRegistration.showNotification().Chrome Android: This constructor always throws a TypeError exception.Quest Browser: A notification can only be sent from a service worker. To show a notification, see ServiceWorkerRegistration.showNotification().Quest Browser: This constructor always throws a TypeError exception.Opera Android: A notification can only be sent from a service worker. To show a notification, see ServiceWorkerRegistration.showNotification().Opera Android: This constructor always throws a TypeError exception.Safari on iOS: This constructor throws a ReferenceError exception, unless the page is a web app saved to the home screen. The app's manifest must have a non-default display value.Safari on iOS: A notification can only be sent from a service worker. To show a notification, see ServiceWorkerRegistration.showNotification().Samsung Internet: A notification can only be sent from a service worker. To show a notification, see ServiceWorkerRegistration.showNotification().Samsung Internet: This constructor always throws a TypeError exception. |
| api.Notification.actions π | DOM API | |
| api.Notification.badge π | DOM API | Safari: Badging is supported for web apps saved to the Dock in Safari 17 on the macOS Sonoma betaSafari on iOS: Badging is supported for web apps saved to the Dock in Safari on iOS 17 on the macOS Sonoma beta |
| api.Notification.body π | DOM API | |
| api.Notification.click_event π | DOM API | |
| api.Notification.close π | DOM API | |
| api.Notification.close_event π | DOM API | |
| api.Notification.data π | DOM API | |
| api.Notification.dir π | DOM API | |
| api.Notification.error_event π | DOM API | |
| api.Notification.icon π | DOM API | Safari: The property can be set, but has no effect.Safari on iOS: The property can be set, but has no effect. |
| api.Notification.image π | DOM API | |
| api.Notification.lang π | DOM API | |
| api.Notification.maxActions_static π | DOM API | |
| api.Notification.permission_static π | DOM API | Safari on iOS: The parent Notification interface is undefined unless the page is a web app saved to the home screen. The app's manifest must have a non-default display value. |
| api.Notification.renotify π | DOM API | |
| api.Notification.requestPermission_static π | DOM API | Firefox: From Firefox 70 onwards, cannot be called from a cross-origin iframe.Firefox: From Firefox 72 onwards, can only be called in response to a user gesture such as a click event.Firefox for Android: From Firefox Android 79 onwards, cannot be called from a cross-origin iframe.Firefox for Android: From Firefox Android 79 onwards, can only be called in response to a user gesture such as a click event.Safari: Only supported the deprecated callback syntax.Safari on iOS: The parent Notification interface is undefined unless the page is a web app saved to the home screen. The app's manifest must have a non-default display value. |
| api.Notification.requestPermission_static.returns_promise | DOM API | |
| api.Notification.requireInteraction π | DOM API | Firefox: Only supported on Windows. Behind a flag on other operating systems.Firefox for Android: Only supported on Windows. Behind a flag on other operating systems. |
| api.Notification.secure_context_required | DOM API | |
| api.Notification.show_event π | DOM API | |
| api.Notification.silent π | DOM API | |
| api.Notification.tag π | DOM API | Safari: The property can be set, but has no effect. |
| api.Notification.timestamp π | DOM API | |
| api.Notification.title π | DOM API | |
| api.Notification.vibrate π | DOM API | |
| api.Notification.worker_support | DOM API | |
| api.NotificationEvent π | DOM API | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.NotificationEvent.NotificationEvent π | DOM API | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.NotificationEvent.action π | DOM API | |
| api.NotificationEvent.notification π | DOM API | |
| api.OES_draw_buffers_indexed π | DOM API | |
| api.OES_draw_buffers_indexed.blendEquationSeparateiOES π | DOM API | |
| api.OES_draw_buffers_indexed.blendEquationiOES π | DOM API | |
| api.OES_draw_buffers_indexed.blendFuncSeparateiOES π | DOM API | |
| api.OES_draw_buffers_indexed.blendFunciOES π | DOM API | |
| api.OES_draw_buffers_indexed.colorMaskiOES π | DOM API | |
| api.OES_draw_buffers_indexed.disableiOES π | DOM API | |
| api.OES_draw_buffers_indexed.enableiOES π | DOM API | |
| api.OES_element_index_uint π | DOM API | |
| api.OES_fbo_render_mipmap π | DOM API | |
| api.OES_standard_derivatives π | DOM API | |
| api.OES_texture_float π | DOM API | |
| api.OES_texture_float_linear π | DOM API | Safari on iOS: Only supported on iPadOS.WebView on iOS: Only supported on iPadOS. |
| api.OES_texture_half_float π | DOM API | |
| api.OES_texture_half_float_linear π | DOM API | |
| api.OES_vertex_array_object π | DOM API | |
| api.OES_vertex_array_object.bindVertexArrayOES π | DOM API | |
| api.OES_vertex_array_object.createVertexArrayOES π | DOM API | |
| api.OES_vertex_array_object.deleteVertexArrayOES π | DOM API | |
| api.OES_vertex_array_object.isVertexArrayOES π | DOM API | |
| api.OTPCredential π | DOM API | |
| api.OTPCredential.code π | DOM API | |
| api.OVR_multiview2 π | DOM API | Chrome: Only supported on Windows with ANGLE.Edge: Only supported on Windows with ANGLE.Firefox: Only supported on Windows with ANGLE.Firefox for Android: Only supported on Windows with ANGLE.Opera: Only supported on Windows with ANGLE. |
| api.OVR_multiview2.framebufferTextureMultiviewOVR π | DOM API | |
| api.OfflineAudioCompletionEvent π | DOM API | |
| api.OfflineAudioCompletionEvent.OfflineAudioCompletionEvent π | DOM API | |
| api.OfflineAudioCompletionEvent.renderedBuffer π | DOM API | |
| api.OfflineAudioContext π | DOM API | |
| api.OfflineAudioContext.OfflineAudioContext π | DOM API | |
| api.OfflineAudioContext.OfflineAudioContext.options_parameter | DOM API | |
| api.OfflineAudioContext.complete_event π | DOM API | |
| api.OfflineAudioContext.length π | DOM API | |
| api.OfflineAudioContext.resume π | DOM API | Firefox: The method exists but always rejects with NotSupportedError. See bug 1265406.Firefox for Android: The method exists but always rejects with NotSupportedError. See bug 1265406. |
| api.OfflineAudioContext.startRendering π | DOM API | |
| api.OfflineAudioContext.startRendering.returns_promise | DOM API | |
| api.OfflineAudioContext.suspend π | DOM API | |
| api.OffscreenCanvas π | DOM API | |
| api.OffscreenCanvas.OffscreenCanvas π | DOM API | |
| api.OffscreenCanvas.contextlost_event π | DOM API | |
| api.OffscreenCanvas.contextrestored_event π | DOM API | |
| api.OffscreenCanvas.convertToBlob π | DOM API | |
| api.OffscreenCanvas.convertToBlob.option_type_parameter_webp | DOM API | |
| api.OffscreenCanvas.getContext π | DOM API | |
| api.OffscreenCanvas.getContext.2d_context | DOM API | |
| api.OffscreenCanvas.getContext.bitmaprenderer_context | DOM API | |
| api.OffscreenCanvas.getContext.webgl2_context | DOM API | |
| api.OffscreenCanvas.getContext.webgl_context | DOM API | |
| api.OffscreenCanvas.getContext.webgpu_context π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Firefox: Currently supported on Linux and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.OffscreenCanvas.height π | DOM API | |
| api.OffscreenCanvas.transferToImageBitmap π | DOM API | |
| api.OffscreenCanvas.width π | DOM API | |
| api.OffscreenCanvasRenderingContext2D π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.arc π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.arcTo π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.beginPath π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.bezierCurveTo π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.canvas π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.clearRect π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.clip π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.closePath π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.commit | DOM API | |
| api.OffscreenCanvasRenderingContext2D.createConicGradient π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.createImageData π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.createLinearGradient π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.createPattern π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.createRadialGradient π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.direction π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.drawImage π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.ellipse π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.fill π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.fillRect π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.fillStyle π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.fillText π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.filter π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.font π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.fontKerning π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.fontStretch π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.fontVariantCaps π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.getImageData π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.getLineDash π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.getTransform π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.globalAlpha π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.globalCompositeOperation π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.imageSmoothingEnabled π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.imageSmoothingQuality π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.isContextLost π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.isPointInPath π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.isPointInStroke π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.letterSpacing π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.lineCap π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.lineDashOffset π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.lineJoin π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.lineTo π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.lineWidth π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.measureText π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.miterLimit π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.moveTo π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.putImageData π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.quadraticCurveTo π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.rect π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.reset π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.resetTransform π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.restore π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.rotate π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.roundRect π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.save π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.scale π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.setLineDash π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.setTransform π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.shadowBlur π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.shadowColor π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.shadowOffsetX π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.shadowOffsetY π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.stroke π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.strokeRect π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.strokeStyle π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.strokeText π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.textAlign π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.textBaseline π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.textRendering π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.transform π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.translate π | DOM API | |
| api.OffscreenCanvasRenderingContext2D.wordSpacing π | DOM API | |
| api.OrientationSensor π | DOM API | |
| api.OrientationSensor.populateMatrix π | DOM API | |
| api.OrientationSensor.quaternion π | DOM API | |
| api.OscillatorNode π | DOM API | |
| api.OscillatorNode.OscillatorNode π | DOM API | |
| api.OscillatorNode.detune π | DOM API | |
| api.OscillatorNode.frequency π | DOM API | |
| api.OscillatorNode.setPeriodicWave π | DOM API | |
| api.OscillatorNode.type π | DOM API | |
| api.OverconstrainedError π | DOM API | |
| api.OverconstrainedError.OverconstrainedError π | DOM API | |
| api.OverconstrainedError.constraint π | DOM API | |
| api.PageRevealEvent π | DOM API | |
| api.PageRevealEvent.PageRevealEvent π | DOM API | |
| api.PageRevealEvent.viewTransition π | DOM API | |
| api.PageSwapEvent π | DOM API | |
| api.PageSwapEvent.PageSwapEvent π | DOM API | |
| api.PageSwapEvent.activation π | DOM API | |
| api.PageSwapEvent.viewTransition π | DOM API | |
| api.PageTransitionEvent π | DOM API | |
| api.PageTransitionEvent.PageTransitionEvent π | DOM API | |
| api.PageTransitionEvent.persisted π | DOM API | Internet Explorer: The persisted property is known to be buggy in Internet Explorer. It is advised to check if window.performance.navigation.type == 2 as well. |
| api.PaintRenderingContext2D π | DOM API | |
| api.PaintRenderingContext2D.beginPath π | DOM API | |
| api.PaintRenderingContext2D.clearRect π | DOM API | |
| api.PaintRenderingContext2D.clip π | DOM API | |
| api.PaintRenderingContext2D.createLinearGradient π | DOM API | |
| api.PaintRenderingContext2D.createPattern π | DOM API | |
| api.PaintRenderingContext2D.createRadialGradient π | DOM API | |
| api.PaintRenderingContext2D.drawImage π | DOM API | |
| api.PaintRenderingContext2D.fill π | DOM API | |
| api.PaintRenderingContext2D.fillRect π | DOM API | |
| api.PaintRenderingContext2D.fillStyle π | DOM API | |
| api.PaintRenderingContext2D.filter | DOM API | |
| api.PaintRenderingContext2D.getLineDash π | DOM API | |
| api.PaintRenderingContext2D.getTransform π | DOM API | |
| api.PaintRenderingContext2D.globalAlpha π | DOM API | |
| api.PaintRenderingContext2D.globalCompositeOperation π | DOM API | |
| api.PaintRenderingContext2D.imageSmoothingEnabled π | DOM API | |
| api.PaintRenderingContext2D.imageSmoothingQuality π | DOM API | |
| api.PaintRenderingContext2D.isPointInPath π | DOM API | |
| api.PaintRenderingContext2D.isPointInStroke π | DOM API | |
| api.PaintRenderingContext2D.lineCap π | DOM API | |
| api.PaintRenderingContext2D.lineDashOffset π | DOM API | |
| api.PaintRenderingContext2D.lineJoin π | DOM API | |
| api.PaintRenderingContext2D.lineWidth π | DOM API | |
| api.PaintRenderingContext2D.miterLimit π | DOM API | |
| api.PaintRenderingContext2D.resetTransform π | DOM API | |
| api.PaintRenderingContext2D.restore π | DOM API | |
| api.PaintRenderingContext2D.rotate π | DOM API | |
| api.PaintRenderingContext2D.save π | DOM API | |
| api.PaintRenderingContext2D.scale π | DOM API | |
| api.PaintRenderingContext2D.setLineDash π | DOM API | |
| api.PaintRenderingContext2D.setTransform π | DOM API | |
| api.PaintRenderingContext2D.shadowBlur π | DOM API | |
| api.PaintRenderingContext2D.shadowColor π | DOM API | |
| api.PaintRenderingContext2D.shadowOffsetX π | DOM API | |
| api.PaintRenderingContext2D.shadowOffsetY π | DOM API | |
| api.PaintRenderingContext2D.stroke π | DOM API | |
| api.PaintRenderingContext2D.strokeRect π | DOM API | |
| api.PaintRenderingContext2D.strokeStyle π | DOM API | |
| api.PaintRenderingContext2D.transform π | DOM API | |
| api.PaintRenderingContext2D.translate π | DOM API | |
| api.PaintSize π | DOM API | |
| api.PaintSize.height π | DOM API | |
| api.PaintSize.width π | DOM API | |
| api.PaintWorkletGlobalScope π | DOM API | |
| api.PaintWorkletGlobalScope.devicePixelRatio π | DOM API | |
| api.PaintWorkletGlobalScope.registerPaint π | DOM API | |
| api.PannerNode π | DOM API | |
| api.PannerNode.PannerNode π | DOM API | |
| api.PannerNode.coneInnerAngle π | DOM API | |
| api.PannerNode.coneOuterAngle π | DOM API | |
| api.PannerNode.coneOuterGain π | DOM API | |
| api.PannerNode.distanceModel π | DOM API | |
| api.PannerNode.maxDistance π | DOM API | |
| api.PannerNode.orientationX π | DOM API | |
| api.PannerNode.orientationY π | DOM API | |
| api.PannerNode.orientationZ π | DOM API | |
| api.PannerNode.panningModel π | DOM API | |
| api.PannerNode.positionX π | DOM API | |
| api.PannerNode.positionY π | DOM API | |
| api.PannerNode.positionZ π | DOM API | |
| api.PannerNode.refDistance π | DOM API | |
| api.PannerNode.rolloffFactor π | DOM API | |
| api.PannerNode.setOrientation π | DOM API | |
| api.PannerNode.setPosition π | DOM API | |
| api.PasswordCredential π | DOM API | |
| api.PasswordCredential.PasswordCredential π | DOM API | |
| api.PasswordCredential.iconURL π | DOM API | |
| api.PasswordCredential.name π | DOM API | |
| api.PasswordCredential.password π | DOM API | |
| api.Path2D π | DOM API | |
| api.Path2D.Path2D π | DOM API | Edge: Before Edge 79, the constructor for Path2D objects does not support invocation with a string consisting of SVG path data. |
| api.Path2D.addPath π | DOM API | |
| api.Path2D.arc π | DOM API | |
| api.Path2D.arcTo π | DOM API | |
| api.Path2D.bezierCurveTo π | DOM API | |
| api.Path2D.closePath π | DOM API | |
| api.Path2D.ellipse π | DOM API | |
| api.Path2D.lineTo π | DOM API | |
| api.Path2D.moveTo π | DOM API | |
| api.Path2D.quadraticCurveTo π | DOM API | |
| api.Path2D.rect π | DOM API | |
| api.Path2D.roundRect π | DOM API | |
| api.PaymentAddress | DOM API | |
| api.PaymentAddress.addressLine | DOM API | |
| api.PaymentAddress.city | DOM API | |
| api.PaymentAddress.country | DOM API | |
| api.PaymentAddress.dependentLocality | DOM API | |
| api.PaymentAddress.organization | DOM API | |
| api.PaymentAddress.phone | DOM API | |
| api.PaymentAddress.postalCode | DOM API | |
| api.PaymentAddress.recipient | DOM API | |
| api.PaymentAddress.region | DOM API | |
| api.PaymentAddress.sortingCode | DOM API | |
| api.PaymentAddress.toJSON | DOM API | |
| api.PaymentInstruments | DOM API | |
| api.PaymentInstruments.clear | DOM API | |
| api.PaymentInstruments.delete | DOM API | |
| api.PaymentInstruments.get | DOM API | |
| api.PaymentInstruments.has | DOM API | |
| api.PaymentInstruments.keys | DOM API | |
| api.PaymentInstruments.set | DOM API | |
| api.PaymentManager π | DOM API | |
| api.PaymentManager.enableDelegations π | DOM API | |
| api.PaymentManager.instruments | DOM API | |
| api.PaymentManager.secure_context_required | DOM API | |
| api.PaymentManager.userHint π | DOM API | |
| api.PaymentMethodChangeEvent π | DOM API | |
| api.PaymentMethodChangeEvent.PaymentMethodChangeEvent π | DOM API | |
| api.PaymentMethodChangeEvent.methodDetails π | DOM API | |
| api.PaymentMethodChangeEvent.methodName π | DOM API | |
| api.PaymentRequest π | DOM API | |
| api.PaymentRequest.PaymentRequest π | DOM API | |
| api.PaymentRequest.PaymentRequest.secure_payment_confirmation_method | DOM API | |
| api.PaymentRequest.abort π | DOM API | |
| api.PaymentRequest.canMakePayment π | DOM API | |
| api.PaymentRequest.id π | DOM API | |
| api.PaymentRequest.merchantvalidation_event | DOM API | |
| api.PaymentRequest.paymentmethodchange_event π | DOM API | |
| api.PaymentRequest.shippingAddress | DOM API | |
| api.PaymentRequest.shippingOption | DOM API | |
| api.PaymentRequest.shippingType | DOM API | |
| api.PaymentRequest.shippingaddresschange_event | DOM API | |
| api.PaymentRequest.shippingoptionchange_event | DOM API | |
| api.PaymentRequest.show π | DOM API | |
| api.PaymentRequestEvent π | DOM API | |
| api.PaymentRequestEvent.PaymentRequestEvent π | DOM API | |
| api.PaymentRequestEvent.changePaymentMethod π | DOM API | |
| api.PaymentRequestEvent.changeShippingAddress π | DOM API | |
| api.PaymentRequestEvent.changeShippingOption π | DOM API | |
| api.PaymentRequestEvent.instrumentKey | DOM API | |
| api.PaymentRequestEvent.methodData π | DOM API | |
| api.PaymentRequestEvent.modifiers π | DOM API | |
| api.PaymentRequestEvent.openWindow π | DOM API | |
| api.PaymentRequestEvent.paymentOptions π | DOM API | |
| api.PaymentRequestEvent.paymentRequestId π | DOM API | |
| api.PaymentRequestEvent.paymentRequestOrigin π | DOM API | |
| api.PaymentRequestEvent.respondWith π | DOM API | |
| api.PaymentRequestEvent.shippingOptions π | DOM API | |
| api.PaymentRequestEvent.topOrigin π | DOM API | |
| api.PaymentRequestEvent.total π | DOM API | |
| api.PaymentRequestUpdateEvent π | DOM API | |
| api.PaymentRequestUpdateEvent.PaymentRequestUpdateEvent π | DOM API | |
| api.PaymentRequestUpdateEvent.secure_context_required | DOM API | |
| api.PaymentRequestUpdateEvent.updateWith π | DOM API | |
| api.PaymentResponse π | DOM API | |
| api.PaymentResponse.complete π | DOM API | |
| api.PaymentResponse.details π | DOM API | |
| api.PaymentResponse.methodName π | DOM API | |
| api.PaymentResponse.payerEmail π | DOM API | |
| api.PaymentResponse.payerName π | DOM API | |
| api.PaymentResponse.payerPhone π | DOM API | |
| api.PaymentResponse.payerdetailchange_event π | DOM API | |
| api.PaymentResponse.requestId π | DOM API | |
| api.PaymentResponse.retry π | DOM API | |
| api.PaymentResponse.shippingAddress π | DOM API | |
| api.PaymentResponse.shippingOption π | DOM API | |
| api.PaymentResponse.toJSON | DOM API | |
| api.Performance π | DOM API | Node.js: Only available as an internal instance. |
| api.Performance.clearMarks π | DOM API | |
| api.Performance.clearMeasures π | DOM API | |
| api.Performance.clearResourceTimings π | DOM API | |
| api.Performance.eventCounts π | DOM API | |
| api.Performance.getEntries π | DOM API | |
| api.Performance.getEntriesByName π | DOM API | |
| api.Performance.getEntriesByType π | DOM API | |
| api.Performance.mark π | DOM API | |
| api.Performance.mark.markOptions_parameter | DOM API | |
| api.Performance.mark.returns_performancemark | DOM API | |
| api.Performance.measure π | DOM API | |
| api.Performance.measure.measureOptions_parameter | DOM API | |
| api.Performance.measure.returns_performancemeasure | DOM API | |
| api.Performance.measureUserAgentSpecificMemory π | DOM API | |
| api.Performance.memory | DOM API | |
| api.Performance.navigation π | DOM API | |
| api.Performance.now π | DOM API | Firefox: In Firefox 57.0.4 the accuracy was reduced to 20 microseconds.Firefox: In Firefox 59 the accuracy was reduced to 2 milliseconds.Firefox: In Firefox 60 the accuracy was increased to 1 millisecond.Firefox for Android: In Firefox for Android 57.0.4 the accuracy was reduced to 20 microseconds.Firefox for Android: In Firefox for Android 59 the accuracy was reduced to 2 milliseconds.Firefox for Android: In Firefox for Android 60 the accuracy was increased to 1 millisecond. |
| api.Performance.resourcetimingbufferfull_event π | DOM API | |
| api.Performance.setResourceTimingBufferSize π | DOM API | |
| api.Performance.timeOrigin π | DOM API | |
| api.Performance.timing π | DOM API | Node.js: Returns node specific timing object |
| api.Performance.toJSON π | DOM API | |
| api.PerformanceElementTiming π | DOM API | |
| api.PerformanceElementTiming.element π | DOM API | |
| api.PerformanceElementTiming.id π | DOM API | |
| api.PerformanceElementTiming.identifier π | DOM API | |
| api.PerformanceElementTiming.intersectionRect π | DOM API | |
| api.PerformanceElementTiming.loadTime π | DOM API | |
| api.PerformanceElementTiming.naturalHeight π | DOM API | |
| api.PerformanceElementTiming.naturalWidth π | DOM API | |
| api.PerformanceElementTiming.renderTime π | DOM API | |
| api.PerformanceElementTiming.toJSON π | DOM API | |
| api.PerformanceElementTiming.url π | DOM API | |
| api.PerformanceEntry π | DOM API | Node.js: Available as a part of the perf_hooks module. |
| api.PerformanceEntry.duration π | DOM API | |
| api.PerformanceEntry.entryType π | DOM API | |
| api.PerformanceEntry.name π | DOM API | |
| api.PerformanceEntry.startTime π | DOM API | |
| api.PerformanceEntry.toJSON π | DOM API | |
| api.PerformanceEntry.worker_support | DOM API | Node.js: Available as a part of the perf_hooks module. |
| api.PerformanceEventTiming π | DOM API | |
| api.PerformanceEventTiming.cancelable π | DOM API | |
| api.PerformanceEventTiming.interactionId π | DOM API | |
| api.PerformanceEventTiming.processingEnd π | DOM API | |
| api.PerformanceEventTiming.processingStart π | DOM API | |
| api.PerformanceEventTiming.target π | DOM API | |
| api.PerformanceEventTiming.toJSON π | DOM API | |
| api.PerformanceLongAnimationFrameTiming π | DOM API | |
| api.PerformanceLongAnimationFrameTiming.blockingDuration π | DOM API | |
| api.PerformanceLongAnimationFrameTiming.firstUIEventTimestamp π | DOM API | |
| api.PerformanceLongAnimationFrameTiming.renderStart π | DOM API | |
| api.PerformanceLongAnimationFrameTiming.scripts π | DOM API | |
| api.PerformanceLongAnimationFrameTiming.styleAndLayoutStart π | DOM API | |
| api.PerformanceLongAnimationFrameTiming.toJSON π | DOM API | |
| api.PerformanceLongTaskTiming π | DOM API | |
| api.PerformanceLongTaskTiming.attribution π | DOM API | |
| api.PerformanceLongTaskTiming.toJSON π | DOM API | |
| api.PerformanceMark π | DOM API | Node.js: Available as a part of the perf_hooks module. |
| api.PerformanceMark.PerformanceMark π | DOM API | |
| api.PerformanceMark.detail π | DOM API | |
| api.PerformanceMeasure π | DOM API | Node.js: Available as a part of the perf_hooks module.Node.js: Only available as an internal instance, but can be accessed via getting performance entries. |
| api.PerformanceMeasure.detail π | DOM API | |
| api.PerformanceNavigation π | DOM API | |
| api.PerformanceNavigation.redirectCount π | DOM API | |
| api.PerformanceNavigation.toJSON π | DOM API | Firefox: Before Firefox 70, this property could return incorrect values. See bug 1459711.Firefox for Android: Before Firefox for Android 79, this property could return incorrect values. See bug 1459711. |
| api.PerformanceNavigation.type π | DOM API | Firefox: Before Firefox 70, this property could return incorrect values. See bug 1459711.Firefox for Android: Before Firefox for Android 79, this property could return incorrect values. See bug 1459711. |
| api.PerformanceNavigationTiming π | DOM API | |
| api.PerformanceNavigationTiming.activationStart π | DOM API | |
| api.PerformanceNavigationTiming.criticalCHRestart π | DOM API | |
| api.PerformanceNavigationTiming.domComplete π | DOM API | |
| api.PerformanceNavigationTiming.domContentLoadedEventEnd π | DOM API | |
| api.PerformanceNavigationTiming.domContentLoadedEventStart π | DOM API | |
| api.PerformanceNavigationTiming.domInteractive π | DOM API | |
| api.PerformanceNavigationTiming.loadEventEnd π | DOM API | |
| api.PerformanceNavigationTiming.loadEventStart π | DOM API | |
| api.PerformanceNavigationTiming.notRestoredReasons π | DOM API | |
| api.PerformanceNavigationTiming.redirectCount π | DOM API | |
| api.PerformanceNavigationTiming.toJSON π | DOM API | |
| api.PerformanceNavigationTiming.type π | DOM API | |
| api.PerformanceNavigationTiming.unloadEventEnd π | DOM API | |
| api.PerformanceNavigationTiming.unloadEventStart π | DOM API | |
| api.PerformanceObserver π | DOM API | Node.js: Available as a part of the perf_hooks module. |
| api.PerformanceObserver.PerformanceObserver π | DOM API | |
| api.PerformanceObserver.PerformanceObserver.droppedEntriesCount π | DOM API | |
| api.PerformanceObserver.disconnect π | DOM API | |
| api.PerformanceObserver.observe π | DOM API | |
| api.PerformanceObserver.supportedEntryTypes_static π | DOM API | |
| api.PerformanceObserver.takeRecords π | DOM API | |
| api.PerformanceObserver.worker_support | DOM API | |
| api.PerformanceObserverEntryList π | DOM API | Node.js: Available as a part of the perf_hooks module.Node.js: Only available as an internal instance, but can be accessed via the first parameter of the PerformanceObserver constructor. |
| api.PerformanceObserverEntryList.getEntries π | DOM API | |
| api.PerformanceObserverEntryList.getEntriesByName π | DOM API | |
| api.PerformanceObserverEntryList.getEntriesByType π | DOM API | |
| api.PerformancePaintTiming π | DOM API | |
| api.PerformancePaintTiming.first-contentful-paint π | DOM API | |
| api.PerformancePaintTiming.first-paint π | DOM API | |
| api.PerformanceResourceTiming π | DOM API | Node.js: Available as a part of the perf_hooks module.Node.js: Available as a part of the perf_hooks module. |
| api.PerformanceResourceTiming.connectEnd π | DOM API | |
| api.PerformanceResourceTiming.connectStart π | DOM API | |
| api.PerformanceResourceTiming.contentType π | DOM API | |
| api.PerformanceResourceTiming.decodedBodySize π | DOM API | |
| api.PerformanceResourceTiming.deliveryType π | DOM API | |
| api.PerformanceResourceTiming.deliveryType.navigational-prefetch π | DOM API | |
| api.PerformanceResourceTiming.domainLookupEnd π | DOM API | |
| api.PerformanceResourceTiming.domainLookupStart π | DOM API | |
| api.PerformanceResourceTiming.encodedBodySize π | DOM API | |
| api.PerformanceResourceTiming.fetchStart π | DOM API | |
| api.PerformanceResourceTiming.finalResponseHeadersStart π | DOM API | |
| api.PerformanceResourceTiming.firstInterimResponseStart π | DOM API | |
| api.PerformanceResourceTiming.initiatorType π | DOM API | Node.js: Since v18.2.0, the value can be returned by toJSON(), but can not accessed via property getter. |
| api.PerformanceResourceTiming.nextHopProtocol π | DOM API | |
| api.PerformanceResourceTiming.redirectEnd π | DOM API | |
| api.PerformanceResourceTiming.redirectStart π | DOM API | |
| api.PerformanceResourceTiming.renderBlockingStatus π | DOM API | |
| api.PerformanceResourceTiming.requestStart π | DOM API | |
| api.PerformanceResourceTiming.responseEnd π | DOM API | |
| api.PerformanceResourceTiming.responseStart π | DOM API | Chrome: Returns the time of the final response, even if an interim response is available.Chrome Android: Returns the time of the final response, even if an interim response is available.Opera: Returns the time of the final response, even if an interim response is available.Opera Android: Returns the time of the final response, even if an interim response is available.Samsung Internet: Returns the time of the final response, even if an interim response is available.WebView Android: Returns the time of the final response, even if an interim response is available. |
| api.PerformanceResourceTiming.responseStatus π | DOM API | |
| api.PerformanceResourceTiming.secureConnectionStart π | DOM API | |
| api.PerformanceResourceTiming.serverTiming π | DOM API | |
| api.PerformanceResourceTiming.toJSON π | DOM API | |
| api.PerformanceResourceTiming.transferSize π | DOM API | |
| api.PerformanceResourceTiming.workerStart π | DOM API | |
| api.PerformanceResourceTiming.worker_support | DOM API | |
| api.PerformanceScriptTiming π | DOM API | |
| api.PerformanceScriptTiming.executionStart π | DOM API | |
| api.PerformanceScriptTiming.forcedStyleAndLayoutDuration π | DOM API | |
| api.PerformanceScriptTiming.invoker π | DOM API | |
| api.PerformanceScriptTiming.invokerType π | DOM API | |
| api.PerformanceScriptTiming.pauseDuration π | DOM API | |
| api.PerformanceScriptTiming.sourceCharPosition π | DOM API | |
| api.PerformanceScriptTiming.sourceFunctionName π | DOM API | |
| api.PerformanceScriptTiming.sourceURL π | DOM API | |
| api.PerformanceScriptTiming.toJSON π | DOM API | |
| api.PerformanceScriptTiming.window π | DOM API | |
| api.PerformanceScriptTiming.windowAttribution π | DOM API | |
| api.PerformanceServerTiming π | DOM API | |
| api.PerformanceServerTiming.description π | DOM API | |
| api.PerformanceServerTiming.duration π | DOM API | |
| api.PerformanceServerTiming.name π | DOM API | |
| api.PerformanceServerTiming.toJSON π | DOM API | |
| api.PerformanceTiming π | DOM API | |
| api.PerformanceTiming.connectEnd π | DOM API | |
| api.PerformanceTiming.connectStart π | DOM API | |
| api.PerformanceTiming.domComplete π | DOM API | |
| api.PerformanceTiming.domContentLoadedEventEnd π | DOM API | |
| api.PerformanceTiming.domContentLoadedEventStart π | DOM API | |
| api.PerformanceTiming.domInteractive π | DOM API | |
| api.PerformanceTiming.domLoading π | DOM API | |
| api.PerformanceTiming.domainLookupEnd π | DOM API | |
| api.PerformanceTiming.domainLookupStart π | DOM API | |
| api.PerformanceTiming.fetchStart π | DOM API | |
| api.PerformanceTiming.loadEventEnd π | DOM API | |
| api.PerformanceTiming.loadEventStart π | DOM API | |
| api.PerformanceTiming.navigationStart π | DOM API | |
| api.PerformanceTiming.redirectEnd π | DOM API | |
| api.PerformanceTiming.redirectStart π | DOM API | |
| api.PerformanceTiming.requestStart π | DOM API | |
| api.PerformanceTiming.responseEnd π | DOM API | |
| api.PerformanceTiming.responseStart π | DOM API | |
| api.PerformanceTiming.secureConnectionStart π | DOM API | |
| api.PerformanceTiming.toJSON π | DOM API | |
| api.PerformanceTiming.unloadEventEnd π | DOM API | |
| api.PerformanceTiming.unloadEventStart π | DOM API | |
| api.PeriodicSyncEvent π | DOM API | |
| api.PeriodicSyncEvent.PeriodicSyncEvent π | DOM API | |
| api.PeriodicSyncEvent.tag π | DOM API | |
| api.PeriodicSyncManager π | DOM API | |
| api.PeriodicSyncManager.getTags π | DOM API | |
| api.PeriodicSyncManager.register π | DOM API | |
| api.PeriodicSyncManager.unregister π | DOM API | |
| api.PeriodicWave π | DOM API | |
| api.PeriodicWave.PeriodicWave π | DOM API | |
| api.PermissionStatus π | DOM API | |
| api.PermissionStatus.change_event π | DOM API | |
| api.PermissionStatus.name π | DOM API | |
| api.PermissionStatus.state π | DOM API | |
| api.Permissions π | DOM API | |
| api.Permissions.permission_accelerometer | DOM API | |
| api.Permissions.permission_accessibility-events | DOM API | |
| api.Permissions.permission_ambient-light-sensor | DOM API | |
| api.Permissions.permission_background-sync | DOM API | |
| api.Permissions.permission_camera | DOM API | |
| api.Permissions.permission_clipboard-read | DOM API | |
| api.Permissions.permission_clipboard-write π | DOM API | |
| api.Permissions.permission_compute-pressure π | DOM API | |
| api.Permissions.permission_geolocation | DOM API | |
| api.Permissions.permission_gyroscope | DOM API | |
| api.Permissions.permission_local-fonts | DOM API | |
| api.Permissions.permission_magnetometer | DOM API | |
| api.Permissions.permission_microphone | DOM API | |
| api.Permissions.permission_midi π | DOM API | |
| api.Permissions.permission_notifications | DOM API | Firefox: Alias for the push permission (returns the same value).Firefox for Android: Alias for the push permission (returns the same value). |
| api.Permissions.permission_payment-handler | DOM API | |
| api.Permissions.permission_persistent-storage | DOM API | |
| api.Permissions.permission_push | DOM API | Firefox: Alias for the notifications permission (returns the same value).Firefox for Android: Alias for the notifications permission (returns the same value). |
| api.Permissions.permission_screen-wake-lock π | DOM API | |
| api.Permissions.permission_storage-access π | DOM API | |
| api.Permissions.permission_top-level-storage-access π | DOM API | |
| api.Permissions.permission_window-management π | DOM API | |
| api.Permissions.query π | DOM API | |
| api.Permissions.request π | DOM API | |
| api.Permissions.requestAll | DOM API | |
| api.Permissions.revoke π | DOM API | |
| api.PictureInPictureEvent π | DOM API | |
| api.PictureInPictureEvent.PictureInPictureEvent π | DOM API | |
| api.PictureInPictureEvent.pictureInPictureWindow π | DOM API | |
| api.PictureInPictureWindow π | DOM API | |
| api.PictureInPictureWindow.height π | DOM API | |
| api.PictureInPictureWindow.resize_event π | DOM API | |
| api.PictureInPictureWindow.width π | DOM API | |
| api.Plugin π | DOM API | |
| api.Plugin.description π | DOM API | |
| api.Plugin.filename π | DOM API | |
| api.Plugin.item π | DOM API | Chrome: Starting with version 59, method parameters are required instead of optional.Chrome Android: Starting with version 59, method parameters are required instead of optional.Quest Browser: Starting with version 5.0, method parameters are required instead of optional.Samsung Internet: Starting with Samsung Internet 7.0, method parameters are required instead of optional.WebView Android: Starting with version 59, method parameters are required instead of optional. |
| api.Plugin.length π | DOM API | |
| api.Plugin.name π | DOM API | |
| api.Plugin.namedItem π | DOM API | Chrome: Starting with version 59, method parameters are required instead of optional.Chrome Android: Starting with version 59, method parameters are required instead of optional.Quest Browser: Starting with version 5.0, method parameters are required instead of optional.Samsung Internet: Starting with Samsung Internet 7.0, method parameters are required instead of optional.WebView Android: Starting with version 59, method parameters are required instead of optional. |
| api.PluginArray π | DOM API | |
| api.PluginArray.item π | DOM API | Chrome: Since Chrome 59, method parameters are required instead of optional.Chrome Android: Since Chrome Android 59, method parameters are required instead of optional.Edge: Since Edge 79, method parameters are required instead of optional.Quest Browser: Since Quest Browser 5.0, method parameters are required instead of optional.Opera: Since Opera 46, method parameters are required instead of optional.Opera Android: Since Opera Android 43, method parameters are required instead of optional.Samsung Internet: Since Samsung Internet 7.0, method parameters are required instead of optional.WebView Android: Since WebView 59, method parameters are required instead of optional. |
| api.PluginArray.length π | DOM API | |
| api.PluginArray.namedItem π | DOM API | Chrome: Since Chrome 59, method parameters are required instead of optional.Chrome Android: Since Chrome Android 59, method parameters are required instead of optional.Edge: Since Edge 79, method parameters are required instead of optional.Quest Browser: Since Quest Browser 5.0, method parameters are required instead of optional.Opera: Since Opera 46, method parameters are required instead of optional.Opera Android: Since Opera Android 43, method parameters are required instead of optional.Samsung Internet: Since Samsung Internet 7.0, method parameters are required instead of optional.WebView Android: Since WebView 59, method parameters are required instead of optional. |
| api.PluginArray.refresh π | DOM API | Chrome: Since Chrome 59, method parameters are required instead of optional.Chrome Android: Since Chrome Android 59, method parameters are required instead of optional.Edge: Since Edge 79, method parameters are required instead of optional.Quest Browser: Since Quest Browser 5.0, method parameters are required instead of optional.Opera: Since Opera 46, method parameters are required instead of optional.Opera Android: Since Opera Android 43, method parameters are required instead of optional.Samsung Internet: Since Samsung Internet 7.0, method parameters are required instead of optional.WebView Android: Since WebView Android 59, method parameters are required instead of optional. |
| api.PointerEvent π | DOM API | Internet Explorer: See MSDN Pointer events updates. |
| api.PointerEvent.PointerEvent π | DOM API | Internet Explorer: See MSDN Pointer events updates. |
| api.PointerEvent.PointerEvent.options_altitudeAngle_parameter | DOM API | |
| api.PointerEvent.PointerEvent.options_azimuthAngle_parameter | DOM API | |
| api.PointerEvent.altitudeAngle π | DOM API | |
| api.PointerEvent.azimuthAngle π | DOM API | |
| api.PointerEvent.getCoalescedEvents π | DOM API | Firefox for Android: The method always returns an empty array, regardless of the user's actions. |
| api.PointerEvent.getPredictedEvents π | DOM API | |
| api.PointerEvent.height π | DOM API | Internet Explorer: Returns values in screen pixels instead of CSS document pixels. |
| api.PointerEvent.isPrimary π | DOM API | |
| api.PointerEvent.persistentDeviceId π | DOM API | |
| api.PointerEvent.pointerId π | DOM API | |
| api.PointerEvent.pointerType π | DOM API | Internet Explorer: Returns an integer enumeration instead of a string. |
| api.PointerEvent.pointerType.fractional_coordinates | DOM API | Chrome: movementX and movementY are not fractional, see bug 41364801.Chrome Android: movementX and movementY are not fractional, see bug 41364801.Edge: movementX and movementY are not fractional, see bug 41364801.Edge: Only clientX, clientY, pageX and pageY are fractional.Internet Explorer: Only clientX, clientY, pageX and pageY are fractional.Quest Browser: movementX and movementY are not fractional, see bug 41364801.Opera: movementX and movementY are not fractional, see bug 41364801.Opera Android: movementX and movementY are not fractional, see bug 41364801.Samsung Internet: movementX and movementY are not fractional, see bug 41364801.WebView Android: movementX and movementY are not fractional, see bug 41364801. |
| api.PointerEvent.pressure π | DOM API | Internet Explorer: Returns 0 instead of 0.5 on hardware that doesn't support pressure. |
| api.PointerEvent.tangentialPressure π | DOM API | |
| api.PointerEvent.tiltX π | DOM API | |
| api.PointerEvent.tiltY π | DOM API | |
| api.PointerEvent.twist π | DOM API | |
| api.PointerEvent.width π | DOM API | Internet Explorer: Returns values in screen pixels instead of CSS document pixels. |
| api.PopStateEvent π | DOM API | |
| api.PopStateEvent.PopStateEvent π | DOM API | |
| api.PopStateEvent.hasUAVisualTransition π | DOM API | |
| api.PopStateEvent.state π | DOM API | |
| api.PositionSensorVRDevice | DOM API | |
| api.PositionSensorVRDevice.getImmediateState | DOM API | |
| api.PositionSensorVRDevice.getState | DOM API | |
| api.PositionSensorVRDevice.resetSensor | DOM API | |
| api.Presentation π | DOM API | |
| api.Presentation.defaultRequest π | DOM API | |
| api.Presentation.receiver π | DOM API | |
| api.PresentationAvailability π | DOM API | |
| api.PresentationAvailability.change_event π | DOM API | |
| api.PresentationAvailability.value π | DOM API | |
| api.PresentationConnection π | DOM API | |
| api.PresentationConnection.binaryType π | DOM API | |
| api.PresentationConnection.close π | DOM API | |
| api.PresentationConnection.close_event | DOM API | |
| api.PresentationConnection.connect_event | DOM API | |
| api.PresentationConnection.id π | DOM API | |
| api.PresentationConnection.message_event | DOM API | |
| api.PresentationConnection.send π | DOM API | |
| api.PresentationConnection.state π | DOM API | |
| api.PresentationConnection.terminate π | DOM API | |
| api.PresentationConnection.terminate_event | DOM API | |
| api.PresentationConnection.url π | DOM API | |
| api.PresentationConnectionAvailableEvent π | DOM API | |
| api.PresentationConnectionAvailableEvent.PresentationConnectionAvailableEvent π | DOM API | |
| api.PresentationConnectionAvailableEvent.connection π | DOM API | |
| api.PresentationConnectionCloseEvent π | DOM API | |
| api.PresentationConnectionCloseEvent.PresentationConnectionCloseEvent π | DOM API | |
| api.PresentationConnectionCloseEvent.message π | DOM API | |
| api.PresentationConnectionCloseEvent.reason π | DOM API | |
| api.PresentationConnectionList π | DOM API | |
| api.PresentationConnectionList.connectionavailable_event | DOM API | |
| api.PresentationConnectionList.connections π | DOM API | |
| api.PresentationReceiver π | DOM API | |
| api.PresentationReceiver.connectionList π | DOM API | |
| api.PresentationRequest π | DOM API | |
| api.PresentationRequest.PresentationRequest π | DOM API | |
| api.PresentationRequest.connectionavailable_event π | DOM API | |
| api.PresentationRequest.getAvailability π | DOM API | |
| api.PresentationRequest.reconnect π | DOM API | |
| api.PresentationRequest.secure_context_required | DOM API | |
| api.PresentationRequest.start π | DOM API | |
| api.PressureObserver π | DOM API | |
| api.PressureObserver.PressureObserver π | DOM API | |
| api.PressureObserver.disconnect π | DOM API | |
| api.PressureObserver.knownSources_static π | DOM API | |
| api.PressureObserver.observe π | DOM API | |
| api.PressureObserver.takeRecords π | DOM API | |
| api.PressureObserver.unobserve π | DOM API | |
| api.PressureRecord π | DOM API | |
| api.PressureRecord.source π | DOM API | |
| api.PressureRecord.state π | DOM API | |
| api.PressureRecord.time π | DOM API | |
| api.PressureRecord.toJSON π | DOM API | |
| api.ProcessingInstruction π | DOM API | |
| api.ProcessingInstruction.sheet π | DOM API | |
| api.ProcessingInstruction.target π | DOM API | |
| api.Profiler π | DOM API | |
| api.Profiler.Profiler π | DOM API | |
| api.Profiler.sampleInterval π | DOM API | |
| api.Profiler.stop π | DOM API | |
| api.Profiler.stopped π | DOM API | |
| api.ProgressEvent π | DOM API | |
| api.ProgressEvent.ProgressEvent π | DOM API | |
| api.ProgressEvent.lengthComputable π | DOM API | |
| api.ProgressEvent.loaded π | DOM API | |
| api.ProgressEvent.total π | DOM API | |
| api.ProgressEvent.worker_support | DOM API | Chrome: Available in dedicated workers and shared workers, not available in service workers. See bug 332663431.Chrome Android: Available in dedicated workers and shared workers, not available in service workers. See bug 332663431.Edge: Available in dedicated workers and shared workers, not available in service workers. See bug 332663431.Quest Browser: Available in dedicated workers and shared workers, not available in service workers. See bug 332663431.Opera: Available in dedicated workers and shared workers, not available in service workers. See bug 332663431.Opera Android: Available in dedicated workers and shared workers, not available in service workers. See bug 332663431.Samsung Internet: Available in dedicated workers and shared workers, not available in service workers. See bug 332663431.WebView Android: Available in dedicated workers and shared workers, not available in service workers. See bug 332663431. |
| api.PromiseRejectionEvent π | DOM API | |
| api.PromiseRejectionEvent.PromiseRejectionEvent π | DOM API | |
| api.PromiseRejectionEvent.promise π | DOM API | |
| api.PromiseRejectionEvent.reason π | DOM API | |
| api.ProtectedAudience π | DOM API | |
| api.ProtectedAudience.queryFeatureSupport π | DOM API | |
| api.PublicKeyCredential π | DOM API | Firefox: Only supports USB U2F tokens.Firefox for Android: Only supports USB U2F tokens. |
| api.PublicKeyCredential.authenticatorAttachment π | DOM API | |
| api.PublicKeyCredential.getClientCapabilities_static π | DOM API | |
| api.PublicKeyCredential.getClientExtensionResults π | DOM API | Firefox: Only supports USB U2F tokens.Firefox for Android: Only supports USB U2F tokens. |
| api.PublicKeyCredential.isConditionalMediationAvailable_static π | DOM API | |
| api.PublicKeyCredential.isUserVerifyingPlatformAuthenticatorAvailable_static π | DOM API | Firefox: Only supports USB U2F tokens.Firefox for Android: Only supports USB U2F tokens. |
| api.PublicKeyCredential.parseCreationOptionsFromJSON_static π | DOM API | |
| api.PublicKeyCredential.parseRequestOptionsFromJSON_static π | DOM API | |
| api.PublicKeyCredential.rawId π | DOM API | Firefox: Only supports USB U2F tokens.Firefox for Android: Only supports USB U2F tokens. |
| api.PublicKeyCredential.response π | DOM API | Firefox: Only supports USB U2F tokens.Firefox for Android: Only supports USB U2F tokens. |
| api.PublicKeyCredential.signalAllAcceptedCredentials_static π | DOM API | |
| api.PublicKeyCredential.signalCurrentUserDetails_static π | DOM API | |
| api.PublicKeyCredential.signalUnknownCredential_static π | DOM API | |
| api.PublicKeyCredential.toJSON π | DOM API | |
| api.PushEvent π | DOM API | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.PushEvent.PushEvent π | DOM API | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.PushEvent.data π | DOM API | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.PushManager π | DOM API | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.PushManager.getSubscription π | DOM API | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.PushManager.hasPermission | DOM API | |
| api.PushManager.permissionState π | DOM API | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.PushManager.register | DOM API | |
| api.PushManager.registrations | DOM API | |
| api.PushManager.subscribe π | DOM API | Chrome: The options parameter with a applicationServerKey value is required.Chrome Android: The options parameter with a applicationServerKey value is required.Edge: The options parameter with a applicationServerKey value is required.Firefox: From Firefox 72 onwards, can only be called in response to a user gesture such as a click event.Firefox for Android: From Firefox Android 79 onwards, can only be called in response to a user gesture such as a click event.Quest Browser: The options parameter with a applicationServerKey value is required.Opera Android: The options parameter with a applicationServerKey value is required.Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.Samsung Internet: The options parameter with a applicationServerKey value is required.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.PushManager.supportedContentEncodings_static π | DOM API | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.PushManager.unregister | DOM API | |
| api.PushMessageData π | DOM API | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.PushMessageData.arrayBuffer π | DOM API | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.PushMessageData.blob π | DOM API | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.PushMessageData.bytes π | DOM API | |
| api.PushMessageData.json π | DOM API | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.PushMessageData.text π | DOM API | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.PushSubscription π | DOM API | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.PushSubscription.endpoint π | DOM API | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.PushSubscription.expirationTime π | DOM API | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.PushSubscription.getKey π | DOM API | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.PushSubscription.options π | DOM API | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.PushSubscription.subscriptionId | DOM API | |
| api.PushSubscription.toJSON π | DOM API | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.PushSubscription.unsubscribe π | DOM API | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.PushSubscriptionChangeEvent π | DOM API | Firefox: The pushsubscriptionchange event is fired but does not have the oldSubscription and newSubscription properties. See bug 1497429.Firefox for Android: The pushsubscriptionchange event is fired but does not have the oldSubscription and newSubscription properties. See bug 1497429.Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.PushSubscriptionChangeEvent.PushSubscriptionChangeEvent π | DOM API | Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.PushSubscriptionChangeEvent.newSubscription π | DOM API | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.PushSubscriptionChangeEvent.oldSubscription π | DOM API | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.PushSubscriptionOptions π | DOM API | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.PushSubscriptionOptions.applicationServerKey π | DOM API | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.PushSubscriptionOptions.userVisibleOnly π | DOM API | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.RGBColor | DOM API | |
| api.RGBColor.blue | DOM API | |
| api.RGBColor.green | DOM API | |
| api.RGBColor.red | DOM API | |
| api.RTCCertificate π | DOM API | |
| api.RTCCertificate.expires π | DOM API | |
| api.RTCCertificate.getFingerprints π | DOM API | |
| api.RTCDTMFSender π | DOM API | |
| api.RTCDTMFSender.canInsertDTMF π | DOM API | |
| api.RTCDTMFSender.insertDTMF π | DOM API | |
| api.RTCDTMFSender.toneBuffer π | DOM API | |
| api.RTCDTMFSender.tonechange_event π | DOM API | |
| api.RTCDTMFToneChangeEvent π | DOM API | |
| api.RTCDTMFToneChangeEvent.RTCDTMFToneChangeEvent π | DOM API | |
| api.RTCDTMFToneChangeEvent.tone π | DOM API | |
| api.RTCDataChannel π | DOM API | |
| api.RTCDataChannel.binaryType π | DOM API | |
| api.RTCDataChannel.binaryType.arraybuffer_value | DOM API | |
| api.RTCDataChannel.binaryType.blob_value | DOM API | |
| api.RTCDataChannel.bufferedAmount π | DOM API | |
| api.RTCDataChannel.bufferedAmountLowThreshold π | DOM API | |
| api.RTCDataChannel.bufferedamountlow_event π | DOM API | Chrome: The default for rtcpMuxPolicy is require.Chrome Android: The default for rtcpMuxPolicy is require.Edge: The default for rtcpMuxPolicy is require.Quest Browser: The default for rtcpMuxPolicy is require.Opera: The default for rtcpMuxPolicy is require.Opera Android: The default for rtcpMuxPolicy is require.Samsung Internet: The default for rtcpMuxPolicy is require.WebView Android: The default for rtcpMuxPolicy is require. |
| api.RTCDataChannel.close π | DOM API | |
| api.RTCDataChannel.close_event π | DOM API | |
| api.RTCDataChannel.closing_event π | DOM API | |
| api.RTCDataChannel.error_event π | DOM API | |
| api.RTCDataChannel.id π | DOM API | |
| api.RTCDataChannel.label π | DOM API | |
| api.RTCDataChannel.maxPacketLifeTime π | DOM API | |
| api.RTCDataChannel.maxRetransmits π | DOM API | |
| api.RTCDataChannel.message_event π | DOM API | |
| api.RTCDataChannel.negotiated π | DOM API | |
| api.RTCDataChannel.open_event π | DOM API | |
| api.RTCDataChannel.ordered π | DOM API | |
| api.RTCDataChannel.priority π | DOM API | |
| api.RTCDataChannel.protocol π | DOM API | |
| api.RTCDataChannel.readyState π | DOM API | |
| api.RTCDataChannel.reliable | DOM API | |
| api.RTCDataChannel.sctp_sdp_21 | DOM API | |
| api.RTCDataChannel.send π | DOM API | |
| api.RTCDataChannel.transferable π | DOM API | |
| api.RTCDataChannelEvent π | DOM API | |
| api.RTCDataChannelEvent.RTCDataChannelEvent π | DOM API | |
| api.RTCDataChannelEvent.channel π | DOM API | |
| api.RTCDtlsTransport π | DOM API | |
| api.RTCDtlsTransport.error_event | DOM API | |
| api.RTCDtlsTransport.getRemoteCertificates π | DOM API | |
| api.RTCDtlsTransport.iceTransport π | DOM API | |
| api.RTCDtlsTransport.state π | DOM API | |
| api.RTCDtlsTransport.statechange_event | DOM API | |
| api.RTCEncodedAudioFrame π | DOM API | |
| api.RTCEncodedAudioFrame.RTCEncodedAudioFrame π | DOM API | |
| api.RTCEncodedAudioFrame.data π | DOM API | |
| api.RTCEncodedAudioFrame.getMetadata π | DOM API | |
| api.RTCEncodedAudioFrame.timestamp | DOM API | |
| api.RTCEncodedVideoFrame π | DOM API | |
| api.RTCEncodedVideoFrame.RTCEncodedVideoFrame π | DOM API | |
| api.RTCEncodedVideoFrame.data π | DOM API | |
| api.RTCEncodedVideoFrame.getMetadata π | DOM API | |
| api.RTCEncodedVideoFrame.timestamp | DOM API | |
| api.RTCEncodedVideoFrame.type π | DOM API | |
| api.RTCError π | DOM API | |
| api.RTCError.RTCError π | DOM API | |
| api.RTCError.errorDetail π | DOM API | |
| api.RTCError.httpRequestStatusCode π | DOM API | |
| api.RTCError.receivedAlert π | DOM API | |
| api.RTCError.sctpCauseCode π | DOM API | |
| api.RTCError.sdpLineNumber π | DOM API | |
| api.RTCError.sentAlert π | DOM API | |
| api.RTCErrorEvent π | DOM API | |
| api.RTCErrorEvent.RTCErrorEvent π | DOM API | |
| api.RTCErrorEvent.error π | DOM API | |
| api.RTCIceCandidate π | DOM API | |
| api.RTCIceCandidate.RTCIceCandidate π | DOM API | Firefox: Before Firefox 68, the constructor's candidateInfo parameter is required and the candidateInfo object must have a candidate property.Firefox: Before Firefox 68, the constructor's candidateInfo parameter is required and the candidateInfo object must have a candidate property.Firefox for Android: Before Firefox 68, the constructor's candidateInfo parameter is required and the candidateInfo object must have a candidate property.Firefox for Android: Before Firefox 68, the constructor's candidateInfo parameter is required and the candidateInfo object must have a candidate property. |
| api.RTCIceCandidate.address π | DOM API | |
| api.RTCIceCandidate.candidate π | DOM API | Firefox: Before Firefox 126, the property was not read-only.Firefox for Android: Before Firefox 126, the property was not read-only. |
| api.RTCIceCandidate.component π | DOM API | |
| api.RTCIceCandidate.foundation π | DOM API | |
| api.RTCIceCandidate.port π | DOM API | |
| api.RTCIceCandidate.priority π | DOM API | |
| api.RTCIceCandidate.protocol π | DOM API | |
| api.RTCIceCandidate.relatedAddress π | DOM API | |
| api.RTCIceCandidate.relatedPort π | DOM API | |
| api.RTCIceCandidate.relayProtocol π | DOM API | Firefox: See bug 1886013.Firefox for Android: See bug 1886013. |
| api.RTCIceCandidate.sdpMLineIndex π | DOM API | Firefox: Before Firefox 126, the property was not read-only.Firefox for Android: Before Firefox 126, the property was not read-only. |
| api.RTCIceCandidate.sdpMid π | DOM API | Firefox: Before Firefox 126, the property was not read-only.Firefox for Android: Before Firefox 126, the property was not read-only. |
| api.RTCIceCandidate.tcpType π | DOM API | |
| api.RTCIceCandidate.toJSON π | DOM API | |
| api.RTCIceCandidate.type π | DOM API | |
| api.RTCIceCandidate.url π | DOM API | Firefox: See bug 1886013.Firefox for Android: See bug 1886013. |
| api.RTCIceCandidate.usernameFragment π | DOM API | Firefox: Before Firefox 126, the property was not read-only.Firefox for Android: Before Firefox for Android 126, the property was not read-only. |
| api.RTCIceTransport π | DOM API | |
| api.RTCIceTransport.gatheringState π | DOM API | |
| api.RTCIceTransport.gatheringstatechange_event π | DOM API | |
| api.RTCIceTransport.getLocalCandidates π | DOM API | |
| api.RTCIceTransport.getLocalParameters π | DOM API | |
| api.RTCIceTransport.getRemoteCandidates π | DOM API | |
| api.RTCIceTransport.getRemoteParameters π | DOM API | |
| api.RTCIceTransport.getSelectedCandidatePair π | DOM API | |
| api.RTCIceTransport.role π | DOM API | |
| api.RTCIceTransport.selectedcandidatepairchange_event π | DOM API | |
| api.RTCIceTransport.state π | DOM API | |
| api.RTCIceTransport.statechange_event π | DOM API | |
| api.RTCIdentityAssertion π | DOM API | Firefox: The RTCIdentityAssertion interface itself is not present, but an object with the same properties is usedFirefox for Android: The RTCIdentityAssertion interface itself is not present, but an object with the same properties is used |
| api.RTCIdentityAssertion.idp π | DOM API | |
| api.RTCIdentityAssertion.name π | DOM API | |
| api.RTCPeerConnection π | DOM API | |
| api.RTCPeerConnection.RTCPeerConnection π | DOM API | Chrome: Before Chrome 63, the default value for the configuration.rtcpMuxPolicy parameter is "negotiate" instead of "required".Chrome Android: Before Chrome Android 63, the default value for the configuration.rtcpMuxPolicy parameter is "negotiate" instead of "required".Quest Browser: Before Quest Browser 5.0, the default value for the configuration.rtcpMuxPolicy parameter is "negotiate" instead of "required".Opera: Before Opera 50, the default value for the configuration.rtcpMuxPolicy parameter is "negotiate" instead of "required".Opera Android: Before Opera Android 46, the default value for the configuration.rtcpMuxPolicy parameter is "negotiate" instead of "required".Samsung Internet: Before Samsung Internet 8.0, the default value for the configuration.rtcpMuxPolicy parameter is "negotiate" instead of "required".WebView Android: Before WebView Android 63, the default value for the configuration.rtcpMuxPolicy parameter is "negotiate" instead of "required". |
| api.RTCPeerConnection.RTCPeerConnection.configuration_bundlePolicy_parameter π | DOM API | |
| api.RTCPeerConnection.RTCPeerConnection.configuration_certificates_parameter π | DOM API | |
| api.RTCPeerConnection.RTCPeerConnection.configuration_iceCandidatePoolSize_parameter | DOM API | |
| api.RTCPeerConnection.RTCPeerConnection.configuration_iceServers_parameter π | DOM API | |
| api.RTCPeerConnection.RTCPeerConnection.configuration_iceServers_parameter.credentialType_parameter | DOM API | |
| api.RTCPeerConnection.RTCPeerConnection.configuration_iceServers_parameter.credential_parameter π | DOM API | |
| api.RTCPeerConnection.RTCPeerConnection.configuration_iceServers_parameter.url_parameter | DOM API | |
| api.RTCPeerConnection.RTCPeerConnection.configuration_iceServers_parameter.urls_parameter π | DOM API | |
| api.RTCPeerConnection.RTCPeerConnection.configuration_iceServers_parameter.username_parameter π | DOM API | |
| api.RTCPeerConnection.RTCPeerConnection.configuration_iceTransportPolicy_parameter π | DOM API | |
| api.RTCPeerConnection.RTCPeerConnection.configuration_peerIdentity_parameter | DOM API | |
| api.RTCPeerConnection.RTCPeerConnection.configuration_rtcpMuxPolicy_parameter | DOM API | Chrome: Default for rtcpMuxPolicy is requireEdge: Default for rtcpMuxPolicy is requireOpera: Default for rtcpMuxPolicy is require |
| api.RTCPeerConnection.addIceCandidate π | DOM API | Firefox: Starting in Firefox 68, the candidate parameter is optional when calling addIceCandidate(). A null value for candidate indicates no more candidates will be sent, while an empty candidate string indicates that no more candidates will be sent for the current generation of candidates.Firefox for Android: Starting in Firefox 68, the candidate parameter is optional when calling addIceCandidate(). A null value for candidate indicates no more candidates will be sent, while an empty candidate string indicates that no more candidates will be sent for the current generation of candidates. |
| api.RTCPeerConnection.addIceCandidate.returns_promise | DOM API | |
| api.RTCPeerConnection.addStream | DOM API | |
| api.RTCPeerConnection.addTrack π | DOM API | |
| api.RTCPeerConnection.addTransceiver π | DOM API | |
| api.RTCPeerConnection.addTransceiver.init_direction_parameter | DOM API | |
| api.RTCPeerConnection.addTransceiver.init_sendEncodings_parameter | DOM API | |
| api.RTCPeerConnection.addTransceiver.init_streams_parameter | DOM API | |
| api.RTCPeerConnection.addstream_event | DOM API | |
| api.RTCPeerConnection.canTrickleIceCandidates π | DOM API | |
| api.RTCPeerConnection.close π | DOM API | |
| api.RTCPeerConnection.connectionState π | DOM API | |
| api.RTCPeerConnection.connectionstatechange_event π | DOM API | |
| api.RTCPeerConnection.createAnswer π | DOM API | |
| api.RTCPeerConnection.createAnswer.returns_promise | DOM API | |
| api.RTCPeerConnection.createDTMFSender | DOM API | |
| api.RTCPeerConnection.createDataChannel π | DOM API | |
| api.RTCPeerConnection.createOffer π | DOM API | |
| api.RTCPeerConnection.createOffer.returns_promise | DOM API | |
| api.RTCPeerConnection.currentLocalDescription π | DOM API | |
| api.RTCPeerConnection.currentRemoteDescription π | DOM API | |
| api.RTCPeerConnection.datachannel_event π | DOM API | |
| api.RTCPeerConnection.generateCertificate_static π | DOM API | |
| api.RTCPeerConnection.getConfiguration π | DOM API | |
| api.RTCPeerConnection.getIdentityAssertion π | DOM API | |
| api.RTCPeerConnection.getLocalStreams | DOM API | |
| api.RTCPeerConnection.getReceivers π | DOM API | |
| api.RTCPeerConnection.getReceivers.stopped_transceivers_removed | DOM API | |
| api.RTCPeerConnection.getRemoteStreams | DOM API | |
| api.RTCPeerConnection.getSenders π | DOM API | |
| api.RTCPeerConnection.getSenders.stopped_transceivers_removed | DOM API | |
| api.RTCPeerConnection.getStats π | DOM API | |
| api.RTCPeerConnection.getStats.returns_promise | DOM API | |
| api.RTCPeerConnection.getStats.selector_parameter | DOM API | |
| api.RTCPeerConnection.getTransceivers π | DOM API | |
| api.RTCPeerConnection.getTransceivers.stopped_transceivers_removed | DOM API | |
| api.RTCPeerConnection.iceConnectionState π | DOM API | |
| api.RTCPeerConnection.iceGatheringState π | DOM API | |
| api.RTCPeerConnection.icecandidate_event π | DOM API | |
| api.RTCPeerConnection.icecandidateerror_event π | DOM API | |
| api.RTCPeerConnection.iceconnectionstatechange_event π | DOM API | |
| api.RTCPeerConnection.icegatheringstatechange_event π | DOM API | |
| api.RTCPeerConnection.idpLoginUrl π | DOM API | |
| api.RTCPeerConnection.localDescription π | DOM API | |
| api.RTCPeerConnection.negotiationneeded_event π | DOM API | Firefox: Although the onnegotiationneeded property is supported, the negotiationneeded event is never fired.Firefox for Android: Although the onnegotiationneeded property is supported, the negotiationneeded event is never fired. |
| api.RTCPeerConnection.peerIdentity π | DOM API | |
| api.RTCPeerConnection.pendingLocalDescription π | DOM API | |
| api.RTCPeerConnection.pendingRemoteDescription π | DOM API | |
| api.RTCPeerConnection.remoteDescription π | DOM API | |
| api.RTCPeerConnection.removeStream | DOM API | |
| api.RTCPeerConnection.removeTrack π | DOM API | |
| api.RTCPeerConnection.removestream_event | DOM API | |
| api.RTCPeerConnection.restartIce π | DOM API | |
| api.RTCPeerConnection.sctp π | DOM API | |
| api.RTCPeerConnection.setConfiguration π | DOM API | |
| api.RTCPeerConnection.setIdentityProvider π | DOM API | |
| api.RTCPeerConnection.setLocalDescription π | DOM API | Firefox: Firefox does not support descriptions of type pranswer.Firefox for Android: Firefox does not support descriptions of type pranswer. |
| api.RTCPeerConnection.setLocalDescription.description_parameter_optional | DOM API | |
| api.RTCPeerConnection.setLocalDescription.returns_promise | DOM API | |
| api.RTCPeerConnection.setRemoteDescription π | DOM API | |
| api.RTCPeerConnection.setRemoteDescription.implicit_rollback | DOM API | |
| api.RTCPeerConnection.setRemoteDescription.returns_promise | DOM API | |
| api.RTCPeerConnection.signalingState π | DOM API | |
| api.RTCPeerConnection.signalingstatechange_event π | DOM API | Firefox: Although the onsignalingstatechange property is supported, the signalingstatechange event is not fired as an Event object. See bug 1075133.Firefox for Android: Although the onsignalingstatechange property is supported, the signalingstatechange event is not fired as an Event object. See bug 1075133. |
| api.RTCPeerConnection.track_event π | DOM API | |
| api.RTCPeerConnectionIceErrorEvent π | DOM API | |
| api.RTCPeerConnectionIceErrorEvent.RTCPeerConnectionIceErrorEvent π | DOM API | |
| api.RTCPeerConnectionIceErrorEvent.address π | DOM API | |
| api.RTCPeerConnectionIceErrorEvent.errorCode π | DOM API | |
| api.RTCPeerConnectionIceErrorEvent.errorText π | DOM API | |
| api.RTCPeerConnectionIceErrorEvent.hostCandidate | DOM API | |
| api.RTCPeerConnectionIceErrorEvent.port π | DOM API | |
| api.RTCPeerConnectionIceErrorEvent.url π | DOM API | |
| api.RTCPeerConnectionIceEvent π | DOM API | |
| api.RTCPeerConnectionIceEvent.RTCPeerConnectionIceEvent π | DOM API | |
| api.RTCPeerConnectionIceEvent.candidate π | DOM API | |
| api.RTCPeerConnectionIceEvent.url π | DOM API | |
| api.RTCRtpReceiver π | DOM API | |
| api.RTCRtpReceiver.createEncodedStreams | DOM API | |
| api.RTCRtpReceiver.getCapabilities_static π | DOM API | |
| api.RTCRtpReceiver.getContributingSources π | DOM API | |
| api.RTCRtpReceiver.getContributingSources.audioLevel π | DOM API | |
| api.RTCRtpReceiver.getContributingSources.audio_tracks_supported | DOM API | |
| api.RTCRtpReceiver.getContributingSources.rtpTimestamp π | DOM API | |
| api.RTCRtpReceiver.getContributingSources.source π | DOM API | |
| api.RTCRtpReceiver.getContributingSources.timestamp π | DOM API | Firefox: Starting in version 60, the timestamp is correctly computed based on the window's Performance time, rather than Date.getTime().Firefox for Android: Starting in version 60, the timestamp is correctly computed based on the window's Performance time, rather than Date.getTime(). |
| api.RTCRtpReceiver.getContributingSources.video_tracks_supported | DOM API | |
| api.RTCRtpReceiver.getParameters π | DOM API | |
| api.RTCRtpReceiver.getParameters.return_object_property_codecs π | DOM API | |
| api.RTCRtpReceiver.getParameters.return_object_property_headerExtensions π | DOM API | |
| api.RTCRtpReceiver.getParameters.return_object_property_rtcp π | DOM API | |
| api.RTCRtpReceiver.getStats π | DOM API | |
| api.RTCRtpReceiver.getSynchronizationSources π | DOM API | |
| api.RTCRtpReceiver.getSynchronizationSources.audio_tracks_supported | DOM API | |
| api.RTCRtpReceiver.getSynchronizationSources.video_tracks_supported | DOM API | |
| api.RTCRtpReceiver.jitterBufferTarget π | DOM API | |
| api.RTCRtpReceiver.rtcpTransport | DOM API | |
| api.RTCRtpReceiver.track π | DOM API | |
| api.RTCRtpReceiver.transform π | DOM API | |
| api.RTCRtpReceiver.transport π | DOM API | |
| api.RTCRtpScriptTransform π | DOM API | |
| api.RTCRtpScriptTransform.RTCRtpScriptTransform π | DOM API | |
| api.RTCRtpScriptTransformer π | DOM API | |
| api.RTCRtpScriptTransformer.generateKeyFrame π | DOM API | |
| api.RTCRtpScriptTransformer.options π | DOM API | |
| api.RTCRtpScriptTransformer.readable π | DOM API | |
| api.RTCRtpScriptTransformer.sendKeyFrameRequest π | DOM API | |
| api.RTCRtpScriptTransformer.writable π | DOM API | |
| api.RTCRtpSender π | DOM API | |
| api.RTCRtpSender.createEncodedStreams | DOM API | |
| api.RTCRtpSender.dtmf π | DOM API | |
| api.RTCRtpSender.getCapabilities_static π | DOM API | |
| api.RTCRtpSender.getParameters π | DOM API | |
| api.RTCRtpSender.getParameters.return_object_property_codecs π | DOM API | Firefox: The property is defined but not implemented/used.Firefox for Android: The property is defined but not implemented/used. |
| api.RTCRtpSender.getParameters.return_object_property_degradationPreference | DOM API | |
| api.RTCRtpSender.getParameters.return_object_property_encodings π | DOM API | |
| api.RTCRtpSender.getParameters.return_object_property_headerExtensions π | DOM API | Firefox: The property is defined but not implemented/used.Firefox for Android: The property is defined but not implemented/used. |
| api.RTCRtpSender.getParameters.return_object_property_rtcp π | DOM API | Firefox: The property is defined but not implemented/used.Firefox for Android: The property is defined but not implemented/used. |
| api.RTCRtpSender.getParameters.return_object_property_transactionId π | DOM API | |
| api.RTCRtpSender.getStats π | DOM API | |
| api.RTCRtpSender.replaceTrack π | DOM API | |
| api.RTCRtpSender.rtcpTransport | DOM API | |
| api.RTCRtpSender.setParameters π | DOM API | Firefox: Before Firefox 64, changes to parameters that should update live would not do so.Firefox for Android: Before Firefox for Android 64, changes to parameters that should update live would not do so. |
| api.RTCRtpSender.setParameters.parameters_codecs_parameter π | DOM API | Firefox: The property is defined but not implemented/used.Firefox for Android: The property is defined but not implemented/used. |
| api.RTCRtpSender.setParameters.parameters_degradationPreference_parameter | DOM API | |
| api.RTCRtpSender.setParameters.parameters_encodings_parameter π | DOM API | |
| api.RTCRtpSender.setParameters.parameters_encodings_parameter.active | DOM API | |
| api.RTCRtpSender.setParameters.parameters_encodings_parameter.dtx | DOM API | |
| api.RTCRtpSender.setParameters.parameters_encodings_parameter.maxBitrate π | DOM API | |
| api.RTCRtpSender.setParameters.parameters_encodings_parameter.maxFramerate π | DOM API | Firefox: Zero is treated as 'no fps limit' (see bug 1611957).Firefox for Android: Zero is treated as 'no fps limit' (see bug 1611957). |
| api.RTCRtpSender.setParameters.parameters_encodings_parameter.priority π | DOM API | Firefox: In version 110 and later the default priority is low.Firefox for Android: In version 110 and later the default priority is low. |
| api.RTCRtpSender.setParameters.parameters_encodings_parameter.rid | DOM API | |
| api.RTCRtpSender.setParameters.parameters_encodings_parameter.scaleResolutionDownBy π | DOM API | |
| api.RTCRtpSender.setParameters.parameters_headerExtensions_parameter π | DOM API | Firefox: The property is defined but not implemented/used.Firefox for Android: The property is defined but not implemented/used. |
| api.RTCRtpSender.setParameters.parameters_rtcp_parameter π | DOM API | Firefox: The property is defined but not implemented/used.Firefox for Android: The property is defined but not implemented/used. |
| api.RTCRtpSender.setParameters.parameters_transactionId_parameter π | DOM API | |
| api.RTCRtpSender.setStreams π | DOM API | |
| api.RTCRtpSender.track π | DOM API | |
| api.RTCRtpSender.transform π | DOM API | |
| api.RTCRtpSender.transport π | DOM API | |
| api.RTCRtpTransceiver π | DOM API | |
| api.RTCRtpTransceiver.currentDirection π | DOM API | |
| api.RTCRtpTransceiver.currentDirection.stopped_value π | DOM API | |
| api.RTCRtpTransceiver.direction π | DOM API | |
| api.RTCRtpTransceiver.direction.value_stopped π | DOM API | |
| api.RTCRtpTransceiver.getHeaderExtensionsToNegotiate π | DOM API | |
| api.RTCRtpTransceiver.getNegotiatedHeaderExtensions π | DOM API | |
| api.RTCRtpTransceiver.mid π | DOM API | |
| api.RTCRtpTransceiver.receiver π | DOM API | |
| api.RTCRtpTransceiver.sender π | DOM API | |
| api.RTCRtpTransceiver.setCodecPreferences π | DOM API | |
| api.RTCRtpTransceiver.setHeaderExtensionsToNegotiate π | DOM API | |
| api.RTCRtpTransceiver.stop π | DOM API | |
| api.RTCRtpTransceiver.stopped | DOM API | |
| api.RTCSctpTransport π | DOM API | |
| api.RTCSctpTransport.maxChannels π | DOM API | |
| api.RTCSctpTransport.maxMessageSize π | DOM API | |
| api.RTCSctpTransport.state π | DOM API | |
| api.RTCSctpTransport.statechange_event | DOM API | |
| api.RTCSctpTransport.transport π | DOM API | |
| api.RTCSessionDescription π | DOM API | |
| api.RTCSessionDescription.RTCSessionDescription | DOM API | |
| api.RTCSessionDescription.sdp π | DOM API | |
| api.RTCSessionDescription.toJSON π | DOM API | |
| api.RTCSessionDescription.type π | DOM API | |
| api.RTCStatsReport π | DOM API | |
| api.RTCStatsReport.@@iterator | DOM API | |
| api.RTCStatsReport.entries π | DOM API | |
| api.RTCStatsReport.forEach π | DOM API | |
| api.RTCStatsReport.get π | DOM API | |
| api.RTCStatsReport.has π | DOM API | |
| api.RTCStatsReport.keys π | DOM API | |
| api.RTCStatsReport.size π | DOM API | |
| api.RTCStatsReport.type_candidate-pair π | DOM API | |
| api.RTCStatsReport.type_candidate-pair.availableOutgoingBitrate π | DOM API | |
| api.RTCStatsReport.type_candidate-pair.bytesDiscardedOnSend π | DOM API | |
| api.RTCStatsReport.type_candidate-pair.bytesReceived π | DOM API | |
| api.RTCStatsReport.type_candidate-pair.bytesSent π | DOM API | |
| api.RTCStatsReport.type_candidate-pair.consentRequestsSent π | DOM API | |
| api.RTCStatsReport.type_candidate-pair.currentRoundTripTime π | DOM API | |
| api.RTCStatsReport.type_candidate-pair.id π | DOM API | |
| api.RTCStatsReport.type_candidate-pair.lastPacketReceivedTimestamp π | DOM API | |
| api.RTCStatsReport.type_candidate-pair.lastPacketSentTimestamp π | DOM API | |
| api.RTCStatsReport.type_candidate-pair.localCandidateId π | DOM API | |
| api.RTCStatsReport.type_candidate-pair.nominated π | DOM API | |
| api.RTCStatsReport.type_candidate-pair.packetsDiscardedOnSend π | DOM API | |
| api.RTCStatsReport.type_candidate-pair.packetsReceived π | DOM API | |
| api.RTCStatsReport.type_candidate-pair.packetsSent π | DOM API | |
| api.RTCStatsReport.type_candidate-pair.priority | DOM API | |
| api.RTCStatsReport.type_candidate-pair.remoteCandidateId π | DOM API | |
| api.RTCStatsReport.type_candidate-pair.requestsReceived π | DOM API | |
| api.RTCStatsReport.type_candidate-pair.requestsSent π | DOM API | |
| api.RTCStatsReport.type_candidate-pair.responsesReceived π | DOM API | |
| api.RTCStatsReport.type_candidate-pair.responsesSent π | DOM API | |
| api.RTCStatsReport.type_candidate-pair.state π | DOM API | |
| api.RTCStatsReport.type_candidate-pair.timestamp π | DOM API | |
| api.RTCStatsReport.type_candidate-pair.totalRoundTripTime π | DOM API | |
| api.RTCStatsReport.type_candidate-pair.transportId π | DOM API | |
| api.RTCStatsReport.type_candidate-pair.type π | DOM API | |
| api.RTCStatsReport.type_certificate π | DOM API | |
| api.RTCStatsReport.type_certificate.base64Certificate π | DOM API | |
| api.RTCStatsReport.type_certificate.fingerprint π | DOM API | |
| api.RTCStatsReport.type_certificate.fingerprintAlgorithm π | DOM API | |
| api.RTCStatsReport.type_certificate.id π | DOM API | |
| api.RTCStatsReport.type_certificate.timestamp π | DOM API | |
| api.RTCStatsReport.type_certificate.type π | DOM API | |
| api.RTCStatsReport.type_codec π | DOM API | |
| api.RTCStatsReport.type_codec.channels π | DOM API | |
| api.RTCStatsReport.type_codec.clockRate π | DOM API | |
| api.RTCStatsReport.type_codec.id π | DOM API | |
| api.RTCStatsReport.type_codec.mimeType π | DOM API | |
| api.RTCStatsReport.type_codec.payloadType π | DOM API | |
| api.RTCStatsReport.type_codec.sdpFmtpLine π | DOM API | |
| api.RTCStatsReport.type_codec.timestamp π | DOM API | |
| api.RTCStatsReport.type_codec.transportId π | DOM API | |
| api.RTCStatsReport.type_codec.type π | DOM API | |
| api.RTCStatsReport.type_data-channel π | DOM API | |
| api.RTCStatsReport.type_data-channel.bytesReceived π | DOM API | |
| api.RTCStatsReport.type_data-channel.bytesSent π | DOM API | |
| api.RTCStatsReport.type_data-channel.dataChannelIdentifier π | DOM API | |
| api.RTCStatsReport.type_data-channel.id π | DOM API | |
| api.RTCStatsReport.type_data-channel.label π | DOM API | |
| api.RTCStatsReport.type_data-channel.messagesReceived π | DOM API | |
| api.RTCStatsReport.type_data-channel.messagesSent π | DOM API | |
| api.RTCStatsReport.type_data-channel.protocol π | DOM API | |
| api.RTCStatsReport.type_data-channel.state π | DOM API | |
| api.RTCStatsReport.type_data-channel.timestamp π | DOM API | |
| api.RTCStatsReport.type_data-channel.type π | DOM API | |
| api.RTCStatsReport.type_inbound-rtp π | DOM API | |
| api.RTCStatsReport.type_inbound-rtp.audioLevel π | DOM API | |
| api.RTCStatsReport.type_inbound-rtp.bytesReceived π | DOM API | |
| api.RTCStatsReport.type_inbound-rtp.codecId π | DOM API | |
| api.RTCStatsReport.type_inbound-rtp.concealedSamples π | DOM API | |
| api.RTCStatsReport.type_inbound-rtp.concealmentEvents π | DOM API | |
| api.RTCStatsReport.type_inbound-rtp.fecPacketsDiscarded π | DOM API | |
| api.RTCStatsReport.type_inbound-rtp.fecPacketsReceived π | DOM API | |
| api.RTCStatsReport.type_inbound-rtp.frameHeight π | DOM API | |
| api.RTCStatsReport.type_inbound-rtp.frameWidth π | DOM API | |
| api.RTCStatsReport.type_inbound-rtp.framesDecoded π | DOM API | |
| api.RTCStatsReport.type_inbound-rtp.framesPerSecond π | DOM API | |
| api.RTCStatsReport.type_inbound-rtp.framesReceived π | DOM API | |
| api.RTCStatsReport.type_inbound-rtp.headerBytesReceived π | DOM API | |
| api.RTCStatsReport.type_inbound-rtp.id π | DOM API | |
| api.RTCStatsReport.type_inbound-rtp.insertedSamplesForDeceleration π | DOM API | |
| api.RTCStatsReport.type_inbound-rtp.jitter π | DOM API | |
| api.RTCStatsReport.type_inbound-rtp.jitterBufferDelay π | DOM API | |
| api.RTCStatsReport.type_inbound-rtp.jitterBufferEmittedCount π | DOM API | |
| api.RTCStatsReport.type_inbound-rtp.jitterBufferMinimumDelay π | DOM API | |
| api.RTCStatsReport.type_inbound-rtp.jitterBufferTargetDelay π | DOM API | |
| api.RTCStatsReport.type_inbound-rtp.keyFramesDecoded π | DOM API | |
| api.RTCStatsReport.type_inbound-rtp.kind π | DOM API | |
| api.RTCStatsReport.type_inbound-rtp.lastPacketReceivedTimestamp π | DOM API | |
| api.RTCStatsReport.type_inbound-rtp.mid π | DOM API | |
| api.RTCStatsReport.type_inbound-rtp.nackCount π | DOM API | |
| api.RTCStatsReport.type_inbound-rtp.packetsDiscarded π | DOM API | |
| api.RTCStatsReport.type_inbound-rtp.packetsLost π | DOM API | |
| api.RTCStatsReport.type_inbound-rtp.packetsReceived π | DOM API | |
| api.RTCStatsReport.type_inbound-rtp.playoutId π | DOM API | |
| api.RTCStatsReport.type_inbound-rtp.qpSum π | DOM API | |
| api.RTCStatsReport.type_inbound-rtp.remoteId π | DOM API | |
| api.RTCStatsReport.type_inbound-rtp.removedSamplesForAcceleration π | DOM API | |
| api.RTCStatsReport.type_inbound-rtp.silentConcealedSamples π | DOM API | |
| api.RTCStatsReport.type_inbound-rtp.ssrc π | DOM API | |
| api.RTCStatsReport.type_inbound-rtp.timestamp π | DOM API | |
| api.RTCStatsReport.type_inbound-rtp.totalAudioEnergy π | DOM API | |
| api.RTCStatsReport.type_inbound-rtp.totalDecodeTime π | DOM API | |
| api.RTCStatsReport.type_inbound-rtp.totalInterFrameDelay π | DOM API | |
| api.RTCStatsReport.type_inbound-rtp.totalProcessingDelay π | DOM API | |
| api.RTCStatsReport.type_inbound-rtp.totalSamplesDuration π | DOM API | |
| api.RTCStatsReport.type_inbound-rtp.totalSamplesReceived π | DOM API | |
| api.RTCStatsReport.type_inbound-rtp.totalSquaredInterFrameDelay π | DOM API | |
| api.RTCStatsReport.type_inbound-rtp.trackIdentifier π | DOM API | |
| api.RTCStatsReport.type_inbound-rtp.transportId π | DOM API | |
| api.RTCStatsReport.type_inbound-rtp.type π | DOM API | |
| api.RTCStatsReport.type_local-candidate π | DOM API | |
| api.RTCStatsReport.type_local-candidate.address π | DOM API | |
| api.RTCStatsReport.type_local-candidate.candidateType π | DOM API | |
| api.RTCStatsReport.type_local-candidate.foundation π | DOM API | |
| api.RTCStatsReport.type_local-candidate.id π | DOM API | |
| api.RTCStatsReport.type_local-candidate.port π | DOM API | |
| api.RTCStatsReport.type_local-candidate.priority π | DOM API | |
| api.RTCStatsReport.type_local-candidate.protocol π | DOM API | |
| api.RTCStatsReport.type_local-candidate.timestamp π | DOM API | |
| api.RTCStatsReport.type_local-candidate.transportId π | DOM API | |
| api.RTCStatsReport.type_local-candidate.type π | DOM API | |
| api.RTCStatsReport.type_local-candidate.usernameFragment π | DOM API | |
| api.RTCStatsReport.type_media-playout π | DOM API | |
| api.RTCStatsReport.type_media-playout.id π | DOM API | |
| api.RTCStatsReport.type_media-playout.kind π | DOM API | |
| api.RTCStatsReport.type_media-playout.synthesizedSamplesDuration π | DOM API | |
| api.RTCStatsReport.type_media-playout.synthesizedSamplesEvents π | DOM API | |
| api.RTCStatsReport.type_media-playout.timestamp π | DOM API | |
| api.RTCStatsReport.type_media-playout.totalPlayoutDelay π | DOM API | |
| api.RTCStatsReport.type_media-playout.totalSamplesCount π | DOM API | |
| api.RTCStatsReport.type_media-playout.totalSamplesDuration π | DOM API | |
| api.RTCStatsReport.type_media-playout.type π | DOM API | |
| api.RTCStatsReport.type_media-source π | DOM API | |
| api.RTCStatsReport.type_media-source.audioLevel π | DOM API | |
| api.RTCStatsReport.type_media-source.frames π | DOM API | |
| api.RTCStatsReport.type_media-source.framesPerSecond π | DOM API | |
| api.RTCStatsReport.type_media-source.height π | DOM API | |
| api.RTCStatsReport.type_media-source.id π | DOM API | |
| api.RTCStatsReport.type_media-source.kind π | DOM API | |
| api.RTCStatsReport.type_media-source.timestamp π | DOM API | |
| api.RTCStatsReport.type_media-source.totalAudioEnergy π | DOM API | |
| api.RTCStatsReport.type_media-source.totalSamplesDuration π | DOM API | |
| api.RTCStatsReport.type_media-source.trackIdentifier π | DOM API | |
| api.RTCStatsReport.type_media-source.type π | DOM API | |
| api.RTCStatsReport.type_media-source.width π | DOM API | |
| api.RTCStatsReport.type_outbound-rtp π | DOM API | |
| api.RTCStatsReport.type_outbound-rtp.active π | DOM API | |
| api.RTCStatsReport.type_outbound-rtp.bytesSent π | DOM API | |
| api.RTCStatsReport.type_outbound-rtp.codecId π | DOM API | |
| api.RTCStatsReport.type_outbound-rtp.frameHeight π | DOM API | |
| api.RTCStatsReport.type_outbound-rtp.frameWidth π | DOM API | |
| api.RTCStatsReport.type_outbound-rtp.framesEncoded π | DOM API | |
| api.RTCStatsReport.type_outbound-rtp.framesPerSecond π | DOM API | |
| api.RTCStatsReport.type_outbound-rtp.framesSent π | DOM API | |
| api.RTCStatsReport.type_outbound-rtp.headerBytesSent π | DOM API | |
| api.RTCStatsReport.type_outbound-rtp.id π | DOM API | |
| api.RTCStatsReport.type_outbound-rtp.keyFramesEncoded π | DOM API | |
| api.RTCStatsReport.type_outbound-rtp.kind π | DOM API | |
| api.RTCStatsReport.type_outbound-rtp.mediaSourceId π | DOM API | |
| api.RTCStatsReport.type_outbound-rtp.mid π | DOM API | |
| api.RTCStatsReport.type_outbound-rtp.nackCount π | DOM API | |
| api.RTCStatsReport.type_outbound-rtp.packetsSent π | DOM API | |
| api.RTCStatsReport.type_outbound-rtp.qpSum π | DOM API | |
| api.RTCStatsReport.type_outbound-rtp.qualityLimitationDurations π | DOM API | |
| api.RTCStatsReport.type_outbound-rtp.qualityLimitationReason π | DOM API | |
| api.RTCStatsReport.type_outbound-rtp.remoteId π | DOM API | |
| api.RTCStatsReport.type_outbound-rtp.retransmittedBytesSent π | DOM API | |
| api.RTCStatsReport.type_outbound-rtp.retransmittedPacketsSent π | DOM API | |
| api.RTCStatsReport.type_outbound-rtp.rid π | DOM API | |
| api.RTCStatsReport.type_outbound-rtp.scalabilityMode π | DOM API | |
| api.RTCStatsReport.type_outbound-rtp.ssrc π | DOM API | |
| api.RTCStatsReport.type_outbound-rtp.targetBitrate π | DOM API | |
| api.RTCStatsReport.type_outbound-rtp.timestamp π | DOM API | |
| api.RTCStatsReport.type_outbound-rtp.totalEncodeTime π | DOM API | |
| api.RTCStatsReport.type_outbound-rtp.totalEncodedBytesTarget π | DOM API | |
| api.RTCStatsReport.type_outbound-rtp.totalPacketSendDelay π | DOM API | |
| api.RTCStatsReport.type_outbound-rtp.transportId π | DOM API | |
| api.RTCStatsReport.type_outbound-rtp.type π | DOM API | |
| api.RTCStatsReport.type_peer-connection π | DOM API | |
| api.RTCStatsReport.type_peer-connection.dataChannelsClosed π | DOM API | |
| api.RTCStatsReport.type_peer-connection.dataChannelsOpened π | DOM API | |
| api.RTCStatsReport.type_peer-connection.id π | DOM API | |
| api.RTCStatsReport.type_peer-connection.timestamp π | DOM API | |
| api.RTCStatsReport.type_peer-connection.type π | DOM API | |
| api.RTCStatsReport.type_remote-candidate π | DOM API | |
| api.RTCStatsReport.type_remote-candidate.address π | DOM API | |
| api.RTCStatsReport.type_remote-candidate.candidateType π | DOM API | |
| api.RTCStatsReport.type_remote-candidate.foundation π | DOM API | |
| api.RTCStatsReport.type_remote-candidate.id π | DOM API | |
| api.RTCStatsReport.type_remote-candidate.port π | DOM API | |
| api.RTCStatsReport.type_remote-candidate.priority π | DOM API | |
| api.RTCStatsReport.type_remote-candidate.protocol π | DOM API | |
| api.RTCStatsReport.type_remote-candidate.timestamp π | DOM API | |
| api.RTCStatsReport.type_remote-candidate.transportId π | DOM API | |
| api.RTCStatsReport.type_remote-candidate.type π | DOM API | |
| api.RTCStatsReport.type_remote-candidate.usernameFragment π | DOM API | |
| api.RTCStatsReport.type_remote-inbound-rtp π | DOM API | |
| api.RTCStatsReport.type_remote-inbound-rtp.codecId π | DOM API | |
| api.RTCStatsReport.type_remote-inbound-rtp.fractionLost π | DOM API | |
| api.RTCStatsReport.type_remote-inbound-rtp.id π | DOM API | |
| api.RTCStatsReport.type_remote-inbound-rtp.jitter π | DOM API | |
| api.RTCStatsReport.type_remote-inbound-rtp.kind π | DOM API | |
| api.RTCStatsReport.type_remote-inbound-rtp.localId π | DOM API | |
| api.RTCStatsReport.type_remote-inbound-rtp.packetsLost π | DOM API | |
| api.RTCStatsReport.type_remote-inbound-rtp.packetsReceived π | DOM API | |
| api.RTCStatsReport.type_remote-inbound-rtp.roundTripTime π | DOM API | |
| api.RTCStatsReport.type_remote-inbound-rtp.roundTripTimeMeasurements π | DOM API | |
| api.RTCStatsReport.type_remote-inbound-rtp.ssrc π | DOM API | |
| api.RTCStatsReport.type_remote-inbound-rtp.timestamp π | DOM API | |
| api.RTCStatsReport.type_remote-inbound-rtp.totalRoundTripTime π | DOM API | |
| api.RTCStatsReport.type_remote-inbound-rtp.transportId π | DOM API | |
| api.RTCStatsReport.type_remote-inbound-rtp.type π | DOM API | |
| api.RTCStatsReport.type_remote-outbound-rtp π | DOM API | |
| api.RTCStatsReport.type_remote-outbound-rtp.bytesSent π | DOM API | |
| api.RTCStatsReport.type_remote-outbound-rtp.codecId π | DOM API | |
| api.RTCStatsReport.type_remote-outbound-rtp.id π | DOM API | |
| api.RTCStatsReport.type_remote-outbound-rtp.kind π | DOM API | |
| api.RTCStatsReport.type_remote-outbound-rtp.localId π | DOM API | |
| api.RTCStatsReport.type_remote-outbound-rtp.packetsSent π | DOM API | |
| api.RTCStatsReport.type_remote-outbound-rtp.remoteTimestamp π | DOM API | |
| api.RTCStatsReport.type_remote-outbound-rtp.reportsSent π | DOM API | |
| api.RTCStatsReport.type_remote-outbound-rtp.roundTripTimeMeasurements π | DOM API | |
| api.RTCStatsReport.type_remote-outbound-rtp.ssrc π | DOM API | |
| api.RTCStatsReport.type_remote-outbound-rtp.timestamp π | DOM API | |
| api.RTCStatsReport.type_remote-outbound-rtp.totalRoundTripTime π | DOM API | |
| api.RTCStatsReport.type_remote-outbound-rtp.transportId π | DOM API | |
| api.RTCStatsReport.type_remote-outbound-rtp.type π | DOM API | |
| api.RTCStatsReport.type_transport π | DOM API | |
| api.RTCStatsReport.type_transport.bytesReceived π | DOM API | |
| api.RTCStatsReport.type_transport.bytesSent π | DOM API | |
| api.RTCStatsReport.type_transport.dtlsCipher π | DOM API | |
| api.RTCStatsReport.type_transport.dtlsRole π | DOM API | |
| api.RTCStatsReport.type_transport.dtlsState π | DOM API | |
| api.RTCStatsReport.type_transport.iceLocalUsernameFragment π | DOM API | |
| api.RTCStatsReport.type_transport.iceRole π | DOM API | |
| api.RTCStatsReport.type_transport.iceState π | DOM API | |
| api.RTCStatsReport.type_transport.id π | DOM API | |
| api.RTCStatsReport.type_transport.localCertificateId π | DOM API | |
| api.RTCStatsReport.type_transport.packetsReceived π | DOM API | |
| api.RTCStatsReport.type_transport.packetsSent π | DOM API | |
| api.RTCStatsReport.type_transport.remoteCertificateId π | DOM API | |
| api.RTCStatsReport.type_transport.selectedCandidatePairChanges π | DOM API | |
| api.RTCStatsReport.type_transport.selectedCandidatePairId π | DOM API | |
| api.RTCStatsReport.type_transport.srtpCipher π | DOM API | |
| api.RTCStatsReport.type_transport.timestamp π | DOM API | |
| api.RTCStatsReport.type_transport.tlsVersion π | DOM API | |
| api.RTCStatsReport.type_transport.type π | DOM API | |
| api.RTCStatsReport.values | DOM API | |
| api.RTCTrackEvent π | DOM API | |
| api.RTCTrackEvent.RTCTrackEvent π | DOM API | |
| api.RTCTrackEvent.receiver π | DOM API | |
| api.RTCTrackEvent.streams π | DOM API | |
| api.RTCTrackEvent.track π | DOM API | |
| api.RTCTrackEvent.transceiver π | DOM API | |
| api.RTCTransformEvent π | DOM API | |
| api.RTCTransformEvent.transformer π | DOM API | |
| api.RadioNodeList π | DOM API | |
| api.RadioNodeList.value π | DOM API | |
| api.Range π | DOM API | Firefox: Starting with Firefox 13, the Range object throws a DOMException as defined in DOM 4, instead of a RangeException defined in prior specifications.Firefox for Android: Starting with Firefox for Android 14, the Range object throws a DOMException as defined in DOM 4, instead of a RangeException defined in prior specifications. |
| api.Range.Range π | DOM API | |
| api.Range.cloneContents π | DOM API | |
| api.Range.cloneRange π | DOM API | |
| api.Range.collapse π | DOM API | |
| api.Range.collapse.toStart_parameter_optional | DOM API | Internet Explorer: Optional but defaults to true. |
| api.Range.collapsed π | DOM API | |
| api.Range.commonAncestorContainer π | DOM API | |
| api.Range.compareBoundaryPoints π | DOM API | |
| api.Range.compareNode | DOM API | |
| api.Range.comparePoint π | DOM API | |
| api.Range.createContextualFragment π | DOM API | |
| api.Range.deleteContents π | DOM API | |
| api.Range.detach π | DOM API | Chrome: Starting in Chrome 37, this method is a no-op and has no effect.Chrome Android: Starting in Chrome Android 37, this method is a no-op and has no effect.Firefox: Starting in Firefox 15.0, this method is a no-op and has no effect.Firefox for Android: Starting in Firefox for Android 15.0, this method is a no-op and has no effect.Quest Browser: Starting in Quest Browser 5.0, this method is a no-op and has no effect.Opera: Starting in Opera 24, this method is a no-op and has no effect.Opera Android: Starting in Opera 24, this method is a no-op and has no effect.Safari: Starting in Safari 10, this method is a no-op and has no effect, see bug 148454.Safari on iOS: Starting in Safari on iOS 10, this method is a no-op and has no effect, see bug 148454.Samsung Internet: Starting in Samsung Internet 3.0, this method is a no-op and has no effect.WebView Android: Starting in WebView Android 37, this method is a no-op and has no effect.WebView on iOS: Starting in WebView on iOS 10, this method is a no-op and has no effect, see bug 148454. |
| api.Range.endContainer π | DOM API | |
| api.Range.endOffset π | DOM API | |
| api.Range.extractContents π | DOM API | |
| api.Range.getBoundingClientRect π | DOM API | |
| api.Range.getClientRects π | DOM API | |
| api.Range.insertNode π | DOM API | |
| api.Range.intersectsNode π | DOM API | |
| api.Range.isPointInRange π | DOM API | |
| api.Range.selectNode π | DOM API | |
| api.Range.selectNodeContents π | DOM API | |
| api.Range.setEnd π | DOM API | |
| api.Range.setEndAfter π | DOM API | |
| api.Range.setEndBefore π | DOM API | |
| api.Range.setStart π | DOM API | |
| api.Range.setStartAfter π | DOM API | |
| api.Range.setStartBefore π | DOM API | |
| api.Range.startContainer π | DOM API | |
| api.Range.startOffset π | DOM API | |
| api.Range.surroundContents π | DOM API | |
| api.Range.toString π | DOM API | |
| api.ReadableByteStreamController π | DOM API | Deno: ReadableByteStreamController is not exposed on the global scope.Node.js: Before 18.10.0, handling a BYOB pull request from a released reader is not supported.Node.js: Available as a part of the stream/web module. |
| api.ReadableByteStreamController.byobRequest π | DOM API | |
| api.ReadableByteStreamController.close π | DOM API | |
| api.ReadableByteStreamController.desiredSize π | DOM API | |
| api.ReadableByteStreamController.enqueue π | DOM API | |
| api.ReadableByteStreamController.error π | DOM API | |
| api.ReadableStream π | DOM API | Node.js: Available as a part of the stream/web module. |
| api.ReadableStream.@@asyncIterator π | DOM API | |
| api.ReadableStream.ReadableStream π | DOM API | |
| api.ReadableStream.cancel π | DOM API | |
| api.ReadableStream.from_static π | DOM API | |
| api.ReadableStream.getReader π | DOM API | |
| api.ReadableStream.locked π | DOM API | |
| api.ReadableStream.pipeThrough π | DOM API | |
| api.ReadableStream.pipeTo π | DOM API | |
| api.ReadableStream.tee π | DOM API | Node.js: Before 18.10.0 or 16.18.0, teeing a readable byte stream is not supported. |
| api.ReadableStream.transferable π | DOM API | |
| api.ReadableStream.values π | DOM API | |
| api.ReadableStreamBYOBReader π | DOM API | Node.js: Available as a part of the stream/web module. |
| api.ReadableStreamBYOBReader.ReadableStreamBYOBReader π | DOM API | |
| api.ReadableStreamBYOBReader.cancel π | DOM API | |
| api.ReadableStreamBYOBReader.closed π | DOM API | |
| api.ReadableStreamBYOBReader.read π | DOM API | |
| api.ReadableStreamBYOBReader.read.options_min_parameter π | DOM API | |
| api.ReadableStreamBYOBReader.releaseLock π | DOM API | |
| api.ReadableStreamBYOBReader.releaseLock.reject_pending_read_request | DOM API | Chrome: Before version 105, releaseLock() throws instead of rejecting.Chrome Android: Before version 105, releaseLock() throws instead of rejecting.Edge: Before version 105, releaseLock() throws instead of rejecting.Opera: Before version 91, releaseLock() throws instead of rejecting.Opera Android: Before version 72, releaseLock() throws instead of rejecting.Samsung Internet: Before version 20.0, releaseLock() throws instead of rejecting.WebView Android: Before version 105, releaseLock() throws instead of rejecting. |
| api.ReadableStreamBYOBRequest π | DOM API | Node.js: Available as a part of the stream/web module. |
| api.ReadableStreamBYOBRequest.respond π | DOM API | |
| api.ReadableStreamBYOBRequest.respondWithNewView π | DOM API | |
| api.ReadableStreamBYOBRequest.view π | DOM API | |
| api.ReadableStreamDefaultController π | DOM API | Deno: ReadableStreamDefaultController is not exposed on the global scope.Node.js: Available as a part of the stream/web module. |
| api.ReadableStreamDefaultController.close π | DOM API | |
| api.ReadableStreamDefaultController.desiredSize π | DOM API | |
| api.ReadableStreamDefaultController.enqueue π | DOM API | |
| api.ReadableStreamDefaultController.error π | DOM API | |
| api.ReadableStreamDefaultReader π | DOM API | Deno: ReadableStreamDefaultReader is not exposed on the global scope.Node.js: Available as a part of the stream/web module. |
| api.ReadableStreamDefaultReader.ReadableStreamDefaultReader π | DOM API | |
| api.ReadableStreamDefaultReader.cancel π | DOM API | |
| api.ReadableStreamDefaultReader.closed π | DOM API | |
| api.ReadableStreamDefaultReader.read π | DOM API | |
| api.ReadableStreamDefaultReader.releaseLock π | DOM API | |
| api.ReadableStreamDefaultReader.releaseLock.reject_pending_read_request | DOM API | Chrome: Before version 105, releaseLock() throws instead of rejecting.Chrome Android: Before version 105, releaseLock() throws instead of rejecting.Edge: Before version 105, releaseLock() throws instead of rejecting.Opera: Before version 91, releaseLock() throws instead of rejecting.Opera Android: Before version 72, releaseLock() throws instead of rejecting.Samsung Internet: Before version 20.0, releaseLock() throws instead of rejecting.WebView Android: Before version 105, releaseLock() throws instead of rejecting. |
| api.Rect | DOM API | |
| api.Rect.bottom | DOM API | |
| api.Rect.left | DOM API | |
| api.Rect.right | DOM API | |
| api.Rect.top | DOM API | |
| api.RelativeOrientationSensor π | DOM API | |
| api.RelativeOrientationSensor.RelativeOrientationSensor π | DOM API | |
| api.RemotePlayback π | DOM API | |
| api.RemotePlayback.cancelWatchAvailability π | DOM API | |
| api.RemotePlayback.connect_event π | DOM API | |
| api.RemotePlayback.connecting_event π | DOM API | |
| api.RemotePlayback.disconnect_event π | DOM API | |
| api.RemotePlayback.prompt π | DOM API | |
| api.RemotePlayback.state π | DOM API | |
| api.RemotePlayback.watchAvailability π | DOM API | |
| api.Report π | DOM API | Firefox: Worker support added in version 77 |
| api.Report.body π | DOM API | |
| api.Report.toJSON π | DOM API | |
| api.Report.type π | DOM API | |
| api.Report.url π | DOM API | |
| api.ReportBody π | DOM API | |
| api.ReportBody.toJSON π | DOM API | |
| api.ReportingObserver π | DOM API | |
| api.ReportingObserver.ReportingObserver π | DOM API | |
| api.ReportingObserver.disconnect π | DOM API | |
| api.ReportingObserver.observe π | DOM API | |
| api.ReportingObserver.takeRecords π | DOM API | |
| api.ReportingObserver.worker_support | DOM API | |
| api.Request π | DOM API | Chrome: Only available in service workers.Chrome Android: Only available in service workers.Opera: Only available in service workers.Opera Android: Only available in service workers.WebView Android: Only available in service workers. |
| api.Request.Request π | DOM API | Chrome: From Chrome 47, default values for the init argument's properties changed. mode defaults to same-origin (from no-cors). credentials defaults to include (from same-origin). redirect defaults to follow (from manual).Chrome Android: From Chrome Android 47, default values for the init argument's properties changed. mode defaults to same-origin (from no-cors). credentials defaults to include (from same-origin). redirect defaults to follow (from manual).Deno: Fetching with a "manual" redirect mode does not result in a "opaqueredirect" response, but a regular response.Quest Browser: From Quest Browser 5.0, default values for the init argument's properties changed. mode defaults to same-origin (from no-cors). credentials defaults to include (from same-origin). redirect defaults to follow (from manual).Samsung Internet: From Samsung Internet 5.0, default values for the init argument's properties changed. mode defaults to same-origin (from no-cors). credentials defaults to include (from same-origin). redirect defaults to follow (from manual).WebView Android: From WebView Android 47, default values for the init argument's properties changed. mode defaults to same-origin (from no-cors). credentials defaults to include (from same-origin). redirect defaults to follow (from manual). |
| api.Request.Request.cross_origin_stripped | DOM API | |
| api.Request.Request.init_attributionReporting_parameter π | DOM API | |
| api.Request.Request.init_browsingTopics_parameter | DOM API | |
| api.Request.Request.init_duplex_parameter π | DOM API | |
| api.Request.Request.init_keepalive_parameter π | DOM API | |
| api.Request.Request.init_priority_parameter π | DOM API | |
| api.Request.Request.init_referrer_parameter π | DOM API | |
| api.Request.Request.request_body_readablestream | DOM API | |
| api.Request.Request.response_body_readablestream | DOM API | |
| api.Request.arrayBuffer π | DOM API | |
| api.Request.blob π | DOM API | |
| api.Request.body π | DOM API | |
| api.Request.bodyUsed π | DOM API | |
| api.Request.bytes π | DOM API | |
| api.Request.cache π | DOM API | |
| api.Request.cache.only-if-cached | DOM API | |
| api.Request.clone π | DOM API | |
| api.Request.credentials π | DOM API | |
| api.Request.credentials.default_same-origin | DOM API | |
| api.Request.destination π | DOM API | |
| api.Request.duplex π | DOM API | |
| api.Request.formData π | DOM API | Safari: The method exists but always rejects with NotSupportedError. See bug 215671.Safari on iOS: The method exists but always rejects with NotSupportedError. See bug 215671.WebView on iOS: The method exists but always rejects with NotSupportedError. See bug 215671. |
| api.Request.headers π | DOM API | |
| api.Request.integrity π | DOM API | |
| api.Request.isHistoryNavigation π | DOM API | |
| api.Request.json π | DOM API | |
| api.Request.keepalive π | DOM API | |
| api.Request.method π | DOM API | |
| api.Request.mode π | DOM API | |
| api.Request.mode.navigate_mode | DOM API | |
| api.Request.redirect π | DOM API | Deno: Fetching with a "manual" redirect mode does not result in a "opaqueredirect" response, but a regular response. |
| api.Request.referrer π | DOM API | |
| api.Request.referrerPolicy π | DOM API | |
| api.Request.signal π | DOM API | |
| api.Request.targetAddressSpace π | DOM API | |
| api.Request.text π | DOM API | |
| api.Request.url π | DOM API | Chrome: Fragment support added in Chrome 59.Chrome Android: Fragment support added in Chrome Android 59.Quest Browser: Fragment support added in Quest Browser 5.0.Opera: Fragment support added in Opera 46.Opera Android: Fragment support added in Opera 46.Samsung Internet: Fragment support added in Samsung Internet 7.0.WebView Android: Fragment support added in WebView Android 59. |
| api.ResizeObserver π | DOM API | |
| api.ResizeObserver.ResizeObserver π | DOM API | |
| api.ResizeObserver.disconnect π | DOM API | |
| api.ResizeObserver.observe π | DOM API | |
| api.ResizeObserver.observe.options_box_parameter | DOM API | Firefox: Before version 93, the device-pixel-content-box value is not supported.Firefox for Android: Before version 93, the device-pixel-content-box value is not supported. |
| api.ResizeObserver.unobserve π | DOM API | |
| api.ResizeObserverEntry π | DOM API | |
| api.ResizeObserverEntry.borderBoxSize π | DOM API | Firefox: Implemented as a single object representing a content box size, rather than an array of content box size objects.Firefox for Android: Implemented as a single object representing a content box size, rather than an array of content box size objects. |
| api.ResizeObserverEntry.contentBoxSize π | DOM API | Firefox: Implemented as a single object representing a content box size, rather than an array of content box size objects.Firefox for Android: Implemented as a single object representing a content box size, rather than an array of content box size objects. |
| api.ResizeObserverEntry.contentRect π | DOM API | |
| api.ResizeObserverEntry.devicePixelContentBoxSize π | DOM API | |
| api.ResizeObserverEntry.target π | DOM API | |
| api.ResizeObserverSize π | DOM API | |
| api.ResizeObserverSize.blockSize π | DOM API | |
| api.ResizeObserverSize.inlineSize π | DOM API | |
| api.Response π | DOM API | Chrome: Only available in service workers.Chrome Android: Only available in service workers.Opera: Only available in service workers.Opera Android: Only available in service workers.WebView Android: Only available in service workers. |
| api.Response.Response π | DOM API | |
| api.Response.Response.accept_readablestream | DOM API | |
| api.Response.Response.body_parameter_optional | DOM API | |
| api.Response.arrayBuffer π | DOM API | |
| api.Response.blob π | DOM API | |
| api.Response.body π | DOM API | |
| api.Response.body.readable_byte_stream | DOM API | |
| api.Response.bodyUsed π | DOM API | |
| api.Response.bytes π | DOM API | |
| api.Response.clone π | DOM API | |
| api.Response.error_static π | DOM API | |
| api.Response.formData π | DOM API | Safari: The method exists but always rejects with NotSupportedError. See bug 215671.Safari on iOS: The method exists but always rejects with NotSupportedError. See bug 215671.WebView on iOS: The method exists but always rejects with NotSupportedError. See bug 215671. |
| api.Response.headers π | DOM API | |
| api.Response.json π | DOM API | |
| api.Response.json_static π | DOM API | |
| api.Response.ok π | DOM API | |
| api.Response.redirect_static π | DOM API | |
| api.Response.redirected π | DOM API | |
| api.Response.status π | DOM API | |
| api.Response.statusText π | DOM API | |
| api.Response.text π | DOM API | |
| api.Response.type π | DOM API | |
| api.Response.url π | DOM API | |
| api.RestrictionTarget π | DOM API | |
| api.RestrictionTarget.fromElement_static π | DOM API | |
| api.SVGAElement π | DOM API | |
| api.SVGAElement.download π | DOM API | |
| api.SVGAElement.href π | DOM API | |
| api.SVGAElement.hreflang π | DOM API | |
| api.SVGAElement.ping π | DOM API | Firefox: This property is exposed but has no effect if the browser.send_pings preference is not set to true. See bug 951104.Firefox for Android: This property is exposed but has no effect if the browser.send_pings preference is not set to true. See bug 951104. |
| api.SVGAElement.referrerPolicy π | DOM API | |
| api.SVGAElement.rel π | DOM API | |
| api.SVGAElement.relList π | DOM API | |
| api.SVGAElement.target π | DOM API | |
| api.SVGAElement.text π | DOM API | |
| api.SVGAElement.type π | DOM API | |
| api.SVGAngle π | DOM API | |
| api.SVGAngle.convertToSpecifiedUnits π | DOM API | |
| api.SVGAngle.newValueSpecifiedUnits π | DOM API | |
| api.SVGAngle.unitType π | DOM API | |
| api.SVGAngle.value π | DOM API | |
| api.SVGAngle.valueAsString π | DOM API | |
| api.SVGAngle.valueInSpecifiedUnits π | DOM API | |
| api.SVGAnimateColorElement π | DOM API | |
| api.SVGAnimateElement π | DOM API | |
| api.SVGAnimateMotionElement π | DOM API | |
| api.SVGAnimateTransformElement π | DOM API | |
| api.SVGAnimatedAngle π | DOM API | |
| api.SVGAnimatedAngle.animVal π | DOM API | |
| api.SVGAnimatedAngle.baseVal π | DOM API | |
| api.SVGAnimatedBoolean π | DOM API | |
| api.SVGAnimatedBoolean.animVal π | DOM API | |
| api.SVGAnimatedBoolean.baseVal π | DOM API | |
| api.SVGAnimatedEnumeration π | DOM API | |
| api.SVGAnimatedEnumeration.animVal π | DOM API | |
| api.SVGAnimatedEnumeration.baseVal π | DOM API | |
| api.SVGAnimatedInteger π | DOM API | |
| api.SVGAnimatedInteger.animVal π | DOM API | |
| api.SVGAnimatedInteger.baseVal π | DOM API | |
| api.SVGAnimatedLength π | DOM API | |
| api.SVGAnimatedLength.animVal π | DOM API | |
| api.SVGAnimatedLength.baseVal π | DOM API | |
| api.SVGAnimatedLengthList π | DOM API | |
| api.SVGAnimatedLengthList.animVal π | DOM API | |
| api.SVGAnimatedLengthList.baseVal π | DOM API | |
| api.SVGAnimatedNumber π | DOM API | |
| api.SVGAnimatedNumber.animVal π | DOM API | |
| api.SVGAnimatedNumber.baseVal π | DOM API | |
| api.SVGAnimatedNumberList π | DOM API | |
| api.SVGAnimatedNumberList.animVal π | DOM API | |
| api.SVGAnimatedNumberList.baseVal π | DOM API | |
| api.SVGAnimatedPreserveAspectRatio π | DOM API | |
| api.SVGAnimatedPreserveAspectRatio.animVal π | DOM API | |
| api.SVGAnimatedPreserveAspectRatio.baseVal π | DOM API | |
| api.SVGAnimatedRect π | DOM API | |
| api.SVGAnimatedRect.animVal π | DOM API | |
| api.SVGAnimatedRect.baseVal π | DOM API | |
| api.SVGAnimatedString π | DOM API | |
| api.SVGAnimatedString.animVal π | DOM API | |
| api.SVGAnimatedString.baseVal π | DOM API | |
| api.SVGAnimatedTransformList π | DOM API | |
| api.SVGAnimatedTransformList.animVal π | DOM API | |
| api.SVGAnimatedTransformList.baseVal π | DOM API | |
| api.SVGAnimationElement π | DOM API | |
| api.SVGAnimationElement.beginElement π | DOM API | |
| api.SVGAnimationElement.beginElementAt π | DOM API | |
| api.SVGAnimationElement.beginEvent_event π | DOM API | Chrome: The onbegin event handler property is not supported.Chrome Android: The onbegin event handler property is not supported.Firefox: The onbegin event handler property is not supported.Firefox for Android: The onbegin event handler property is not supported.Opera: The onbegin event handler property is not supported.Opera Android: The onbegin event handler property is not supported.Safari: The onbegin event handler property is not supported.Safari on iOS: The onbegin event handler property is not supported.Samsung Internet: The onbegin event handler property is not supported.WebView Android: The onbegin event handler property is not supported.WebView on iOS: The onbegin event handler property is not supported. |
| api.SVGAnimationElement.endElement π | DOM API | |
| api.SVGAnimationElement.endElementAt π | DOM API | |
| api.SVGAnimationElement.endEvent_event π | DOM API | Chrome: The onend event handler property is not supported.Chrome Android: The onend event handler property is not supported.Firefox: The onend event handler property is not supported.Firefox for Android: The onend event handler property is not supported.Opera: The onend event handler property is not supported.Opera Android: The onend event handler property is not supported.Safari: The onend event handler property is not supported.Safari on iOS: The onend event handler property is not supported.Samsung Internet: The onend event handler property is not supported.WebView Android: The onend event handler property is not supported.WebView on iOS: The onend event handler property is not supported. |
| api.SVGAnimationElement.getCurrentTime π | DOM API | |
| api.SVGAnimationElement.getSimpleDuration π | DOM API | |
| api.SVGAnimationElement.getStartTime π | DOM API | |
| api.SVGAnimationElement.repeatEvent_event π | DOM API | Chrome: The onrepeat event handler property is not supported.Chrome Android: The onrepeat event handler property is not supported.Firefox: The onrepeat event handler property is not supported.Firefox for Android: The onrepeat event handler property is not supported.Opera: The onrepeat event handler property is not supported.Opera Android: The onrepeat event handler property is not supported.Safari: The onrepeat event handler property is not supported.Safari on iOS: The onrepeat event handler property is not supported.Samsung Internet: The onrepeat event handler property is not supported.WebView Android: The onrepeat event handler property is not supported.WebView on iOS: The onrepeat event handler property is not supported. |
| api.SVGAnimationElement.requiredExtensions π | DOM API | |
| api.SVGAnimationElement.systemLanguage π | DOM API | |
| api.SVGAnimationElement.targetElement π | DOM API | |
| api.SVGCircleElement π | DOM API | |
| api.SVGCircleElement.cx π | DOM API | |
| api.SVGCircleElement.cy π | DOM API | |
| api.SVGCircleElement.r π | DOM API | |
| api.SVGClipPathElement π | DOM API | |
| api.SVGClipPathElement.clipPathUnits π | DOM API | |
| api.SVGClipPathElement.transform π | DOM API | |
| api.SVGComponentTransferFunctionElement π | DOM API | |
| api.SVGComponentTransferFunctionElement.amplitude π | DOM API | |
| api.SVGComponentTransferFunctionElement.exponent π | DOM API | |
| api.SVGComponentTransferFunctionElement.intercept π | DOM API | |
| api.SVGComponentTransferFunctionElement.offset π | DOM API | |
| api.SVGComponentTransferFunctionElement.slope π | DOM API | |
| api.SVGComponentTransferFunctionElement.tableValues π | DOM API | |
| api.SVGComponentTransferFunctionElement.type π | DOM API | |
| api.SVGCursorElement π | DOM API | |
| api.SVGDefsElement π | DOM API | |
| api.SVGDescElement π | DOM API | |
| api.SVGElement π | DOM API | |
| api.SVGElement.attributeStyleMap π | DOM API | |
| api.SVGElement.autofocus π | DOM API | Firefox: Only supported on SVGGraphicsElement.Firefox for Android: Only supported on SVGGraphicsElement. |
| api.SVGElement.blur π | DOM API | |
| api.SVGElement.className π | DOM API | |
| api.SVGElement.dataset π | DOM API | |
| api.SVGElement.error_event π | DOM API | |
| api.SVGElement.focus π | DOM API | |
| api.SVGElement.focus.options_preventScroll_parameter | DOM API | |
| api.SVGElement.load_event π | DOM API | Firefox: See bug 620002 for implementation status of the standard load event.Firefox for Android: See bug 620002 for implementation status of the standard load event. |
| api.SVGElement.nonce π | DOM API | |
| api.SVGElement.ownerSVGElement π | DOM API | |
| api.SVGElement.style π | DOM API | |
| api.SVGElement.tabIndex π | DOM API | |
| api.SVGElement.viewportElement π | DOM API | |
| api.SVGEllipseElement π | DOM API | |
| api.SVGEllipseElement.cx π | DOM API | |
| api.SVGEllipseElement.cy π | DOM API | |
| api.SVGEllipseElement.rx π | DOM API | |
| api.SVGEllipseElement.ry π | DOM API | |
| api.SVGFEBlendElement π | DOM API | |
| api.SVGFEBlendElement.height π | DOM API | |
| api.SVGFEBlendElement.in1 π | DOM API | |
| api.SVGFEBlendElement.in2 π | DOM API | |
| api.SVGFEBlendElement.mode π | DOM API | |
| api.SVGFEBlendElement.result π | DOM API | |
| api.SVGFEBlendElement.width π | DOM API | |
| api.SVGFEBlendElement.x π | DOM API | |
| api.SVGFEBlendElement.y π | DOM API | |
| api.SVGFEColorMatrixElement π | DOM API | |
| api.SVGFEColorMatrixElement.height π | DOM API | |
| api.SVGFEColorMatrixElement.in1 π | DOM API | |
| api.SVGFEColorMatrixElement.result π | DOM API | |
| api.SVGFEColorMatrixElement.type π | DOM API | |
| api.SVGFEColorMatrixElement.values π | DOM API | |
| api.SVGFEColorMatrixElement.width π | DOM API | |
| api.SVGFEColorMatrixElement.x π | DOM API | |
| api.SVGFEColorMatrixElement.y π | DOM API | |
| api.SVGFEComponentTransferElement π | DOM API | |
| api.SVGFEComponentTransferElement.height π | DOM API | |
| api.SVGFEComponentTransferElement.in1 π | DOM API | |
| api.SVGFEComponentTransferElement.result π | DOM API | |
| api.SVGFEComponentTransferElement.width π | DOM API | |
| api.SVGFEComponentTransferElement.x π | DOM API | |
| api.SVGFEComponentTransferElement.y π | DOM API | |
| api.SVGFECompositeElement π | DOM API | |
| api.SVGFECompositeElement.height π | DOM API | |
| api.SVGFECompositeElement.in1 π | DOM API | |
| api.SVGFECompositeElement.in2 π | DOM API | |
| api.SVGFECompositeElement.k1 π | DOM API | |
| api.SVGFECompositeElement.k2 π | DOM API | |
| api.SVGFECompositeElement.k3 π | DOM API | |
| api.SVGFECompositeElement.k4 π | DOM API | |
| api.SVGFECompositeElement.operator π | DOM API | |
| api.SVGFECompositeElement.result π | DOM API | |
| api.SVGFECompositeElement.width π | DOM API | |
| api.SVGFECompositeElement.x π | DOM API | |
| api.SVGFECompositeElement.y π | DOM API | |
| api.SVGFEConvolveMatrixElement π | DOM API | |
| api.SVGFEConvolveMatrixElement.bias π | DOM API | |
| api.SVGFEConvolveMatrixElement.divisor π | DOM API | |
| api.SVGFEConvolveMatrixElement.edgeMode π | DOM API | |
| api.SVGFEConvolveMatrixElement.height π | DOM API | |
| api.SVGFEConvolveMatrixElement.in1 π | DOM API | |
| api.SVGFEConvolveMatrixElement.kernelMatrix π | DOM API | |
| api.SVGFEConvolveMatrixElement.kernelUnitLengthX π | DOM API | |
| api.SVGFEConvolveMatrixElement.kernelUnitLengthY π | DOM API | |
| api.SVGFEConvolveMatrixElement.orderX π | DOM API | |
| api.SVGFEConvolveMatrixElement.orderY π | DOM API | |
| api.SVGFEConvolveMatrixElement.preserveAlpha π | DOM API | |
| api.SVGFEConvolveMatrixElement.result π | DOM API | |
| api.SVGFEConvolveMatrixElement.targetX π | DOM API | |
| api.SVGFEConvolveMatrixElement.targetY π | DOM API | |
| api.SVGFEConvolveMatrixElement.width π | DOM API | |
| api.SVGFEConvolveMatrixElement.x π | DOM API | |
| api.SVGFEConvolveMatrixElement.y π | DOM API | |
| api.SVGFEDiffuseLightingElement π | DOM API | |
| api.SVGFEDiffuseLightingElement.diffuseConstant π | DOM API | |
| api.SVGFEDiffuseLightingElement.height π | DOM API | |
| api.SVGFEDiffuseLightingElement.in1 π | DOM API | |
| api.SVGFEDiffuseLightingElement.kernelUnitLengthX π | DOM API | |
| api.SVGFEDiffuseLightingElement.kernelUnitLengthY π | DOM API | |
| api.SVGFEDiffuseLightingElement.result π | DOM API | |
| api.SVGFEDiffuseLightingElement.surfaceScale π | DOM API | |
| api.SVGFEDiffuseLightingElement.width π | DOM API | |
| api.SVGFEDiffuseLightingElement.x π | DOM API | |
| api.SVGFEDiffuseLightingElement.y π | DOM API | |
| api.SVGFEDisplacementMapElement π | DOM API | |
| api.SVGFEDisplacementMapElement.height π | DOM API | |
| api.SVGFEDisplacementMapElement.in1 π | DOM API | |
| api.SVGFEDisplacementMapElement.in2 π | DOM API | |
| api.SVGFEDisplacementMapElement.result π | DOM API | |
| api.SVGFEDisplacementMapElement.scale π | DOM API | |
| api.SVGFEDisplacementMapElement.width π | DOM API | |
| api.SVGFEDisplacementMapElement.x π | DOM API | |
| api.SVGFEDisplacementMapElement.xChannelSelector π | DOM API | |
| api.SVGFEDisplacementMapElement.y π | DOM API | |
| api.SVGFEDisplacementMapElement.yChannelSelector π | DOM API | |
| api.SVGFEDistantLightElement π | DOM API | |
| api.SVGFEDistantLightElement.azimuth π | DOM API | |
| api.SVGFEDistantLightElement.elevation π | DOM API | |
| api.SVGFEDropShadowElement π | DOM API | |
| api.SVGFEDropShadowElement.dx π | DOM API | |
| api.SVGFEDropShadowElement.dy π | DOM API | |
| api.SVGFEDropShadowElement.height π | DOM API | |
| api.SVGFEDropShadowElement.in1 π | DOM API | |
| api.SVGFEDropShadowElement.result π | DOM API | |
| api.SVGFEDropShadowElement.setStdDeviation π | DOM API | |
| api.SVGFEDropShadowElement.stdDeviationX π | DOM API | |
| api.SVGFEDropShadowElement.stdDeviationY π | DOM API | |
| api.SVGFEDropShadowElement.width π | DOM API | |
| api.SVGFEDropShadowElement.x π | DOM API | |
| api.SVGFEDropShadowElement.y π | DOM API | |
| api.SVGFEFloodElement π | DOM API | |
| api.SVGFEFloodElement.height π | DOM API | |
| api.SVGFEFloodElement.result π | DOM API | |
| api.SVGFEFloodElement.width π | DOM API | |
| api.SVGFEFloodElement.x π | DOM API | |
| api.SVGFEFloodElement.y π | DOM API | |
| api.SVGFEFuncAElement π | DOM API | |
| api.SVGFEFuncBElement π | DOM API | |
| api.SVGFEFuncGElement π | DOM API | |
| api.SVGFEFuncRElement π | DOM API | |
| api.SVGFEGaussianBlurElement π | DOM API | |
| api.SVGFEGaussianBlurElement.edgeMode π | DOM API | |
| api.SVGFEGaussianBlurElement.height π | DOM API | |
| api.SVGFEGaussianBlurElement.in1 π | DOM API | |
| api.SVGFEGaussianBlurElement.result π | DOM API | |
| api.SVGFEGaussianBlurElement.setStdDeviation π | DOM API | |
| api.SVGFEGaussianBlurElement.stdDeviationX π | DOM API | |
| api.SVGFEGaussianBlurElement.stdDeviationY π | DOM API | |
| api.SVGFEGaussianBlurElement.width π | DOM API | |
| api.SVGFEGaussianBlurElement.x π | DOM API | |
| api.SVGFEGaussianBlurElement.y π | DOM API | |
| api.SVGFEImageElement π | DOM API | |
| api.SVGFEImageElement.crossOrigin π | DOM API | |
| api.SVGFEImageElement.height π | DOM API | |
| api.SVGFEImageElement.href π | DOM API | |
| api.SVGFEImageElement.preserveAspectRatio π | DOM API | |
| api.SVGFEImageElement.result π | DOM API | |
| api.SVGFEImageElement.width π | DOM API | |
| api.SVGFEImageElement.x π | DOM API | |
| api.SVGFEImageElement.y π | DOM API | |
| api.SVGFEMergeElement π | DOM API | |
| api.SVGFEMergeElement.height π | DOM API | |
| api.SVGFEMergeElement.result π | DOM API | |
| api.SVGFEMergeElement.width π | DOM API | |
| api.SVGFEMergeElement.x π | DOM API | |
| api.SVGFEMergeElement.y π | DOM API | |
| api.SVGFEMergeNodeElement π | DOM API | |
| api.SVGFEMergeNodeElement.in1 π | DOM API | |
| api.SVGFEMorphologyElement π | DOM API | |
| api.SVGFEMorphologyElement.height π | DOM API | |
| api.SVGFEMorphologyElement.in1 π | DOM API | |
| api.SVGFEMorphologyElement.operator π | DOM API | |
| api.SVGFEMorphologyElement.radiusX π | DOM API | |
| api.SVGFEMorphologyElement.radiusY π | DOM API | |
| api.SVGFEMorphologyElement.result π | DOM API | |
| api.SVGFEMorphologyElement.width π | DOM API | |
| api.SVGFEMorphologyElement.x π | DOM API | |
| api.SVGFEMorphologyElement.y π | DOM API | |
| api.SVGFEOffsetElement π | DOM API | |
| api.SVGFEOffsetElement.dx π | DOM API | |
| api.SVGFEOffsetElement.dy π | DOM API | |
| api.SVGFEOffsetElement.height π | DOM API | |
| api.SVGFEOffsetElement.in1 π | DOM API | |
| api.SVGFEOffsetElement.result π | DOM API | |
| api.SVGFEOffsetElement.width π | DOM API | |
| api.SVGFEOffsetElement.x π | DOM API | |
| api.SVGFEOffsetElement.y π | DOM API | |
| api.SVGFEPointLightElement π | DOM API | |
| api.SVGFEPointLightElement.x π | DOM API | |
| api.SVGFEPointLightElement.y π | DOM API | |
| api.SVGFEPointLightElement.z π | DOM API | |
| api.SVGFESpecularLightingElement π | DOM API | |
| api.SVGFESpecularLightingElement.height π | DOM API | |
| api.SVGFESpecularLightingElement.in1 π | DOM API | |
| api.SVGFESpecularLightingElement.kernelUnitLengthX π | DOM API | |
| api.SVGFESpecularLightingElement.kernelUnitLengthY π | DOM API | |
| api.SVGFESpecularLightingElement.result π | DOM API | |
| api.SVGFESpecularLightingElement.specularConstant π | DOM API | |
| api.SVGFESpecularLightingElement.specularExponent π | DOM API | |
| api.SVGFESpecularLightingElement.surfaceScale π | DOM API | |
| api.SVGFESpecularLightingElement.width π | DOM API | |
| api.SVGFESpecularLightingElement.x π | DOM API | |
| api.SVGFESpecularLightingElement.y π | DOM API | |
| api.SVGFESpotLightElement π | DOM API | |
| api.SVGFESpotLightElement.limitingConeAngle π | DOM API | |
| api.SVGFESpotLightElement.pointsAtX π | DOM API | |
| api.SVGFESpotLightElement.pointsAtY π | DOM API | |
| api.SVGFESpotLightElement.pointsAtZ π | DOM API | |
| api.SVGFESpotLightElement.specularExponent π | DOM API | |
| api.SVGFESpotLightElement.x π | DOM API | |
| api.SVGFESpotLightElement.y π | DOM API | |
| api.SVGFESpotLightElement.z π | DOM API | |
| api.SVGFETileElement π | DOM API | |
| api.SVGFETileElement.height π | DOM API | |
| api.SVGFETileElement.in1 π | DOM API | |
| api.SVGFETileElement.result π | DOM API | |
| api.SVGFETileElement.width π | DOM API | |
| api.SVGFETileElement.x π | DOM API | |
| api.SVGFETileElement.y π | DOM API | |
| api.SVGFETurbulenceElement π | DOM API | |
| api.SVGFETurbulenceElement.baseFrequencyX π | DOM API | |
| api.SVGFETurbulenceElement.baseFrequencyY π | DOM API | |
| api.SVGFETurbulenceElement.height π | DOM API | |
| api.SVGFETurbulenceElement.numOctaves π | DOM API | |
| api.SVGFETurbulenceElement.result π | DOM API | |
| api.SVGFETurbulenceElement.seed π | DOM API | |
| api.SVGFETurbulenceElement.stitchTiles π | DOM API | |
| api.SVGFETurbulenceElement.type π | DOM API | |
| api.SVGFETurbulenceElement.width π | DOM API | |
| api.SVGFETurbulenceElement.x π | DOM API | |
| api.SVGFETurbulenceElement.y π | DOM API | |
| api.SVGFilterElement π | DOM API | |
| api.SVGFilterElement.filterUnits π | DOM API | |
| api.SVGFilterElement.height π | DOM API | |
| api.SVGFilterElement.href π | DOM API | |
| api.SVGFilterElement.primitiveUnits π | DOM API | |
| api.SVGFilterElement.width π | DOM API | |
| api.SVGFilterElement.x π | DOM API | |
| api.SVGFilterElement.y π | DOM API | |
| api.SVGFontElement π | DOM API | |
| api.SVGFontFaceElement π | DOM API | |
| api.SVGFontFaceFormatElement π | DOM API | |
| api.SVGFontFaceNameElement π | DOM API | |
| api.SVGFontFaceSrcElement π | DOM API | |
| api.SVGFontFaceUriElement π | DOM API | |
| api.SVGForeignObjectElement π | DOM API | |
| api.SVGForeignObjectElement.height π | DOM API | |
| api.SVGForeignObjectElement.width π | DOM API | |
| api.SVGForeignObjectElement.x π | DOM API | |
| api.SVGForeignObjectElement.y π | DOM API | |
| api.SVGGElement π | DOM API | |
| api.SVGGeometryElement π | DOM API | Chrome: The SVGGeometryElement interface itself is not present, but some of its members are available on the SVGPathElement interface.Chrome Android: The SVGGeometryElement interface itself is not present, but some of its members are available on the SVGPathElement interface.Edge: The SVGGeometryElement interface itself is not present, but some of its members are available on the SVGPathElement interface.Firefox: The SVGGeometryElement interface itself is not present, but some of its members are available on the SVGPathElement interface.Firefox for Android: The SVGGeometryElement interface itself is not present, but some of its members are available on the SVGPathElement interface.Internet Explorer: The SVGGeometryElement interface itself is not present, but some of its members are available on the SVGPathElement interface.Opera: The SVGGeometryElement interface itself is not present, but some of its members are available on the SVGPathElement interface.Opera Android: The SVGGeometryElement interface itself is not present, but some of its members are available on the SVGPathElement interface.Safari: The SVGGeometryElement interface itself is not present, but some of its members are available on the SVGPathElement interface.Safari on iOS: The SVGGeometryElement interface itself is not present, but some of its members are available on the SVGPathElement interface.Samsung Internet: The SVGGeometryElement interface itself is not present, but some of its members are available on the SVGPathElement interface.WebView Android: The SVGGeometryElement interface itself is not present, but some of its members are available on the SVGPathElement interface.WebView on iOS: The SVGGeometryElement interface itself is not present, but some of its members are available on the SVGPathElement interface. |
| api.SVGGeometryElement.getPointAtLength π | DOM API | Chrome: Only supported for SVGPathElement, not all SVGGeometryElement objects.Chrome Android: Only supported for SVGPathElement, not all SVGGeometryElement objects.Edge: Only supported for SVGPathElement, not all SVGGeometryElement objects.Firefox: Only supported for SVGPathElement, not all SVGGeometryElement objects.Firefox for Android: Only supported for SVGPathElement, not all SVGGeometryElement objects.Internet Explorer: Only supported for SVGPathElement, not all SVGGeometryElement objects.Opera: Only supported for SVGPathElement, not all SVGGeometryElement objects.Opera Android: Only supported for SVGPathElement, not all SVGGeometryElement objects.Safari: Only supported for SVGPathElement, not all SVGGeometryElement objects.Safari on iOS: Only supported for SVGPathElement, not all SVGGeometryElement objects.Samsung Internet: Only supported for SVGPathElement, not all SVGGeometryElement objects.WebView Android: Only supported for SVGPathElement, not all SVGGeometryElement objects.WebView on iOS: Only supported for SVGPathElement, not all SVGGeometryElement objects. |
| api.SVGGeometryElement.getTotalLength π | DOM API | Chrome: Only supported for SVGPathElement, not all SVGGeometryElement objects.Chrome Android: Only supported for SVGPathElement, not all SVGGeometryElement objects.Edge: Only supported for SVGPathElement, not all SVGGeometryElement objects.Firefox: Only supported for SVGPathElement, not all SVGGeometryElement objects.Firefox for Android: Only supported for SVGPathElement, not all SVGGeometryElement objects.Internet Explorer: Only supported for SVGPathElement, not all SVGGeometryElement objects.Opera: Only supported for SVGPathElement, not all SVGGeometryElement objects.Opera Android: Only supported for SVGPathElement, not all SVGGeometryElement objects.Safari: Only supported for SVGPathElement, not all SVGGeometryElement objects.Safari on iOS: Only supported for SVGPathElement, not all SVGGeometryElement objects.Samsung Internet: Only supported for SVGPathElement, not all SVGGeometryElement objects.WebView Android: Only supported for SVGPathElement, not all SVGGeometryElement objects.WebView on iOS: Only supported for SVGPathElement, not all SVGGeometryElement objects. |
| api.SVGGeometryElement.isPointInFill π | DOM API | Chrome: The element this method is called for must be in the DOM; otherwise, this method will always return false.Chrome Android: The element this method is called for must be in the DOM; otherwise, this method will always return false.Edge: The element this method is called for must be in the DOM; otherwise, this method will always return false.Quest Browser: The element this method is called for must be in the DOM; otherwise, this method will always return false.Opera: The element this method is called for must be in the DOM; otherwise, this method will always return false.Opera Android: The element this method is called for must be in the DOM; otherwise, this method will always return false.WebView Android: The element this method is called for must be in the DOM; otherwise, this method will always return false. |
| api.SVGGeometryElement.isPointInFill.point_parameter_DOMPoint | DOM API | |
| api.SVGGeometryElement.isPointInStroke π | DOM API | Chrome: The element this method is called for must be in the DOM; otherwise, this method will always return false.Chrome Android: The element this method is called for must be in the DOM; otherwise, this method will always return false.Edge: The element this method is called for must be in the DOM; otherwise, this method will always return false.Quest Browser: The element this method is called for must be in the DOM; otherwise, this method will always return false.Opera: The element this method is called for must be in the DOM; otherwise, this method will always return false.Opera Android: The element this method is called for must be in the DOM; otherwise, this method will always return false.WebView Android: The element this method is called for must be in the DOM; otherwise, this method will always return false. |
| api.SVGGeometryElement.isPointInStroke.point_parameter_DOMPoint | DOM API | |
| api.SVGGeometryElement.pathLength π | DOM API | Chrome: Only supported for SVGPathElement, not all SVGGeometryElement objects.Chrome Android: Only supported for SVGPathElement, not all SVGGeometryElement objects.Firefox: Only supported for SVGPathElement, not all SVGGeometryElement objects.Firefox for Android: Only supported for SVGPathElement, not all SVGGeometryElement objects.Opera: Only supported for SVGPathElement, not all SVGGeometryElement objects.Opera Android: Only supported for SVGPathElement, not all SVGGeometryElement objects.Safari: Only supported for SVGPathElement, not all SVGGeometryElement objects.Safari on iOS: Only supported for SVGPathElement, not all SVGGeometryElement objects.Samsung Internet: Only supported for SVGPathElement, not all SVGGeometryElement objects.WebView Android: Only supported for SVGPathElement, not all SVGGeometryElement objects.WebView on iOS: Only supported for SVGPathElement, not all SVGGeometryElement objects. |
| api.SVGGlyphElement π | DOM API | |
| api.SVGGlyphRefElement π | DOM API | |
| api.SVGGlyphRefElement.dx | DOM API | |
| api.SVGGlyphRefElement.dy | DOM API | |
| api.SVGGlyphRefElement.format | DOM API | |
| api.SVGGlyphRefElement.glyphRef | DOM API | |
| api.SVGGlyphRefElement.href π | DOM API | |
| api.SVGGlyphRefElement.x | DOM API | |
| api.SVGGlyphRefElement.y | DOM API | |
| api.SVGGradientElement π | DOM API | |
| api.SVGGradientElement.gradientTransform π | DOM API | |
| api.SVGGradientElement.gradientUnits π | DOM API | |
| api.SVGGradientElement.href π | DOM API | |
| api.SVGGradientElement.spreadMethod π | DOM API | |
| api.SVGGraphicsElement π | DOM API | Chrome: The SVGGraphicsElement interface itself is not present, but some of its members are available on interfaces that inherit from SVGGraphicsElement.Chrome Android: The SVGGraphicsElement interface itself is not present, but some of its members are available on interfaces that inherit from SVGGraphicsElement.Firefox: The SVGGraphicsElement interface itself is not present, but some of its members are available on interfaces that inherit from SVGGraphicsElement.Firefox for Android: The SVGGraphicsElement interface itself is not present, but some of its members are available on interfaces that inherit from SVGGraphicsElement.Internet Explorer: The SVGGraphicsElement interface itself is not present, but some of its members are available on interfaces that inherit from SVGGraphicsElement.Opera: The SVGGraphicsElement interface itself is not present, but some of its members are available on interfaces that inherit from SVGGraphicsElement.Opera Android: The SVGGraphicsElement interface itself is not present, but some of its members are available on interfaces that inherit from SVGGraphicsElement.Safari: The SVGGraphicsElement interface itself is not present, but some of its members are available on interfaces that inherit from SVGGraphicsElement.Safari on iOS: The SVGGraphicsElement interface itself is not present, but some of its members are available on interfaces that inherit from SVGGraphicsElement.Samsung Internet: The SVGGraphicsElement interface itself is not present, but some of its members are available on interfaces that inherit from SVGGraphicsElement.WebView Android: The SVGGraphicsElement interface itself is not present, but some of its members are available on interfaces that inherit from SVGGraphicsElement.WebView on iOS: The SVGGraphicsElement interface itself is not present, but some of its members are available on interfaces that inherit from SVGGraphicsElement. |
| api.SVGGraphicsElement.getBBox π | DOM API | Firefox: Before Firefox 128, the getBBox() method returned an empty DOMRect when there is no fill (bug 1019326).Firefox: Before Firefox 68, this method didn't work for <textPath> and <tspan> elements (bug 937268).Firefox for Android: Before Firefox for Android 128, the getBBox() method returned an empty DOMRect when there is no fill (bug 1019326).Firefox for Android: Before Firefox for Android 68, this method didn't work for <textPath> and <tspan> elements (bug 937268). |
| api.SVGGraphicsElement.getCTM π | DOM API | |
| api.SVGGraphicsElement.getScreenCTM π | DOM API | Safari: Transforms on the parent are not propagated down to its children; see bug 209220.Safari on iOS: Transforms on the parent are not propagated down to its children; see bug 209220.WebView on iOS: Transforms on the parent are not propagated down to its children; see bug 209220. |
| api.SVGGraphicsElement.requiredExtensions π | DOM API | |
| api.SVGGraphicsElement.systemLanguage π | DOM API | |
| api.SVGGraphicsElement.transform π | DOM API | |
| api.SVGHKernElement π | DOM API | |
| api.SVGImageElement π | DOM API | |
| api.SVGImageElement.crossOrigin π | DOM API | |
| api.SVGImageElement.decode π | DOM API | |
| api.SVGImageElement.decoding π | DOM API | |
| api.SVGImageElement.height π | DOM API | |
| api.SVGImageElement.href π | DOM API | |
| api.SVGImageElement.preserveAspectRatio π | DOM API | |
| api.SVGImageElement.width π | DOM API | |
| api.SVGImageElement.x π | DOM API | |
| api.SVGImageElement.y π | DOM API | |
| api.SVGLength π | DOM API | |
| api.SVGLength.convertToSpecifiedUnits π | DOM API | |
| api.SVGLength.newValueSpecifiedUnits π | DOM API | |
| api.SVGLength.unitType π | DOM API | |
| api.SVGLength.value π | DOM API | |
| api.SVGLength.valueAsString π | DOM API | |
| api.SVGLength.valueInSpecifiedUnits π | DOM API | |
| api.SVGLengthList π | DOM API | |
| api.SVGLengthList.appendItem π | DOM API | |
| api.SVGLengthList.clear π | DOM API | |
| api.SVGLengthList.getItem π | DOM API | |
| api.SVGLengthList.initialize π | DOM API | |
| api.SVGLengthList.insertItemBefore π | DOM API | |
| api.SVGLengthList.length π | DOM API | |
| api.SVGLengthList.numberOfItems π | DOM API | |
| api.SVGLengthList.removeItem π | DOM API | |
| api.SVGLengthList.replaceItem π | DOM API | |
| api.SVGLineElement π | DOM API | |
| api.SVGLineElement.x1 π | DOM API | |
| api.SVGLineElement.x2 π | DOM API | |
| api.SVGLineElement.y1 π | DOM API | |
| api.SVGLineElement.y2 π | DOM API | |
| api.SVGLinearGradientElement π | DOM API | |
| api.SVGLinearGradientElement.x1 π | DOM API | |
| api.SVGLinearGradientElement.x2 π | DOM API | |
| api.SVGLinearGradientElement.y1 π | DOM API | |
| api.SVGLinearGradientElement.y2 π | DOM API | |
| api.SVGMPathElement π | DOM API | |
| api.SVGMPathElement.href π | DOM API | |
| api.SVGMarkerElement π | DOM API | |
| api.SVGMarkerElement.markerHeight π | DOM API | |
| api.SVGMarkerElement.markerUnits π | DOM API | |
| api.SVGMarkerElement.markerWidth π | DOM API | |
| api.SVGMarkerElement.orient π | DOM API | |
| api.SVGMarkerElement.orientAngle π | DOM API | |
| api.SVGMarkerElement.orientType π | DOM API | |
| api.SVGMarkerElement.preserveAspectRatio π | DOM API | |
| api.SVGMarkerElement.refX π | DOM API | |
| api.SVGMarkerElement.refY π | DOM API | |
| api.SVGMarkerElement.setOrientToAngle π | DOM API | |
| api.SVGMarkerElement.setOrientToAuto π | DOM API | |
| api.SVGMarkerElement.viewBox π | DOM API | |
| api.SVGMaskElement π | DOM API | |
| api.SVGMaskElement.height π | DOM API | |
| api.SVGMaskElement.maskContentUnits π | DOM API | |
| api.SVGMaskElement.maskUnits π | DOM API | |
| api.SVGMaskElement.width π | DOM API | |
| api.SVGMaskElement.x π | DOM API | |
| api.SVGMaskElement.y π | DOM API | |
| api.SVGMetadataElement π | DOM API | |
| api.SVGMissingGlyphElement π | DOM API | |
| api.SVGNumber π | DOM API | |
| api.SVGNumber.value π | DOM API | |
| api.SVGNumberList π | DOM API | |
| api.SVGNumberList.appendItem π | DOM API | |
| api.SVGNumberList.clear π | DOM API | |
| api.SVGNumberList.getItem π | DOM API | |
| api.SVGNumberList.initialize π | DOM API | |
| api.SVGNumberList.insertItemBefore π | DOM API | |
| api.SVGNumberList.length π | DOM API | |
| api.SVGNumberList.numberOfItems π | DOM API | |
| api.SVGNumberList.removeItem π | DOM API | |
| api.SVGNumberList.replaceItem π | DOM API | |
| api.SVGPathElement π | DOM API | |
| api.SVGPathElement.createSVGPathSegArcAbs | DOM API | |
| api.SVGPathElement.createSVGPathSegArcRel | DOM API | |
| api.SVGPathElement.createSVGPathSegClosePath | DOM API | |
| api.SVGPathElement.createSVGPathSegCurvetoCubicAbs | DOM API | |
| api.SVGPathElement.createSVGPathSegCurvetoCubicRel | DOM API | |
| api.SVGPathElement.createSVGPathSegCurvetoCubicSmoothAbs | DOM API | |
| api.SVGPathElement.createSVGPathSegCurvetoCubicSmoothRel | DOM API | |
| api.SVGPathElement.createSVGPathSegCurvetoQuadraticAbs | DOM API | |
| api.SVGPathElement.createSVGPathSegCurvetoQuadraticRel | DOM API | |
| api.SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothAbs | DOM API | |
| api.SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothRel | DOM API | |
| api.SVGPathElement.createSVGPathSegLinetoAbs | DOM API | |
| api.SVGPathElement.createSVGPathSegLinetoHorizontalAbs | DOM API | |
| api.SVGPathElement.createSVGPathSegLinetoHorizontalRel | DOM API | |
| api.SVGPathElement.createSVGPathSegLinetoRel | DOM API | |
| api.SVGPathElement.createSVGPathSegLinetoVerticalAbs | DOM API | |
| api.SVGPathElement.createSVGPathSegLinetoVerticalRel | DOM API | |
| api.SVGPathElement.createSVGPathSegMovetoAbs | DOM API | |
| api.SVGPathElement.createSVGPathSegMovetoRel | DOM API | |
| api.SVGPathElement.getPathSegAtLength | DOM API | |
| api.SVGPatternElement π | DOM API | |
| api.SVGPatternElement.height π | DOM API | |
| api.SVGPatternElement.href π | DOM API | |
| api.SVGPatternElement.patternContentUnits π | DOM API | |
| api.SVGPatternElement.patternTransform π | DOM API | |
| api.SVGPatternElement.patternUnits π | DOM API | |
| api.SVGPatternElement.preserveAspectRatio π | DOM API | |
| api.SVGPatternElement.viewBox π | DOM API | |
| api.SVGPatternElement.width π | DOM API | |
| api.SVGPatternElement.x π | DOM API | |
| api.SVGPatternElement.y π | DOM API | |
| api.SVGPoint π | DOM API | |
| api.SVGPoint.matrixTransform π | DOM API | |
| api.SVGPoint.x π | DOM API | |
| api.SVGPoint.y π | DOM API | |
| api.SVGPointList π | DOM API | |
| api.SVGPointList.appendItem π | DOM API | |
| api.SVGPointList.clear π | DOM API | |
| api.SVGPointList.getItem π | DOM API | |
| api.SVGPointList.initialize π | DOM API | |
| api.SVGPointList.insertItemBefore π | DOM API | |
| api.SVGPointList.length π | DOM API | |
| api.SVGPointList.numberOfItems π | DOM API | |
| api.SVGPointList.removeItem π | DOM API | |
| api.SVGPointList.replaceItem π | DOM API | |
| api.SVGPolygonElement π | DOM API | |
| api.SVGPolygonElement.animatedPoints π | DOM API | |
| api.SVGPolygonElement.points π | DOM API | |
| api.SVGPolylineElement π | DOM API | |
| api.SVGPolylineElement.animatedPoints π | DOM API | |
| api.SVGPolylineElement.points π | DOM API | |
| api.SVGPreserveAspectRatio π | DOM API | |
| api.SVGPreserveAspectRatio.align π | DOM API | |
| api.SVGPreserveAspectRatio.meetOrSlice π | DOM API | |
| api.SVGRadialGradientElement π | DOM API | |
| api.SVGRadialGradientElement.cx π | DOM API | |
| api.SVGRadialGradientElement.cy π | DOM API | |
| api.SVGRadialGradientElement.fr π | DOM API | |
| api.SVGRadialGradientElement.fx π | DOM API | |
| api.SVGRadialGradientElement.fy π | DOM API | |
| api.SVGRadialGradientElement.r π | DOM API | |
| api.SVGRect π | DOM API | |
| api.SVGRect.height | DOM API | |
| api.SVGRect.width | DOM API | |
| api.SVGRect.x | DOM API | |
| api.SVGRect.y | DOM API | |
| api.SVGRectElement π | DOM API | |
| api.SVGRectElement.height π | DOM API | |
| api.SVGRectElement.rx π | DOM API | |
| api.SVGRectElement.ry π | DOM API | |
| api.SVGRectElement.width π | DOM API | |
| api.SVGRectElement.x π | DOM API | |
| api.SVGRectElement.y π | DOM API | |
| api.SVGRenderingIntent π | DOM API | |
| api.SVGSVGElement π | DOM API | |
| api.SVGSVGElement.animationsPaused π | DOM API | |
| api.SVGSVGElement.checkEnclosure π | DOM API | |
| api.SVGSVGElement.checkIntersection π | DOM API | |
| api.SVGSVGElement.createSVGAngle π | DOM API | |
| api.SVGSVGElement.createSVGLength π | DOM API | |
| api.SVGSVGElement.createSVGMatrix π | DOM API | |
| api.SVGSVGElement.createSVGNumber π | DOM API | |
| api.SVGSVGElement.createSVGPoint π | DOM API | |
| api.SVGSVGElement.createSVGRect π | DOM API | |
| api.SVGSVGElement.createSVGTransform π | DOM API | |
| api.SVGSVGElement.createSVGTransformFromMatrix π | DOM API | |
| api.SVGSVGElement.currentScale π | DOM API | |
| api.SVGSVGElement.currentTranslate π | DOM API | |
| api.SVGSVGElement.currentView | DOM API | |
| api.SVGSVGElement.deselectAll π | DOM API | |
| api.SVGSVGElement.forceRedraw π | DOM API | |
| api.SVGSVGElement.getCurrentTime π | DOM API | |
| api.SVGSVGElement.getElementById π | DOM API | |
| api.SVGSVGElement.getEnclosureList π | DOM API | |
| api.SVGSVGElement.getIntersectionList π | DOM API | |
| api.SVGSVGElement.height π | DOM API | |
| api.SVGSVGElement.pauseAnimations π | DOM API | |
| api.SVGSVGElement.preserveAspectRatio π | DOM API | |
| api.SVGSVGElement.setCurrentTime π | DOM API | |
| api.SVGSVGElement.suspendRedraw π | DOM API | |
| api.SVGSVGElement.unpauseAnimations π | DOM API | |
| api.SVGSVGElement.unsuspendRedraw π | DOM API | |
| api.SVGSVGElement.unsuspendRedrawAll π | DOM API | |
| api.SVGSVGElement.useCurrentView | DOM API | |
| api.SVGSVGElement.viewBox π | DOM API | |
| api.SVGSVGElement.width π | DOM API | |
| api.SVGSVGElement.x π | DOM API | |
| api.SVGSVGElement.y π | DOM API | |
| api.SVGScriptElement π | DOM API | |
| api.SVGScriptElement.async | DOM API | |
| api.SVGScriptElement.crossOrigin π | DOM API | |
| api.SVGScriptElement.defer | DOM API | |
| api.SVGScriptElement.href π | DOM API | |
| api.SVGScriptElement.type π | DOM API | |
| api.SVGSetElement π | DOM API | |
| api.SVGStopElement π | DOM API | |
| api.SVGStopElement.offset π | DOM API | |
| api.SVGStringList π | DOM API | Firefox: Since version 13, SVGStringList is indexable like Array which is a non-standard behavior.Firefox for Android: SVGStringList is indexable like Array which is a non-standard behavior. |
| api.SVGStringList.appendItem π | DOM API | |
| api.SVGStringList.clear π | DOM API | |
| api.SVGStringList.getItem π | DOM API | |
| api.SVGStringList.initialize π | DOM API | |
| api.SVGStringList.insertItemBefore π | DOM API | |
| api.SVGStringList.length π | DOM API | |
| api.SVGStringList.numberOfItems π | DOM API | |
| api.SVGStringList.removeItem π | DOM API | |
| api.SVGStringList.replaceItem π | DOM API | |
| api.SVGStyleElement π | DOM API | |
| api.SVGStyleElement.disabled π | DOM API | |
| api.SVGStyleElement.media π | DOM API | |
| api.SVGStyleElement.sheet π | DOM API | |
| api.SVGStyleElement.title π | DOM API | |
| api.SVGStyleElement.type π | DOM API | |
| api.SVGSwitchElement π | DOM API | |
| api.SVGSymbolElement π | DOM API | |
| api.SVGSymbolElement.preserveAspectRatio π | DOM API | |
| api.SVGSymbolElement.viewBox π | DOM API | |
| api.SVGTRefElement π | DOM API | |
| api.SVGTSpanElement π | DOM API | |
| api.SVGTextContentElement π | DOM API | |
| api.SVGTextContentElement.getCharNumAtPosition π | DOM API | |
| api.SVGTextContentElement.getComputedTextLength π | DOM API | |
| api.SVGTextContentElement.getEndPositionOfChar π | DOM API | |
| api.SVGTextContentElement.getExtentOfChar π | DOM API | |
| api.SVGTextContentElement.getNumberOfChars π | DOM API | |
| api.SVGTextContentElement.getRotationOfChar π | DOM API | |
| api.SVGTextContentElement.getStartPositionOfChar π | DOM API | |
| api.SVGTextContentElement.getSubStringLength π | DOM API | |
| api.SVGTextContentElement.lengthAdjust π | DOM API | |
| api.SVGTextContentElement.selectSubString π | DOM API | |
| api.SVGTextContentElement.textLength π | DOM API | |
| api.SVGTextElement π | DOM API | |
| api.SVGTextPathElement π | DOM API | |
| api.SVGTextPathElement.href π | DOM API | |
| api.SVGTextPathElement.method π | DOM API | |
| api.SVGTextPathElement.spacing π | DOM API | |
| api.SVGTextPathElement.startOffset π | DOM API | |
| api.SVGTextPositioningElement π | DOM API | |
| api.SVGTextPositioningElement.dx π | DOM API | |
| api.SVGTextPositioningElement.dy π | DOM API | |
| api.SVGTextPositioningElement.rotate π | DOM API | |
| api.SVGTextPositioningElement.x π | DOM API | |
| api.SVGTextPositioningElement.y π | DOM API | |
| api.SVGTitleElement π | DOM API | |
| api.SVGTransform π | DOM API | |
| api.SVGTransform.angle π | DOM API | |
| api.SVGTransform.matrix π | DOM API | |
| api.SVGTransform.setMatrix π | DOM API | |
| api.SVGTransform.setRotate π | DOM API | |
| api.SVGTransform.setScale π | DOM API | |
| api.SVGTransform.setSkewX π | DOM API | |
| api.SVGTransform.setSkewY π | DOM API | |
| api.SVGTransform.setTranslate π | DOM API | |
| api.SVGTransform.type π | DOM API | |
| api.SVGTransformList π | DOM API | |
| api.SVGTransformList.appendItem π | DOM API | |
| api.SVGTransformList.clear π | DOM API | |
| api.SVGTransformList.consolidate π | DOM API | |
| api.SVGTransformList.createSVGTransformFromMatrix π | DOM API | |
| api.SVGTransformList.getItem π | DOM API | |
| api.SVGTransformList.initialize π | DOM API | |
| api.SVGTransformList.insertItemBefore π | DOM API | |
| api.SVGTransformList.length π | DOM API | |
| api.SVGTransformList.numberOfItems π | DOM API | |
| api.SVGTransformList.removeItem π | DOM API | |
| api.SVGTransformList.replaceItem π | DOM API | |
| api.SVGUnitTypes π | DOM API | |
| api.SVGUseElement π | DOM API | |
| api.SVGUseElement.height π | DOM API | |
| api.SVGUseElement.href π | DOM API | |
| api.SVGUseElement.width π | DOM API | |
| api.SVGUseElement.x π | DOM API | |
| api.SVGUseElement.y π | DOM API | |
| api.SVGVKernElement π | DOM API | |
| api.SVGViewElement π | DOM API | |
| api.SVGViewElement.preserveAspectRatio π | DOM API | |
| api.SVGViewElement.viewBox π | DOM API | |
| api.Scheduler π | DOM API | |
| api.Scheduler.postTask π | DOM API | |
| api.Scheduler.yield π | DOM API | |
| api.Scheduling π | DOM API | |
| api.Scheduling.isInputPending π | DOM API | |
| api.Screen π | DOM API | |
| api.Screen.availHeight π | DOM API | Edge: Always reflects the main screen. |
| api.Screen.availLeft | DOM API | |
| api.Screen.availLeft.relative-multi-screen | DOM API | Safari: Coordinate origin used is inconsistent/unreliable.Safari on iOS: Coordinate origin used is inconsistent/unreliable.WebView on iOS: Coordinate origin used is inconsistent/unreliable. |
| api.Screen.availTop | DOM API | |
| api.Screen.availTop.relative-multi-screen | DOM API | Safari: Coordinate origin used is inconsistent/unreliable.Safari on iOS: Coordinate origin used is inconsistent/unreliable.WebView on iOS: Coordinate origin used is inconsistent/unreliable. |
| api.Screen.availWidth π | DOM API | Edge: Always reflects the main screen. |
| api.Screen.change_event π | DOM API | |
| api.Screen.colorDepth π | DOM API | Chrome: Starting with version 59 this property is no longer required to always return 24.Chrome Android: Starting with version 59 this property is no longer required to always return 24.Quest Browser: Starting with version 5.0 this property is no longer required to always return 24.Samsung Internet: Starting with Samsung Internet 7.0 this property is no longer required to always return 24.WebView Android: Starting with version 59 this property is no longer required to always return 24. |
| api.Screen.height π | DOM API | |
| api.Screen.isExtended π | DOM API | |
| api.Screen.left | DOM API | |
| api.Screen.left.relative-multi-screen | DOM API | |
| api.Screen.lockOrientation | DOM API | |
| api.Screen.mozBrightness | DOM API | |
| api.Screen.mozEnabled | DOM API | |
| api.Screen.orientation π | DOM API | Edge: Edge does not return an Orientation object; instead, it returns the orientation type as a string.Internet Explorer: Not supported on Windows 7. |
| api.Screen.orientationchange_event | DOM API | |
| api.Screen.pixelDepth π | DOM API | Chrome: Starting with version 59 this property is no longer required to always return 24.Chrome Android: Starting with version 59 this property is no longer required to always return 24.Quest Browser: Starting with version 5.0 this property is no longer required to always return 24.Samsung Internet: Starting with Samsung Internet 7.0 this property is no longer required to always return 24.WebView Android: Starting with version 59 this property is no longer required to always return 24. |
| api.Screen.top | DOM API | |
| api.Screen.top.relative-multi-screen | DOM API | |
| api.Screen.unlockOrientation | DOM API | |
| api.Screen.width π | DOM API | |
| api.ScreenDetailed π | DOM API | |
| api.ScreenDetailed.availLeft π | DOM API | |
| api.ScreenDetailed.availTop π | DOM API | |
| api.ScreenDetailed.devicePixelRatio π | DOM API | |
| api.ScreenDetailed.isInternal π | DOM API | |
| api.ScreenDetailed.isPrimary π | DOM API | |
| api.ScreenDetailed.label π | DOM API | |
| api.ScreenDetailed.left π | DOM API | |
| api.ScreenDetailed.top π | DOM API | |
| api.ScreenDetails π | DOM API | |
| api.ScreenDetails.currentScreen π | DOM API | |
| api.ScreenDetails.currentscreenchange_event π | DOM API | |
| api.ScreenDetails.screens π | DOM API | |
| api.ScreenDetails.screenschange_event π | DOM API | |
| api.ScreenOrientation π | DOM API | |
| api.ScreenOrientation.angle π | DOM API | |
| api.ScreenOrientation.change_event π | DOM API | |
| api.ScreenOrientation.lock π | DOM API | Chrome: Always throws NotSupportedError.Edge: Always throws NotSupportedError.Firefox: Always throws NotSupportedError.Firefox for Android: The API exists but returns NS_ERROR_UNEXPECTED.Opera: Always throws NotSupportedError. |
| api.ScreenOrientation.type π | DOM API | |
| api.ScreenOrientation.unlock π | DOM API | Chrome: Always throws NotSupportedError.Edge: Always throws NotSupportedError.Firefox: Always throws NotSupportedError.Firefox for Android: The API exists but returns NS_ERROR_UNEXPECTED.Opera: Always throws NotSupportedError. |
| api.ScriptProcessorNode | DOM API | |
| api.ScriptProcessorNode.audioprocess_event | DOM API | |
| api.ScriptProcessorNode.bufferSize π | DOM API | |
| api.ScrollTimeline π | DOM API | |
| api.ScrollTimeline.ScrollTimeline π | DOM API | |
| api.ScrollTimeline.axis π | DOM API | |
| api.ScrollTimeline.source π | DOM API | |
| api.SecurityPolicyViolationEvent π | DOM API | |
| api.SecurityPolicyViolationEvent.SecurityPolicyViolationEvent π | DOM API | |
| api.SecurityPolicyViolationEvent.blockedURI π | DOM API | |
| api.SecurityPolicyViolationEvent.columnNumber π | DOM API | |
| api.SecurityPolicyViolationEvent.disposition π | DOM API | |
| api.SecurityPolicyViolationEvent.documentURI π | DOM API | |
| api.SecurityPolicyViolationEvent.effectiveDirective π | DOM API | |
| api.SecurityPolicyViolationEvent.lineNumber π | DOM API | |
| api.SecurityPolicyViolationEvent.originalPolicy π | DOM API | |
| api.SecurityPolicyViolationEvent.referrer π | DOM API | |
| api.SecurityPolicyViolationEvent.sample π | DOM API | |
| api.SecurityPolicyViolationEvent.sourceFile π | DOM API | |
| api.SecurityPolicyViolationEvent.statusCode π | DOM API | |
| api.SecurityPolicyViolationEvent.violatedDirective π | DOM API | |
| api.SecurityPolicyViolationEvent.worker_support | DOM API | |
| api.Selection π | DOM API | |
| api.Selection.addRange π | DOM API | |
| api.Selection.anchorNode π | DOM API | |
| api.Selection.anchorOffset π | DOM API | |
| api.Selection.collapse π | DOM API | |
| api.Selection.collapse.accepts_nodes_in_shadow_trees | DOM API | |
| api.Selection.collapse.node_parameter_nullable | DOM API | |
| api.Selection.collapse.offset_parameter_optional | DOM API | |
| api.Selection.collapseToEnd π | DOM API | |
| api.Selection.collapseToStart π | DOM API | |
| api.Selection.containsNode π | DOM API | Firefox: Before Firefox 35, the method didn't throw if node was null.Firefox for Android: Before Firefox for Android 35, the method didn't throw if node was null. |
| api.Selection.containsNode.partialContainment_parameter_optional | DOM API | |
| api.Selection.deleteFromDocument π | DOM API | |
| api.Selection.direction π | DOM API | |
| api.Selection.empty π | DOM API | |
| api.Selection.extend π | DOM API | |
| api.Selection.extend.accepts_nodes_in_shadow_trees | DOM API | |
| api.Selection.extend.offset_parameter_optional | DOM API | |
| api.Selection.focusNode π | DOM API | |
| api.Selection.focusOffset π | DOM API | |
| api.Selection.getComposedRanges π | DOM API | |
| api.Selection.getComposedRanges.returns_multiple_ranges | DOM API | |
| api.Selection.getRangeAt π | DOM API | |
| api.Selection.isCollapsed π | DOM API | |
| api.Selection.modify π | DOM API | |
| api.Selection.rangeCount π | DOM API | |
| api.Selection.removeAllRanges π | DOM API | |
| api.Selection.removeRange π | DOM API | |
| api.Selection.selectAllChildren π | DOM API | |
| api.Selection.setBaseAndExtent π | DOM API | |
| api.Selection.setBaseAndExtent.accepts_nodes_in_shadow_trees | DOM API | |
| api.Selection.setPosition π | DOM API | |
| api.Selection.toString π | DOM API | |
| api.Selection.type π | DOM API | |
| api.Sensor π | DOM API | |
| api.Sensor.activate_event π | DOM API | |
| api.Sensor.activated π | DOM API | |
| api.Sensor.error_event π | DOM API | |
| api.Sensor.hasReading π | DOM API | |
| api.Sensor.reading_event π | DOM API | |
| api.Sensor.start π | DOM API | |
| api.Sensor.stop π | DOM API | |
| api.Sensor.timestamp π | DOM API | |
| api.SensorErrorEvent π | DOM API | |
| api.SensorErrorEvent.SensorErrorEvent π | DOM API | |
| api.SensorErrorEvent.error π | DOM API | |
| api.Serial π | DOM API | |
| api.Serial.getPorts π | DOM API | |
| api.Serial.requestPort π | DOM API | |
| api.Serial.requestPort.allowedBluetoothServiceClassIds_option π | DOM API | |
| api.Serial.requestPort.filters_bluetoothServiceClassId π | DOM API | |
| api.SerialPort π | DOM API | |
| api.SerialPort.close π | DOM API | |
| api.SerialPort.connect_event π | DOM API | |
| api.SerialPort.connect_event.bluetooth_rfcomm | DOM API | |
| api.SerialPort.connected π | DOM API | |
| api.SerialPort.disconnect_event π | DOM API | |
| api.SerialPort.disconnect_event.bluetooth_rfcomm | DOM API | |
| api.SerialPort.forget π | DOM API | |
| api.SerialPort.getInfo π | DOM API | |
| api.SerialPort.getInfo.bluetoothServiceClassId π | DOM API | |
| api.SerialPort.getSignals π | DOM API | |
| api.SerialPort.open π | DOM API | |
| api.SerialPort.readable π | DOM API | |
| api.SerialPort.setSignals π | DOM API | |
| api.SerialPort.writable π | DOM API | |
| api.ServiceWorker π | DOM API | |
| api.ServiceWorker.ecmascript_modules | DOM API | Safari: Nested workers support was introduced in Safari 15.5.Safari: Script loading in nested workers was introduced in Safari 16.4.Safari on iOS: Nested workers support was introduced in Safari on iOS 15.5.Safari on iOS: Script loading in nested workers was introduced in Safari on iOS 16.4. |
| api.ServiceWorker.error_event π | DOM API | |
| api.ServiceWorker.postMessage π | DOM API | |
| api.ServiceWorker.scriptURL π | DOM API | |
| api.ServiceWorker.state π | DOM API | |
| api.ServiceWorker.statechange_event π | DOM API | |
| api.ServiceWorkerContainer π | DOM API | |
| api.ServiceWorkerContainer.controller π | DOM API | |
| api.ServiceWorkerContainer.controllerchange_event π | DOM API | |
| api.ServiceWorkerContainer.getRegistration π | DOM API | |
| api.ServiceWorkerContainer.getRegistrations π | DOM API | |
| api.ServiceWorkerContainer.message_event π | DOM API | |
| api.ServiceWorkerContainer.messageerror_event π | DOM API | Safari: Although the onmessageerror event handler property is supported, the messageerror event is never fired.Safari on iOS: Although the onmessageerror event handler property is supported, the messageerror event is never fired. |
| api.ServiceWorkerContainer.ready π | DOM API | |
| api.ServiceWorkerContainer.register π | DOM API | |
| api.ServiceWorkerContainer.startMessages π | DOM API | |
| api.ServiceWorkerContainer.worker_support | DOM API | |
| api.ServiceWorkerGlobalScope π | DOM API | |
| api.ServiceWorkerGlobalScope.abortpayment_event | DOM API | |
| api.ServiceWorkerGlobalScope.activate_event π | DOM API | |
| api.ServiceWorkerGlobalScope.backgroundfetchabort_event π | DOM API | |
| api.ServiceWorkerGlobalScope.backgroundfetchclick_event π | DOM API | |
| api.ServiceWorkerGlobalScope.backgroundfetchfail_event π | DOM API | |
| api.ServiceWorkerGlobalScope.backgroundfetchsuccess_event π | DOM API | |
| api.ServiceWorkerGlobalScope.canmakepayment_event π | DOM API | |
| api.ServiceWorkerGlobalScope.clients π | DOM API | |
| api.ServiceWorkerGlobalScope.contentdelete_event π | DOM API | |
| api.ServiceWorkerGlobalScope.cookieStore π | DOM API | |
| api.ServiceWorkerGlobalScope.cookiechange_event π | DOM API | |
| api.ServiceWorkerGlobalScope.fetch_event π | DOM API | |
| api.ServiceWorkerGlobalScope.install_event π | DOM API | |
| api.ServiceWorkerGlobalScope.message_event π | DOM API | |
| api.ServiceWorkerGlobalScope.messageerror_event π | DOM API | Safari: Although the onmessageerror property is supported, the messageerror event is never fired. See bug 272967.Safari on iOS: Although the onmessageerror property is supported, the messageerror event is never fired. See bug 272967. |
| api.ServiceWorkerGlobalScope.notificationclick_event π | DOM API | Safari: Notifications are supported on macOS Ventura and later. |
| api.ServiceWorkerGlobalScope.notificationclose_event π | DOM API | Safari: Notifications are supported on macOS Ventura and later. |
| api.ServiceWorkerGlobalScope.paymentrequest_event π | DOM API | |
| api.ServiceWorkerGlobalScope.periodicsync_event π | DOM API | |
| api.ServiceWorkerGlobalScope.push_event π | DOM API | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.ServiceWorkerGlobalScope.pushsubscriptionchange_event π | DOM API | Firefox: The event does not have the oldSubscription and newSubscription properties. See bug 1497429.Firefox for Android: The event does not have the oldSubscription and newSubscription properties. See bug 1497429.Safari: Notifications are supported on macOS Ventura and later. |
| api.ServiceWorkerGlobalScope.registration π | DOM API | |
| api.ServiceWorkerGlobalScope.serviceWorker π | DOM API | |
| api.ServiceWorkerGlobalScope.skipWaiting π | DOM API | |
| api.ServiceWorkerGlobalScope.sync_event π | DOM API | |
| api.ServiceWorkerRegistration π | DOM API | |
| api.ServiceWorkerRegistration.active π | DOM API | |
| api.ServiceWorkerRegistration.backgroundFetch π | DOM API | |
| api.ServiceWorkerRegistration.cookies π | DOM API | |
| api.ServiceWorkerRegistration.getNotifications π | DOM API | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.ServiceWorkerRegistration.index π | DOM API | |
| api.ServiceWorkerRegistration.installing π | DOM API | |
| api.ServiceWorkerRegistration.navigationPreload π | DOM API | |
| api.ServiceWorkerRegistration.paymentManager π | DOM API | |
| api.ServiceWorkerRegistration.periodicSync π | DOM API | |
| api.ServiceWorkerRegistration.pushManager π | DOM API | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.ServiceWorkerRegistration.scope π | DOM API | |
| api.ServiceWorkerRegistration.showNotification π | DOM API | Safari: Notifications are supported on macOS Ventura and later.Safari on iOS: Notifications are supported in web apps saved to the home screen.WebView on iOS: Notifications are supported in web apps saved to the home screen. |
| api.ServiceWorkerRegistration.showNotification.options_actions_parameter | DOM API | |
| api.ServiceWorkerRegistration.showNotification.options_badge_parameter | DOM API | Safari: Badging is supported for web apps saved to the Dock in Safari 17 on the macOS Sonoma beta |
| api.ServiceWorkerRegistration.showNotification.options_data_parameter | DOM API | |
| api.ServiceWorkerRegistration.showNotification.options_image_parameter | DOM API | |
| api.ServiceWorkerRegistration.showNotification.options_renotify_parameter | DOM API | |
| api.ServiceWorkerRegistration.showNotification.options_requireInteraction_parameter | DOM API | |
| api.ServiceWorkerRegistration.showNotification.options_vibrate_parameter | DOM API | Chrome Android: In Android Oreo and above, regardless of Chrome version, this parameter has no effect. See bug 40630890.Quest Browser: In Android Oreo and above, regardless of Chrome version, this parameter has no effect. See bug 40630890.Opera Android: In Android Oreo and above, regardless of Chrome version, this parameter has no effect. See bug 40630890.Samsung Internet: In Android Oreo and above, regardless of Chrome version, this parameter has no effect. See bug 40630890. |
| api.ServiceWorkerRegistration.sync π | DOM API | |
| api.ServiceWorkerRegistration.unregister π | DOM API | |
| api.ServiceWorkerRegistration.update π | DOM API | Chrome: Starting with Chrome 46, update() returns a promise that resolves with 'undefined' if the operation completed successfully or there was no update, and rejects if update failed. If the new worker ran but installation failed, the promise still resolves. Formerly, it raised an exception.Chrome: Before Chrome 48, this method always bypassed the browser cache. Starting with Chrome 48, it only bypasses the cache when the previous service worker check was more than twenty-four hours ago.Chrome Android: Starting with Chrome Android 46, update() returns a promise that resolves with 'undefined' if the operation completed successfully or there was no update, and rejects if update failed. If the new worker ran but installation failed, the promise still resolves. Formerly, it raised an exception.Chrome Android: Before Chrome Android 48, this method always bypassed the browser cache. Starting with Chrome Android 48, it only bypasses the cache when the previous service worker check was more than twenty-four hours ago.Quest Browser: Starting with Quest Browser 5.0, update() returns a promise that resolves with 'undefined' if the operation completed successfully or there was no update, and rejects if update failed. If the new worker ran but installation failed, the promise still resolves. Formerly, it raised an exception.Quest Browser: Before Quest Browser 5.0, this method always bypassed the browser cache. Starting with Quest Browser 5.0, it only bypasses the cache when the previous service worker check was more than twenty-four hours ago.Opera: Starting with Opera 33, update() returns a promise that resolves with 'undefined' if the operation completed successfully or there was no update, and rejects if update failed. If the new worker ran but installation failed, the promise still resolves. Formerly, it raised an exception.Opera: Before Opera 35, this method always bypassed the browser cache. Starting with Opera 35, it only bypasses the cache when the previous service worker check was more than twenty-four hours ago.Opera Android: Starting with Opera Android 33, update() returns a promise that resolves with 'undefined' if the operation completed successfully or there was no update, and rejects if update failed. If the new worker ran but installation failed, the promise still resolves. Formerly, it raised an exception.Opera Android: Before Opera Android 35, this method always bypassed the browser cache. Starting with Opera Android 35, it only bypasses the cache when the previous service worker check was more than twenty-four hours ago.Samsung Internet: Starting with Samsung Internet 5.0, update() returns a promise that resolves with 'undefined' if the operation completed successfully or there was no update, and rejects if update failed. If the new worker ran but installation failed, the promise still resolves. Formerly, it raised an exception.Samsung Internet: Before Samsung Internet 5.0, this method always bypassed the browser cache. Starting with Samsung Internet 5.0, it only bypasses the cache when the previous service worker check was more than twenty-four hours ago.WebView Android: Starting with WebView Android 46, update() returns a promise that resolves with 'undefined' if the operation completed successfully or there was no update, and rejects if update failed. If the new worker ran but installation failed, the promise still resolves. Formerly, it raised an exception.WebView Android: Before WebView Android 48, this method always bypassed the browser cache. Starting with WebView Android 48, it only bypasses the cache when the previous service worker check was more than twenty-four hours ago. |
| api.ServiceWorkerRegistration.updateViaCache π | DOM API | |
| api.ServiceWorkerRegistration.updatefound_event π | DOM API | |
| api.ServiceWorkerRegistration.waiting π | DOM API | |
| api.ShadowRoot π | DOM API | |
| api.ShadowRoot.activeElement π | DOM API | |
| api.ShadowRoot.adoptedStyleSheets π | DOM API | |
| api.ShadowRoot.clonable π | DOM API | |
| api.ShadowRoot.delegatesFocus π | DOM API | |
| api.ShadowRoot.elementFromPoint | DOM API | Chrome: Before Chrome 66, this method returned null when the element was a child of a host node. See bug 40537452.Chrome Android: Before Chrome Android 66, this method returned null when the element was a child of a host node. See bug 40537452.Quest Browser: Before Quest Browser 5.0, this method returned null when the element was a child of a host node. See bug 40537452.Opera: Before Opera 53, this method returned null when the element was a child of a host node. See bug 40537452.Opera Android: Before Opera Android 47, this method returned null when the element was a child of a host node. See bug 40537452.Samsung Internet: Before Samsung Internet 9.0, this method returned null when the element was a child of a host node. See bug 40537452.WebView Android: Before WebView Android 66, this method returned null when the element was a child of a host node. See bug 40537452. |
| api.ShadowRoot.elementsFromPoint | DOM API | Chrome: Before Chrome 66, this method returned null when the element was a child of a host node. See bug 40537452.Chrome Android: Before Chrome Android 66, this method returned null when the element was a child of a host node. See bug 40537452.Quest Browser: Before Quest Browser 5.0, this method returned null when the element was a child of a host node. See bug 40537452.Samsung Internet: Before Samsung Internet 9.0, this method returned null when the element was a child of a host node. See bug 40537452.WebView Android: Before WebView Android 66, this method returned null when the element was a child of a host node. See bug 40537452. |
| api.ShadowRoot.fullscreenElement π | DOM API | Safari on iOS: Only available on iPad, not on iPhone.Safari on iOS: Shows an overlay button which can not be disabled. Swiping down exits fullscreen mode, making it unsuitable for some use cases like games.WebView on iOS: Only available on iPad, not on iPhone.WebView on iOS: Shows an overlay button which can not be disabled. Swiping down exits fullscreen mode, making it unsuitable for some use cases like games. |
| api.ShadowRoot.getAnimations π | DOM API | |
| api.ShadowRoot.getHTML π | DOM API | |
| api.ShadowRoot.getSelection | DOM API | |
| api.ShadowRoot.host π | DOM API | |
| api.ShadowRoot.innerHTML π | DOM API | |
| api.ShadowRoot.mode π | DOM API | |
| api.ShadowRoot.pictureInPictureElement π | DOM API | |
| api.ShadowRoot.pointerLockElement π | DOM API | |
| api.ShadowRoot.serializable π | DOM API | |
| api.ShadowRoot.setHTMLUnsafe π | DOM API | |
| api.ShadowRoot.slotAssignment π | DOM API | |
| api.ShadowRoot.styleSheets π | DOM API | |
| api.SharedStorage π | DOM API | |
| api.SharedStorage.append π | DOM API | |
| api.SharedStorage.clear π | DOM API | |
| api.SharedStorage.createWorklet π | DOM API | |
| api.SharedStorage.delete π | DOM API | |
| api.SharedStorage.get π | DOM API | |
| api.SharedStorage.run π | DOM API | |
| api.SharedStorage.selectURL π | DOM API | |
| api.SharedStorage.set π | DOM API | |
| api.SharedStorage.worklet π | DOM API | |
| api.SharedStorageWorklet π | DOM API | |
| api.SharedStorageWorklet.run π | DOM API | |
| api.SharedStorageWorklet.selectURL π | DOM API | |
| api.SharedStorageWorkletGlobalScope π | DOM API | |
| api.SharedStorageWorkletGlobalScope.register π | DOM API | |
| api.SharedStorageWorkletGlobalScope.sharedStorage π | DOM API | |
| api.SharedWorker π | DOM API | |
| api.SharedWorker.SharedWorker π | DOM API | |
| api.SharedWorker.SharedWorker.ecmascript_modules | DOM API | Node.js: ECMAScript modules are enabled for files ending with .mjs and for files ending with .js when the nearest parent package.json file contains a top-level field "type" with a value of "module".Safari: Nested workers support was introduced in Safari 15.5.Safari: Script loading in nested workers was introduced in Safari 16.4.Safari on iOS: Nested workers support was introduced in Safari on iOS 15.5.Safari on iOS: Script loading in nested workers was introduced in Safari on iOS 16.4.WebView on iOS: Nested workers support was introduced in WebView on iOS 15.5.WebView on iOS: Script loading in nested workers was introduced in WebView on iOS 16.4. |
| api.SharedWorker.SharedWorker.mime_checks | DOM API | |
| api.SharedWorker.SharedWorker.options_name_parameter | DOM API | |
| api.SharedWorker.SharedWorker.options_sameSiteCookies_parameter π | DOM API | |
| api.SharedWorker.SharedWorker.options_type_parameter | DOM API | Deno: Only supports module |
| api.SharedWorker.error_event π | DOM API | |
| api.SharedWorker.port π | DOM API | |
| api.SharedWorkerGlobalScope π | DOM API | |
| api.SharedWorkerGlobalScope.close π | DOM API | |
| api.SharedWorkerGlobalScope.connect_event π | DOM API | Firefox: Before version 65 the data property of the event object was null; it is now initialized to an empty string, as per spec.Firefox for Android: Before version 65 the data property of the event object was null; it is now initialized to an empty string, as per spec. |
| api.SharedWorkerGlobalScope.name π | DOM API | |
| api.SnapEvent π | DOM API | |
| api.SnapEvent.SnapEvent π | DOM API | |
| api.SnapEvent.snapTargetBlock π | DOM API | |
| api.SnapEvent.snapTargetInline π | DOM API | |
| api.SourceBuffer π | DOM API | Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.SourceBuffer.abort π | DOM API | Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.SourceBuffer.abort.worker_support | DOM API | |
| api.SourceBuffer.abort_event π | DOM API | Chrome: The onabort event handler property is not supported.Chrome Android: The onabort event handler property is not supported.Edge: The onabort event handler property is not supported.Internet Explorer: Only works on Windows 8+.Opera: The onabort event handler property is not supported.Opera Android: The onabort event handler property is not supported.Safari: The onabort event handler property is not supported.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.Samsung Internet: The onabort event handler property is not supported.WebView Android: The onabort event handler property is not supported. |
| api.SourceBuffer.abort_event.worker_support | DOM API | |
| api.SourceBuffer.appendBuffer π | DOM API | Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.SourceBuffer.appendBuffer.worker_support | DOM API | |
| api.SourceBuffer.appendBufferAsync | DOM API | |
| api.SourceBuffer.appendWindowEnd π | DOM API | Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.SourceBuffer.appendWindowEnd.worker_support | DOM API | |
| api.SourceBuffer.appendWindowStart π | DOM API | Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.SourceBuffer.appendWindowStart.worker_support | DOM API | |
| api.SourceBuffer.audioTracks π | DOM API | Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.SourceBuffer.audioTracks.worker_support | DOM API | Chrome: Currently doesn't work, even with the flag set. If invoked from a dedicated worker, Chromium crashes the renderer to avoid undesirable behavior (see bug 487288).Chrome Android: Currently doesn't work, even with the flag set. If invoked from a dedicated worker, Chromium crashes the renderer to avoid undesirable behavior (see bug 487288).Edge: Currently doesn't work, even with the flag set. If invoked from a dedicated worker, Chromium crashes the renderer to avoid undesirable behavior (see bug 487288).Opera: Currently doesn't work, even with the flag set. If invoked from a dedicated worker, Chromium crashes the renderer to avoid undesirable behavior (see bug 487288). |
| api.SourceBuffer.buffered π | DOM API | Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.SourceBuffer.buffered.worker_support | DOM API | |
| api.SourceBuffer.changeType π | DOM API | Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.SourceBuffer.changeType.worker_support | DOM API | |
| api.SourceBuffer.error_event π | DOM API | Chrome: The onerror event handler property is not supported.Chrome Android: The onerror event handler property is not supported.Edge: The onerror event handler property is not supported.Internet Explorer: Only works on Windows 8+.Opera: The onerror event handler property is not supported.Opera Android: The onerror event handler property is not supported.Safari: The onerror event handler property is not supported.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.Samsung Internet: The onerror event handler property is not supported.WebView Android: The onerror event handler property is not supported. |
| api.SourceBuffer.error_event.worker_support | DOM API | |
| api.SourceBuffer.mode π | DOM API | Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.SourceBuffer.mode.worker_support | DOM API | |
| api.SourceBuffer.remove π | DOM API | Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.SourceBuffer.remove.worker_support | DOM API | |
| api.SourceBuffer.removeAsync | DOM API | |
| api.SourceBuffer.textTracks π | DOM API | Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.SourceBuffer.timestampOffset π | DOM API | Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.SourceBuffer.timestampOffset.worker_support | DOM API | |
| api.SourceBuffer.update_event π | DOM API | Chrome: The onupdate event handler property is not supported.Chrome Android: The onupdate event handler property is not supported.Edge: The onupdate event handler property is not supported.Internet Explorer: Only works on Windows 8+.Opera: The onupdate event handler property is not supported.Opera Android: The onupdate event handler property is not supported.Safari: The onupdate event handler property is not supported.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.Samsung Internet: The onupdate event handler property is not supported.WebView Android: The onupdate event handler property is not supported. |
| api.SourceBuffer.update_event.worker_support | DOM API | |
| api.SourceBuffer.updateend_event π | DOM API | Chrome: The onupdateend event handler property is not supported.Chrome Android: The onupdateend event handler property is not supported.Edge: The onupdateend event handler property is not supported.Internet Explorer: Only works on Windows 8+.Opera: The onupdateend event handler property is not supported.Opera Android: The onupdateend event handler property is not supported.Safari: The onupdateend event handler property is not supported.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.Samsung Internet: The onupdateend event handler property is not supported.WebView Android: The onupdateend event handler property is not supported. |
| api.SourceBuffer.updateend_event.worker_support | DOM API | |
| api.SourceBuffer.updatestart_event π | DOM API | Chrome: The onupdatestart event handler property is not supported.Chrome Android: The onupdatestart event handler property is not supported.Edge: The onupdatestart event handler property is not supported.Internet Explorer: Only works on Windows 8+.Opera: The onupdatestart event handler property is not supported.Opera Android: The onupdatestart event handler property is not supported.Safari: The onupdatestart event handler property is not supported.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.Samsung Internet: The onupdatestart event handler property is not supported.WebView Android: The onupdatestart event handler property is not supported. |
| api.SourceBuffer.updatestart_event.worker_support | DOM API | |
| api.SourceBuffer.updating π | DOM API | Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.SourceBuffer.updating.worker_support | DOM API | |
| api.SourceBuffer.videoTracks π | DOM API | Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.SourceBuffer.videoTracks.worker_support | DOM API | Chrome: Currently doesn't work, even with the flag set. If invoked from a dedicated worker, Chromium crashes the renderer to avoid undesirable behavior (see bug 487288).Chrome Android: Currently doesn't work, even with the flag set. If invoked from a dedicated worker, Chromium crashes the renderer to avoid undesirable behavior (see bug 487288).Edge: Currently doesn't work, even with the flag set. If invoked from a dedicated worker, Chromium crashes the renderer to avoid undesirable behavior (see bug 487288).Opera: Currently doesn't work, even with the flag set. If invoked from a dedicated worker, Chromium crashes the renderer to avoid undesirable behavior (see bug 487288). |
| api.SourceBufferList π | DOM API | Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.WebView on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.SourceBufferList.addsourcebuffer_event π | DOM API | Chrome: The onaddsourcebuffer event handler property is not supported.Chrome Android: The onaddsourcebuffer event handler property is not supported.Edge: The onaddsourcebuffer event handler property is not supported.Internet Explorer: Only works on Windows 8+.Opera: The onaddsourcebuffer event handler property is not supported.Opera Android: The onaddsourcebuffer event handler property is not supported.Safari: The onaddsourcebuffer event handler property is not supported.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.Samsung Internet: The onaddsourcebuffer event handler property is not supported.WebView Android: The onaddsourcebuffer event handler property is not supported.WebView on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.SourceBufferList.addsourcebuffer_event.worker_support | DOM API | |
| api.SourceBufferList.length π | DOM API | Internet Explorer: Only works on Windows 8+.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.WebView on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.SourceBufferList.length.worker_support | DOM API | |
| api.SourceBufferList.removesourcebuffer_event π | DOM API | Chrome: The onremovesourcebuffer event handler property is not supported.Chrome Android: The onremovesourcebuffer event handler property is not supported.Edge: The onremovesourcebuffer event handler property is not supported.Internet Explorer: Only works on Windows 8+.Opera: The onremovesourcebuffer event handler property is not supported.Opera Android: The onremovesourcebuffer event handler property is not supported.Safari: The onremovesourcebuffer event handler property is not supported.Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.Samsung Internet: The onremovesourcebuffer event handler property is not supported.WebView Android: The onremovesourcebuffer event handler property is not supported.WebView on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.SourceBufferList.removesourcebuffer_event.worker_support | DOM API | |
| api.SpeechGrammar π | DOM API | Firefox: Note that currently only the speech synthesis part is available in Firefox Desktop - the speech recognition part will be available soon, once the required internal permissions are sorted out. |
| api.SpeechGrammar.SpeechGrammar | DOM API | Firefox: Note that currently only the speech synthesis part is available in Firefox Desktop - the speech recognition part will be available soon, once the required internal permissions are sorted out. |
| api.SpeechGrammar.src π | DOM API | Firefox: Note that currently only the speech synthesis part is available in Firefox Desktop - the speech recognition part will be available soon, once the required internal permissions are sorted out. |
| api.SpeechGrammar.weight π | DOM API | Firefox: Note that currently only the speech synthesis part is available in Firefox Desktop - the speech recognition part will be available soon, once the required internal permissions are sorted out. |
| api.SpeechGrammarList π | DOM API | |
| api.SpeechGrammarList.SpeechGrammarList π | DOM API | |
| api.SpeechGrammarList.addFromString π | DOM API | |
| api.SpeechGrammarList.addFromURI π | DOM API | |
| api.SpeechGrammarList.item π | DOM API | |
| api.SpeechGrammarList.length π | DOM API | |
| api.SpeechRecognition π | DOM API | Chrome: You'll need to serve your code through a web server for recognition to work.Chrome Android: You'll need to serve your code through a web server for recognition to work.Edge: You'll need to serve your code through a web server for recognition to work.Quest Browser: You'll need to serve your code through a web server for recognition to work.Opera: You'll need to serve your code through a web server for recognition to work.Opera Android: You'll need to serve your code through a web server for recognition to work.Samsung Internet: You'll need to serve your code through a web server for recognition to work.WebView Android: You'll need to serve your code through a web server for recognition to work. |
| api.SpeechRecognition.SpeechRecognition π | DOM API | |
| api.SpeechRecognition.abort π | DOM API | |
| api.SpeechRecognition.audioend_event π | DOM API | |
| api.SpeechRecognition.audiostart_event π | DOM API | |
| api.SpeechRecognition.continuous π | DOM API | |
| api.SpeechRecognition.end_event π | DOM API | |
| api.SpeechRecognition.error_event π | DOM API | |
| api.SpeechRecognition.grammars π | DOM API | |
| api.SpeechRecognition.interimResults π | DOM API | |
| api.SpeechRecognition.lang π | DOM API | |
| api.SpeechRecognition.maxAlternatives π | DOM API | |
| api.SpeechRecognition.nomatch_event π | DOM API | |
| api.SpeechRecognition.result_event π | DOM API | |
| api.SpeechRecognition.soundend_event π | DOM API | |
| api.SpeechRecognition.soundstart_event π | DOM API | |
| api.SpeechRecognition.speechend_event π | DOM API | |
| api.SpeechRecognition.speechstart_event π | DOM API | |
| api.SpeechRecognition.start π | DOM API | |
| api.SpeechRecognition.start_event π | DOM API | |
| api.SpeechRecognition.stop π | DOM API | |
| api.SpeechRecognitionAlternative π | DOM API | |
| api.SpeechRecognitionAlternative.confidence π | DOM API | |
| api.SpeechRecognitionAlternative.transcript π | DOM API | |
| api.SpeechRecognitionErrorEvent π | DOM API | |
| api.SpeechRecognitionErrorEvent.SpeechRecognitionErrorEvent π | DOM API | |
| api.SpeechRecognitionErrorEvent.error π | DOM API | |
| api.SpeechRecognitionErrorEvent.message π | DOM API | |
| api.SpeechRecognitionEvent π | DOM API | |
| api.SpeechRecognitionEvent.SpeechRecognitionEvent π | DOM API | |
| api.SpeechRecognitionEvent.emma | DOM API | |
| api.SpeechRecognitionEvent.interpretation | DOM API | |
| api.SpeechRecognitionEvent.resultIndex π | DOM API | |
| api.SpeechRecognitionEvent.results π | DOM API | |
| api.SpeechRecognitionResult π | DOM API | |
| api.SpeechRecognitionResult.isFinal π | DOM API | |
| api.SpeechRecognitionResult.item π | DOM API | |
| api.SpeechRecognitionResult.length π | DOM API | |
| api.SpeechRecognitionResultList π | DOM API | |
| api.SpeechRecognitionResultList.item π | DOM API | |
| api.SpeechRecognitionResultList.length π | DOM API | |
| api.SpeechSynthesis π | DOM API | |
| api.SpeechSynthesis.cancel π | DOM API | |
| api.SpeechSynthesis.getVoices π | DOM API | |
| api.SpeechSynthesis.pause π | DOM API | Chrome Android: In Android, pause() ends the current utterance. pause() behaves the same as cancel().Firefox for Android: In Android, pause() ends the current utterance. pause() behaves the same as cancel().Quest Browser: In Android, pause() ends the current utterance. pause() behaves the same as cancel().Samsung Internet: In Android, pause() ends the current utterance. pause() behaves the same as cancel(). |
| api.SpeechSynthesis.paused π | DOM API | |
| api.SpeechSynthesis.pending π | DOM API | |
| api.SpeechSynthesis.resume π | DOM API | |
| api.SpeechSynthesis.speak π | DOM API | |
| api.SpeechSynthesis.speaking π | DOM API | |
| api.SpeechSynthesis.voiceschanged_event π | DOM API | |
| api.SpeechSynthesisErrorEvent π | DOM API | |
| api.SpeechSynthesisErrorEvent.SpeechSynthesisErrorEvent π | DOM API | |
| api.SpeechSynthesisErrorEvent.error π | DOM API | |
| api.SpeechSynthesisEvent π | DOM API | |
| api.SpeechSynthesisEvent.SpeechSynthesisEvent π | DOM API | |
| api.SpeechSynthesisEvent.charIndex π | DOM API | |
| api.SpeechSynthesisEvent.charLength π | DOM API | |
| api.SpeechSynthesisEvent.elapsedTime π | DOM API | |
| api.SpeechSynthesisEvent.elapsedTime.milliseconds | DOM API | Firefox: Windows and macOS only. |
| api.SpeechSynthesisEvent.name π | DOM API | |
| api.SpeechSynthesisEvent.utterance π | DOM API | |
| api.SpeechSynthesisUtterance π | DOM API | |
| api.SpeechSynthesisUtterance.SpeechSynthesisUtterance π | DOM API | |
| api.SpeechSynthesisUtterance.boundary_event π | DOM API | Chrome: The boundary event does not fire as expected. See bug 40715888.Chrome Android: The boundary event does not fire as expected. See bug 40715888.Quest Browser: The boundary event does not fire as expected. See bug 40715888. |
| api.SpeechSynthesisUtterance.end_event π | DOM API | |
| api.SpeechSynthesisUtterance.error_event π | DOM API | |
| api.SpeechSynthesisUtterance.lang π | DOM API | |
| api.SpeechSynthesisUtterance.mark_event π | DOM API | |
| api.SpeechSynthesisUtterance.pause_event π | DOM API | |
| api.SpeechSynthesisUtterance.pitch π | DOM API | |
| api.SpeechSynthesisUtterance.rate π | DOM API | |
| api.SpeechSynthesisUtterance.resume_event π | DOM API | |
| api.SpeechSynthesisUtterance.start_event π | DOM API | |
| api.SpeechSynthesisUtterance.text π | DOM API | |
| api.SpeechSynthesisUtterance.voice π | DOM API | |
| api.SpeechSynthesisUtterance.volume π | DOM API | |
| api.SpeechSynthesisVoice π | DOM API | Firefox: In Firefox, speech synthesis voices do not start loading until after the first call to window.speechSynthesis.getVoices(). A way to mitigate this issue is to call the method at the beginning of page load, then wait a few seconds before calling the method again. Voices will remain loaded until all tabs that have called this method have been closed. |
| api.SpeechSynthesisVoice.default π | DOM API | |
| api.SpeechSynthesisVoice.lang π | DOM API | |
| api.SpeechSynthesisVoice.localService π | DOM API | |
| api.SpeechSynthesisVoice.name π | DOM API | |
| api.SpeechSynthesisVoice.voiceURI π | DOM API | |
| api.StaticRange π | DOM API | Firefox: In Firefox, StaticRange can currently only be used by browser-internal code or code with enhanced permissions; it is not yet exposed to the web. |
| api.StaticRange.StaticRange π | DOM API | |
| api.StaticRange.collapsed π | DOM API | |
| api.StaticRange.endContainer π | DOM API | |
| api.StaticRange.endOffset π | DOM API | |
| api.StaticRange.startContainer π | DOM API | |
| api.StaticRange.startOffset π | DOM API | |
| api.StereoPannerNode π | DOM API | |
| api.StereoPannerNode.StereoPannerNode π | DOM API | |
| api.StereoPannerNode.pan π | DOM API | |
| api.Storage π | DOM API | |
| api.Storage.clear π | DOM API | |
| api.Storage.getItem π | DOM API | |
| api.Storage.key π | DOM API | |
| api.Storage.length π | DOM API | |
| api.Storage.removeItem π | DOM API | |
| api.Storage.setItem π | DOM API | |
| api.StorageAccessHandle π | DOM API | |
| api.StorageAccessHandle.BroadcastChannel π | DOM API | |
| api.StorageAccessHandle.SharedWorker π | DOM API | |
| api.StorageAccessHandle.caches π | DOM API | |
| api.StorageAccessHandle.createObjectURL π | DOM API | |
| api.StorageAccessHandle.estimate π | DOM API | |
| api.StorageAccessHandle.getDirectory π | DOM API | |
| api.StorageAccessHandle.indexedDB π | DOM API | |
| api.StorageAccessHandle.localStorage π | DOM API | |
| api.StorageAccessHandle.locks π | DOM API | |
| api.StorageAccessHandle.revokeObjectURL π | DOM API | |
| api.StorageAccessHandle.sessionStorage π | DOM API | |
| api.StorageBucket π | DOM API | |
| api.StorageBucket.caches π | DOM API | |
| api.StorageBucket.estimate π | DOM API | |
| api.StorageBucket.expires π | DOM API | |
| api.StorageBucket.getDirectory π | DOM API | |
| api.StorageBucket.indexedDB π | DOM API | |
| api.StorageBucket.name π | DOM API | |
| api.StorageBucket.persist π | DOM API | |
| api.StorageBucket.persisted π | DOM API | |
| api.StorageBucket.setExpires π | DOM API | |
| api.StorageBucketManager π | DOM API | |
| api.StorageBucketManager.delete π | DOM API | |
| api.StorageBucketManager.keys π | DOM API | |
| api.StorageBucketManager.open π | DOM API | |
| api.StorageEvent π | DOM API | |
| api.StorageEvent.StorageEvent | DOM API | |
| api.StorageEvent.initStorageEvent π | DOM API | |
| api.StorageEvent.key π | DOM API | |
| api.StorageEvent.newValue π | DOM API | |
| api.StorageEvent.oldValue π | DOM API | |
| api.StorageEvent.storageArea π | DOM API | |
| api.StorageEvent.url π | DOM API | |
| api.StorageManager π | DOM API | |
| api.StorageManager.estimate π | DOM API | |
| api.StorageManager.estimate.usageDetails | DOM API | |
| api.StorageManager.getDirectory π | DOM API | |
| api.StorageManager.persist π | DOM API | |
| api.StorageManager.persisted π | DOM API | |
| api.StyleMedia | DOM API | |
| api.StyleMedia.matchMedium | DOM API | |
| api.StyleMedia.type | DOM API | |
| api.StylePropertyMap π | DOM API | |
| api.StylePropertyMap.append π | DOM API | |
| api.StylePropertyMap.clear π | DOM API | |
| api.StylePropertyMap.delete π | DOM API | |
| api.StylePropertyMap.set π | DOM API | |
| api.StylePropertyMapReadOnly π | DOM API | |
| api.StylePropertyMapReadOnly.@@iterator | DOM API | |
| api.StylePropertyMapReadOnly.entries | DOM API | |
| api.StylePropertyMapReadOnly.forEach | DOM API | |
| api.StylePropertyMapReadOnly.get π | DOM API | |
| api.StylePropertyMapReadOnly.getAll π | DOM API | |
| api.StylePropertyMapReadOnly.has π | DOM API | |
| api.StylePropertyMapReadOnly.keys | DOM API | |
| api.StylePropertyMapReadOnly.size π | DOM API | |
| api.StylePropertyMapReadOnly.values | DOM API | |
| api.StyleSheet π | DOM API | |
| api.StyleSheet.disabled π | DOM API | |
| api.StyleSheet.href π | DOM API | |
| api.StyleSheet.media π | DOM API | |
| api.StyleSheet.ownerNode π | DOM API | |
| api.StyleSheet.parentStyleSheet π | DOM API | |
| api.StyleSheet.title π | DOM API | |
| api.StyleSheet.type π | DOM API | |
| api.StyleSheetList π | DOM API | |
| api.StyleSheetList.item π | DOM API | |
| api.StyleSheetList.length π | DOM API | |
| api.SubmitEvent π | DOM API | |
| api.SubmitEvent.SubmitEvent π | DOM API | |
| api.SubmitEvent.submitter π | DOM API | Safari: Property is not set for <button> elements. See bug 229660.Safari on iOS: Property is not set for <button> elements. See bug 229660.WebView on iOS: Property is not set for <button> elements. See bug 229660. |
| api.SubtleCrypto π | DOM API | Node.js: Available as a part of the crypto module. |
| api.SubtleCrypto.decrypt π | DOM API | Deno: Not supported: AES-CTR, AES-GCM.Deno: Not supported: AES-CTR, AES-CBC, AES-GCM.Edge: Not supported: AES-CTR.Internet Explorer: Returns CryptoOperation instead of Promise |
| api.SubtleCrypto.deriveBits π | DOM API | Deno: Not supported: ECDH.Edge: Not supported: ECDH.Edge: Not supported: HKDF, PBKDF2.Node.js: Supports: NODE-DHNode.js: Supports: NODE-SCRYPT |
| api.SubtleCrypto.deriveBits.x25519 π | DOM API | Node.js: Marked as 'Stability 1' - Experimental. |
| api.SubtleCrypto.deriveKey π | DOM API | Edge: Not supported: ECDH.Edge: Not supported: HKDF, PBKDF2.Node.js: Supports: NODE-DHNode.js: Supports: NODE-SCRYPT |
| api.SubtleCrypto.deriveKey.derivedKeyAlgorithm_option_aes π | DOM API | |
| api.SubtleCrypto.deriveKey.derivedKeyAlgorithm_option_hkdf π | DOM API | |
| api.SubtleCrypto.deriveKey.derivedKeyAlgorithm_option_hmac π | DOM API | |
| api.SubtleCrypto.deriveKey.derivedKeyAlgorithm_option_pbkdf2 π | DOM API | |
| api.SubtleCrypto.deriveKey.x25519 π | DOM API | Node.js: Marked as 'Stability 1' - Experimental. |
| api.SubtleCrypto.digest π | DOM API | Chrome: Before version 41, Chrome expected the algorithm parameter to be an object.Chrome Android: Before version 41, Chrome Android expected the algorithm parameter to be an object.Edge: Not supported: SHA-1.Internet Explorer: Returns CryptoOperation instead of PromiseOpera: Before version 28, Opera expected the algorithm parameter to be an object.Opera Android: Before version 28, Opera Android expected the algorithm parameter to be an object.Samsung Internet: Before version 4.0, Samsung Internet expected the algorithm parameter to be an object.WebView Android: Before version 41, WebView Android expected the algorithm parameter to be an object. |
| api.SubtleCrypto.encrypt π | DOM API | Deno: Not supported: AES-CTR, AES-GCM.Deno: Not supported: AES-CTR, AES-CBC, AES-GCM.Edge: Not supported: AES-CTR.Internet Explorer: Returns CryptoOperation instead of Promise |
| api.SubtleCrypto.exportKey π | DOM API | Deno: Not supported: ECDSA, ECDH.Deno: Not supported: ECDSA, ECDH, AES-CTR, AES-CBC, AES-GCM, AES-KW.Edge: Not supported: RSA-PSS, ECDSA, ECDH.Edge: Not supported: AES-CTR.Internet Explorer: Returns KeyOperation instead of PromiseNode.js: Supports: NODE-DSANode.js: Supports: NODE-DHNode.js: Supports: NODE-SCRYPT |
| api.SubtleCrypto.exportKey.ed25519 π | DOM API | Node.js: Marked as 'Stability 1' - Experimental. |
| api.SubtleCrypto.exportKey.x25519 π | DOM API | Node.js: Marked as 'Stability 1' - Experimental. |
| api.SubtleCrypto.generateKey π | DOM API | Deno: Not supported: ECDSA P-521, ECDH P-521.Deno: Not supported: RSA-OAEP, ECDSA P-521, ECDH, AES-CTR, AES-CBC, AES-GCM, AES-KW.Edge: Not supported: RSA-PSS, ECDSA, ECDH.Edge: Not supported: AES-CTR.Internet Explorer: Returns KeyOperation instead of PromiseNode.js: Supports: NODE-DSANode.js: Supports: NODE-DH |
| api.SubtleCrypto.generateKey.ed25519 π | DOM API | Node.js: Marked as 'Stability 1' - Experimental. |
| api.SubtleCrypto.generateKey.x25519 π | DOM API | Node.js: Marked as 'Stability 1' - Experimental. |
| api.SubtleCrypto.importKey π | DOM API | Deno: Not supported: ECDSA P-521, ECDH P-521.Deno: Not supported: ECDH.Deno: Not supported: ECDSA, ECDH, AES-CTR, AES-CBC, AES-GCM, AES-KW.Edge: Not supported: RSA-PSS, ECDSA, ECDH.Edge: Not supported: AES-CTR, HKDF, PBKDF2.Internet Explorer: Returns KeyOperation instead of PromiseNode.js: Supports: NODE-DSANode.js: Supports: NODE-DHNode.js: Supports: NODE-SCRYPT |
| api.SubtleCrypto.importKey.ed25519 π | DOM API | Node.js: Marked as 'Stability 1' - Experimental. |
| api.SubtleCrypto.importKey.x25519 π | DOM API | Node.js: Marked as 'Stability 1' - Experimental. |
| api.SubtleCrypto.secure_context_required | DOM API | |
| api.SubtleCrypto.sign π | DOM API | Edge: Not supported: RSA-PSS, ECDSA.Internet Explorer: Returns CryptoOperation instead of PromiseNode.js: Supports: NODE-DSA |
| api.SubtleCrypto.sign.ed25519 π | DOM API | Node.js: Marked as 'Stability 1' - Experimental.Safari: Generates randomized signatures as per draft-irtf-cfrg-det-sigs-with-noise, instead of deterministic signatures as per RFC 8032.Safari on iOS: Generates randomized signatures as per draft-irtf-cfrg-det-sigs-with-noise, instead of deterministic signatures as per RFC 8032.WebView on iOS: Generates randomized signatures as per draft-irtf-cfrg-det-sigs-with-noise, instead of deterministic signatures as per RFC 8032. |
| api.SubtleCrypto.unwrapKey π | DOM API | Edge: Not supported: AES-CTR.Internet Explorer: Returns KeyOperation instead of PromiseNode.js: Supports: NODE-DSANode.js: Supports: NODE-DH |
| api.SubtleCrypto.verify π | DOM API | Deno: Not supported: ECDSA, HMAC.Edge: Not supported: RSA-PSS, ECDSA.Internet Explorer: Returns CryptoOperation instead of PromiseNode.js: Supports: NODE-DSA |
| api.SubtleCrypto.verify.ed25519 π | DOM API | Node.js: Marked as 'Stability 1' - Experimental. |
| api.SubtleCrypto.worker_support | DOM API | |
| api.SubtleCrypto.wrapKey π | DOM API | Edge: Not supported: AES-CTR.Internet Explorer: Returns KeyOperation instead of Promise |
| api.SyncEvent π | DOM API | |
| api.SyncEvent.SyncEvent π | DOM API | |
| api.SyncEvent.lastChance π | DOM API | |
| api.SyncEvent.tag π | DOM API | |
| api.SyncManager π | DOM API | |
| api.SyncManager.getTags π | DOM API | |
| api.SyncManager.register π | DOM API | |
| api.SyncManager.worker_support | DOM API | Chrome: Only available in the Window and ServiceWorker global scopes.Chrome Android: Only available in the Window and ServiceWorker global scopes.Quest Browser: Only available in the Window and ServiceWorker global scopes.Samsung Internet: Only available in the Window and ServiceWorker global scopes. |
| api.TaskAttributionTiming π | DOM API | |
| api.TaskAttributionTiming.containerId π | DOM API | |
| api.TaskAttributionTiming.containerName π | DOM API | |
| api.TaskAttributionTiming.containerSrc π | DOM API | |
| api.TaskAttributionTiming.containerType π | DOM API | |
| api.TaskAttributionTiming.toJSON π | DOM API | |
| api.TaskController π | DOM API | |
| api.TaskController.TaskController π | DOM API | |
| api.TaskController.setPriority π | DOM API | |
| api.TaskPriorityChangeEvent π | DOM API | |
| api.TaskPriorityChangeEvent.TaskPriorityChangeEvent π | DOM API | |
| api.TaskPriorityChangeEvent.previousPriority π | DOM API | |
| api.TaskSignal π | DOM API | |
| api.TaskSignal.any_static π | DOM API | |
| api.TaskSignal.priority π | DOM API | |
| api.TaskSignal.prioritychange_event π | DOM API | |
| api.Text π | DOM API | |
| api.Text.Text π | DOM API | |
| api.Text.assignedSlot π | DOM API | |
| api.Text.getBoxQuads π | DOM API | |
| api.Text.splitText π | DOM API | Chrome: Before Chrome 30, the offset parameter was optional.Chrome Android: Before Chrome Android 30, the offset parameter was optional.Quest Browser: Before Quest Browser 5.0, the offset parameter was optional.Opera: Before Opera 17, the offset parameter was optional.Opera Android: Before Opera 17, the offset parameter was optional.Safari: The offset parameter is optional.Safari on iOS: The offset parameter is optional.Samsung Internet: Before Samsung Internet 2.0, the offset parameter was optional.WebView Android: Before version 4.4, the offset parameter was optional.WebView on iOS: The offset parameter is optional. |
| api.Text.wholeText π | DOM API | |
| api.TextDecoder π | DOM API | Firefox: Implemented a slightly different version of the spec.Firefox for Android: Implemented a slightly different version of the spec.Node.js: Available as a part of the util module. |
| api.TextDecoder.TextDecoder π | DOM API | Firefox: Implemented a slightly different version of the spec.Firefox for Android: Implemented a slightly different version of the spec. |
| api.TextDecoder.decode π | DOM API | Deno: Before Deno 1.11, passing option.stream is not supported and results in an error being thrown.Firefox: Implemented a slightly different version of the spec.Firefox for Android: Implemented a slightly different version of the spec. |
| api.TextDecoder.encoding π | DOM API | Firefox: Implemented a slightly different version of the spec.Firefox for Android: Implemented a slightly different version of the spec. |
| api.TextDecoder.fatal π | DOM API | |
| api.TextDecoder.ignoreBOM π | DOM API | |
| api.TextDecoder.worker_support | DOM API | |
| api.TextDecoderStream π | DOM API | Node.js: Available as a part of the stream/web module. |
| api.TextDecoderStream.TextDecoderStream π | DOM API | |
| api.TextDecoderStream.encoding π | DOM API | |
| api.TextDecoderStream.fatal π | DOM API | |
| api.TextDecoderStream.ignoreBOM π | DOM API | |
| api.TextDecoderStream.readable π | DOM API | |
| api.TextDecoderStream.writable π | DOM API | |
| api.TextEncoder π | DOM API | Node.js: Available as a part of the util module. |
| api.TextEncoder.TextEncoder π | DOM API | |
| api.TextEncoder.encode π | DOM API | |
| api.TextEncoder.encodeInto π | DOM API | |
| api.TextEncoder.encoding π | DOM API | |
| api.TextEncoder.worker_support | DOM API | |
| api.TextEncoderStream π | DOM API | Node.js: Available as a part of the stream/web module. |
| api.TextEncoderStream.TextEncoderStream π | DOM API | |
| api.TextEncoderStream.encoding π | DOM API | |
| api.TextEncoderStream.readable π | DOM API | |
| api.TextEncoderStream.writable π | DOM API | |
| api.TextEvent π | DOM API | |
| api.TextEvent.data π | DOM API | |
| api.TextEvent.initTextEvent π | DOM API | |
| api.TextFormat π | DOM API | |
| api.TextFormat.TextFormat π | DOM API | |
| api.TextFormat.rangeEnd π | DOM API | |
| api.TextFormat.rangeStart π | DOM API | |
| api.TextFormat.underlineStyle π | DOM API | |
| api.TextFormat.underlineThickness π | DOM API | |
| api.TextFormatUpdateEvent π | DOM API | |
| api.TextFormatUpdateEvent.TextFormatUpdateEvent π | DOM API | |
| api.TextFormatUpdateEvent.getTextFormats π | DOM API | |
| api.TextMetrics π | DOM API | |
| api.TextMetrics.actualBoundingBoxAscent π | DOM API | |
| api.TextMetrics.actualBoundingBoxDescent π | DOM API | |
| api.TextMetrics.actualBoundingBoxLeft π | DOM API | |
| api.TextMetrics.actualBoundingBoxRight π | DOM API | |
| api.TextMetrics.alphabeticBaseline π | DOM API | |
| api.TextMetrics.emHeightAscent π | DOM API | |
| api.TextMetrics.emHeightDescent π | DOM API | |
| api.TextMetrics.fontBoundingBoxAscent π | DOM API | |
| api.TextMetrics.fontBoundingBoxDescent π | DOM API | |
| api.TextMetrics.hangingBaseline π | DOM API | |
| api.TextMetrics.ideographicBaseline π | DOM API | |
| api.TextMetrics.width π | DOM API | |
| api.TextTrack π | DOM API | Firefox: Firefox versions before Firefox 50 didn't display captions when playing media without one or more video tracks being played. |
| api.TextTrack.activeCues π | DOM API | Firefox: Starting in Firefox 69, cues are no longer incorrectly loaded when the TextTrack's mode is disabled; if that's the case, the returned list is empty. |
| api.TextTrack.addCue π | DOM API | |
| api.TextTrack.cuechange_event π | DOM API | |
| api.TextTrack.cues π | DOM API | Firefox: Starting in Firefox 69, cues are no longer incorrectly loaded when the TextTrack's mode is disabled; if that's the case, the returned list is empty. |
| api.TextTrack.id π | DOM API | |
| api.TextTrack.inBandMetadataTrackDispatchType π | DOM API | |
| api.TextTrack.kind π | DOM API | |
| api.TextTrack.label π | DOM API | |
| api.TextTrack.language π | DOM API | |
| api.TextTrack.mode π | DOM API | Firefox: Before Firefox 52, using JavaScript to change the mode of a text track that's part of a media element would send one change event to the element's textTracks TextTrackList for each change, even if multiple changes are made in a single pass through the Firefox event loop. Starting in Firefox 52, these changes are reflected by a single event. |
| api.TextTrack.removeCue π | DOM API | |
| api.TextTrack.sourceBuffer π | DOM API | Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.WebView on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.TextTrackCue π | DOM API | |
| api.TextTrackCue.endTime π | DOM API | |
| api.TextTrackCue.enter_event π | DOM API | |
| api.TextTrackCue.exit_event π | DOM API | |
| api.TextTrackCue.id π | DOM API | |
| api.TextTrackCue.pauseOnExit π | DOM API | |
| api.TextTrackCue.startTime π | DOM API | |
| api.TextTrackCue.track π | DOM API | |
| api.TextTrackCueList π | DOM API | |
| api.TextTrackCueList.getCueById π | DOM API | |
| api.TextTrackCueList.length π | DOM API | |
| api.TextTrackList π | DOM API | |
| api.TextTrackList.addtrack_event π | DOM API | |
| api.TextTrackList.change_event π | DOM API | |
| api.TextTrackList.getTrackById π | DOM API | |
| api.TextTrackList.length π | DOM API | |
| api.TextTrackList.removetrack_event π | DOM API | |
| api.TextUpdateEvent π | DOM API | |
| api.TextUpdateEvent.TextUpdateEvent π | DOM API | |
| api.TextUpdateEvent.selectionEnd π | DOM API | |
| api.TextUpdateEvent.selectionStart π | DOM API | |
| api.TextUpdateEvent.text π | DOM API | |
| api.TextUpdateEvent.updateRangeEnd π | DOM API | |
| api.TextUpdateEvent.updateRangeStart π | DOM API | |
| api.TimeEvent π | DOM API | |
| api.TimeEvent.detail π | DOM API | |
| api.TimeEvent.initTimeEvent π | DOM API | |
| api.TimeEvent.view π | DOM API | |
| api.TimeRanges π | DOM API | |
| api.TimeRanges.end π | DOM API | |
| api.TimeRanges.length π | DOM API | |
| api.TimeRanges.start π | DOM API | |
| api.ToggleEvent π | DOM API | |
| api.ToggleEvent.ToggleEvent π | DOM API | |
| api.ToggleEvent.newState π | DOM API | |
| api.ToggleEvent.oldState π | DOM API | |
| api.Touch π | DOM API | Firefox: This interface is only exposed if a touch input device is detected.Firefox: Removed in bug 888304 due to web compatibility issues. |
| api.Touch.Touch π | DOM API | Firefox: This interface is only exposed if a touch input device is detected. |
| api.Touch.altitudeAngle π | DOM API | |
| api.Touch.azimuthAngle π | DOM API | |
| api.Touch.clientX π | DOM API | Firefox: This interface is only exposed if a touch input device is detected.Firefox: Removed in bug 888304 due to web compatibility issues. |
| api.Touch.clientY π | DOM API | Firefox: This interface is only exposed if a touch input device is detected.Firefox: Removed in bug 888304 due to web compatibility issues. |
| api.Touch.force π | DOM API | Firefox: This interface is only exposed if a touch input device is detected.Firefox: Removed in bug 888304 due to web compatibility issues. |
| api.Touch.identifier π | DOM API | Firefox: This interface is only exposed if a touch input device is detected.Firefox: Removed in bug 888304 due to web compatibility issues. |
| api.Touch.pageX π | DOM API | Firefox: This interface is only exposed if a touch input device is detected.Firefox: Removed in bug 888304 due to web compatibility issues. |
| api.Touch.pageY π | DOM API | Firefox: This interface is only exposed if a touch input device is detected.Firefox: Removed in bug 888304 due to web compatibility issues. |
| api.Touch.radiusX π | DOM API | Firefox: This interface is only exposed if a touch input device is detected.Firefox: Removed in bug 888304 due to web compatibility issues. |
| api.Touch.radiusY π | DOM API | Firefox: This interface is only exposed if a touch input device is detected.Firefox: Removed in bug 888304 due to web compatibility issues. |
| api.Touch.rotationAngle π | DOM API | Firefox: This interface is only exposed if a touch input device is detected.Firefox: Removed in bug 888304 due to web compatibility issues. |
| api.Touch.screenX π | DOM API | Firefox: This interface is only exposed if a touch input device is detected.Firefox: Removed in bug 888304 due to web compatibility issues. |
| api.Touch.screenY π | DOM API | Firefox: This interface is only exposed if a touch input device is detected.Firefox: Removed in bug 888304 due to web compatibility issues. |
| api.Touch.target π | DOM API | Firefox: This interface is only exposed if a touch input device is detected.Firefox: Removed in bug 888304 due to web compatibility issues. |
| api.Touch.touchType π | DOM API | |
| api.TouchEvent π | DOM API | Firefox: Removed in bug 888304 due to web compatibility issues. |
| api.TouchEvent.TouchEvent π | DOM API | Chrome: Chrome only supports the following touchEventInit properties: touches, targetTouches, changedTouches.Chrome Android: Chrome Android only supports the following touchEventInit properties: touches, targetTouches, changedTouches.Edge: Edge only supports the following touchEventInit properties: touches, targetTouches, changedTouches.Quest Browser: Quest Browser only supports the following touchEventInit properties: touches, targetTouches, changedTouches.Opera: Opera only supports the following touchEventInit properties: touches, targetTouches, changedTouches.Opera Android: Opera Android only supports the following touchEventInit properties: touches, targetTouches, changedTouches.Samsung Internet: Samsung Internet only supports the following touchEventInit properties: touches, targetTouches, changedTouches.WebView Android: WebView Android only supports the following touchEventInit properties: touches, targetTouches, changedTouches. |
| api.TouchEvent.altKey π | DOM API | Firefox: Removed in bug 888304 due to web compatibility issues. |
| api.TouchEvent.changedTouches π | DOM API | Firefox: Removed in bug 888304 due to web compatibility issues. |
| api.TouchEvent.ctrlKey π | DOM API | Firefox: Removed in bug 888304 due to web compatibility issues. |
| api.TouchEvent.metaKey π | DOM API | Firefox: Removed in bug 888304 due to web compatibility issues. |
| api.TouchEvent.shiftKey π | DOM API | Firefox: Removed in bug 888304 due to web compatibility issues. |
| api.TouchEvent.targetTouches π | DOM API | Firefox: Removed in bug 888304 due to web compatibility issues. |
| api.TouchEvent.touches π | DOM API | Firefox: Removed in bug 888304 due to web compatibility issues. |
| api.TouchList π | DOM API | Firefox: This interface is only exposed if a touch input device is detected.Firefox: Removed in bug 888304 due to web compatibility issues. |
| api.TouchList.item π | DOM API | Firefox: This interface is only exposed if a touch input device is detected.Firefox: Removed in bug 888304 due to web compatibility issues. |
| api.TouchList.length π | DOM API | Firefox: This interface is only exposed if a touch input device is detected.Firefox: Removed in bug 888304 due to web compatibility issues. |
| api.TrackEvent π | DOM API | |
| api.TrackEvent.TrackEvent π | DOM API | |
| api.TrackEvent.track π | DOM API | |
| api.TransformStream π | DOM API | Node.js: Available as a part of the stream/web module. |
| api.TransformStream.TransformStream π | DOM API | |
| api.TransformStream.TransformStream.transformer_cancel π | DOM API | |
| api.TransformStream.readable π | DOM API | |
| api.TransformStream.transferable π | DOM API | |
| api.TransformStream.writable π | DOM API | |
| api.TransformStreamDefaultController π | DOM API | Deno: TransformStreamDefaultController is not exposed on the global scope.Node.js: Available as a part of the stream/web module. |
| api.TransformStreamDefaultController.desiredSize π | DOM API | |
| api.TransformStreamDefaultController.enqueue π | DOM API | |
| api.TransformStreamDefaultController.error π | DOM API | |
| api.TransformStreamDefaultController.terminate π | DOM API | |
| api.TransitionEvent π | DOM API | |
| api.TransitionEvent.TransitionEvent π | DOM API | |
| api.TransitionEvent.elapsedTime π | DOM API | |
| api.TransitionEvent.propertyName π | DOM API | |
| api.TransitionEvent.pseudoElement π | DOM API | |
| api.TreeWalker π | DOM API | |
| api.TreeWalker.currentNode π | DOM API | |
| api.TreeWalker.filter π | DOM API | |
| api.TreeWalker.firstChild π | DOM API | |
| api.TreeWalker.lastChild π | DOM API | |
| api.TreeWalker.nextNode π | DOM API | |
| api.TreeWalker.nextSibling π | DOM API | |
| api.TreeWalker.parentNode π | DOM API | |
| api.TreeWalker.previousNode π | DOM API | |
| api.TreeWalker.previousSibling π | DOM API | |
| api.TreeWalker.root π | DOM API | |
| api.TreeWalker.whatToShow π | DOM API | |
| api.TrustedHTML π | DOM API | |
| api.TrustedHTML.toJSON π | DOM API | |
| api.TrustedHTML.toString π | DOM API | |
| api.TrustedScript π | DOM API | |
| api.TrustedScript.toJSON π | DOM API | |
| api.TrustedScript.toString π | DOM API | |
| api.TrustedScriptURL π | DOM API | |
| api.TrustedScriptURL.toJSON π | DOM API | |
| api.TrustedScriptURL.toString π | DOM API | |
| api.TrustedTypePolicy π | DOM API | |
| api.TrustedTypePolicy.createHTML π | DOM API | |
| api.TrustedTypePolicy.createScript π | DOM API | |
| api.TrustedTypePolicy.createScriptURL π | DOM API | |
| api.TrustedTypePolicy.name π | DOM API | |
| api.TrustedTypePolicyFactory π | DOM API | |
| api.TrustedTypePolicyFactory.createPolicy π | DOM API | |
| api.TrustedTypePolicyFactory.defaultPolicy π | DOM API | |
| api.TrustedTypePolicyFactory.emptyHTML π | DOM API | |
| api.TrustedTypePolicyFactory.emptyScript π | DOM API | |
| api.TrustedTypePolicyFactory.getAttributeType π | DOM API | |
| api.TrustedTypePolicyFactory.getPropertyType π | DOM API | |
| api.TrustedTypePolicyFactory.isHTML π | DOM API | |
| api.TrustedTypePolicyFactory.isScript π | DOM API | |
| api.TrustedTypePolicyFactory.isScriptURL π | DOM API | |
| api.UIEvent π | DOM API | |
| api.UIEvent.UIEvent π | DOM API | |
| api.UIEvent.detail π | DOM API | Internet Explorer: Always 0 on click and dblclick events. On mousedown and mouseup events, the count is not unique to the element, but is rather the global click count for the current document -- even across refreshes. |
| api.UIEvent.initUIEvent π | DOM API | |
| api.UIEvent.sourceCapabilities π | DOM API | |
| api.UIEvent.view π | DOM API | |
| api.UIEvent.which π | DOM API | Edge: Only supported for KeyboardEvent and MouseEvent, not all UIEvent objects.Firefox: On mousemove events, the which property is incorrectly always set to 1.Firefox for Android: On mousemove events, the which property is incorrectly always set to 1.Internet Explorer: Only supported for KeyboardEvent and MouseEvent, not all UIEvent objects.Opera: Only supported for KeyboardEvent and MouseEvent, not all UIEvent objects.Opera Android: Only supported for KeyboardEvent and MouseEvent, not all UIEvent objects. |
| api.URL π | DOM API | Firefox: Before version 57, Firefox had a bug whereby single quotes contained in URLs are escaped when accessed via URL APIs (see bug 1386683).Firefox for Android: Before version 57, Firefox for Android had a bug whereby single quotes contained in URLs are escaped when accessed via URL APIs (see bug 1386683).Node.js: Available as a part of the url module. |
| api.URL.URL π | DOM API | Edge: Before Edge 79, query arguments in the base URL argument are removed when calling the URL constructor.Firefox: Before version 122, host, hostname, and port were not parsed for unknown protocols/schemes.Firefox for Android: Before version 122, host, hostname, and port were not parsed for unknown protocols/schemes.Safari: Before Safari 14.1, calling the URL constructor with a base URL whose value is undefined caused Safari to throw a TypeError, see bug 216841.Safari on iOS: Before Safari on iOS 14.1, calling the URL constructor with a base URL whose value is undefined caused Safari on iOS to throw a TypeError, see bug 216841.WebView on iOS: Before WebView on iOS 14.1, calling the URL constructor with a base URL whose value is undefined caused WebView on iOS to throw a TypeError, see bug 216841. |
| api.URL.canParse_static π | DOM API | |
| api.URL.createObjectURL_static π | DOM API | Firefox: createObjectURL() is no longer available within the context of a ServiceWorker.Firefox for Android: createObjectURL() is no longer available within the context of a ServiceWorker.Internet Explorer: If the underlying object does not have a content type set, using this URL as the src of an img tag fails intermittently with error DOM7009. |
| api.URL.hash π | DOM API | |
| api.URL.host π | DOM API | |
| api.URL.hostname π | DOM API | |
| api.URL.href π | DOM API | |
| api.URL.origin π | DOM API | Firefox: Results for URL using the blob scheme incorrectly returned null.Firefox for Android: Results for URL using the blob scheme incorrectly returned null. |
| api.URL.parse_static π | DOM API | |
| api.URL.password π | DOM API | |
| api.URL.pathname π | DOM API | Firefox: Before Firefox 53, pathname and search returned wrong values for custom protocols. Given protocol:host/x?a=true&b=false, pathname would return "/x?a=true&b=false" and search would return "", rather than "/x" and "?a=true&b=false" respectively. See bug 1310483.Firefox for Android: Before Firefox for Android 53, pathname and search returned wrong values for custom protocols. Given protocol:host/x?a=true&b=false, pathname would return "/x?a=true&b=false" and search would return "", rather than "/x" and "?a=true&b=false" respectively. See bug 1310483. |
| api.URL.port π | DOM API | |
| api.URL.protocol π | DOM API | |
| api.URL.revokeObjectURL_static π | DOM API | Firefox: revokeObjectURL() is no longer available within the context of a ServiceWorker.Firefox for Android: revokeObjectURL() is no longer available within the context of a ServiceWorker. |
| api.URL.search π | DOM API | Firefox: Before Firefox 53, pathname and search returned wrong values for custom protocols. Given protocol:host/x?a=true&b=false, pathname would return "/x?a=true&b=false" and search would return "", rather than "/x" and "?a=true&b=false" respectively. See bug 1310483.Firefox for Android: Before Firefox for Android 53, pathname and search returned wrong values for custom protocols. Given protocol:host/x?a=true&b=false, pathname would return "/x?a=true&b=false" and search would return "", rather than "/x" and "?a=true&b=false" respectively. See bug 1310483. |
| api.URL.searchParams π | DOM API | Node.js: An object matching the URLSearchParams interface is returned, but it contains no data. |
| api.URL.toJSON π | DOM API | |
| api.URL.toString π | DOM API | |
| api.URL.username π | DOM API | |
| api.URLPattern π | DOM API | |
| api.URLPattern.URLPattern π | DOM API | |
| api.URLPattern.URLPattern.ignoreCase_option π | DOM API | |
| api.URLPattern.exec π | DOM API | |
| api.URLPattern.hasRegExpGroups π | DOM API | |
| api.URLPattern.hash π | DOM API | |
| api.URLPattern.hostname π | DOM API | |
| api.URLPattern.password π | DOM API | |
| api.URLPattern.pathname π | DOM API | |
| api.URLPattern.port π | DOM API | |
| api.URLPattern.protocol π | DOM API | |
| api.URLPattern.search π | DOM API | |
| api.URLPattern.test π | DOM API | |
| api.URLPattern.username π | DOM API | |
| api.URLSearchParams π | DOM API | Firefox: Before version 57 single quotes in URLs were escaped (see bug 1386683).Firefox for Android: Before version 57 single quotes in URLs were escaped (see bug 1386683).Node.js: Available as a part of the url module.Node.js: Only available as an internal instance, but can be accessed via the searchParams property of the URL interface.Node.js: Available as a part of the url module. |
| api.URLSearchParams.@@iterator π | DOM API | |
| api.URLSearchParams.URLSearchParams π | DOM API | |
| api.URLSearchParams.URLSearchParams.USVString | DOM API | |
| api.URLSearchParams.URLSearchParams.record | DOM API | |
| api.URLSearchParams.URLSearchParams.sequence | DOM API | |
| api.URLSearchParams.append π | DOM API | |
| api.URLSearchParams.delete π | DOM API | Safari: Removing a non-existent query parameter doesn't remove ? from the URL. See bug 193022.Safari on iOS: Removing a non-existent query parameter doesn't remove ? from the URL. See bug 193022.WebView on iOS: Removing a non-existent query parameter doesn't remove ? from the URL. See bug 193022. |
| api.URLSearchParams.delete.value_parameter | DOM API | |
| api.URLSearchParams.entries π | DOM API | |
| api.URLSearchParams.forEach π | DOM API | |
| api.URLSearchParams.get π | DOM API | |
| api.URLSearchParams.getAll π | DOM API | |
| api.URLSearchParams.has π | DOM API | |
| api.URLSearchParams.has.value_parameter | DOM API | |
| api.URLSearchParams.keys π | DOM API | |
| api.URLSearchParams.set π | DOM API | |
| api.URLSearchParams.size π | DOM API | |
| api.URLSearchParams.sort π | DOM API | |
| api.URLSearchParams.toString π | DOM API | |
| api.URLSearchParams.values π | DOM API | |
| api.USB π | DOM API | WebView Android: WebView exposes this interface, but does not support WebUSB. See bug 41441927. |
| api.USB.connect_event π | DOM API | |
| api.USB.disconnect_event π | DOM API | |
| api.USB.getDevices π | DOM API | |
| api.USB.requestDevice π | DOM API | |
| api.USB.worker_support | DOM API | Chrome: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome: Available in dedicated workers, not available in shared workers and service workers.Chrome Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome Android: Available in dedicated workers, not available in shared workers and service workers.Edge: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Edge: Available in dedicated workers, not available in shared workers and service workers.Quest Browser: Available in dedicated workers, not available in shared workers and service workers.Opera: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera: Available in dedicated workers, not available in shared workers and service workers.Opera Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera Android: Available in dedicated workers, not available in shared workers and service workers.Samsung Internet: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Samsung Internet: Available in dedicated workers, not available in shared workers and service workers.WebView Android: WebView exposes this interface, but does not support WebUSB. |
| api.USBAlternateInterface π | DOM API | WebView Android: WebView exposes this interface, but does not support WebUSB. See bug 41441927. |
| api.USBAlternateInterface.USBAlternateInterface | DOM API | |
| api.USBAlternateInterface.alternateSetting π | DOM API | |
| api.USBAlternateInterface.endpoints π | DOM API | |
| api.USBAlternateInterface.interfaceClass π | DOM API | |
| api.USBAlternateInterface.interfaceName π | DOM API | |
| api.USBAlternateInterface.interfaceProtocol π | DOM API | |
| api.USBAlternateInterface.interfaceSubclass π | DOM API | |
| api.USBAlternateInterface.worker_support | DOM API | Chrome: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome: Available in dedicated workers, not available in shared workers and service workers.Chrome Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome Android: Available in dedicated workers, not available in shared workers and service workers.Edge: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Edge: Available in dedicated workers, not available in shared workers and service workers.Quest Browser: Available in dedicated workers, not available in shared workers and service workers.Opera: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera: Available in dedicated workers, not available in shared workers and service workers.Opera Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera Android: Available in dedicated workers, not available in shared workers and service workers.Samsung Internet: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Samsung Internet: Available in dedicated workers, not available in shared workers and service workers.WebView Android: WebView exposes this interface, but does not support WebUSB. |
| api.USBConfiguration π | DOM API | WebView Android: WebView exposes this interface, but does not support WebUSB. See bug 41441927. |
| api.USBConfiguration.USBConfiguration π | DOM API | |
| api.USBConfiguration.configurationName π | DOM API | |
| api.USBConfiguration.configurationValue π | DOM API | |
| api.USBConfiguration.interfaces π | DOM API | |
| api.USBConfiguration.worker_support | DOM API | Chrome: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome: Available in dedicated workers, not available in shared workers and service workers.Chrome Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome Android: Available in dedicated workers, not available in shared workers and service workers.Edge: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Edge: Available in dedicated workers, not available in shared workers and service workers.Quest Browser: Available in dedicated workers, not available in shared workers and service workers.Opera: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera: Available in dedicated workers, not available in shared workers and service workers.Opera Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera Android: Available in dedicated workers, not available in shared workers and service workers.Samsung Internet: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Samsung Internet: Available in dedicated workers, not available in shared workers and service workers.WebView Android: WebView exposes this interface, but does not support WebUSB. |
| api.USBConnectionEvent π | DOM API | WebView Android: WebView exposes this interface, but does not support WebUSB. See bug 41441927. |
| api.USBConnectionEvent.USBConnectionEvent π | DOM API | |
| api.USBConnectionEvent.device π | DOM API | |
| api.USBConnectionEvent.worker_support | DOM API | Chrome: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome: Available in dedicated workers, not available in shared workers and service workers.Chrome Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome Android: Available in dedicated workers, not available in shared workers and service workers.Edge: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Edge: Available in dedicated workers, not available in shared workers and service workers.Quest Browser: Available in dedicated workers, not available in shared workers and service workers.Opera: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera: Available in dedicated workers, not available in shared workers and service workers.Opera Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera Android: Available in dedicated workers, not available in shared workers and service workers.Samsung Internet: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Samsung Internet: Available in dedicated workers, not available in shared workers and service workers.WebView Android: WebView exposes this interface, but does not support WebUSB. |
| api.USBDevice π | DOM API | WebView Android: WebView exposes this interface, but does not support WebUSB. See bug 41441927. |
| api.USBDevice.claimInterface π | DOM API | |
| api.USBDevice.clearHalt π | DOM API | |
| api.USBDevice.close π | DOM API | |
| api.USBDevice.configuration π | DOM API | |
| api.USBDevice.configurations π | DOM API | |
| api.USBDevice.controlTransferIn π | DOM API | |
| api.USBDevice.controlTransferOut π | DOM API | |
| api.USBDevice.deviceClass π | DOM API | |
| api.USBDevice.deviceProtocol π | DOM API | |
| api.USBDevice.deviceSubclass π | DOM API | |
| api.USBDevice.deviceVersionMajor π | DOM API | |
| api.USBDevice.deviceVersionMinor π | DOM API | |
| api.USBDevice.deviceVersionSubminor π | DOM API | |
| api.USBDevice.forget π | DOM API | |
| api.USBDevice.isochronousTransferIn π | DOM API | |
| api.USBDevice.isochronousTransferOut π | DOM API | |
| api.USBDevice.manufacturerName π | DOM API | |
| api.USBDevice.open π | DOM API | |
| api.USBDevice.opened π | DOM API | |
| api.USBDevice.productId π | DOM API | |
| api.USBDevice.productName π | DOM API | |
| api.USBDevice.releaseInterface π | DOM API | |
| api.USBDevice.reset π | DOM API | |
| api.USBDevice.selectAlternateInterface π | DOM API | |
| api.USBDevice.selectConfiguration π | DOM API | |
| api.USBDevice.serialNumber π | DOM API | |
| api.USBDevice.transferIn π | DOM API | |
| api.USBDevice.transferOut π | DOM API | |
| api.USBDevice.usbVersionMajor π | DOM API | |
| api.USBDevice.usbVersionMinor π | DOM API | |
| api.USBDevice.usbVersionSubminor π | DOM API | |
| api.USBDevice.vendorId π | DOM API | |
| api.USBDevice.worker_support | DOM API | Chrome: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome: Available in dedicated workers, not available in shared workers and service workers.Chrome Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome Android: Available in dedicated workers, not available in shared workers and service workers.Edge: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Edge: Available in dedicated workers, not available in shared workers and service workers.Quest Browser: Available in dedicated workers, not available in shared workers and service workers.Opera: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera: Available in dedicated workers, not available in shared workers and service workers.Opera Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera Android: Available in dedicated workers, not available in shared workers and service workers.Samsung Internet: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Samsung Internet: Available in dedicated workers, not available in shared workers and service workers.WebView Android: WebView exposes this interface, but does not support WebUSB. |
| api.USBEndpoint π | DOM API | WebView Android: WebView exposes this interface, but does not support WebUSB. See bug 41441927. |
| api.USBEndpoint.USBEndpoint | DOM API | |
| api.USBEndpoint.direction π | DOM API | |
| api.USBEndpoint.endpointNumber π | DOM API | |
| api.USBEndpoint.packetSize π | DOM API | |
| api.USBEndpoint.type π | DOM API | |
| api.USBEndpoint.worker_support | DOM API | Chrome: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome: Available in dedicated workers, not available in shared workers and service workers.Chrome Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome Android: Available in dedicated workers, not available in shared workers and service workers.Edge: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Edge: Available in dedicated workers, not available in shared workers and service workers.Quest Browser: Available in dedicated workers, not available in shared workers and service workers.Opera: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera: Available in dedicated workers, not available in shared workers and service workers.Opera Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera Android: Available in dedicated workers, not available in shared workers and service workers.Samsung Internet: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Samsung Internet: Available in dedicated workers, not available in shared workers and service workers.WebView Android: WebView exposes this interface, but does not support WebUSB. |
| api.USBInTransferResult π | DOM API | WebView Android: WebView exposes this interface, but does not support WebUSB. See bug 41441927. |
| api.USBInTransferResult.USBInTransferResult | DOM API | |
| api.USBInTransferResult.data π | DOM API | |
| api.USBInTransferResult.status π | DOM API | |
| api.USBInTransferResult.worker_support | DOM API | Chrome: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome: Available in dedicated workers, not available in shared workers and service workers.Chrome Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome Android: Available in dedicated workers, not available in shared workers and service workers.Edge: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Edge: Available in dedicated workers, not available in shared workers and service workers.Quest Browser: Available in dedicated workers, not available in shared workers and service workers.Opera: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera: Available in dedicated workers, not available in shared workers and service workers.Opera Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera Android: Available in dedicated workers, not available in shared workers and service workers.Samsung Internet: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Samsung Internet: Available in dedicated workers, not available in shared workers and service workers.WebView Android: WebView exposes this interface, but does not support WebUSB. |
| api.USBInterface π | DOM API | WebView Android: WebView exposes this interface, but does not support WebUSB. See bug 41441927. |
| api.USBInterface.USBInterface | DOM API | |
| api.USBInterface.alternate π | DOM API | |
| api.USBInterface.alternates π | DOM API | |
| api.USBInterface.claimed π | DOM API | |
| api.USBInterface.interfaceNumber π | DOM API | |
| api.USBInterface.worker_support | DOM API | Chrome: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome: Available in dedicated workers, not available in shared workers and service workers.Chrome Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome Android: Available in dedicated workers, not available in shared workers and service workers.Edge: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Edge: Available in dedicated workers, not available in shared workers and service workers.Quest Browser: Available in dedicated workers, not available in shared workers and service workers.Opera: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera: Available in dedicated workers, not available in shared workers and service workers.Opera Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera Android: Available in dedicated workers, not available in shared workers and service workers.Samsung Internet: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Samsung Internet: Available in dedicated workers, not available in shared workers and service workers.WebView Android: WebView exposes this interface, but does not support WebUSB. |
| api.USBIsochronousInTransferPacket π | DOM API | WebView Android: WebView exposes this interface, but does not support WebUSB. See bug 41441927. |
| api.USBIsochronousInTransferPacket.USBIsochronousInTransferPacket | DOM API | |
| api.USBIsochronousInTransferPacket.data π | DOM API | |
| api.USBIsochronousInTransferPacket.status π | DOM API | |
| api.USBIsochronousInTransferPacket.worker_support | DOM API | Chrome: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome: Available in dedicated workers, not available in shared workers and service workers.Chrome Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome Android: Available in dedicated workers, not available in shared workers and service workers.Edge: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Edge: Available in dedicated workers, not available in shared workers and service workers.Quest Browser: Available in dedicated workers, not available in shared workers and service workers.Opera: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera: Available in dedicated workers, not available in shared workers and service workers.Opera Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera Android: Available in dedicated workers, not available in shared workers and service workers.Samsung Internet: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Samsung Internet: Available in dedicated workers, not available in shared workers and service workers.WebView Android: WebView exposes this interface, but does not support WebUSB. |
| api.USBIsochronousInTransferResult π | DOM API | WebView Android: WebView exposes this interface, but does not support WebUSB. See bug 41441927. |
| api.USBIsochronousInTransferResult.USBIsochronousInTransferResult | DOM API | |
| api.USBIsochronousInTransferResult.data π | DOM API | |
| api.USBIsochronousInTransferResult.packets π | DOM API | |
| api.USBIsochronousInTransferResult.worker_support | DOM API | Chrome: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome: Available in dedicated workers, not available in shared workers and service workers.Chrome Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome Android: Available in dedicated workers, not available in shared workers and service workers.Edge: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Edge: Available in dedicated workers, not available in shared workers and service workers.Quest Browser: Available in dedicated workers, not available in shared workers and service workers.Opera: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera: Available in dedicated workers, not available in shared workers and service workers.Opera Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera Android: Available in dedicated workers, not available in shared workers and service workers.Samsung Internet: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Samsung Internet: Available in dedicated workers, not available in shared workers and service workers.WebView Android: WebView exposes this interface, but does not support WebUSB. |
| api.USBIsochronousOutTransferPacket π | DOM API | WebView Android: WebView exposes this interface, but does not support WebUSB. See bug 41441927. |
| api.USBIsochronousOutTransferPacket.USBIsochronousOutTransferPacket | DOM API | |
| api.USBIsochronousOutTransferPacket.bytesWritten π | DOM API | |
| api.USBIsochronousOutTransferPacket.status π | DOM API | |
| api.USBIsochronousOutTransferPacket.worker_support | DOM API | Chrome: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome: Available in dedicated workers, not available in shared workers and service workers.Chrome Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome Android: Available in dedicated workers, not available in shared workers and service workers.Edge: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Edge: Available in dedicated workers, not available in shared workers and service workers.Quest Browser: Available in dedicated workers, not available in shared workers and service workers.Opera: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera: Available in dedicated workers, not available in shared workers and service workers.Opera Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera Android: Available in dedicated workers, not available in shared workers and service workers.Samsung Internet: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Samsung Internet: Available in dedicated workers, not available in shared workers and service workers.WebView Android: WebView exposes this interface, but does not support WebUSB. |
| api.USBIsochronousOutTransferResult π | DOM API | WebView Android: WebView exposes this interface, but does not support WebUSB. See bug 41441927. |
| api.USBIsochronousOutTransferResult.USBIsochronousOutTransferResult | DOM API | |
| api.USBIsochronousOutTransferResult.packets π | DOM API | |
| api.USBIsochronousOutTransferResult.worker_support | DOM API | Chrome: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome: Available in dedicated workers, not available in shared workers and service workers.Chrome Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome Android: Available in dedicated workers, not available in shared workers and service workers.Edge: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Edge: Available in dedicated workers, not available in shared workers and service workers.Quest Browser: Available in dedicated workers, not available in shared workers and service workers.Opera: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera: Available in dedicated workers, not available in shared workers and service workers.Opera Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera Android: Available in dedicated workers, not available in shared workers and service workers.Samsung Internet: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Samsung Internet: Available in dedicated workers, not available in shared workers and service workers.WebView Android: WebView exposes this interface, but does not support WebUSB. |
| api.USBOutTransferResult π | DOM API | WebView Android: WebView exposes this interface, but does not support WebUSB. See bug 41441927. |
| api.USBOutTransferResult.USBOutTransferResult | DOM API | |
| api.USBOutTransferResult.bytesWritten π | DOM API | |
| api.USBOutTransferResult.status π | DOM API | |
| api.USBOutTransferResult.worker_support | DOM API | Chrome: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome: Available in dedicated workers, not available in shared workers and service workers.Chrome Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome Android: Available in dedicated workers, not available in shared workers and service workers.Edge: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Edge: Available in dedicated workers, not available in shared workers and service workers.Quest Browser: Available in dedicated workers, not available in shared workers and service workers.Opera: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera: Available in dedicated workers, not available in shared workers and service workers.Opera Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera Android: Available in dedicated workers, not available in shared workers and service workers.Samsung Internet: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Samsung Internet: Available in dedicated workers, not available in shared workers and service workers.WebView Android: WebView exposes this interface, but does not support WebUSB. |
| api.UserActivation π | DOM API | |
| api.UserActivation.hasBeenActive π | DOM API | |
| api.UserActivation.isActive π | DOM API | |
| api.VRDisplay | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VRDisplay.cancelAnimationFrame | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VRDisplay.capabilities | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VRDisplay.depthFar | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VRDisplay.depthNear | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VRDisplay.displayId | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VRDisplay.displayName | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VRDisplay.exitPresent | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VRDisplay.getEyeParameters | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VRDisplay.getFrameData | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VRDisplay.getImmediatePose | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55. |
| api.VRDisplay.getLayers | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VRDisplay.getPose | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VRDisplay.isConnected | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VRDisplay.isPresenting | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VRDisplay.requestAnimationFrame | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VRDisplay.requestPresent | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VRDisplay.resetPose | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VRDisplay.stageParameters | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VRDisplay.submitFrame | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VRDisplayCapabilities | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VRDisplayCapabilities.canPresent | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VRDisplayCapabilities.hasExternalDisplay | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VRDisplayCapabilities.hasOrientation | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VRDisplayCapabilities.hasPosition | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VRDisplayCapabilities.maxLayers | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VRDisplayEvent | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VRDisplayEvent.VRDisplayEvent | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VRDisplayEvent.display | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VRDisplayEvent.reason | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VREyeParameters | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VREyeParameters.fieldOfView | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VREyeParameters.maximumFieldOfView | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55. |
| api.VREyeParameters.minimumFieldOfView | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55. |
| api.VREyeParameters.offset | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VREyeParameters.renderHeight | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VREyeParameters.renderWidth | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VRFieldOfView | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VRFieldOfView.downDegrees | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VRFieldOfView.leftDegrees | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VRFieldOfView.rightDegrees | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VRFieldOfView.upDegrees | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VRFrameData | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VRFrameData.VRFrameData | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VRFrameData.leftProjectionMatrix | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VRFrameData.leftViewMatrix | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VRFrameData.pose | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VRFrameData.rightProjectionMatrix | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VRFrameData.rightViewMatrix | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VRFrameData.timestamp | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VRPose | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VRPose.angularAcceleration | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VRPose.angularVelocity | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VRPose.linearAcceleration | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VRPose.linearVelocity | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VRPose.orientation | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VRPose.position | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VRStageParameters | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VRStageParameters.sittingToStandingTransform | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VRStageParameters.sizeX | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VRStageParameters.sizeY | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Google Cardboard supported in Samsung Internet 7.0. |
| api.VTTCue π | DOM API | |
| api.VTTCue.VTTCue π | DOM API | |
| api.VTTCue.align π | DOM API | |
| api.VTTCue.getCueAsHTML π | DOM API | |
| api.VTTCue.line π | DOM API | |
| api.VTTCue.lineAlign π | DOM API | |
| api.VTTCue.position π | DOM API | |
| api.VTTCue.positionAlign π | DOM API | |
| api.VTTCue.region π | DOM API | |
| api.VTTCue.size π | DOM API | |
| api.VTTCue.snapToLines π | DOM API | |
| api.VTTCue.text π | DOM API | |
| api.VTTCue.text.all_html_character_references | DOM API | |
| api.VTTCue.vertical π | DOM API | |
| api.VTTRegion π | DOM API | |
| api.VTTRegion.VTTRegion π | DOM API | |
| api.VTTRegion.id π | DOM API | |
| api.VTTRegion.lines π | DOM API | |
| api.VTTRegion.regionAnchorX π | DOM API | |
| api.VTTRegion.regionAnchorY π | DOM API | |
| api.VTTRegion.scroll π | DOM API | |
| api.VTTRegion.viewportAnchorX π | DOM API | |
| api.VTTRegion.viewportAnchorY π | DOM API | |
| api.VTTRegion.width π | DOM API | |
| api.ValidityState π | DOM API | |
| api.ValidityState.badInput π | DOM API | |
| api.ValidityState.customError π | DOM API | |
| api.ValidityState.patternMismatch π | DOM API | |
| api.ValidityState.rangeOverflow π | DOM API | |
| api.ValidityState.rangeUnderflow π | DOM API | |
| api.ValidityState.stepMismatch π | DOM API | |
| api.ValidityState.tooLong π | DOM API | Edge: Not supported in the unlikely case of the value being initially set too long, and then changed by the user to a still incorrect state. Per caniuse.com.Firefox: Not supported in the unlikely case of the value being initially set too long, and then changed by the user to a still incorrect state. Per caniuse.com. |
| api.ValidityState.tooShort π | DOM API | |
| api.ValidityState.typeMismatch π | DOM API | |
| api.ValidityState.valid π | DOM API | |
| api.ValidityState.valueMissing π | DOM API | |
| api.VideoColorSpace π | DOM API | |
| api.VideoColorSpace.VideoColorSpace π | DOM API | |
| api.VideoColorSpace.fullRange π | DOM API | |
| api.VideoColorSpace.matrix π | DOM API | |
| api.VideoColorSpace.primaries π | DOM API | |
| api.VideoColorSpace.toJSON π | DOM API | |
| api.VideoColorSpace.transfer π | DOM API | |
| api.VideoDecoder π | DOM API | |
| api.VideoDecoder.VideoDecoder π | DOM API | |
| api.VideoDecoder.close π | DOM API | |
| api.VideoDecoder.configure π | DOM API | |
| api.VideoDecoder.decode π | DOM API | |
| api.VideoDecoder.decodeQueueSize π | DOM API | |
| api.VideoDecoder.dequeue_event π | DOM API | |
| api.VideoDecoder.flush π | DOM API | |
| api.VideoDecoder.isConfigSupported_static π | DOM API | |
| api.VideoDecoder.reset π | DOM API | |
| api.VideoDecoder.state π | DOM API | |
| api.VideoEncoder π | DOM API | |
| api.VideoEncoder.VideoEncoder π | DOM API | |
| api.VideoEncoder.close π | DOM API | |
| api.VideoEncoder.configure π | DOM API | |
| api.VideoEncoder.dequeue_event π | DOM API | |
| api.VideoEncoder.encode π | DOM API | |
| api.VideoEncoder.encodeQueueSize π | DOM API | |
| api.VideoEncoder.flush π | DOM API | |
| api.VideoEncoder.isConfigSupported_static π | DOM API | |
| api.VideoEncoder.reset π | DOM API | |
| api.VideoEncoder.state π | DOM API | |
| api.VideoFrame π | DOM API | |
| api.VideoFrame.VideoFrame π | DOM API | |
| api.VideoFrame.allocationSize π | DOM API | |
| api.VideoFrame.clone π | DOM API | |
| api.VideoFrame.close π | DOM API | |
| api.VideoFrame.codedHeight π | DOM API | |
| api.VideoFrame.codedRect π | DOM API | |
| api.VideoFrame.codedWidth π | DOM API | |
| api.VideoFrame.colorSpace π | DOM API | |
| api.VideoFrame.copyTo π | DOM API | |
| api.VideoFrame.displayHeight π | DOM API | |
| api.VideoFrame.displayWidth π | DOM API | |
| api.VideoFrame.duration π | DOM API | |
| api.VideoFrame.format π | DOM API | |
| api.VideoFrame.timestamp π | DOM API | |
| api.VideoFrame.visibleRect π | DOM API | |
| api.VideoPlaybackQuality π | DOM API | Internet Explorer: Only works on Windows 8+. |
| api.VideoPlaybackQuality.corruptedVideoFrames π | DOM API | Internet Explorer: Only works on Windows 8+. |
| api.VideoPlaybackQuality.creationTime π | DOM API | Internet Explorer: Only works on Windows 8+. |
| api.VideoPlaybackQuality.droppedVideoFrames π | DOM API | Internet Explorer: Only works on Windows 8+. |
| api.VideoPlaybackQuality.totalFrameDelay | DOM API | Internet Explorer: Only works on Windows 8+. |
| api.VideoPlaybackQuality.totalVideoFrames π | DOM API | Internet Explorer: Only works on Windows 8+. |
| api.VideoTrack π | DOM API | |
| api.VideoTrack.id π | DOM API | |
| api.VideoTrack.kind π | DOM API | |
| api.VideoTrack.label π | DOM API | |
| api.VideoTrack.language π | DOM API | |
| api.VideoTrack.selected π | DOM API | |
| api.VideoTrack.sourceBuffer π | DOM API | Safari on iOS: Exposed in Mobile Safari on iPad but not on iPhone.WebView on iOS: Exposed in Mobile Safari on iPad but not on iPhone. |
| api.VideoTrackGenerator π | DOM API | |
| api.VideoTrackGenerator.VideoTrackGenerator π | DOM API | |
| api.VideoTrackGenerator.muted π | DOM API | |
| api.VideoTrackGenerator.track π | DOM API | |
| api.VideoTrackGenerator.writable π | DOM API | |
| api.VideoTrackList π | DOM API | |
| api.VideoTrackList.addtrack_event π | DOM API | |
| api.VideoTrackList.change_event π | DOM API | |
| api.VideoTrackList.getTrackById π | DOM API | |
| api.VideoTrackList.length π | DOM API | |
| api.VideoTrackList.removetrack_event π | DOM API | |
| api.VideoTrackList.selectedIndex π | DOM API | |
| api.ViewTimeline π | DOM API | |
| api.ViewTimeline.ViewTimeline π | DOM API | |
| api.ViewTimeline.endOffset π | DOM API | |
| api.ViewTimeline.startOffset π | DOM API | |
| api.ViewTimeline.subject π | DOM API | |
| api.ViewTransition π | DOM API | |
| api.ViewTransition.finished π | DOM API | |
| api.ViewTransition.ready π | DOM API | |
| api.ViewTransition.skipTransition π | DOM API | |
| api.ViewTransition.types π | DOM API | |
| api.ViewTransition.updateCallbackDone π | DOM API | |
| api.ViewTransitionTypeSet π | DOM API | |
| api.ViewTransitionTypeSet.@@iterator | DOM API | |
| api.ViewTransitionTypeSet.add | DOM API | |
| api.ViewTransitionTypeSet.clear | DOM API | |
| api.ViewTransitionTypeSet.delete | DOM API | |
| api.ViewTransitionTypeSet.entries | DOM API | |
| api.ViewTransitionTypeSet.forEach | DOM API | |
| api.ViewTransitionTypeSet.has | DOM API | |
| api.ViewTransitionTypeSet.keys | DOM API | |
| api.ViewTransitionTypeSet.size | DOM API | |
| api.ViewTransitionTypeSet.values | DOM API | |
| api.VirtualKeyboard π | DOM API | |
| api.VirtualKeyboard.boundingRect π | DOM API | |
| api.VirtualKeyboard.geometrychange_event π | DOM API | |
| api.VirtualKeyboard.hide π | DOM API | |
| api.VirtualKeyboard.overlaysContent π | DOM API | |
| api.VirtualKeyboard.show π | DOM API | |
| api.VisibilityStateEntry π | DOM API | |
| api.VisibilityStateEntry.duration π | DOM API | |
| api.VisibilityStateEntry.entryType π | DOM API | |
| api.VisibilityStateEntry.name π | DOM API | |
| api.VisibilityStateEntry.startTime π | DOM API | |
| api.VisualViewport π | DOM API | |
| api.VisualViewport.height π | DOM API | |
| api.VisualViewport.offsetLeft π | DOM API | |
| api.VisualViewport.offsetTop π | DOM API | |
| api.VisualViewport.pageLeft π | DOM API | |
| api.VisualViewport.pageTop π | DOM API | |
| api.VisualViewport.resize_event π | DOM API | Chrome: The onresize event handler property is not supported.Chrome Android: The onresize event handler property is not supported.Quest Browser: The onresize event handler property is not supported.Opera: The onresize event handler property is not supported.Opera Android: The onresize event handler property is not supported.WebView Android: The onresize event handler property is not supported. |
| api.VisualViewport.scale π | DOM API | |
| api.VisualViewport.scroll_event π | DOM API | Chrome: The onscroll event handler property is not supported.Chrome Android: The onscroll event handler property is not supported.Quest Browser: The onscroll event handler property is not supported.Opera: The onscroll event handler property is not supported.Opera Android: The onscroll event handler property is not supported.WebView Android: The onscroll event handler property is not supported. |
| api.VisualViewport.scrollend_event π | DOM API | Chrome: The onscrollend event handler property is not supported. See bug 325307785.Chrome Android: The onscrollend event handler property is not supported. See bug 325307785.Edge: The onscrollend event handler property is not supported. See bug 325307785.Opera: The onscrollend event handler property is not supported. See bug 325307785.Opera Android: The onscrollend event handler property is not supported. See bug 325307785.Samsung Internet: The onscrollend event handler property is not supported. See bug 325307785.WebView Android: The onscrollend event handler property is not supported. See bug 325307785. |
| api.VisualViewport.width π | DOM API | |
| api.WEBGL_color_buffer_float π | DOM API | |
| api.WEBGL_compressed_texture_astc π | DOM API | |
| api.WEBGL_compressed_texture_astc.getSupportedProfiles π | DOM API | |
| api.WEBGL_compressed_texture_etc π | DOM API | |
| api.WEBGL_compressed_texture_etc1 π | DOM API | |
| api.WEBGL_compressed_texture_pvrtc π | DOM API | |
| api.WEBGL_compressed_texture_s3tc π | DOM API | |
| api.WEBGL_compressed_texture_s3tc_srgb π | DOM API | |
| api.WEBGL_debug_renderer_info π | DOM API | Firefox: Deprecated, and may be removed in a future release (see bug 1722782).Firefox for Android: Deprecated, and may be removed in a future release (see bug 1722782). |
| api.WEBGL_debug_shaders π | DOM API | |
| api.WEBGL_debug_shaders.getTranslatedShaderSource π | DOM API | |
| api.WEBGL_depth_texture π | DOM API | |
| api.WEBGL_draw_buffers π | DOM API | |
| api.WEBGL_draw_buffers.drawBuffersWEBGL π | DOM API | |
| api.WEBGL_lose_context π | DOM API | |
| api.WEBGL_lose_context.loseContext π | DOM API | |
| api.WEBGL_lose_context.restoreContext π | DOM API | |
| api.WEBGL_multi_draw π | DOM API | |
| api.WEBGL_multi_draw.multiDrawArraysInstancedWEBGL π | DOM API | |
| api.WEBGL_multi_draw.multiDrawArraysWEBGL π | DOM API | |
| api.WEBGL_multi_draw.multiDrawElementsInstancedWEBGL π | DOM API | |
| api.WEBGL_multi_draw.multiDrawElementsWEBGL π | DOM API | |
| api.WGSLLanguageFeatures π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.WGSLLanguageFeatures.@@iterator π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.WGSLLanguageFeatures.entries π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.WGSLLanguageFeatures.extension_packed_4x8_integer_dot_product π | DOM API | |
| api.WGSLLanguageFeatures.extension_readonly_and_readwrite_storage_textures π | DOM API | |
| api.WGSLLanguageFeatures.extension_unrestricted_pointer_parameters π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Chrome Android: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only.Opera Android: Currently supported on ChromeOS, macOS, and Windows only.Samsung Internet: Currently supported on ChromeOS, macOS, and Windows only.WebView Android: Currently supported on ChromeOS, macOS, and Windows only. |
| api.WGSLLanguageFeatures.forEach π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.WGSLLanguageFeatures.has π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.WGSLLanguageFeatures.keys π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.WGSLLanguageFeatures.size π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.WGSLLanguageFeatures.values π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.WakeLock π | DOM API | Safari on iOS: Does not work in standalone Home Screen Web Apps. See bug 254545.WebView on iOS: Does not work in standalone Home Screen Web Apps. See bug 254545. |
| api.WakeLock.request π | DOM API | Safari on iOS: Does not work in standalone Home Screen Web Apps. See bug 254545.WebView on iOS: Does not work in standalone Home Screen Web Apps. See bug 254545. |
| api.WakeLockSentinel π | DOM API | Safari on iOS: Does not work in standalone Home Screen Web Apps. See bug 254545.WebView on iOS: Does not work in standalone Home Screen Web Apps. See bug 254545. |
| api.WakeLockSentinel.release π | DOM API | Safari on iOS: Does not work in standalone Home Screen Web Apps. See bug 254545.WebView on iOS: Does not work in standalone Home Screen Web Apps. See bug 254545. |
| api.WakeLockSentinel.release_event π | DOM API | Safari on iOS: Does not work in standalone Home Screen Web Apps. See bug 254545.WebView on iOS: Does not work in standalone Home Screen Web Apps. See bug 254545. |
| api.WakeLockSentinel.released π | DOM API | Safari on iOS: Does not work in standalone Home Screen Web Apps. See bug 254545.WebView on iOS: Does not work in standalone Home Screen Web Apps. See bug 254545. |
| api.WakeLockSentinel.type π | DOM API | Safari on iOS: Does not work in standalone Home Screen Web Apps. See bug 254545.WebView on iOS: Does not work in standalone Home Screen Web Apps. See bug 254545. |
| api.WaveShaperNode π | DOM API | |
| api.WaveShaperNode.WaveShaperNode π | DOM API | |
| api.WaveShaperNode.curve π | DOM API | |
| api.WaveShaperNode.oversample π | DOM API | |
| api.WebGL2RenderingContext π | DOM API | |
| api.WebGL2RenderingContext.activeTexture π | DOM API | |
| api.WebGL2RenderingContext.attachShader π | DOM API | |
| api.WebGL2RenderingContext.beginQuery π | DOM API | |
| api.WebGL2RenderingContext.beginTransformFeedback π | DOM API | |
| api.WebGL2RenderingContext.bindAttribLocation π | DOM API | |
| api.WebGL2RenderingContext.bindBuffer π | DOM API | |
| api.WebGL2RenderingContext.bindBufferBase π | DOM API | |
| api.WebGL2RenderingContext.bindBufferRange π | DOM API | |
| api.WebGL2RenderingContext.bindFramebuffer π | DOM API | |
| api.WebGL2RenderingContext.bindRenderbuffer π | DOM API | |
| api.WebGL2RenderingContext.bindSampler π | DOM API | |
| api.WebGL2RenderingContext.bindTexture π | DOM API | |
| api.WebGL2RenderingContext.bindTransformFeedback π | DOM API | |
| api.WebGL2RenderingContext.bindVertexArray π | DOM API | |
| api.WebGL2RenderingContext.blendColor π | DOM API | |
| api.WebGL2RenderingContext.blendEquation π | DOM API | |
| api.WebGL2RenderingContext.blendEquationSeparate π | DOM API | |
| api.WebGL2RenderingContext.blendFunc π | DOM API | |
| api.WebGL2RenderingContext.blendFuncSeparate π | DOM API | |
| api.WebGL2RenderingContext.blitFramebuffer π | DOM API | |
| api.WebGL2RenderingContext.bufferData π | DOM API | |
| api.WebGL2RenderingContext.bufferData.srcData_param_accepts_SharedArrayBuffer | DOM API | |
| api.WebGL2RenderingContext.bufferSubData π | DOM API | |
| api.WebGL2RenderingContext.bufferSubData.srcData_param_accepts_SharedArrayBuffer | DOM API | |
| api.WebGL2RenderingContext.canvas π | DOM API | |
| api.WebGL2RenderingContext.checkFramebufferStatus π | DOM API | |
| api.WebGL2RenderingContext.clear π | DOM API | |
| api.WebGL2RenderingContext.clearBufferfi π | DOM API | |
| api.WebGL2RenderingContext.clearBufferfv π | DOM API | |
| api.WebGL2RenderingContext.clearBufferfv.values_param_accepts_SharedArrayBuffer | DOM API | |
| api.WebGL2RenderingContext.clearBufferiv π | DOM API | |
| api.WebGL2RenderingContext.clearBufferiv.values_param_accepts_SharedArrayBuffer | DOM API | |
| api.WebGL2RenderingContext.clearBufferuiv π | DOM API | |
| api.WebGL2RenderingContext.clearBufferuiv.values_param_accepts_SharedArrayBuffer | DOM API | |
| api.WebGL2RenderingContext.clearColor π | DOM API | |
| api.WebGL2RenderingContext.clearDepth π | DOM API | |
| api.WebGL2RenderingContext.clearStencil π | DOM API | |
| api.WebGL2RenderingContext.clientWaitSync π | DOM API | |
| api.WebGL2RenderingContext.colorMask π | DOM API | |
| api.WebGL2RenderingContext.compileShader π | DOM API | |
| api.WebGL2RenderingContext.compressedTexImage2D π | DOM API | |
| api.WebGL2RenderingContext.compressedTexImage2D.pixels_param_accepts_SharedArrayBuffer | DOM API | |
| api.WebGL2RenderingContext.compressedTexImage3D π | DOM API | |
| api.WebGL2RenderingContext.compressedTexImage3D.pixels_param_accepts_SharedArrayBuffer | DOM API | |
| api.WebGL2RenderingContext.compressedTexSubImage2D π | DOM API | |
| api.WebGL2RenderingContext.compressedTexSubImage2D.srcData_param_accepts_SharedArrayBuffer | DOM API | |
| api.WebGL2RenderingContext.compressedTexSubImage3D π | DOM API | |
| api.WebGL2RenderingContext.copyBufferSubData π | DOM API | |
| api.WebGL2RenderingContext.copyTexImage2D π | DOM API | |
| api.WebGL2RenderingContext.copyTexSubImage2D π | DOM API | |
| api.WebGL2RenderingContext.copyTexSubImage3D π | DOM API | |
| api.WebGL2RenderingContext.createBuffer π | DOM API | |
| api.WebGL2RenderingContext.createFramebuffer π | DOM API | |
| api.WebGL2RenderingContext.createProgram π | DOM API | |
| api.WebGL2RenderingContext.createQuery π | DOM API | |
| api.WebGL2RenderingContext.createRenderbuffer π | DOM API | |
| api.WebGL2RenderingContext.createSampler π | DOM API | |
| api.WebGL2RenderingContext.createShader π | DOM API | |
| api.WebGL2RenderingContext.createTexture π | DOM API | |
| api.WebGL2RenderingContext.createTransformFeedback π | DOM API | |
| api.WebGL2RenderingContext.createVertexArray π | DOM API | |
| api.WebGL2RenderingContext.cullFace π | DOM API | |
| api.WebGL2RenderingContext.deleteBuffer π | DOM API | |
| api.WebGL2RenderingContext.deleteFramebuffer π | DOM API | |
| api.WebGL2RenderingContext.deleteProgram π | DOM API | |
| api.WebGL2RenderingContext.deleteQuery π | DOM API | |
| api.WebGL2RenderingContext.deleteRenderbuffer π | DOM API | |
| api.WebGL2RenderingContext.deleteSampler π | DOM API | |
| api.WebGL2RenderingContext.deleteShader π | DOM API | |
| api.WebGL2RenderingContext.deleteSync π | DOM API | |
| api.WebGL2RenderingContext.deleteTexture π | DOM API | |
| api.WebGL2RenderingContext.deleteTransformFeedback π | DOM API | |
| api.WebGL2RenderingContext.deleteVertexArray π | DOM API | |
| api.WebGL2RenderingContext.depthFunc π | DOM API | |
| api.WebGL2RenderingContext.depthMask π | DOM API | |
| api.WebGL2RenderingContext.depthRange π | DOM API | |
| api.WebGL2RenderingContext.detachShader π | DOM API | |
| api.WebGL2RenderingContext.disable π | DOM API | |
| api.WebGL2RenderingContext.disableVertexAttribArray π | DOM API | |
| api.WebGL2RenderingContext.drawArrays π | DOM API | |
| api.WebGL2RenderingContext.drawArraysInstanced π | DOM API | |
| api.WebGL2RenderingContext.drawBuffers π | DOM API | |
| api.WebGL2RenderingContext.drawElements π | DOM API | |
| api.WebGL2RenderingContext.drawElementsInstanced π | DOM API | |
| api.WebGL2RenderingContext.drawRangeElements π | DOM API | |
| api.WebGL2RenderingContext.drawingBufferColorSpace π | DOM API | Firefox: Accidental early exposure with no functionality.Firefox for Android: Accidental early exposure with no functionality. |
| api.WebGL2RenderingContext.drawingBufferFormat π | DOM API | |
| api.WebGL2RenderingContext.drawingBufferHeight π | DOM API | |
| api.WebGL2RenderingContext.drawingBufferStorage π | DOM API | |
| api.WebGL2RenderingContext.drawingBufferWidth π | DOM API | |
| api.WebGL2RenderingContext.enable π | DOM API | |
| api.WebGL2RenderingContext.enableVertexAttribArray π | DOM API | |
| api.WebGL2RenderingContext.endQuery π | DOM API | |
| api.WebGL2RenderingContext.endTransformFeedback π | DOM API | |
| api.WebGL2RenderingContext.fenceSync π | DOM API | |
| api.WebGL2RenderingContext.finish π | DOM API | |
| api.WebGL2RenderingContext.flush π | DOM API | |
| api.WebGL2RenderingContext.framebufferRenderbuffer π | DOM API | |
| api.WebGL2RenderingContext.framebufferTexture2D π | DOM API | |
| api.WebGL2RenderingContext.framebufferTextureLayer π | DOM API | |
| api.WebGL2RenderingContext.frontFace π | DOM API | |
| api.WebGL2RenderingContext.generateMipmap π | DOM API | |
| api.WebGL2RenderingContext.getActiveAttrib π | DOM API | |
| api.WebGL2RenderingContext.getActiveUniform π | DOM API | |
| api.WebGL2RenderingContext.getActiveUniformBlockName π | DOM API | |
| api.WebGL2RenderingContext.getActiveUniformBlockParameter π | DOM API | |
| api.WebGL2RenderingContext.getActiveUniforms π | DOM API | |
| api.WebGL2RenderingContext.getAttachedShaders π | DOM API | |
| api.WebGL2RenderingContext.getAttribLocation π | DOM API | |
| api.WebGL2RenderingContext.getBufferParameter π | DOM API | |
| api.WebGL2RenderingContext.getBufferSubData π | DOM API | |
| api.WebGL2RenderingContext.getBufferSubData.dstData_param_accepts_SharedArrayBuffer | DOM API | |
| api.WebGL2RenderingContext.getContextAttributes π | DOM API | |
| api.WebGL2RenderingContext.getError π | DOM API | |
| api.WebGL2RenderingContext.getExtension π | DOM API | |
| api.WebGL2RenderingContext.getFragDataLocation π | DOM API | |
| api.WebGL2RenderingContext.getFramebufferAttachmentParameter π | DOM API | |
| api.WebGL2RenderingContext.getIndexedParameter π | DOM API | |
| api.WebGL2RenderingContext.getInternalformatParameter π | DOM API | |
| api.WebGL2RenderingContext.getParameter π | DOM API | |
| api.WebGL2RenderingContext.getProgramInfoLog π | DOM API | |
| api.WebGL2RenderingContext.getProgramParameter π | DOM API | |
| api.WebGL2RenderingContext.getQuery π | DOM API | |
| api.WebGL2RenderingContext.getQueryParameter π | DOM API | |
| api.WebGL2RenderingContext.getRenderbufferParameter π | DOM API | |
| api.WebGL2RenderingContext.getSamplerParameter π | DOM API | |
| api.WebGL2RenderingContext.getShaderInfoLog π | DOM API | |
| api.WebGL2RenderingContext.getShaderParameter π | DOM API | |
| api.WebGL2RenderingContext.getShaderPrecisionFormat π | DOM API | |
| api.WebGL2RenderingContext.getShaderSource π | DOM API | |
| api.WebGL2RenderingContext.getSupportedExtensions π | DOM API | |
| api.WebGL2RenderingContext.getSyncParameter π | DOM API | |
| api.WebGL2RenderingContext.getTexParameter π | DOM API | |
| api.WebGL2RenderingContext.getTransformFeedbackVarying π | DOM API | |
| api.WebGL2RenderingContext.getUniform π | DOM API | |
| api.WebGL2RenderingContext.getUniformBlockIndex π | DOM API | |
| api.WebGL2RenderingContext.getUniformIndices π | DOM API | |
| api.WebGL2RenderingContext.getUniformLocation π | DOM API | |
| api.WebGL2RenderingContext.getVertexAttrib π | DOM API | |
| api.WebGL2RenderingContext.getVertexAttribOffset π | DOM API | |
| api.WebGL2RenderingContext.hint π | DOM API | |
| api.WebGL2RenderingContext.invalidateFramebuffer π | DOM API | |
| api.WebGL2RenderingContext.invalidateSubFramebuffer π | DOM API | |
| api.WebGL2RenderingContext.isBuffer π | DOM API | |
| api.WebGL2RenderingContext.isContextLost π | DOM API | |
| api.WebGL2RenderingContext.isEnabled π | DOM API | |
| api.WebGL2RenderingContext.isFramebuffer π | DOM API | |
| api.WebGL2RenderingContext.isProgram π | DOM API | |
| api.WebGL2RenderingContext.isQuery π | DOM API | |
| api.WebGL2RenderingContext.isRenderbuffer π | DOM API | |
| api.WebGL2RenderingContext.isSampler π | DOM API | |
| api.WebGL2RenderingContext.isShader π | DOM API | |
| api.WebGL2RenderingContext.isSync π | DOM API | |
| api.WebGL2RenderingContext.isTexture π | DOM API | |
| api.WebGL2RenderingContext.isTransformFeedback π | DOM API | |
| api.WebGL2RenderingContext.isVertexArray π | DOM API | |
| api.WebGL2RenderingContext.lineWidth π | DOM API | |
| api.WebGL2RenderingContext.linkProgram π | DOM API | |
| api.WebGL2RenderingContext.makeXRCompatible π | DOM API | |
| api.WebGL2RenderingContext.pauseTransformFeedback π | DOM API | |
| api.WebGL2RenderingContext.pixelStorei π | DOM API | |
| api.WebGL2RenderingContext.polygonOffset π | DOM API | |
| api.WebGL2RenderingContext.readBuffer π | DOM API | |
| api.WebGL2RenderingContext.readPixels π | DOM API | |
| api.WebGL2RenderingContext.readPixels.pixels_param_accepts_SharedArrayBuffer | DOM API | |
| api.WebGL2RenderingContext.renderbufferStorage π | DOM API | |
| api.WebGL2RenderingContext.renderbufferStorageMultisample π | DOM API | |
| api.WebGL2RenderingContext.resumeTransformFeedback π | DOM API | |
| api.WebGL2RenderingContext.sampleCoverage π | DOM API | |
| api.WebGL2RenderingContext.samplerParameterf π | DOM API | |
| api.WebGL2RenderingContext.samplerParameteri π | DOM API | |
| api.WebGL2RenderingContext.scissor π | DOM API | |
| api.WebGL2RenderingContext.shaderSource π | DOM API | |
| api.WebGL2RenderingContext.stencilFunc π | DOM API | |
| api.WebGL2RenderingContext.stencilFuncSeparate π | DOM API | |
| api.WebGL2RenderingContext.stencilMask π | DOM API | |
| api.WebGL2RenderingContext.stencilMaskSeparate π | DOM API | |
| api.WebGL2RenderingContext.stencilOp π | DOM API | |
| api.WebGL2RenderingContext.stencilOpSeparate π | DOM API | |
| api.WebGL2RenderingContext.texImage2D π | DOM API | Firefox for Android: Textures from video elements are not supported. See bug 1884282. |
| api.WebGL2RenderingContext.texImage3D π | DOM API | |
| api.WebGL2RenderingContext.texImage3D.srcData_param_accepts_SharedArrayBuffer | DOM API | |
| api.WebGL2RenderingContext.texParameterf π | DOM API | |
| api.WebGL2RenderingContext.texParameteri π | DOM API | |
| api.WebGL2RenderingContext.texStorage2D π | DOM API | |
| api.WebGL2RenderingContext.texStorage3D π | DOM API | |
| api.WebGL2RenderingContext.texSubImage2D π | DOM API | Firefox for Android: Textures from video elements are not supported. See bug 1884282. |
| api.WebGL2RenderingContext.texSubImage3D π | DOM API | |
| api.WebGL2RenderingContext.texSubImage3D.srcData_param_accepts_SharedArrayBuffer | DOM API | |
| api.WebGL2RenderingContext.transformFeedbackVaryings π | DOM API | |
| api.WebGL2RenderingContext.uniform1f π | DOM API | |
| api.WebGL2RenderingContext.uniform1fv π | DOM API | |
| api.WebGL2RenderingContext.uniform1i π | DOM API | |
| api.WebGL2RenderingContext.uniform1iv π | DOM API | |
| api.WebGL2RenderingContext.uniform1ui π | DOM API | |
| api.WebGL2RenderingContext.uniform1uiv π | DOM API | |
| api.WebGL2RenderingContext.uniform2f π | DOM API | |
| api.WebGL2RenderingContext.uniform2fv π | DOM API | |
| api.WebGL2RenderingContext.uniform2i π | DOM API | |
| api.WebGL2RenderingContext.uniform2iv π | DOM API | |
| api.WebGL2RenderingContext.uniform2ui π | DOM API | |
| api.WebGL2RenderingContext.uniform2uiv π | DOM API | |
| api.WebGL2RenderingContext.uniform3f π | DOM API | |
| api.WebGL2RenderingContext.uniform3fv π | DOM API | |
| api.WebGL2RenderingContext.uniform3i π | DOM API | |
| api.WebGL2RenderingContext.uniform3iv π | DOM API | |
| api.WebGL2RenderingContext.uniform3ui π | DOM API | |
| api.WebGL2RenderingContext.uniform3uiv π | DOM API | |
| api.WebGL2RenderingContext.uniform4f π | DOM API | |
| api.WebGL2RenderingContext.uniform4fv π | DOM API | |
| api.WebGL2RenderingContext.uniform4i π | DOM API | |
| api.WebGL2RenderingContext.uniform4iv π | DOM API | |
| api.WebGL2RenderingContext.uniform4ui π | DOM API | |
| api.WebGL2RenderingContext.uniform4uiv π | DOM API | |
| api.WebGL2RenderingContext.uniformBlockBinding π | DOM API | |
| api.WebGL2RenderingContext.uniformMatrix2fv π | DOM API | |
| api.WebGL2RenderingContext.uniformMatrix2fv.value_param_accepts_SharedArrayBuffer | DOM API | |
| api.WebGL2RenderingContext.uniformMatrix2x3fv π | DOM API | |
| api.WebGL2RenderingContext.uniformMatrix2x3fv.data_param_accepts_SharedArrayBuffer | DOM API | |
| api.WebGL2RenderingContext.uniformMatrix2x4fv π | DOM API | |
| api.WebGL2RenderingContext.uniformMatrix2x4fv.data_param_accepts_SharedArrayBuffer | DOM API | |
| api.WebGL2RenderingContext.uniformMatrix3fv π | DOM API | |
| api.WebGL2RenderingContext.uniformMatrix3fv.value_param_accepts_SharedArrayBuffer | DOM API | |
| api.WebGL2RenderingContext.uniformMatrix3x2fv π | DOM API | |
| api.WebGL2RenderingContext.uniformMatrix3x2fv.data_param_accepts_SharedArrayBuffer | DOM API | |
| api.WebGL2RenderingContext.uniformMatrix3x4fv π | DOM API | |
| api.WebGL2RenderingContext.uniformMatrix3x4fv.data_param_accepts_SharedArrayBuffer | DOM API | |
| api.WebGL2RenderingContext.uniformMatrix4fv π | DOM API | |
| api.WebGL2RenderingContext.uniformMatrix4fv.value_param_accepts_SharedArrayBuffer | DOM API | |
| api.WebGL2RenderingContext.uniformMatrix4x2fv π | DOM API | |
| api.WebGL2RenderingContext.uniformMatrix4x2fv.data_param_accepts_SharedArrayBuffer | DOM API | |
| api.WebGL2RenderingContext.uniformMatrix4x3fv π | DOM API | |
| api.WebGL2RenderingContext.uniformMatrix4x3fv.data_param_accepts_SharedArrayBuffer | DOM API | |
| api.WebGL2RenderingContext.unpackColorSpace π | DOM API | |
| api.WebGL2RenderingContext.useProgram π | DOM API | |
| api.WebGL2RenderingContext.validateProgram π | DOM API | |
| api.WebGL2RenderingContext.vertexAttrib1f π | DOM API | |
| api.WebGL2RenderingContext.vertexAttrib1fv π | DOM API | |
| api.WebGL2RenderingContext.vertexAttrib1fv.value_param_accepts_SharedArrayBuffer | DOM API | |
| api.WebGL2RenderingContext.vertexAttrib2f π | DOM API | |
| api.WebGL2RenderingContext.vertexAttrib2fv π | DOM API | |
| api.WebGL2RenderingContext.vertexAttrib2fv.value_param_accepts_SharedArrayBuffer | DOM API | |
| api.WebGL2RenderingContext.vertexAttrib3f π | DOM API | |
| api.WebGL2RenderingContext.vertexAttrib3fv π | DOM API | |
| api.WebGL2RenderingContext.vertexAttrib3fv.value_param_accepts_SharedArrayBuffer | DOM API | |
| api.WebGL2RenderingContext.vertexAttrib4f π | DOM API | |
| api.WebGL2RenderingContext.vertexAttrib4fv π | DOM API | |
| api.WebGL2RenderingContext.vertexAttrib4fv.value_param_accepts_SharedArrayBuffer | DOM API | |
| api.WebGL2RenderingContext.vertexAttribDivisor π | DOM API | |
| api.WebGL2RenderingContext.vertexAttribI4i π | DOM API | |
| api.WebGL2RenderingContext.vertexAttribI4iv π | DOM API | |
| api.WebGL2RenderingContext.vertexAttribI4iv.value_param_accepts_SharedArrayBuffer | DOM API | |
| api.WebGL2RenderingContext.vertexAttribI4ui π | DOM API | |
| api.WebGL2RenderingContext.vertexAttribI4uiv π | DOM API | |
| api.WebGL2RenderingContext.vertexAttribI4uiv.value_param_accepts_SharedArrayBuffer | DOM API | |
| api.WebGL2RenderingContext.vertexAttribIPointer π | DOM API | |
| api.WebGL2RenderingContext.vertexAttribPointer π | DOM API | |
| api.WebGL2RenderingContext.viewport π | DOM API | |
| api.WebGL2RenderingContext.waitSync π | DOM API | |
| api.WebGLActiveInfo π | DOM API | |
| api.WebGLActiveInfo.name π | DOM API | |
| api.WebGLActiveInfo.size π | DOM API | |
| api.WebGLActiveInfo.type π | DOM API | |
| api.WebGLActiveInfo.worker_support | DOM API | |
| api.WebGLBuffer π | DOM API | |
| api.WebGLBuffer.worker_support | DOM API | |
| api.WebGLContextEvent π | DOM API | |
| api.WebGLContextEvent.WebGLContextEvent π | DOM API | |
| api.WebGLContextEvent.statusMessage π | DOM API | |
| api.WebGLContextEvent.worker_support | DOM API | |
| api.WebGLFramebuffer π | DOM API | |
| api.WebGLFramebuffer.worker_support | DOM API | |
| api.WebGLObject π | DOM API | |
| api.WebGLProgram π | DOM API | |
| api.WebGLProgram.worker_support | DOM API | |
| api.WebGLQuery π | DOM API | |
| api.WebGLRenderbuffer π | DOM API | |
| api.WebGLRenderbuffer.worker_support | DOM API | |
| api.WebGLRenderingContext π | DOM API | Edge: To access the WebGL context, use experimental-webgl rather than the standard webgl identifier.Internet Explorer: To access the WebGL context, use experimental-webgl rather than the standard webgl identifier. |
| api.WebGLRenderingContext.activeTexture π | DOM API | |
| api.WebGLRenderingContext.attachShader π | DOM API | |
| api.WebGLRenderingContext.bindAttribLocation π | DOM API | |
| api.WebGLRenderingContext.bindBuffer π | DOM API | |
| api.WebGLRenderingContext.bindFramebuffer π | DOM API | |
| api.WebGLRenderingContext.bindRenderbuffer π | DOM API | |
| api.WebGLRenderingContext.bindTexture π | DOM API | |
| api.WebGLRenderingContext.blendColor π | DOM API | |
| api.WebGLRenderingContext.blendEquation π | DOM API | |
| api.WebGLRenderingContext.blendEquationSeparate π | DOM API | |
| api.WebGLRenderingContext.blendFunc π | DOM API | |
| api.WebGLRenderingContext.blendFuncSeparate π | DOM API | |
| api.WebGLRenderingContext.bufferData π | DOM API | |
| api.WebGLRenderingContext.bufferSubData π | DOM API | |
| api.WebGLRenderingContext.canvas π | DOM API | |
| api.WebGLRenderingContext.checkFramebufferStatus π | DOM API | |
| api.WebGLRenderingContext.clear π | DOM API | |
| api.WebGLRenderingContext.clearColor π | DOM API | |
| api.WebGLRenderingContext.clearDepth π | DOM API | |
| api.WebGLRenderingContext.clearStencil π | DOM API | |
| api.WebGLRenderingContext.colorMask π | DOM API | |
| api.WebGLRenderingContext.compileShader π | DOM API | |
| api.WebGLRenderingContext.compressedTexImage2D π | DOM API | |
| api.WebGLRenderingContext.compressedTexImage2D.pixels_param_accepts_SharedArrayBuffer | DOM API | |
| api.WebGLRenderingContext.compressedTexSubImage2D π | DOM API | |
| api.WebGLRenderingContext.copyTexImage2D π | DOM API | |
| api.WebGLRenderingContext.copyTexSubImage2D π | DOM API | |
| api.WebGLRenderingContext.createBuffer π | DOM API | |
| api.WebGLRenderingContext.createFramebuffer π | DOM API | |
| api.WebGLRenderingContext.createProgram π | DOM API | |
| api.WebGLRenderingContext.createRenderbuffer π | DOM API | |
| api.WebGLRenderingContext.createShader π | DOM API | |
| api.WebGLRenderingContext.createTexture π | DOM API | |
| api.WebGLRenderingContext.cullFace π | DOM API | |
| api.WebGLRenderingContext.deleteBuffer π | DOM API | |
| api.WebGLRenderingContext.deleteFramebuffer π | DOM API | |
| api.WebGLRenderingContext.deleteProgram π | DOM API | |
| api.WebGLRenderingContext.deleteRenderbuffer π | DOM API | |
| api.WebGLRenderingContext.deleteShader π | DOM API | |
| api.WebGLRenderingContext.deleteTexture π | DOM API | |
| api.WebGLRenderingContext.depthFunc π | DOM API | |
| api.WebGLRenderingContext.depthMask π | DOM API | |
| api.WebGLRenderingContext.depthRange π | DOM API | |
| api.WebGLRenderingContext.detachShader π | DOM API | |
| api.WebGLRenderingContext.disable π | DOM API | |
| api.WebGLRenderingContext.disableVertexAttribArray π | DOM API | |
| api.WebGLRenderingContext.drawArrays π | DOM API | |
| api.WebGLRenderingContext.drawElements π | DOM API | |
| api.WebGLRenderingContext.drawingBufferColorSpace π | DOM API | Firefox: Accidental early exposure with no functionality.Firefox for Android: Accidental early exposure with no functionality. |
| api.WebGLRenderingContext.drawingBufferFormat π | DOM API | |
| api.WebGLRenderingContext.drawingBufferHeight π | DOM API | |
| api.WebGLRenderingContext.drawingBufferStorage π | DOM API | |
| api.WebGLRenderingContext.drawingBufferWidth π | DOM API | |
| api.WebGLRenderingContext.enable π | DOM API | |
| api.WebGLRenderingContext.enableVertexAttribArray π | DOM API | |
| api.WebGLRenderingContext.finish π | DOM API | |
| api.WebGLRenderingContext.flush π | DOM API | |
| api.WebGLRenderingContext.framebufferRenderbuffer π | DOM API | |
| api.WebGLRenderingContext.framebufferTexture2D π | DOM API | |
| api.WebGLRenderingContext.frontFace π | DOM API | |
| api.WebGLRenderingContext.generateMipmap π | DOM API | |
| api.WebGLRenderingContext.getActiveAttrib π | DOM API | |
| api.WebGLRenderingContext.getActiveUniform π | DOM API | |
| api.WebGLRenderingContext.getAttachedShaders π | DOM API | |
| api.WebGLRenderingContext.getAttribLocation π | DOM API | |
| api.WebGLRenderingContext.getBufferParameter π | DOM API | |
| api.WebGLRenderingContext.getContextAttributes π | DOM API | |
| api.WebGLRenderingContext.getError π | DOM API | |
| api.WebGLRenderingContext.getExtension π | DOM API | |
| api.WebGLRenderingContext.getFramebufferAttachmentParameter π | DOM API | |
| api.WebGLRenderingContext.getParameter π | DOM API | |
| api.WebGLRenderingContext.getProgramInfoLog π | DOM API | |
| api.WebGLRenderingContext.getProgramParameter π | DOM API | |
| api.WebGLRenderingContext.getRenderbufferParameter π | DOM API | |
| api.WebGLRenderingContext.getShaderInfoLog π | DOM API | |
| api.WebGLRenderingContext.getShaderParameter π | DOM API | |
| api.WebGLRenderingContext.getShaderPrecisionFormat π | DOM API | |
| api.WebGLRenderingContext.getShaderSource π | DOM API | |
| api.WebGLRenderingContext.getSupportedExtensions π | DOM API | |
| api.WebGLRenderingContext.getTexParameter π | DOM API | |
| api.WebGLRenderingContext.getUniform π | DOM API | |
| api.WebGLRenderingContext.getUniformLocation π | DOM API | |
| api.WebGLRenderingContext.getVertexAttrib π | DOM API | |
| api.WebGLRenderingContext.getVertexAttribOffset π | DOM API | |
| api.WebGLRenderingContext.hint π | DOM API | |
| api.WebGLRenderingContext.isBuffer π | DOM API | |
| api.WebGLRenderingContext.isContextLost π | DOM API | |
| api.WebGLRenderingContext.isEnabled π | DOM API | |
| api.WebGLRenderingContext.isFramebuffer π | DOM API | |
| api.WebGLRenderingContext.isProgram π | DOM API | |
| api.WebGLRenderingContext.isRenderbuffer π | DOM API | |
| api.WebGLRenderingContext.isShader π | DOM API | |
| api.WebGLRenderingContext.isTexture π | DOM API | |
| api.WebGLRenderingContext.lineWidth π | DOM API | |
| api.WebGLRenderingContext.linkProgram π | DOM API | |
| api.WebGLRenderingContext.makeXRCompatible π | DOM API | |
| api.WebGLRenderingContext.pixelStorei π | DOM API | |
| api.WebGLRenderingContext.polygonOffset π | DOM API | |
| api.WebGLRenderingContext.readPixels π | DOM API | |
| api.WebGLRenderingContext.renderbufferStorage π | DOM API | |
| api.WebGLRenderingContext.sampleCoverage π | DOM API | |
| api.WebGLRenderingContext.scissor π | DOM API | |
| api.WebGLRenderingContext.shaderSource π | DOM API | |
| api.WebGLRenderingContext.stencilFunc π | DOM API | |
| api.WebGLRenderingContext.stencilFuncSeparate π | DOM API | |
| api.WebGLRenderingContext.stencilMask π | DOM API | |
| api.WebGLRenderingContext.stencilMaskSeparate π | DOM API | |
| api.WebGLRenderingContext.stencilOp π | DOM API | |
| api.WebGLRenderingContext.stencilOpSeparate π | DOM API | |
| api.WebGLRenderingContext.texImage2D π | DOM API | Firefox for Android: Textures from video elements are not supported. See bug 1884282. |
| api.WebGLRenderingContext.texParameterf π | DOM API | |
| api.WebGLRenderingContext.texParameteri π | DOM API | |
| api.WebGLRenderingContext.texSubImage2D π | DOM API | Firefox for Android: Textures from video elements are not supported. See bug 1884282. |
| api.WebGLRenderingContext.uniform1f π | DOM API | |
| api.WebGLRenderingContext.uniform1fv π | DOM API | |
| api.WebGLRenderingContext.uniform1i π | DOM API | |
| api.WebGLRenderingContext.uniform1iv π | DOM API | |
| api.WebGLRenderingContext.uniform2f π | DOM API | |
| api.WebGLRenderingContext.uniform2fv π | DOM API | |
| api.WebGLRenderingContext.uniform2i π | DOM API | |
| api.WebGLRenderingContext.uniform2iv π | DOM API | |
| api.WebGLRenderingContext.uniform3f π | DOM API | |
| api.WebGLRenderingContext.uniform3fv π | DOM API | |
| api.WebGLRenderingContext.uniform3i π | DOM API | |
| api.WebGLRenderingContext.uniform3iv π | DOM API | |
| api.WebGLRenderingContext.uniform4f π | DOM API | |
| api.WebGLRenderingContext.uniform4fv π | DOM API | |
| api.WebGLRenderingContext.uniform4i π | DOM API | |
| api.WebGLRenderingContext.uniform4iv π | DOM API | |
| api.WebGLRenderingContext.uniformMatrix2fv π | DOM API | |
| api.WebGLRenderingContext.uniformMatrix3fv π | DOM API | |
| api.WebGLRenderingContext.uniformMatrix4fv π | DOM API | |
| api.WebGLRenderingContext.unpackColorSpace π | DOM API | |
| api.WebGLRenderingContext.useProgram π | DOM API | |
| api.WebGLRenderingContext.validateProgram π | DOM API | |
| api.WebGLRenderingContext.vertexAttrib1f π | DOM API | |
| api.WebGLRenderingContext.vertexAttrib1fv π | DOM API | |
| api.WebGLRenderingContext.vertexAttrib1fv.value_param_accepts_SharedArrayBuffer | DOM API | |
| api.WebGLRenderingContext.vertexAttrib2f π | DOM API | |
| api.WebGLRenderingContext.vertexAttrib2fv π | DOM API | |
| api.WebGLRenderingContext.vertexAttrib2fv.value_param_accepts_SharedArrayBuffer | DOM API | |
| api.WebGLRenderingContext.vertexAttrib3f π | DOM API | |
| api.WebGLRenderingContext.vertexAttrib3fv π | DOM API | |
| api.WebGLRenderingContext.vertexAttrib3fv.value_param_accepts_SharedArrayBuffer | DOM API | |
| api.WebGLRenderingContext.vertexAttrib4f π | DOM API | |
| api.WebGLRenderingContext.vertexAttrib4fv π | DOM API | |
| api.WebGLRenderingContext.vertexAttrib4fv.value_param_accepts_SharedArrayBuffer | DOM API | |
| api.WebGLRenderingContext.vertexAttribPointer π | DOM API | |
| api.WebGLRenderingContext.viewport π | DOM API | |
| api.WebGLRenderingContext.worker_support | DOM API | |
| api.WebGLSampler π | DOM API | |
| api.WebGLShader π | DOM API | |
| api.WebGLShader.worker_support | DOM API | |
| api.WebGLShaderPrecisionFormat π | DOM API | |
| api.WebGLShaderPrecisionFormat.precision π | DOM API | |
| api.WebGLShaderPrecisionFormat.rangeMax π | DOM API | |
| api.WebGLShaderPrecisionFormat.rangeMin π | DOM API | |
| api.WebGLShaderPrecisionFormat.worker_support | DOM API | |
| api.WebGLSync π | DOM API | |
| api.WebGLTexture π | DOM API | |
| api.WebGLTexture.worker_support | DOM API | |
| api.WebGLTimerQueryEXT π | DOM API | Chrome: Only supported on macOS.Chrome: Removed due to the GLitch exploit.Chrome Android: Removed due to the GLitch exploit.Edge: Only supported on macOS.Firefox: Removed due to the GLitch exploit.Opera: Only supported on macOS.Opera: Removed due to the GLitch exploit.Opera Android: Removed due to the GLitch exploit.Samsung Internet: Removed due to the GLitch exploit.WebView Android: Removed due to the GLitch exploit. |
| api.WebGLTransformFeedback π | DOM API | |
| api.WebGLUniformLocation π | DOM API | |
| api.WebGLUniformLocation.worker_support | DOM API | |
| api.WebGLVertexArrayObject π | DOM API | |
| api.WebGLVertexArrayObjectOES π | DOM API | |
| api.WebKitPoint | DOM API | |
| api.WebKitPoint.WebKitPoint | DOM API | |
| api.WebKitPoint.x | DOM API | |
| api.WebKitPoint.y | DOM API | |
| api.WebSocket π | DOM API | Firefox: Message size limited to 16 MB (see bug 711205).Firefox for Android: Message size limited to 16 MB (see bug 711205). |
| api.WebSocket.WebSocket π | DOM API | |
| api.WebSocket.WebSocket.url_parameter_http_https_relative | DOM API | |
| api.WebSocket.binaryType π | DOM API | |
| api.WebSocket.bufferedAmount π | DOM API | |
| api.WebSocket.close π | DOM API | |
| api.WebSocket.close_event π | DOM API | |
| api.WebSocket.error_event π | DOM API | |
| api.WebSocket.extensions π | DOM API | |
| api.WebSocket.message_event π | DOM API | |
| api.WebSocket.open_event π | DOM API | |
| api.WebSocket.protocol π | DOM API | |
| api.WebSocket.protocol_rfc_6455 | DOM API | |
| api.WebSocket.readyState π | DOM API | |
| api.WebSocket.send π | DOM API | Firefox: Only parameter of type ArrayBuffer and String supported.Firefox: Only parameter of type String supported.Firefox: Only parameter of type String supported. Returns boolean.Firefox for Android: Only parameter of type ArrayBuffer and String supported.Firefox for Android: Only parameter of type String supported.Firefox for Android: Only parameter of type String supported. Returns boolean. |
| api.WebSocket.url π | DOM API | |
| api.WebSocket.worker_support | DOM API | |
| api.WebSocketError | DOM API | |
| api.WebSocketError.WebSocketError | DOM API | |
| api.WebSocketError.closeCode | DOM API | |
| api.WebSocketError.reason | DOM API | |
| api.WebSocketStream | DOM API | |
| api.WebSocketStream.WebSocketStream | DOM API | |
| api.WebSocketStream.close | DOM API | |
| api.WebSocketStream.closed | DOM API | |
| api.WebSocketStream.opened | DOM API | |
| api.WebSocketStream.url | DOM API | |
| api.WebTransport π | DOM API | |
| api.WebTransport.WebTransport π | DOM API | |
| api.WebTransport.WebTransport.options_allowPooling_parameter π | DOM API | |
| api.WebTransport.WebTransport.options_congestionControl_parameter π | DOM API | |
| api.WebTransport.WebTransport.options_requireUnreliable_parameter π | DOM API | |
| api.WebTransport.WebTransport.options_serverCertificateHashes_parameter π | DOM API | |
| api.WebTransport.byob_readers | DOM API | |
| api.WebTransport.close π | DOM API | |
| api.WebTransport.closed π | DOM API | |
| api.WebTransport.congestionControl π | DOM API | |
| api.WebTransport.createBidirectionalStream π | DOM API | |
| api.WebTransport.createBidirectionalStream.options_sendOrder_parameter π | DOM API | |
| api.WebTransport.createUnidirectionalStream π | DOM API | Firefox: Returns a WritableStream instead of a WebTransportSendStream.Firefox for Android: Returns a WritableStream instead of a WebTransportSendStream. |
| api.WebTransport.createUnidirectionalStream.byob_readers | DOM API | |
| api.WebTransport.createUnidirectionalStream.options_sendOrder_parameter π | DOM API | |
| api.WebTransport.datagrams π | DOM API | |
| api.WebTransport.getStats π | DOM API | Firefox: Method is defined but throws a not-implemented error.Firefox for Android: Method is defined but throws a not-implemented error. |
| api.WebTransport.incomingBidirectionalStreams π | DOM API | |
| api.WebTransport.incomingUnidirectionalStreams π | DOM API | |
| api.WebTransport.ready π | DOM API | |
| api.WebTransport.reliability π | DOM API | |
| api.WebTransportBidirectionalStream π | DOM API | |
| api.WebTransportBidirectionalStream.readable π | DOM API | |
| api.WebTransportBidirectionalStream.readable.returns_WebTransportReceiveStream π | DOM API | |
| api.WebTransportBidirectionalStream.writable π | DOM API | |
| api.WebTransportBidirectionalStream.writable.returns_WebTransportSendStream π | DOM API | |
| api.WebTransportDatagramDuplexStream π | DOM API | |
| api.WebTransportDatagramDuplexStream.byob_readers | DOM API | |
| api.WebTransportDatagramDuplexStream.incomingHighWaterMark π | DOM API | |
| api.WebTransportDatagramDuplexStream.incomingMaxAge π | DOM API | |
| api.WebTransportDatagramDuplexStream.maxDatagramSize π | DOM API | |
| api.WebTransportDatagramDuplexStream.outgoingHighWaterMark π | DOM API | |
| api.WebTransportDatagramDuplexStream.outgoingMaxAge π | DOM API | |
| api.WebTransportDatagramDuplexStream.readable π | DOM API | |
| api.WebTransportDatagramDuplexStream.writable π | DOM API | |
| api.WebTransportError π | DOM API | |
| api.WebTransportError.WebTransportError π | DOM API | |
| api.WebTransportError.source π | DOM API | |
| api.WebTransportError.streamErrorCode π | DOM API | |
| api.WebTransportReceiveStream π | DOM API | |
| api.WebTransportReceiveStream.getStats π | DOM API | |
| api.WebTransportSendStream π | DOM API | |
| api.WebTransportSendStream.getStats π | DOM API | |
| api.WebTransportSendStream.getWriter π | DOM API | |
| api.WebTransportSendStream.sendOrder π | DOM API | |
| api.WheelEvent π | DOM API | |
| api.WheelEvent.WheelEvent π | DOM API | |
| api.WheelEvent.deltaMode π | DOM API | |
| api.WheelEvent.deltaX π | DOM API | Internet Explorer: IE9 supports an old draft of the spec where this value was a long instead of a double. |
| api.WheelEvent.deltaY π | DOM API | Internet Explorer: IE9 supports an old draft of the spec where this value was a long instead of a double. |
| api.WheelEvent.deltaZ π | DOM API | Internet Explorer: IE9 supports an old draft of the spec where this value was a long instead of a double. |
| api.WheelEvent.pinch_to_zoom_support | DOM API | |
| api.WheelEvent.wheelDelta | DOM API | |
| api.WheelEvent.wheelDeltaX | DOM API | |
| api.WheelEvent.wheelDeltaY | DOM API | |
| api.Window π | DOM API | |
| api.Window.DOMContentLoaded_event π | DOM API | |
| api.Window.afterprint_event π | DOM API | |
| api.Window.alert π | DOM API | Chrome: Starting with Chrome 46, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals.Chrome Android: Starting with Chrome Android 46, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals.Quest Browser: Starting with Quest Browser 5.0, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals.Opera: Starting with Opera 33, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals.Opera Android: Starting with Opera 33, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals.Samsung Internet: Starting with Samsung Internet 5.0, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals.WebView Android: Starting with WebView Android 46, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals. |
| api.Window.appinstalled_event π | DOM API | Opera: Opera exposes the onappinstalled event handler, but the event is never fired.Opera Android: Opera exposes the onappinstalled event handler, but the event is never fired. |
| api.Window.beforeinstallprompt_event π | DOM API | Chrome: The onbeforeinstallprompt event handler property is not supported.Chrome Android: The onbeforeinstallprompt event handler property is not supported.Opera: The onbeforeinstallprompt event handler property is not supported.Opera Android: The onbeforeinstallprompt event handler property is not supported.Samsung Internet: The onbeforeinstallprompt event handler property is not supported.WebView Android: The onbeforeinstallprompt event handler property is not supported. |
| api.Window.beforeprint_event π | DOM API | |
| api.Window.beforeunload_event π | DOM API | |
| api.Window.beforeunload_event.event_returnvalue_activation | DOM API | Chrome: Before Chrome 119, an empty string incorrectly activated the confirmation dialog.Chrome Android: Before Chrome Android 119, an empty string incorrectly activated the confirmation dialog.Edge: Before Edge 119, an empty string incorrectly activated the confirmation dialog.Quest Browser: Before Quest Browser false, an empty string incorrectly activated the confirmation dialog.Opera: Before Opera 105, an empty string incorrectly activated the confirmation dialog.Opera Android: Before Opera Android 79, an empty string incorrectly activated the confirmation dialog.Samsung Internet: Before Samsung Internet 25.0, an empty string incorrectly activated the confirmation dialog.WebView Android: Before WebView Android 119, an empty string incorrectly activated the confirmation dialog. |
| api.Window.beforeunload_event.generic_string_displayed | DOM API | |
| api.Window.beforeunload_event.preventdefault_activation | DOM API | |
| api.Window.beforeunload_event.return_string_activation | DOM API | |
| api.Window.blur π | DOM API | |
| api.Window.blur_event π | DOM API | Firefox: Apart from firing the event on window as other browsers do, Firefox also fires the event on the document object. See bug 1228802.Firefox: Before Firefox 24, the interface for this event is a plain Event, not FocusEvent.Firefox for Android: Apart from firing the event on window as other browsers do, Firefox for Android also fires the event on the document object. See bug 1228802.Firefox for Android: Before Firefox for Android 24, the interface for this event is a plain Event, not FocusEvent. |
| api.Window.cancelAnimationFrame π | DOM API | |
| api.Window.cancelIdleCallback π | DOM API | |
| api.Window.captureEvents π | DOM API | |
| api.Window.clearImmediate | DOM API | Node.js: Takes an Immediate object instead of the immediateID. |
| api.Window.close π | DOM API | Edge: Before Edge 79, scripts can close windows that weren't opened by the same script.Firefox: Before Firefox 46, scripts can close windows that weren't opened by the same script.Firefox for Android: Before Firefox for Android 46, scripts can close windows that weren't opened by the same script. |
| api.Window.closed π | DOM API | |
| api.Window.confirm π | DOM API | Chrome: Starting with Chrome 46, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals.Chrome Android: Starting with Chrome Android 46, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals.Quest Browser: Starting with Quest Browser 5.0, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals.Opera: Starting with Opera 33, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals.Opera Android: Starting with Opera 33, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals.Samsung Internet: Starting with Samsung Internet 5.0, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals.WebView Android: Starting with Chrome 46, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals. |
| api.Window.cookieStore π | DOM API | |
| api.Window.credentialless π | DOM API | |
| api.Window.customElements π | DOM API | |
| api.Window.devicePixelRatio π | DOM API | Safari: In Safari, the devicePixelRatio does not change when the page is zoomed. See bug 124862.Safari on iOS: In Safari on iOS, the devicePixelRatio does not change when the page is zoomed. See bug 124862.WebView on iOS: In WebView on iOS, the devicePixelRatio does not change when the page is zoomed. See bug 124862. |
| api.Window.devicemotion_event π | DOM API | |
| api.Window.deviceorientation_event π | DOM API | |
| api.Window.deviceorientationabsolute_event π | DOM API | |
| api.Window.document π | DOM API | |
| api.Window.documentPictureInPicture π | DOM API | |
| api.Window.dump | DOM API | Firefox: By default, this method exists and can be called, but does nothing unless enabled in the browser's preferences.Firefox for Android: This method exists but has no effect. |
| api.Window.error_event π | DOM API | |
| api.Window.event π | DOM API | |
| api.Window.external π | DOM API | Firefox: From Firefox 78 AddSearchProvider() does nothing, as the specification requires.Firefox for Android: From Firefox for Android 79 AddSearchProvider() does nothing, as the specification requires. |
| api.Window.fence π | DOM API | |
| api.Window.find | DOM API | |
| api.Window.focus π | DOM API | Chrome: Starting in Chrome 66, opening a popup in fullscreen mode and calling this function will end fullscreen mode. |
| api.Window.focus_event π | DOM API | Firefox: Apart from firing the event on window as other browsers do, Firefox also fires the event on the document object. See bug 1228802.Firefox: Before Firefox 24, the interface for this event is a plain Event, not FocusEvent.Firefox for Android: Apart from firing the event on window as other browsers do, Firefox for Android also fires the event on the document object. See bug 1228802.Firefox for Android: Before Firefox for Android 24, the interface for this event is a plain Event, not FocusEvent. |
| api.Window.frameElement π | DOM API | |
| api.Window.frames π | DOM API | |
| api.Window.fullScreen | DOM API | |
| api.Window.gamepadconnected_event π | DOM API | Chrome: The ongamepadconnected event handler property is not supported. See bug 40175074.Chrome Android: The ongamepadconnected event handler property is not supported. See bug 40175074.Edge: The ongamepadconnected event handler property is not supported. See bug 40175074.Firefox: The ongamepadconnected event handler property is not supported. See bug 1697093.Firefox for Android: The ongamepadconnected event handler property is not supported. See bug 1697093.Quest Browser: The ongamepadconnected event handler property is not supported. See bug 40175074.Opera: The ongamepadconnected event handler property is not supported. See bug 40175074.Opera Android: The ongamepadconnected event handler property is not supported. See bug 40175074.Safari: The ongamepadconnected event handler property is not supported. See bug 223860.Safari on iOS: The ongamepadconnected event handler property is not supported. See bug 223860.Samsung Internet: The ongamepadconnected event handler property is not supported. See bug 40175074.WebView Android: The ongamepadconnected event handler property is not supported. See bug 40175074.WebView on iOS: The ongamepadconnected event handler property is not supported. See bug 223860. |
| api.Window.gamepaddisconnected_event π | DOM API | Chrome: The ongamepaddisconnected event handler property is not supported. See bug 40175074.Chrome Android: The ongamepaddisconnected event handler property is not supported. See bug 40175074.Edge: The ongamepaddisconnected event handler property is not supported. See bug 40175074.Firefox: The ongamepaddisconnected event handler property is not supported. See bug 1697093.Firefox for Android: The ongamepaddisconnected event handler property is not supported. See bug 1697093.Quest Browser: The ongamepaddisconnected event handler property is not supported. See bug 40175074.Opera: The ongamepaddisconnected event handler property is not supported. See bug 40175074.Opera Android: The ongamepaddisconnected event handler property is not supported. See bug 40175074.Safari: The ongamepaddisconnected event handler property is not supported. See bug 223860.Safari on iOS: The ongamepaddisconnected event handler property is not supported. See bug 223860.Samsung Internet: The ongamepaddisconnected event handler property is not supported. See bug 40175074.WebView Android: The ongamepaddisconnected event handler property is not supported. See bug 40175074.WebView on iOS: The ongamepaddisconnected event handler property is not supported. See bug 223860. |
| api.Window.getComputedStyle π | DOM API | Firefox: Before version 62 this function returned null when called on a Window with no presentation (e.g. an iframe with display: none; set). Since 62 it returns a CSSStyleDeclaration object with length 0, containing empty strings (bug 1467722; also see bug 1471231 for further work).Firefox for Android: Before version 62 this function returned null when called on a Window with no presentation (e.g. an iframe with display: none; set). Since 62 it returns a CSSStyleDeclaration object with length 0, containing empty strings (bug 1467722; also see bug 1471231 for further work). |
| api.Window.getComputedStyle.pseudo_element_support | DOM API | |
| api.Window.getDefaultComputedStyle | DOM API | |
| api.Window.getDefaultComputedStyle.pseudo_element_support | DOM API | |
| api.Window.getDigitalGoodsService π | DOM API | |
| api.Window.getScreenDetails π | DOM API | |
| api.Window.getSelection π | DOM API | |
| api.Window.hashchange_event π | DOM API | Chrome: A regular Event object is fired, rather than a HashChangeEvent object. |
| api.Window.history π | DOM API | |
| api.Window.innerHeight π | DOM API | Firefox: From version 4 to 24, this property could give a wrong value before page load in certain circumstances (see bug 641188).Firefox for Android: Before version 24, this property could give a wrong value before page load in certain circumstances (see bug 641188).Safari on iOS: This property returns the height of the visual viewport instead of the layout viewport. See bug 174362 for details.WebView on iOS: This property returns the height of the visual viewport instead of the layout viewport. See bug 174362 for details. |
| api.Window.innerWidth π | DOM API | Firefox: From version 4 to 24, this property could give a wrong value before page load in certain circumstances (see bug 641188).Firefox for Android: Before version 24, this property could give a wrong value before page load in certain circumstances (see bug 641188).Safari on iOS: This property returns the width of the visual viewport instead of the layout viewport. See bug 174362 for details.WebView on iOS: This property returns the width of the visual viewport instead of the layout viewport. See bug 174362 for details. |
| api.Window.languagechange_event π | DOM API | |
| api.Window.launchQueue π | DOM API | |
| api.Window.length π | DOM API | |
| api.Window.load_event π | DOM API | |
| api.Window.localStorage π | DOM API | Deno: The key used for the Web Storage bucket is based on various factors. See the Deno manual. |
| api.Window.location π | DOM API | Firefox: Before Firefox 57, single quotes contained in URLs were escaped when accessed via URL APIs. See bug 1386683.Firefox for Android: Before Firefox for Android 57, single quotes contained in URLs were escaped when accessed via URL APIs. See bug 1386683. |
| api.Window.locationbar π | DOM API | |
| api.Window.matchMedia π | DOM API | |
| api.Window.menubar π | DOM API | |
| api.Window.message_event π | DOM API | |
| api.Window.messageerror_event π | DOM API | |
| api.Window.moveBy π | DOM API | |
| api.Window.moveTo π | DOM API | |
| api.Window.moveTo.relative-multi-screen | DOM API | Chrome: Without the window-management permission, multi-screen coordinates are used, but windows are clamped to their existing displays.Chrome Android: Without the window-management permission, multi-screen coordinates are used, but windows are clamped to their existing displays.Edge: Without the window-management permission, multi-screen coordinates are used, but windows are clamped to their existing displays.Firefox: Multi-screen coordinates are used, but windows are clamped to their existing displays.Firefox for Android: Multi-screen coordinates are used, but windows are clamped to their existing displays.Quest Browser: Without the window-management permission, multi-screen coordinates are used, but windows are clamped to their existing displays.Opera: Without the window-management permission, multi-screen coordinates are used, but windows are clamped to their existing displays.Opera Android: Without the window-management permission, multi-screen coordinates are used, but windows are clamped to their existing displays.Safari: Coordinate origin used is inconsistent/unreliable.Safari on iOS: Coordinate origin used is inconsistent/unreliable.Samsung Internet: Without the window-management permission, multi-screen coordinates are used, but windows are clamped to their existing displays.WebView Android: Without the window-management permission, multi-screen coordinates are used, but windows are clamped to their existing displays.WebView on iOS: Coordinate origin used is inconsistent/unreliable. |
| api.Window.mozInnerScreenX | DOM API | |
| api.Window.mozInnerScreenY | DOM API | |
| api.Window.name π | DOM API | Firefox: Before Firefox 86, if a new page from another domain is loaded into a tab, then window.name is not set to an empty string, which can allow some cross-site attacks. See bug 1685089 and bug 444222.Firefox for Android: Before Firefox for Android 86, if a new page from another domain is loaded into a tab, then window.name is not set to an empty string, which can allow some cross-site attacks. See bug 1685089 and bug 444222. |
| api.Window.navigation π | DOM API | |
| api.Window.navigator π | DOM API | |
| api.Window.offline_event π | DOM API | |
| api.Window.online_event π | DOM API | |
| api.Window.open π | DOM API | Safari on iOS: This method will not function if the target parameter is unspecified or set to _blank.WebView on iOS: This method will not function if the target parameter is unspecified or set to _blank. |
| api.Window.open.features_parameter_attributionsrc | DOM API | |
| api.Window.open.features_parameter_popup | DOM API | |
| api.Window.open.once_per_event | DOM API | |
| api.Window.open.relative-multi-screen | DOM API | Chrome: Without the window-management permission, multi-screen coordinates are used, but windows are clamped to their existing displays.Chrome Android: Without the window-management permission, multi-screen coordinates are used, but windows are clamped to their existing displays.Edge: Without the window-management permission, multi-screen coordinates are used, but windows are clamped to their existing displays.Quest Browser: Without the window-management permission, multi-screen coordinates are used, but windows are clamped to their existing displays.Opera: Without the window-management permission, multi-screen coordinates are used, but windows are clamped to their existing displays.Opera Android: Without the window-management permission, multi-screen coordinates are used, but windows are clamped to their existing displays.Safari: Coordinate origin used is inconsistent/unreliable.Safari on iOS: Coordinate origin used is inconsistent/unreliable.Samsung Internet: Without the window-management permission, multi-screen coordinates are used, but windows are clamped to their existing displays.WebView Android: Without the window-management permission, multi-screen coordinates are used, but windows are clamped to their existing displays.WebView on iOS: Coordinate origin used is inconsistent/unreliable. |
| api.Window.opener π | DOM API | |
| api.Window.orientation π | DOM API | |
| api.Window.orientationchange_event π | DOM API | |
| api.Window.originAgentCluster π | DOM API | |
| api.Window.outerHeight π | DOM API | |
| api.Window.outerWidth π | DOM API | |
| api.Window.pagehide_event π | DOM API | |
| api.Window.pagereveal_event π | DOM API | |
| api.Window.pageshow_event π | DOM API | |
| api.Window.pageswap_event π | DOM API | |
| api.Window.parent π | DOM API | |
| api.Window.personalbar π | DOM API | |
| api.Window.popstate_event π | DOM API | Chrome: Before version 34, Chrome would fire a popstate event on page load.Chrome Android: Before version 34, Chrome Android would fire a popstate event on page load.Quest Browser: Before version 5.0, Quest Browser would fire a popstate event on page load.Safari: Before version 10, Safari would fire a popstate event on page load.Safari on iOS: Before version 10, Safari on iOS would fire a popstate event on page load.Samsung Internet: Before version 2.0, Samsung Internet would fire a popstate event on page load.WebView Android: Before version 37, WebView would fire a popstate event on page load.WebView on iOS: Before version 10, WebView on iOS would fire a popstate event on page load. |
| api.Window.postMessage π | DOM API | Firefox: Firefox 8 and up supports sending File and FileList objects between windows. This is only allowed if the recipient's principal is contained within the sender's principal for security reasons.Firefox: Before Firefox 6, the message parameter must be a string. Since Firefox 6, the message parameter is serialized using the structured clone algorithm. This means you can pass a broad variety of data objects safely to the destination window without having to serialize them yourself.Firefox for Android: Firefox for Android 8 and up supports sending File and FileList objects between windows. This is only allowed if the recipient's principal is contained within the sender's principal for security reasons.Firefox for Android: Before Firefox for Android 6, the message parameter must be a string. Since Firefox for Android 6, the message parameter is serialized using the structured clone algorithm. This means you can pass a broad variety of data objects safely to the destination window without having to serialize them yourself.Internet Explorer: IE10 had an important limitation: see this article for details.Internet Explorer: Support only for <frame> and <iframe>. |
| api.Window.postMessage.options_includeUserActivation_parameter | DOM API | |
| api.Window.postMessage.transfer_parameter | DOM API | |
| api.Window.print π | DOM API | Chrome: Starting with Chrome 46, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals.Chrome Android: Starting with Chrome Android 46, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals.Quest Browser: Starting with Quest Browser 5.0, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals.Opera: Starting with Opera 33, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals.Opera Android: Starting with Opera 33, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals.Samsung Internet: Starting with Samsung Internet 5.0, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals.WebView Android: Starting with WebView Android 46, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals. |
| api.Window.prompt π | DOM API | Chrome: Starting with Chrome 46, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals.Chrome Android: Starting with Chrome Android 46, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals.Firefox: Firefox strips newline characters from the prompt response; see bug 1716229.Firefox for Android: Firefox for Android strips newline characters from the prompt response; see bug 1716229.Internet Explorer: This function has no effect in the Modern UI/Metro version of Internet Explorer for Windows 8. It does not display a prompt to the user, and always returns undefined. It is not clear whether this is a bug or intended behavior. Desktop versions of IE do implement this function.Quest Browser: Starting with Quest Browser 5.0, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals.Opera: Starting with Opera 33, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals.Opera Android: Starting with Opera 33, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals.Samsung Internet: Starting with Samsung Internet 5.0, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals.WebView Android: Starting with WebView Android 46, this method is blocked inside an <iframe> unless its sandbox attribute has the value allow-modals. |
| api.Window.queryLocalFonts π | DOM API | |
| api.Window.rejectionhandled_event π | DOM API | |
| api.Window.releaseEvents π | DOM API | |
| api.Window.requestAnimationFrame π | DOM API | Edge: Before version 17, Edge does not reliably fire requestAnimationFrame before the paint cycle.Firefox: Callback parameter is a DOMHighResTimestamp. This means ten microsecond precision and zero time as performance.now().Firefox: Callback parameter is a DOMTimestamp. This means millisecond precision and zero time as Date.now().Firefox: Could be called with no input parameters.Internet Explorer: Internet Explorer does not reliably fire requestAnimationFrame before the paint cycle. |
| api.Window.requestFileSystem | DOM API | |
| api.Window.requestIdleCallback π | DOM API | |
| api.Window.resizeBy π | DOM API | Firefox: Since Firefox 7, it's no longer possible for a web site to change the default size of a window in a browser if the window wasn't created by window.open or contains more than one tab. See here for more details. |
| api.Window.resizeTo π | DOM API | Firefox: Since Firefox 7, it's no longer possible for a web site to change the default size of a window in a browser if the window wasn't created by window.open or contains more than one tab. See here for more details. |
| api.Window.resize_event π | DOM API | Chrome: Chrome does not fire a resize event on page load.Chrome Android: Chrome Android does not fire a resize event on page load.Edge: Before Edge 79, Edge fired a resize event on page load. This is no longer the case.Firefox: Before Firefox 68, Firefox fired a resize event on page load. This is no longer the case.Firefox for Android: Before Firefox for Android 68, Firefox for Android fired a resize event on page load. This is no longer the case.Quest Browser: Quest Browser does not fire a resize event on page load.Opera: Opera does not fire a resize event on page load.Opera Android: Opera does not fire a resize event on page load.Samsung Internet: Samsung Internet does not fire a resize event on page load.WebView Android: WebView does not fire a resize event on page load. |
| api.Window.resolveLocalFileSystemURL | DOM API | |
| api.Window.screen π | DOM API | |
| api.Window.screenLeft π | DOM API | |
| api.Window.screenLeft.relative-multi-screen | DOM API | Safari: Coordinate origin used is inconsistent/unreliable.Safari on iOS: Coordinate origin used is inconsistent/unreliable.WebView on iOS: Coordinate origin used is inconsistent/unreliable. |
| api.Window.screenTop π | DOM API | |
| api.Window.screenTop.relative-multi-screen | DOM API | Safari: Coordinate origin used is inconsistent/unreliable.Safari on iOS: Coordinate origin used is inconsistent/unreliable.WebView on iOS: Coordinate origin used is inconsistent/unreliable. |
| api.Window.screenX π | DOM API | Firefox: Before Firefox 28, Gecko was using device pixels instead of CSS pixels; in other words, it was assuming a value of screenPixelsPerCSSPixel of 1 for any device.Firefox for Android: Before Firefox for Android 28, Gecko was using device pixels instead of CSS pixels; in other words, it was assuming a value of screenPixelsPerCSSPixel of 1 for any device. |
| api.Window.screenX.relative-multi-screen | DOM API | Safari: Coordinate origin used is inconsistent/unreliable.Safari on iOS: Coordinate origin used is inconsistent/unreliable.WebView on iOS: Coordinate origin used is inconsistent/unreliable. |
| api.Window.screenY π | DOM API | Firefox: Before Firefox 28, Gecko was using device pixels instead of CSS pixels; in other words, it was assuming a value of screenPixelsPerCSSPixel of 1 for any device.Firefox for Android: Before Firefox for Android 28, Gecko was using device pixels instead of CSS pixels; in other words, it was assuming a value of screenPixelsPerCSSPixel of 1 for any device. |
| api.Window.screenY.relative-multi-screen | DOM API | Safari: Coordinate origin used is inconsistent/unreliable.Safari on iOS: Coordinate origin used is inconsistent/unreliable.WebView on iOS: Coordinate origin used is inconsistent/unreliable. |
| api.Window.scroll π | DOM API | |
| api.Window.scroll.options_behavior_parameter | DOM API | Safari: Safari does not have support for the smooth scroll behavior.Safari on iOS: Safari on iOS does not have support for the smooth scroll behavior.WebView on iOS: WebView on iOS does not have support for the smooth scroll behavior. |
| api.Window.scroll.options_left_parameter | DOM API | |
| api.Window.scroll.options_top_parameter | DOM API | |
| api.Window.scrollBy π | DOM API | |
| api.Window.scrollBy.options_behavior_parameter | DOM API | Safari: Safari does not have support for the smooth scroll behavior.Safari on iOS: Safari on iOS does not have support for the smooth scroll behavior.WebView on iOS: WebView on iOS does not have support for the smooth scroll behavior. |
| api.Window.scrollBy.options_left_parameter | DOM API | |
| api.Window.scrollBy.options_top_parameter | DOM API | |
| api.Window.scrollByLines | DOM API | |
| api.Window.scrollByPages | DOM API | |
| api.Window.scrollMaxX | DOM API | |
| api.Window.scrollMaxY | DOM API | |
| api.Window.scrollTo π | DOM API | |
| api.Window.scrollTo.options_behavior_parameter | DOM API | Safari: Before version 15.4, Safari did not have support for the smooth scroll behavior.Safari on iOS: Before version 15.4, Safari on iOS did not have support for the smooth scroll behavior.WebView on iOS: Before version 15.4, WebView on iOS did not have support for the smooth scroll behavior. |
| api.Window.scrollTo.options_left_parameter | DOM API | |
| api.Window.scrollTo.options_top_parameter | DOM API | |
| api.Window.scrollX π | DOM API | |
| api.Window.scrollX.subpixel_precision | DOM API | |
| api.Window.scrollY π | DOM API | |
| api.Window.scrollY.subpixel_precision | DOM API | |
| api.Window.scrollbars π | DOM API | |
| api.Window.scrollsnapchange_event π | DOM API | |
| api.Window.scrollsnapchanging_event π | DOM API | |
| api.Window.self π | DOM API | |
| api.Window.sessionStorage π | DOM API | |
| api.Window.setImmediate | DOM API | Node.js: Returns an Immediate object instead of the immediateID. |
| api.Window.setResizable | DOM API | |
| api.Window.sharedStorage π | DOM API | |
| api.Window.showDirectoryPicker π | DOM API | |
| api.Window.showModalDialog | DOM API | |
| api.Window.showOpenFilePicker π | DOM API | |
| api.Window.showSaveFilePicker π | DOM API | |
| api.Window.sizeToContent | DOM API | Firefox for Android: This method has no effect as a page is always in a tab. |
| api.Window.speechSynthesis π | DOM API | |
| api.Window.status π | DOM API | |
| api.Window.statusbar π | DOM API | |
| api.Window.stop π | DOM API | |
| api.Window.storage_event π | DOM API | |
| api.Window.styleMedia | DOM API | |
| api.Window.toolbar π | DOM API | |
| api.Window.top π | DOM API | Firefox: Starting in Firefox 6, this property is read only, as defined by the standard. |
| api.Window.unhandledrejection_event π | DOM API | Firefox: event.preventDefault() does not prevent Firefox from logging the error message in the console, see bug 1642147.Firefox for Android: event.preventDefault() does not prevent Firefox for Android from logging the error message in the console, see bug 1642147. |
| api.Window.unload_event π | DOM API | |
| api.Window.updateCommands | DOM API | |
| api.Window.visualViewport π | DOM API | |
| api.Window.vrdisplayactivate_event | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55. |
| api.Window.vrdisplayconnect_event | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Samsung Internet: Supported on Samsung Internet for GearVR. |
| api.Window.vrdisplaydeactivate_event | DOM API | Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55. |
| api.Window.vrdisplaydisconnect_event | DOM API | Chrome Android: Chrome for Android 56 supports only Google Daydream View.Chrome Android: Chrome for Android 57 adds support for Google Cardboard.Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Quest Browser: Chrome for Android 56 supports only Google Daydream View.Quest Browser: Chrome for Android 57 adds support for Google Cardboard.Samsung Internet: Supported on Samsung Internet for GearVR. |
| api.Window.vrdisplaypresentchange_event | DOM API | Chrome Android: Chrome for Android 56 supports only Google Daydream View.Chrome Android: Chrome for Android 57 adds support for Google Cardboard.Firefox: macOS support was enabled in Firefox 64.Firefox: Windows support was enabled in Firefox 55.Quest Browser: Chrome for Android 56 supports only Google Daydream View.Quest Browser: Chrome for Android 57 adds support for Google Cardboard.Samsung Internet: Supported on Samsung Internet for GearVR. |
| api.Window.webkitConvertPointFromNodeToPage | DOM API | |
| api.Window.webkitConvertPointFromPageToNode | DOM API | |
| api.Window.window π | DOM API | |
| api.WindowClient π | DOM API | |
| api.WindowClient.ancestorOrigins π | DOM API | |
| api.WindowClient.focus π | DOM API | |
| api.WindowClient.focused π | DOM API | |
| api.WindowClient.navigate π | DOM API | Safari: This method exists, but always throws NotSupportedError.Safari on iOS: This method exists, but always throws NotSupportedError. |
| api.WindowClient.visibilityState π | DOM API | |
| api.WindowControlsOverlay π | DOM API | |
| api.WindowControlsOverlay.geometrychange_event π | DOM API | |
| api.WindowControlsOverlay.getTitlebarAreaRect π | DOM API | |
| api.WindowControlsOverlay.visible π | DOM API | |
| api.WindowControlsOverlayGeometryChangeEvent π | DOM API | |
| api.WindowControlsOverlayGeometryChangeEvent.WindowControlsOverlayGeometryChangeEvent π | DOM API | |
| api.WindowControlsOverlayGeometryChangeEvent.titlebarAreaRect π | DOM API | |
| api.WindowControlsOverlayGeometryChangeEvent.visible π | DOM API | |
| api.Worker π | DOM API | Node.js: Inherits from a Node EventEmitter instead of DOM EventTarget.Node.js: Also supports CommonJS modules, enabled for files ending with .cjs and for files ending with .js when the nearest parent package.json file contains a top-level field "type" with a value not of "commonjs".Node.js: Available as a part of the worker_threads module. |
| api.Worker.Worker π | DOM API | Node.js: Takes entirely different options parameters. |
| api.Worker.Worker.ecmascript_modules | DOM API | Node.js: ECMAScript modules are enabled for files ending with .mjs and for files ending with .js when the nearest parent package.json file contains a top-level field "type" with a value of "module".Safari: Nested workers support was introduced in Safari 15.5.Safari: Script loading in nested workers was introduced in Safari 16.4.Safari on iOS: Nested workers support was introduced in Safari on iOS 15.5.Safari on iOS: Script loading in nested workers was introduced in Safari on iOS 16.4.WebView on iOS: Nested workers support was introduced in WebView on iOS 15.5.WebView on iOS: Script loading in nested workers was introduced in WebView on iOS 16.4. |
| api.Worker.Worker.mime_checks | DOM API | |
| api.Worker.Worker.options_name_parameter | DOM API | |
| api.Worker.Worker.options_type_parameter | DOM API | Deno: Only supports module |
| api.Worker.error_event π | DOM API | Node.js: Supports the event, but only via Node EventEmitter. |
| api.Worker.message_event π | DOM API | Node.js: Supports the event, but only via Node EventEmitter. |
| api.Worker.messageerror_event π | DOM API | Node.js: Supports the event, but only via Node EventEmitter.Node.js: Supports the event, but only via Node EventEmitter. |
| api.Worker.postMessage π | DOM API | Deno: The message parameter does not support cloning Blob values.Deno: The message parameter does not support cloning Blob values.Deno: The transfer parameter does not accept ArrayBuffer items. Passing an ArrayBuffer results in an error being thrown.Deno: The message parameter does not support SharedArrayBuffer.Deno: The transfer parameter is not supported, and results in an error being thrown.Deno: Data passed in the message parameter is serialized with JSON, not the structured clone algorithm.Deno: The transfer parameter is not supported, and results in an error being thrown.Internet Explorer: Internet Explorer does not support Transferable objects.Node.js: Only accepts an array of transfer objects as the second parameter, not an options object with a transfer property.Node.js: Only supports transferring ArrayBuffer and MessagePort objects. |
| api.Worker.postMessage.options_includeUserActivation_parameter | DOM API | |
| api.Worker.terminate π | DOM API | Node.js: Returns a Promise.Node.js: Takes an optional callback parameter to be executed when the worker has terminated. |
| api.Worker.worker_support | DOM API | Chrome: Not available in Shared Workers. See bug 40695450.Chrome Android: Not available in Shared Workers. See bug 40695450.Edge: Not available in Shared Workers. See bug 40695450.Quest Browser: Not available in Shared Workers. See bug 40695450.Opera: Not available in Shared Workers. See bug 40695450.Opera Android: Not available in Shared Workers. See bug 40695450.Safari: Not available in Shared Workers. See bug 265263.Safari on iOS: Not available in Shared Workers. See bug 265263.Samsung Internet: Not available in Shared Workers. See bug 40695450.WebView Android: Not available in Shared Workers. See bug 40695450.WebView on iOS: Not available in Shared Workers. See bug 265263. |
| api.WorkerGlobalScope π | DOM API | |
| api.WorkerGlobalScope.dump | DOM API | Firefox: This method exists but has no effect.Firefox for Android: This method exists but has no effect. |
| api.WorkerGlobalScope.error_event π | DOM API | |
| api.WorkerGlobalScope.fonts π | DOM API | |
| api.WorkerGlobalScope.importScripts π | DOM API | |
| api.WorkerGlobalScope.importScripts.mime_checks | DOM API | |
| api.WorkerGlobalScope.languagechange_event π | DOM API | |
| api.WorkerGlobalScope.location π | DOM API | |
| api.WorkerGlobalScope.navigator π | DOM API | |
| api.WorkerGlobalScope.offline_event π | DOM API | |
| api.WorkerGlobalScope.online_event π | DOM API | |
| api.WorkerGlobalScope.rejectionhandled_event π | DOM API | |
| api.WorkerGlobalScope.securitypolicyviolation_event π | DOM API | |
| api.WorkerGlobalScope.self π | DOM API | |
| api.WorkerGlobalScope.unhandledrejection_event π | DOM API | |
| api.WorkerLocation π | DOM API | |
| api.WorkerLocation.hash π | DOM API | |
| api.WorkerLocation.host π | DOM API | |
| api.WorkerLocation.hostname π | DOM API | |
| api.WorkerLocation.href π | DOM API | |
| api.WorkerLocation.origin π | DOM API | |
| api.WorkerLocation.pathname π | DOM API | |
| api.WorkerLocation.port π | DOM API | |
| api.WorkerLocation.protocol π | DOM API | |
| api.WorkerLocation.search π | DOM API | |
| api.WorkerLocation.toString π | DOM API | |
| api.WorkerNavigator π | DOM API | |
| api.WorkerNavigator.appCodeName π | DOM API | |
| api.WorkerNavigator.appName π | DOM API | |
| api.WorkerNavigator.appVersion π | DOM API | |
| api.WorkerNavigator.connection π | DOM API | |
| api.WorkerNavigator.deviceMemory π | DOM API | |
| api.WorkerNavigator.globalPrivacyControl π | DOM API | Firefox: Opt-in to GPC by setting the preference privacy.globalprivacycontrol.enabled to true. |
| api.WorkerNavigator.gpu π | DOM API | Chrome: Currently supported on ChromeOS, macOS, and Windows only.Edge: Currently supported on ChromeOS, macOS, and Windows only.Opera: Currently supported on ChromeOS, macOS, and Windows only. |
| api.WorkerNavigator.hardwareConcurrency π | DOM API | Safari: The value of this property is clamped to 4 or 8 cores, to prevent device fingerprinting. See bug 233381.Safari on iOS: The value of this property is clamped to 4 or 8 cores, to prevent device fingerprinting. See bug 233381.WebView on iOS: The value of this property is clamped to 4 or 8 cores, to prevent device fingerprinting. See bug 233381. |
| api.WorkerNavigator.hid π | DOM API | |
| api.WorkerNavigator.language π | DOM API | Firefox: Before Firefox 4, this property's value was also part of the user agent string, as reported by navigator.userAgent. Starting in Firefox 5, this property's value is based on the value of the Accept-Language HTTP header.Internet Explorer: Closest available (non-standard) properties are userLanguage and browserLanguage. |
| api.WorkerNavigator.languages π | DOM API | Chrome: Before Chrome 65, navigator.languages[0] is not guaranteed to equal navigator.language.Chrome Android: Before Chrome Android 65, navigator.languages[0] is not guaranteed to equal navigator.language.Firefox: In Firefox, the navigator.languages property's value is taken from the intl.accept_languages preference.Firefox for Android: In Firefox for Android, the navigator.languages property's value is taken from the intl.accept_languages preference.Internet Explorer: Closest available (non-standard) properties are userLanguage and browserLanguage.Quest Browser: Before Quest Browser 5.0, navigator.languages[0] is not guaranteed to equal navigator.language.WebView Android: Before version 65, navigator.languages[0] is not guaranteed to equal navigator.language. |
| api.WorkerNavigator.locks π | DOM API | |
| api.WorkerNavigator.mediaCapabilities π | DOM API | |
| api.WorkerNavigator.ml π | DOM API | |
| api.WorkerNavigator.onLine π | DOM API | Firefox: Since Firefox 4 the browser returns true when 'Work Offline' mode is disabled and false when it is enabled, regardless of actual connectivity. Since Firefox 41, on OS X and Windows, the returned values follow the actual network connectivity, unless 'Work offline' mode is selected (where it will always return false).Opera: From Opera 11.1 until Opera 12.1, the browser returns true when 'Work Offline' mode is disabled and false when it is enabled, regardless of actual connectivity.Opera Android: From Opera 11.1 until Opera 12.1, the browser returns true when 'Work Offline' mode is disabled and false when it is enabled, regardless of actual connectivity.WebView Android: Can incorrectly return true, see bug 41369933. |
| api.WorkerNavigator.permissions π | DOM API | |
| api.WorkerNavigator.platform π | DOM API | Firefox: Before Firefox 69, platform would report running on a 32-bit CPU if running the 32-bit version of Firefox on a 64-bit system.Firefox: You can override the value returned by platform by setting the preference general.platform.override to the string you wish to be returned instead. |
| api.WorkerNavigator.product π | DOM API | |
| api.WorkerNavigator.serial π | DOM API | |
| api.WorkerNavigator.serviceWorker π | DOM API | |
| api.WorkerNavigator.storage π | DOM API | |
| api.WorkerNavigator.storageBuckets π | DOM API | |
| api.WorkerNavigator.usb π | DOM API | Chrome: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome: Available in dedicated workers, not available in shared workers and service workers.Chrome Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Chrome Android: Available in dedicated workers, not available in shared workers and service workers.Edge: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Edge: Available in dedicated workers, not available in shared workers and service workers.Quest Browser: Available in dedicated workers, not available in shared workers and service workers.Opera: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera: Available in dedicated workers, not available in shared workers and service workers.Opera Android: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Opera Android: Available in dedicated workers, not available in shared workers and service workers.Samsung Internet: Available in dedicated workers and WebExtension service workers, not available in shared workers and normal service workers.Samsung Internet: Available in dedicated workers, not available in shared workers and service workers.WebView Android: WebView exposes navigator.usb, but does not support WebUSB. |
| api.WorkerNavigator.userAgent π | DOM API | |
| api.WorkerNavigator.userAgentData π | DOM API | |
| api.Worklet π | DOM API | |
| api.Worklet.addModule π | DOM API | |
| api.Worklet.ecmascript_modules | DOM API | Safari: Nested workers support was introduced in Safari 15.5.Safari: Script loading in nested workers was introduced in Safari 16.4.Safari on iOS: Nested workers support was introduced in Safari on iOS 15.5.Safari on iOS: Script loading in nested workers was introduced in Safari on iOS 16.4.WebView on iOS: Nested workers support was introduced in WebView on iOS 15.5.WebView on iOS: Script loading in nested workers was introduced in WebView on iOS 16.4. |
| api.WorkletGlobalScope π | DOM API | |
| api.WritableStream π | DOM API | Node.js: Available as a part of the stream/web module. |
| api.WritableStream.WritableStream π | DOM API | |
| api.WritableStream.abort π | DOM API | |
| api.WritableStream.close π | DOM API | |
| api.WritableStream.getWriter π | DOM API | |
| api.WritableStream.locked π | DOM API | |
| api.WritableStream.transferable π | DOM API | |
| api.WritableStreamDefaultController π | DOM API | Node.js: Available as a part of the stream/web module. |
| api.WritableStreamDefaultController.error π | DOM API | |
| api.WritableStreamDefaultController.signal π | DOM API | |
| api.WritableStreamDefaultWriter π | DOM API | Node.js: Available as a part of the stream/web module. |
| api.WritableStreamDefaultWriter.WritableStreamDefaultWriter π | DOM API | |
| api.WritableStreamDefaultWriter.abort π | DOM API | |
| api.WritableStreamDefaultWriter.close π | DOM API | |
| api.WritableStreamDefaultWriter.closed π | DOM API | |
| api.WritableStreamDefaultWriter.desiredSize π | DOM API | |
| api.WritableStreamDefaultWriter.ready π | DOM API | |
| api.WritableStreamDefaultWriter.releaseLock π | DOM API | |
| api.WritableStreamDefaultWriter.write π | DOM API | |
| api.XMLDocument π | DOM API | Chrome: Implemented as an alias for Document.Chrome Android: Implemented as an alias for Document.Opera: Implemented as an alias for Document.Opera Android: Implemented as an alias for Document.Safari: Implemented as an alias for Document.Safari on iOS: Implemented as an alias for Document.Samsung Internet: Implemented as an alias for Document.WebView Android: Implemented as an alias for Document.WebView on iOS: Implemented as an alias for Document. |
| api.XMLHttpRequest π | DOM API | Internet Explorer: Implemented via ActiveXObject('Microsoft.XMLHTTP') |
| api.XMLHttpRequest.XMLHttpRequest π | DOM API | |
| api.XMLHttpRequest.abort π | DOM API | |
| api.XMLHttpRequest.abort_event π | DOM API | |
| api.XMLHttpRequest.authorization_removed_cross_origin π | DOM API | |
| api.XMLHttpRequest.error_event π | DOM API | |
| api.XMLHttpRequest.getAllResponseHeaders π | DOM API | Firefox: Starting from Firefox 49, empty headers are returned as empty strings in case the preference network.http.keep_empty_response_headers_as_empty_string is set to true, defaulting to false. Before Firefox 49 empty headers had been ignored. Since Firefox 50 the preference defaults to true.Firefox for Android: Starting from Firefox for Android 49, empty headers are returned as empty strings in case the preference network.http.keep_empty_response_headers_as_empty_string is set to true, defaulting to false. Before Firefox for Android 49 empty headers had been ignored. Since Firefox for Android 50 the preference defaults to true. |
| api.XMLHttpRequest.getAllResponseHeaders.header_names_lowercase | DOM API | |
| api.XMLHttpRequest.getResponseHeader π | DOM API | Firefox: Starting from Firefox 49, empty headers are returned as empty strings in case the preference network.http.keep_empty_response_headers_as_empty_string is set to true, defaulting to false. Before Firefox 49 empty headers had been ignored. Since Firefox 50 the preference defaults to true.Firefox for Android: Starting from Firefox for Android 49, empty headers are returned as empty strings in case the preference network.http.keep_empty_response_headers_as_empty_string is set to true, defaulting to false. Before Firefox for Android 49 empty headers had been ignored. Since Firefox for Android 50 the preference defaults to true. |
| api.XMLHttpRequest.load_event π | DOM API | |
| api.XMLHttpRequest.loadend_event π | DOM API | |
| api.XMLHttpRequest.loadstart_event π | DOM API | |
| api.XMLHttpRequest.open π | DOM API | Firefox: Starting in Firefox 30, synchronous requests on the main thread have been deprecated due to their negative impact on performance and the user experience. Therefore, the async parameter may not be false except in a Worker.Firefox for Android: Starting in Firefox for Android 30, synchronous requests on the main thread have been deprecated due to their negative impact on performance and the user experience. Therefore, the async parameter may not be false except in a Worker. |
| api.XMLHttpRequest.overrideMimeType π | DOM API | Internet Explorer: Implemented via ActiveXObject |
| api.XMLHttpRequest.progress_event π | DOM API | |
| api.XMLHttpRequest.readyState π | DOM API | |
| api.XMLHttpRequest.readystatechange_event π | DOM API | |
| api.XMLHttpRequest.response π | DOM API | |
| api.XMLHttpRequest.responseText π | DOM API | Internet Explorer: Before Internet Explorer 10, the value of XMLHttpRequest.responseText could be read only once the request was complete. |
| api.XMLHttpRequest.responseType π | DOM API | |
| api.XMLHttpRequest.responseType.arraybuffer_value | DOM API | |
| api.XMLHttpRequest.responseType.blob_value | DOM API | |
| api.XMLHttpRequest.responseType.document_value | DOM API | |
| api.XMLHttpRequest.responseType.json_value | DOM API | |
| api.XMLHttpRequest.responseURL π | DOM API | |
| api.XMLHttpRequest.responseXML π | DOM API | Firefox: Before Firefox 51, an error parsing the received data added a <parsererror> node to the top of the Document and then returned the Document in whatever state it happens to be in. This was inconsistent with the specification. Starting with Firefox 51, this scenario now correctly returns null as per the spec.Firefox for Android: Before Firefox for Android 51, an error parsing the received data added a <parsererror> node to the top of the Document and then returned the Document in whatever state it happens to be in. This was inconsistent with the specification. Starting with Firefox for Android 51, this scenario now correctly returns null as per the spec. |
| api.XMLHttpRequest.send π | DOM API | |
| api.XMLHttpRequest.send.body_ArrayBufferView_type | DOM API | |
| api.XMLHttpRequest.send.body_ArrayBuffer_type | DOM API | |
| api.XMLHttpRequest.send.body_Blob_type | DOM API | |
| api.XMLHttpRequest.send.body_FormData_type | DOM API | |
| api.XMLHttpRequest.send.body_URLSearchParams_type | DOM API | Safari: Doesn't send the correct Content-Type header by default. See bug 227477.Safari on iOS: Doesn't send the correct Content-Type header by default. See bug 227477.WebView on iOS: Doesn't send the correct Content-Type header by default. See bug 227477. |
| api.XMLHttpRequest.setAttributionReporting π | DOM API | |
| api.XMLHttpRequest.setPrivateToken π | DOM API | |
| api.XMLHttpRequest.setRequestHeader π | DOM API | |
| api.XMLHttpRequest.status π | DOM API | Internet Explorer: Internet Explorer version 5 and 6 supported ajax calls using ActiveXObject() |
| api.XMLHttpRequest.statusText π | DOM API | Internet Explorer: Internet Explorer version 5 and 6 supported ajax calls using ActiveXObject() |
| api.XMLHttpRequest.timeout π | DOM API | |
| api.XMLHttpRequest.timeout_event π | DOM API | |
| api.XMLHttpRequest.upload π | DOM API | |
| api.XMLHttpRequest.withCredentials π | DOM API | Firefox: Starting with Firefox 11, it's no longer supported to use the withCredentials attribute when performing synchronous requests. Attempting to do so throws an NS_ERROR_DOM_INVALID_ACCESS_ERR exception.Firefox for Android: Starting with Firefox for Android 14, it's no longer supported to use the withCredentials attribute when performing synchronous requests. Attempting to do so throws an NS_ERROR_DOM_INVALID_ACCESS_ERR exception.Internet Explorer: Internet Explorer versions 8 and 9 supported cross-domain requests (CORS) using XDomainRequest. |
| api.XMLHttpRequest.worker_support | DOM API | |
| api.XMLHttpRequestEventTarget π | DOM API | |
| api.XMLHttpRequestUpload π | DOM API | |
| api.XMLHttpRequestUpload.abort_event π | DOM API | |
| api.XMLHttpRequestUpload.error_event π | DOM API | |
| api.XMLHttpRequestUpload.load_event π | DOM API | |
| api.XMLHttpRequestUpload.loadend_event π | DOM API | |
| api.XMLHttpRequestUpload.loadstart_event π | DOM API | |
| api.XMLHttpRequestUpload.progress_event π | DOM API | |
| api.XMLHttpRequestUpload.timeout_event π | DOM API | |
| api.XMLSerializer π | DOM API | |
| api.XMLSerializer.XMLSerializer π | DOM API | |
| api.XMLSerializer.serializeToString π | DOM API | |
| api.XPathEvaluator π | DOM API | |
| api.XPathEvaluator.XPathEvaluator π | DOM API | |
| api.XPathEvaluator.createExpression π | DOM API | |
| api.XPathEvaluator.createNSResolver π | DOM API | |
| api.XPathEvaluator.evaluate π | DOM API | |
| api.XPathExpression π | DOM API | |
| api.XPathExpression.evaluate π | DOM API | |
| api.XPathResult π | DOM API | |
| api.XPathResult.booleanValue π | DOM API | |
| api.XPathResult.invalidIteratorState π | DOM API | |
| api.XPathResult.iterateNext π | DOM API | |
| api.XPathResult.numberValue π | DOM API | |
| api.XPathResult.resultType π | DOM API | |
| api.XPathResult.singleNodeValue π | DOM API | |
| api.XPathResult.snapshotItem π | DOM API | |
| api.XPathResult.snapshotLength π | DOM API | |
| api.XPathResult.stringValue π | DOM API | |
| api.XRAnchor π | DOM API | |
| api.XRAnchor.anchorSpace π | DOM API | |
| api.XRAnchor.delete π | DOM API | |
| api.XRAnchorSet π | DOM API | |
| api.XRAnchorSet.@@iterator | DOM API | |
| api.XRAnchorSet.entries | DOM API | |
| api.XRAnchorSet.forEach | DOM API | |
| api.XRAnchorSet.has | DOM API | |
| api.XRAnchorSet.keys | DOM API | |
| api.XRAnchorSet.size | DOM API | |
| api.XRAnchorSet.values | DOM API | |
| api.XRBoundedReferenceSpace π | DOM API | |
| api.XRBoundedReferenceSpace.boundsGeometry π | DOM API | |
| api.XRCPUDepthInformation π | DOM API | |
| api.XRCPUDepthInformation.data π | DOM API | |
| api.XRCPUDepthInformation.getDepthInMeters π | DOM API | |
| api.XRCamera π | DOM API | |
| api.XRCamera.height π | DOM API | |
| api.XRCamera.width π | DOM API | |
| api.XRCompositionLayer π | DOM API | |
| api.XRCompositionLayer.blendTextureSourceAlpha π | DOM API | |
| api.XRCompositionLayer.destroy π | DOM API | |
| api.XRCompositionLayer.layout π | DOM API | |
| api.XRCompositionLayer.mipLevels π | DOM API | |
| api.XRCompositionLayer.needsRedraw π | DOM API | |
| api.XRCubeLayer π | DOM API | |
| api.XRCubeLayer.orientation π | DOM API | |
| api.XRCubeLayer.redraw_event π | DOM API | |
| api.XRCubeLayer.space π | DOM API | |
| api.XRCylinderLayer π | DOM API | |
| api.XRCylinderLayer.aspectRatio π | DOM API | |
| api.XRCylinderLayer.centralAngle π | DOM API | |
| api.XRCylinderLayer.radius π | DOM API | |
| api.XRCylinderLayer.redraw_event π | DOM API | |
| api.XRCylinderLayer.space π | DOM API | |
| api.XRCylinderLayer.transform π | DOM API | |
| api.XRDepthInformation π | DOM API | |
| api.XRDepthInformation.height π | DOM API | |
| api.XRDepthInformation.normDepthBufferFromNormView π | DOM API | |
| api.XRDepthInformation.rawValueToMeters π | DOM API | |
| api.XRDepthInformation.width π | DOM API | |
| api.XREquirectLayer π | DOM API | |
| api.XREquirectLayer.centralHorizontalAngle π | DOM API | |
| api.XREquirectLayer.lowerVerticalAngle π | DOM API | |
| api.XREquirectLayer.radius π | DOM API | |
| api.XREquirectLayer.redraw_event π | DOM API | |
| api.XREquirectLayer.space π | DOM API | |
| api.XREquirectLayer.transform π | DOM API | |
| api.XREquirectLayer.upperVerticalAngle π | DOM API | |
| api.XRFrame π | DOM API | |
| api.XRFrame.createAnchor π | DOM API | |
| api.XRFrame.fillJointRadii π | DOM API | Edge: Hololens 2 only. |
| api.XRFrame.fillPoses π | DOM API | Edge: Hololens 2 only. |
| api.XRFrame.getDepthInformation π | DOM API | |
| api.XRFrame.getHitTestResults π | DOM API | |
| api.XRFrame.getHitTestResultsForTransientInput π | DOM API | |
| api.XRFrame.getJointPose π | DOM API | Edge: Hololens 2 only. |
| api.XRFrame.getLightEstimate π | DOM API | |
| api.XRFrame.getPose π | DOM API | |
| api.XRFrame.getViewerPose π | DOM API | |
| api.XRFrame.session π | DOM API | |
| api.XRFrame.trackedAnchors π | DOM API | |
| api.XRHand π | DOM API | Edge: Hololens 2 only. |
| api.XRHand.@@iterator | DOM API | Edge: Hololens 2 only. |
| api.XRHand.entries | DOM API | Edge: Hololens 2 only. |
| api.XRHand.forEach | DOM API | Edge: Hololens 2 only. |
| api.XRHand.get | DOM API | Edge: Hololens 2 only. |
| api.XRHand.keys | DOM API | Edge: Hololens 2 only. |
| api.XRHand.size | DOM API | Edge: Hololens 2 only. |
| api.XRHand.values | DOM API | Edge: Hololens 2 only. |
| api.XRHitTestResult π | DOM API | |
| api.XRHitTestResult.createAnchor π | DOM API | |
| api.XRHitTestResult.getPose π | DOM API | |
| api.XRHitTestSource π | DOM API | |
| api.XRHitTestSource.cancel π | DOM API | |
| api.XRInputSource π | DOM API | |
| api.XRInputSource.gamepad π | DOM API | |
| api.XRInputSource.gripSpace π | DOM API | |
| api.XRInputSource.hand π | DOM API | Edge: Hololens 2 only. |
| api.XRInputSource.handedness π | DOM API | |
| api.XRInputSource.profiles π | DOM API | |
| api.XRInputSource.targetRayMode π | DOM API | |
| api.XRInputSource.targetRaySpace π | DOM API | |
| api.XRInputSourceArray π | DOM API | |
| api.XRInputSourceArray.@@iterator | DOM API | |
| api.XRInputSourceArray.entries | DOM API | |
| api.XRInputSourceArray.forEach | DOM API | |
| api.XRInputSourceArray.keys | DOM API | |
| api.XRInputSourceArray.length π | DOM API | |
| api.XRInputSourceArray.values | DOM API | |
| api.XRInputSourceEvent π | DOM API | |
| api.XRInputSourceEvent.XRInputSourceEvent π | DOM API | |
| api.XRInputSourceEvent.frame π | DOM API | |
| api.XRInputSourceEvent.inputSource π | DOM API | |
| api.XRInputSourcesChangeEvent π | DOM API | |
| api.XRInputSourcesChangeEvent.XRInputSourcesChangeEvent π | DOM API | |
| api.XRInputSourcesChangeEvent.added π | DOM API | |
| api.XRInputSourcesChangeEvent.removed π | DOM API | |
| api.XRInputSourcesChangeEvent.session π | DOM API | |
| api.XRJointPose π | DOM API | Edge: Hololens 2 only. |
| api.XRJointPose.radius π | DOM API | Edge: Hololens 2 only. |
| api.XRJointSpace π | DOM API | Edge: Hololens 2 only. |
| api.XRJointSpace.jointName π | DOM API | Edge: Hololens 2 only. |
| api.XRLayer π | DOM API | |
| api.XRLayerEvent π | DOM API | |
| api.XRLayerEvent.XRLayerEvent π | DOM API | |
| api.XRLayerEvent.layer π | DOM API | |
| api.XRLightEstimate π | DOM API | |
| api.XRLightEstimate.primaryLightDirection π | DOM API | |
| api.XRLightEstimate.primaryLightIntensity π | DOM API | |
| api.XRLightEstimate.sphericalHarmonicsCoefficients π | DOM API | |
| api.XRLightProbe π | DOM API | |
| api.XRLightProbe.probeSpace π | DOM API | |
| api.XRLightProbe.reflectionchange_event π | DOM API | |
| api.XRMediaBinding π | DOM API | |
| api.XRMediaBinding.XRMediaBinding π | DOM API | |
| api.XRMediaBinding.createCylinderLayer π | DOM API | |
| api.XRMediaBinding.createEquirectLayer π | DOM API | |
| api.XRMediaBinding.createQuadLayer π | DOM API | |
| api.XRPose π | DOM API | |
| api.XRPose.angularVelocity π | DOM API | |
| api.XRPose.emulatedPosition π | DOM API | |
| api.XRPose.linearVelocity π | DOM API | |
| api.XRPose.transform π | DOM API | |
| api.XRProjectionLayer π | DOM API | |
| api.XRProjectionLayer.fixedFoveation π | DOM API | |
| api.XRProjectionLayer.ignoreDepthValues π | DOM API | |
| api.XRProjectionLayer.textureArrayLength π | DOM API | |
| api.XRProjectionLayer.textureHeight π | DOM API | |
| api.XRProjectionLayer.textureWidth π | DOM API | |
| api.XRQuadLayer π | DOM API | |
| api.XRQuadLayer.height π | DOM API | |
| api.XRQuadLayer.redraw_event π | DOM API | |
| api.XRQuadLayer.space π | DOM API | |
| api.XRQuadLayer.transform π | DOM API | |
| api.XRQuadLayer.width π | DOM API | |
| api.XRRay π | DOM API | |
| api.XRRay.XRRay π | DOM API | |
| api.XRRay.direction π | DOM API | |
| api.XRRay.matrix π | DOM API | |
| api.XRRay.origin π | DOM API | |
| api.XRReferenceSpace π | DOM API | |
| api.XRReferenceSpace.getOffsetReferenceSpace π | DOM API | |
| api.XRReferenceSpace.reset_event π | DOM API | |
| api.XRReferenceSpaceEvent π | DOM API | |
| api.XRReferenceSpaceEvent.XRReferenceSpaceEvent π | DOM API | |
| api.XRReferenceSpaceEvent.referenceSpace π | DOM API | |
| api.XRReferenceSpaceEvent.transform π | DOM API | |
| api.XRRenderState π | DOM API | |
| api.XRRenderState.baseLayer π | DOM API | |
| api.XRRenderState.depthFar π | DOM API | |
| api.XRRenderState.depthNear π | DOM API | |
| api.XRRenderState.inlineVerticalFieldOfView π | DOM API | |
| api.XRRenderState.layers π | DOM API | |
| api.XRRigidTransform π | DOM API | |
| api.XRRigidTransform.XRRigidTransform π | DOM API | |
| api.XRRigidTransform.inverse π | DOM API | |
| api.XRRigidTransform.matrix π | DOM API | |
| api.XRRigidTransform.orientation π | DOM API | |
| api.XRRigidTransform.position π | DOM API | |
| api.XRSession π | DOM API | |
| api.XRSession.cancelAnimationFrame π | DOM API | |
| api.XRSession.depthDataFormat π | DOM API | |
| api.XRSession.depthUsage π | DOM API | |
| api.XRSession.domOverlayState π | DOM API | |
| api.XRSession.enabledFeatures π | DOM API | |
| api.XRSession.end π | DOM API | |
| api.XRSession.end_event π | DOM API | |
| api.XRSession.environmentBlendMode π | DOM API | |
| api.XRSession.inputSources π | DOM API | |
| api.XRSession.inputsourceschange_event π | DOM API | |
| api.XRSession.interactionMode π | DOM API | |
| api.XRSession.preferredReflectionFormat π | DOM API | |
| api.XRSession.renderState π | DOM API | |
| api.XRSession.requestAnimationFrame π | DOM API | |
| api.XRSession.requestHitTestSource π | DOM API | |
| api.XRSession.requestHitTestSourceForTransientInput π | DOM API | |
| api.XRSession.requestLightProbe π | DOM API | |
| api.XRSession.requestReferenceSpace π | DOM API | |
| api.XRSession.select_event π | DOM API | |
| api.XRSession.selectend_event π | DOM API | |
| api.XRSession.selectstart_event π | DOM API | |
| api.XRSession.squeeze_event π | DOM API | |
| api.XRSession.squeezeend_event π | DOM API | |
| api.XRSession.squeezestart_event π | DOM API | |
| api.XRSession.updateRenderState π | DOM API | |
| api.XRSession.visibilityState π | DOM API | |
| api.XRSession.visibilitychange_event π | DOM API | |
| api.XRSessionEvent π | DOM API | |
| api.XRSessionEvent.XRSessionEvent π | DOM API | |
| api.XRSessionEvent.session π | DOM API | |
| api.XRSpace π | DOM API | |
| api.XRSubImage π | DOM API | |
| api.XRSubImage.viewport π | DOM API | |
| api.XRSystem π | DOM API | |
| api.XRSystem.devicechange_event π | DOM API | |
| api.XRSystem.isSessionSupported π | DOM API | |
| api.XRSystem.requestSession π | DOM API | |
| api.XRTransientInputHitTestResult π | DOM API | |
| api.XRTransientInputHitTestResult.inputSource π | DOM API | |
| api.XRTransientInputHitTestResult.results π | DOM API | |
| api.XRTransientInputHitTestSource π | DOM API | |
| api.XRTransientInputHitTestSource.cancel π | DOM API | |
| api.XRView π | DOM API | |
| api.XRView.camera π | DOM API | |
| api.XRView.eye π | DOM API | |
| api.XRView.isFirstPersonObserver π | DOM API | Chrome: Always returns false since no headset with first-person view is supported.Chrome Android: Always returns false since no headset with first-person view is supported.Edge: Always returns false since no headset with first-person view is supported.Quest Browser: Always returns false since no headset with first-person view is supported.Opera: Always returns false since no headset with first-person view is supported.Opera Android: Always returns false since no headset with first-person view is supported.Samsung Internet: Always returns false since no headset with first-person view is supported. |
| api.XRView.projectionMatrix π | DOM API | |
| api.XRView.recommendedViewportScale π | DOM API | |
| api.XRView.requestViewportScale π | DOM API | |
| api.XRView.transform π | DOM API | |
| api.XRViewerPose π | DOM API | |
| api.XRViewerPose.views π | DOM API | |
| api.XRViewport π | DOM API | |
| api.XRViewport.height π | DOM API | |
| api.XRViewport.width π | DOM API | |
| api.XRViewport.x π | DOM API | |
| api.XRViewport.y π | DOM API | |
| api.XRWebGLBinding π | DOM API | |
| api.XRWebGLBinding.XRWebGLBinding π | DOM API | |
| api.XRWebGLBinding.createCubeLayer π | DOM API | |
| api.XRWebGLBinding.createCylinderLayer π | DOM API | |
| api.XRWebGLBinding.createEquirectLayer π | DOM API | |
| api.XRWebGLBinding.createProjectionLayer π | DOM API | |
| api.XRWebGLBinding.createQuadLayer π | DOM API | |
| api.XRWebGLBinding.getCameraImage π | DOM API | |
| api.XRWebGLBinding.getDepthInformation π | DOM API | |
| api.XRWebGLBinding.getReflectionCubeMap π | DOM API | |
| api.XRWebGLBinding.getSubImage π | DOM API | |
| api.XRWebGLBinding.getViewSubImage π | DOM API | |
| api.XRWebGLBinding.nativeProjectionScaleFactor π | DOM API | |
| api.XRWebGLDepthInformation π | DOM API | |
| api.XRWebGLDepthInformation.texture π | DOM API | |
| api.XRWebGLLayer π | DOM API | |
| api.XRWebGLLayer.XRWebGLLayer π | DOM API | |
| api.XRWebGLLayer.antialias π | DOM API | |
| api.XRWebGLLayer.fixedFoveation π | DOM API | |
| api.XRWebGLLayer.framebuffer π | DOM API | |
| api.XRWebGLLayer.framebufferHeight π | DOM API | |
| api.XRWebGLLayer.framebufferWidth π | DOM API | |
| api.XRWebGLLayer.getNativeFramebufferScaleFactor_static π | DOM API | |
| api.XRWebGLLayer.getViewport π | DOM API | |
| api.XRWebGLLayer.ignoreDepthValues π | DOM API | |
| api.XRWebGLSubImage π | DOM API | |
| api.XRWebGLSubImage.colorTexture π | DOM API | |
| api.XRWebGLSubImage.colorTextureHeight π | DOM API | |
| api.XRWebGLSubImage.colorTextureWidth π | DOM API | |
| api.XRWebGLSubImage.depthStencilTexture π | DOM API | |
| api.XRWebGLSubImage.imageIndex π | DOM API | |
| api.XSLTProcessor π | DOM API | |
| api.XSLTProcessor.XSLTProcessor π | DOM API | |
| api.XSLTProcessor.clearParameters π | DOM API | |
| api.XSLTProcessor.getParameter π | DOM API | Chrome: Chrome only supports string values.Chrome Android: Chrome Android only supports string values.Edge: Edge only supports string values.Quest Browser: Quest Browser only supports string values.Opera: Opera only supports string values.Opera Android: Opera only supports string values.Safari: Safari only supports string values.Safari on iOS: Safari on iOS only supports string values.Samsung Internet: Samsung Internet only supports string values.WebView Android: WebView only supports string values.WebView on iOS: WebView on iOS only supports string values. |
| api.XSLTProcessor.importStylesheet π | DOM API | |
| api.XSLTProcessor.removeParameter π | DOM API | |
| api.XSLTProcessor.reset π | DOM API | |
| api.XSLTProcessor.setParameter π | DOM API | Chrome: Chrome only supports string values.Chrome Android: Chrome Android only supports string values.Edge: Edge only supports string values.Quest Browser: Quest Browser only supports string values.Opera: Opera only supports string values.Opera Android: Opera only supports string values.Safari: Safari only supports string values.Safari on iOS: Safari on iOS only supports string values.Samsung Internet: Samsung Internet only supports string values.WebView Android: WebView only supports string values.WebView on iOS: WebView on iOS only supports string values. |
| api.XSLTProcessor.transformToDocument π | DOM API | Chrome: Chrome returns null if an error occurs.Chrome Android: Chrome Android returns null if an error occurs.Edge: Edge returns null if an error occurs.Firefox: Firefox throws an exception if an error occurs.Firefox for Android: Firefox for Android throws an exception if an error occurs.Quest Browser: Quest Browser returns null if an error occurs.Opera: Opera 12.1 and earlier throws an exception if an error occurs.Opera: Opera 15 and later returns null if an error occurs.Opera Android: Opera Android 12.1 and earlier throws an exception if an error occurs.Opera Android: Opera Android 14 and later returns null if an error occurs.Safari: Safari returns null if an error occurs.Safari on iOS: Safari on iOS returns null if an error occurs.Samsung Internet: Samsung Internet returns null if an error occurs.WebView Android: WebView returns null if an error occurs.WebView on iOS: WebView on iOS returns null if an error occurs. |
| api.XSLTProcessor.transformToFragment π | DOM API | Chrome: Chrome returns null if an error occurs.Chrome Android: Chrome Android returns null if an error occurs.Edge: Edge returns null if an error occurs.Firefox: Firefox throws an exception if an error occurs.Firefox for Android: Firefox for Android throws an exception if an error occurs.Quest Browser: Quest Browser returns null if an error occurs.Opera: Opera 12.1 and earlier throws an exception if an error occurs.Opera: Opera 15 and later returns null if an error occurs.Opera Android: Opera Android 12.1 and earlier throws an exception if an error occurs.Opera Android: Opera Android 14 and later returns null if an error occurs.Safari: Safari returns null if an error occurs.Safari on iOS: Safari on iOS returns null if an error occurs.Samsung Internet: Samsung Internet returns null if an error occurs.WebView Android: WebView returns null if an error occurs.WebView on iOS: WebView on iOS returns null if an error occurs. |
| api.atob π | DOM API | |
| api.atob.worker_support | DOM API | |
| api.btoa π | DOM API | |
| api.btoa.worker_support | DOM API | |
| api.caches π | DOM API | |
| api.caches.secure_context_required | DOM API | |
| api.caches.worker_support | DOM API | |
| api.clearInterval π | DOM API | Internet Explorer: From Internet Explorer 4 through 8, clearInterval is an Object rather than a Function. This behavior was fixed in Internet Explorer 9.Node.js: Takes a Timeout object instead of the intervalID. |
| api.clearInterval.worker_support | DOM API | |
| api.clearTimeout π | DOM API | Internet Explorer: From Internet Explorer 4 through 8, clearTimeout is an Object rather than a Function. This behavior was fixed in Internet Explorer 9.Node.js: Takes a Timeout object instead of the timeoutID. |
| api.clearTimeout.worker_support | DOM API | |
| api.console π | DOM API | Internet Explorer: In Internet Explorer 8 and 9, the console object is undefined when the developer tools are not open. This behavior was fixed in Internet Explorer 10. |
| api.console.assert_static π | DOM API | Node.js: Throws error when assertion fails. |
| api.console.clear_static π | DOM API | |
| api.console.countReset_static π | DOM API | |
| api.console.count_static π | DOM API | |
| api.console.debug_static π | DOM API | Node.js: Since Node.js 8.10.0, this method is an alias for console.log. |
| api.console.dir_static π | DOM API | |
| api.console.dir_static.options_colors_parameter | DOM API | |
| api.console.dir_static.options_depth_parameter | DOM API | |
| api.console.dir_static.options_showHidden_parameter | DOM API | |
| api.console.dirxml_static π | DOM API | Node.js: Does not use Logger to log data. |
| api.console.error_static π | DOM API | |
| api.console.exception_static | DOM API | |
| api.console.groupCollapsed_static π | DOM API | Node.js: Alias for console.group |
| api.console.groupEnd_static π | DOM API | |
| api.console.group_static π | DOM API | |
| api.console.info_static π | DOM API | Node.js: Alias for console.log |
| api.console.log_static π | DOM API | |
| api.console.profileEnd_static | DOM API | |
| api.console.profile_static | DOM API | |
| api.console.substitution_strings | DOM API | Chrome: In version 28, if a negative value is passed to %d, it will be rounded down to the closest negative integer, so -0.1 becomes -1.Chrome Android: In version 28, if a negative value is passed to %d, it will be rounded down to the closest negative integer, so -0.1 becomes -1.Deno: Before Deno 1.4, %c is not supported.Deno: %c only supports CSS properties color, background-color, font-weight, font-style, text-decoration-color, and text-decoration-line.Edge: Before Edge 79, %c is not supported.Edge: Before Edge 79, %d outputs a 0 if the specified value isn't a number.Internet Explorer: %c is not supported.Internet Explorer: %d outputs a 0 if the specified value isn't a number.Quest Browser: In version 5.0, if a negative value is passed to %d, it will be rounded down to the closest negative integer, so -0.1 becomes -1.Samsung Internet: In Samsung Internet 1.5, if a negative value is passed to %d, it will be rounded down to the closest negative integer, so -0.1 becomes -1.WebView Android: In version 28, if a negative value is passed to %d, it will be rounded down to the closest negative integer, so -0.1 becomes -1. |
| api.console.table_static π | DOM API | |
| api.console.timeEnd_static π | DOM API | |
| api.console.timeLog_static π | DOM API | |
| api.console.timeStamp_static | DOM API | |
| api.console.time_static π | DOM API | |
| api.console.trace_static π | DOM API | |
| api.console.warn_static π | DOM API | Node.js: Alias for console.error |
| api.console.worker_support | DOM API | |
| api.createImageBitmap π | DOM API | |
| api.createImageBitmap.options_colorSpaceConversion_parameter | DOM API | |
| api.createImageBitmap.options_imageOrientation_parameter | DOM API | |
| api.createImageBitmap.options_imageOrientation_parameter.from-image | DOM API | |
| api.createImageBitmap.options_imageOrientation_parameter.none | DOM API | |
| api.createImageBitmap.options_premultiplyAlpha_parameter | DOM API | Safari: If the source image is an ImageData object, then the premultiplyAlpha option does nothing. See bug 237082.Safari on iOS: If the source image is an ImageData object, then the premultiplyAlpha option does nothing. See bug 237082.WebView on iOS: If the source image is an ImageData object, then the premultiplyAlpha option does nothing. See bug 237082. |
| api.createImageBitmap.options_resizeHeight_parameter | DOM API | |
| api.createImageBitmap.options_resizeQuality_parameter | DOM API | |
| api.createImageBitmap.options_resizeWidth_parameter | DOM API | |
| api.createImageBitmap.svgimageelement_as_source_image | DOM API | |
| api.crossOriginIsolated π | DOM API | |
| api.crypto π | DOM API | Node.js: Available as a part of the crypto module. |
| api.crypto.worker_support | DOM API | |
| api.fetch π | DOM API | Deno: Fetching with a "manual" redirect mode does not result in a "opaqueredirect" response, but a regular response. |
| api.fetch.authorization_removed_cross_origin π | DOM API | |
| api.fetch.blob_data_support | DOM API | |
| api.fetch.body_readablestream π | DOM API | |
| api.fetch.init_attributionReporting_parameter π | DOM API | |
| api.fetch.init_browsingTopics_parameter | DOM API | |
| api.fetch.init_duplex_parameter π | DOM API | |
| api.fetch.init_keepalive_parameter | DOM API | |
| api.fetch.init_priority_parameter | DOM API | |
| api.fetch.init_referrerPolicy_parameter | DOM API | |
| api.fetch.init_signal_parameter | DOM API | |
| api.indexedDB π | DOM API | |
| api.indexedDB.worker_support | DOM API | |
| api.isSecureContext π | DOM API | |
| api.isSecureContext.worker_support | DOM API | |
| api.origin π | DOM API | |
| api.performance π | DOM API | Node.js: Available as a part of the perf_hooks module. |
| api.performance.worker_support | DOM API | Node.js: Available as a part of the perf_hooks module. |
| api.queueMicrotask π | DOM API | |
| api.reportError π | DOM API | |
| api.scheduler π | DOM API | |
| api.setInterval π | DOM API | Node.js: Returns a Timeout object instead of the intervalID.Node.js: Does not support passing a code string and throws when the first parameter is not a function. |
| api.setInterval.supports_parameters_for_callback | DOM API | |
| api.setInterval.worker_support | DOM API | |
| api.setTimeout π | DOM API | Node.js: Returns a Timeout object instead of the timeoutID.Node.js: Does not support passing a code string and throws when the first parameter is not a function. |
| api.setTimeout.supports_parameters_for_callback | DOM API | |
| api.setTimeout.worker_support | DOM API | |
| api.structuredClone π | DOM API | Deno: The message parameter does not support cloning Blob values.Deno: The message parameter does not support cloning Blob values.Deno: The transfer parameter does not accept ArrayBuffer items. Passing an ArrayBuffer results in an error being thrown. |
| api.trustedTypes π | DOM API | |
| css.at-rules.charset π | CSS | Firefox: Firefox 1 supported an invalid syntax where the character encoding is not between single or double quotes.Internet Explorer: From Internet Explorer 5.5 to IE 7 (inclusive), Internet Explorer supported an invalid syntax where the character encoding is not between single or double quotes. |
| css.at-rules.container π | CSS | |
| css.at-rules.container.style_queries_for_custom_properties π | CSS | Safari: The document element cannot be a container. See bug 271040.Safari on iOS: The document element cannot be a container. See bug 271040.WebView on iOS: The document element cannot be a container. See bug 271040. |
| css.at-rules.counter-style π | CSS | |
| css.at-rules.counter-style.additive-symbols π | CSS | |
| css.at-rules.counter-style.fallback π | CSS | |
| css.at-rules.counter-style.negative π | CSS | |
| css.at-rules.counter-style.pad π | CSS | |
| css.at-rules.counter-style.prefix π | CSS | |
| css.at-rules.counter-style.range π | CSS | |
| css.at-rules.counter-style.speak-as π | CSS | |
| css.at-rules.counter-style.suffix π | CSS | |
| css.at-rules.counter-style.symbols π | CSS | Chrome: Does not support <image> as a value for the symbols descriptor.Chrome Android: Does not support <image> as a value for the symbols descriptor.Edge: Does not support <image> as a value for the symbols descriptor.Firefox: Does not support <image> as a value for the symbols descriptor.Firefox for Android: Does not support <image> as a value for the symbols descriptor.Quest Browser: Does not support <image> as a value for the symbols descriptor.Opera: Does not support <image> as a value for the symbols descriptor.Opera Android: Does not support <image> as a value for the symbols descriptor.Samsung Internet: Does not support <image> as a value for the symbols descriptor.WebView Android: Does not support <image> as a value for the symbols descriptor. |
| css.at-rules.counter-style.system π | CSS | |
| css.at-rules.document | CSS | Firefox: Only supports an empty url-prefix() value, which is supported due to its use in Firefox browser detection. Still supported in user stylesheets.Firefox for Android: Only supports an empty url-prefix() value, which is supported due to its use in Firefox for Android browser detection. Still supported in user stylesheets. |
| css.at-rules.font-face π | CSS | |
| css.at-rules.font-face.OpenType_CBDT_CBLC | CSS | |
| css.at-rules.font-face.OpenType_COLRv0 | CSS | |
| css.at-rules.font-face.OpenType_COLRv1 | CSS | |
| css.at-rules.font-face.OpenType_SBIX | CSS | |
| css.at-rules.font-face.OpenType_SVG | CSS | |
| css.at-rules.font-face.SVG_fonts | CSS | |
| css.at-rules.font-face.WOFF π | CSS | |
| css.at-rules.font-face.WOFF_2 π | CSS | Safari: Supported only on macOS 10.12 (Sierra) and later. |
| css.at-rules.font-face.ascent-override π | CSS | |
| css.at-rules.font-face.descent-override π | CSS | |
| css.at-rules.font-face.font-display π | CSS | |
| css.at-rules.font-face.font-family π | CSS | |
| css.at-rules.font-face.font-feature-settings π | CSS | Firefox: The ISO/IEC CD 14496-22 3rd edition suggests using the ssty feature to provide glyph variants more suitable for use in scripts (for example primes used as superscripts). Starting with Firefox 29, this is done automatically by the MathML rendering engine. The ISO/IEC CD 14496-22 3rd edition also suggests applying the dtls feature to letters when placing mathematical accents to get dotless forms (for example dotless i, j with a hat). Starting with Firefox 35, this is done automatically by the MathML rendering engine. You can override the default values determined by the MathML rendering engine with CSS.Firefox: From Firefox 4 to Firefox 14 (inclusive), Firefox supported an older, slightly different syntax. See OpenType Font Feature support in Firefox 4.Firefox for Android: The ISO/IEC CD 14496-22 3rd edition suggests using the ssty feature to provide glyph variants more suitable for use in scripts (for example primes used as superscripts). Starting with Firefox for Android 29, this is done automatically by the MathML rendering engine. The ISO/IEC CD 14496-22 3rd edition also suggests applying the dtls feature to letters when placing mathematical accents to get dotless forms (for example dotless i, j with a hat). Starting with Firefox for Android 35, this is done automatically by the MathML rendering engine. You can override the default values determined by the MathML rendering engine with CSS.Firefox for Android: From Firefox for Android 4 to Firefox for Android 14 (inclusive), Firefox for Android supported an older, slightly different syntax. See OpenType Font Feature support in Firefox for Android 4. |
| css.at-rules.font-face.font-stretch π | CSS | |
| css.at-rules.font-face.font-style π | CSS | |
| css.at-rules.font-face.font-variant | CSS | |
| css.at-rules.font-face.font-variation-settings π | CSS | |
| css.at-rules.font-face.font-weight π | CSS | |
| css.at-rules.font-face.line-gap-override π | CSS | |
| css.at-rules.font-face.size-adjust π | CSS | |
| css.at-rules.font-face.src π | CSS | |
| css.at-rules.font-face.src.drop_invalid_item | CSS | Chrome: Chrome drops invalid item for tech() but not other invalid valuesChrome Android: Chrome Android drops invalid item for tech() but not other invalid valuesEdge: Edge drops invalid item for tech() but not other invalid valuesOpera: Opera drops invalid item for tech() but not other invalid valuesOpera Android: Opera Android drops invalid item for tech() but not other invalid valuesSamsung Internet: Samsung Internet drops invalid item for tech() but not other invalid valuesWebView Android: WebView Android drops invalid item for tech() but not other invalid values |
| css.at-rules.font-face.src.format_keyword | CSS | |
| css.at-rules.font-face.src.format_variations | CSS | |
| css.at-rules.font-face.src.tech_keyword | CSS | |
| css.at-rules.font-face.unicode-range π | CSS | |
| css.at-rules.font-feature-values π | CSS | |
| css.at-rules.font-feature-values.annotation | CSS | |
| css.at-rules.font-feature-values.character-variant | CSS | |
| css.at-rules.font-feature-values.historical-forms | CSS | |
| css.at-rules.font-feature-values.ornaments | CSS | |
| css.at-rules.font-feature-values.styleset | CSS | |
| css.at-rules.font-feature-values.stylistic | CSS | |
| css.at-rules.font-feature-values.swash | CSS | |
| css.at-rules.font-palette-values π | CSS | |
| css.at-rules.font-palette-values.base-palette π | CSS | |
| css.at-rules.font-palette-values.font-family π | CSS | |
| css.at-rules.font-palette-values.override-colors π | CSS | |
| css.at-rules.import π | CSS | |
| css.at-rules.import.layer π | CSS | |
| css.at-rules.import.supports π | CSS | |
| css.at-rules.keyframes π | CSS | |
| css.at-rules.keyframes.ignore_important_declarations | CSS | |
| css.at-rules.keyframes.named_range_keyframes π | CSS | |
| css.at-rules.layer π | CSS | |
| css.at-rules.media π | CSS | |
| css.at-rules.media.-moz-device-pixel-ratio | CSS | |
| css.at-rules.media.-webkit-animation | CSS | |
| css.at-rules.media.-webkit-device-pixel-ratio π | CSS | Firefox: Implemented as an alias for -moz-device-pixel-ratio.Firefox for Android: Implemented as an alias for -moz-device-pixel-ratio. |
| css.at-rules.media.-webkit-max-device-pixel-ratio π | CSS | Firefox: Implemented as an alias for max--moz-device-pixel-ratio.Firefox for Android: Implemented as an alias for max--moz-device-pixel-ratio. |
| css.at-rules.media.-webkit-min-device-pixel-ratio π | CSS | Firefox: Implemented as an alias for min--moz-device-pixel-ratio.Firefox for Android: Implemented as an alias for min--moz-device-pixel-ratio. |
| css.at-rules.media.-webkit-transform-2d | CSS | |
| css.at-rules.media.-webkit-transform-3d π | CSS | |
| css.at-rules.media.-webkit-transition | CSS | |
| css.at-rules.media.any-hover π | CSS | |
| css.at-rules.media.any-pointer π | CSS | |
| css.at-rules.media.aspect-ratio π | CSS | |
| css.at-rules.media.calc π | CSS | |
| css.at-rules.media.color π | CSS | |
| css.at-rules.media.color-gamut π | CSS | |
| css.at-rules.media.color-index π | CSS | |
| css.at-rules.media.device-aspect-ratio π | CSS | |
| css.at-rules.media.device-height π | CSS | |
| css.at-rules.media.device-posture π | CSS | |
| css.at-rules.media.device-width π | CSS | |
| css.at-rules.media.display-mode π | CSS | Firefox: Firefox 47 and later support display-mode values fullscreen and browser. Firefox 57 added support for minimal-ui and standalone values.Firefox for Android: Only supports the browser value, which always reports true. |
| css.at-rules.media.display-mode.picture-in-picture π | CSS | |
| css.at-rules.media.dynamic-range π | CSS | |
| css.at-rules.media.forced-colors π | CSS | |
| css.at-rules.media.grid π | CSS | |
| css.at-rules.media.height π | CSS | |
| css.at-rules.media.hover π | CSS | Chrome: Before Chrome 41, the implementation was buggy and reported (hover: none) on non-touch-based computers with a mouse/trackpad. See bug 40397980.Opera: Before Opera 28, the implementation was buggy and reported (hover: none) on non-touch-based computers with a mouse/trackpad. See bug 40397980. |
| css.at-rules.media.inverted-colors π | CSS | |
| css.at-rules.media.media_features | CSS | |
| css.at-rules.media.media_query_values | CSS | |
| css.at-rules.media.monochrome π | CSS | |
| css.at-rules.media.nested-queries | CSS | |
| css.at-rules.media.or_syntax | CSS | |
| css.at-rules.media.orientation π | CSS | |
| css.at-rules.media.overflow-block π | CSS | |
| css.at-rules.media.overflow-inline π | CSS | |
| css.at-rules.media.pointer π | CSS | |
| css.at-rules.media.prefers-color-scheme π | CSS | |
| css.at-rules.media.prefers-color-scheme.no-preference | CSS | |
| css.at-rules.media.prefers-color-scheme.respects-inherited-scheme | CSS | Chrome: Only supports SVG images, not iframes.Chrome Android: Only supports SVG images, not iframes.Edge: Only supports SVG images, not iframes.Opera: Only supports SVG images, not iframes.Opera Android: Only supports SVG images, not iframes.Samsung Internet: Only supports SVG images, not iframes.WebView Android: Only supports SVG images, not iframes. |
| css.at-rules.media.prefers-contrast π | CSS | |
| css.at-rules.media.prefers-reduced-data π | CSS | |
| css.at-rules.media.prefers-reduced-motion π | CSS | |
| css.at-rules.media.prefers-reduced-transparency π | CSS | |
| css.at-rules.media.range_syntax | CSS | Firefox: Only supports range notations where the feature name comes before any value (width > 500px)Firefox for Android: Only supports range notations where the feature name comes before any value (width > 500px) |
| css.at-rules.media.resolution π | CSS | |
| css.at-rules.media.scripting π | CSS | |
| css.at-rules.media.update π | CSS | |
| css.at-rules.media.video-dynamic-range π | CSS | |
| css.at-rules.media.width π | CSS | |
| css.at-rules.namespace π | CSS | |
| css.at-rules.page π | CSS | |
| css.at-rules.page.bottom-center π | CSS | |
| css.at-rules.page.bottom-left π | CSS | |
| css.at-rules.page.bottom-left-corner π | CSS | |
| css.at-rules.page.bottom-right π | CSS | |
| css.at-rules.page.bottom-right-corner π | CSS | |
| css.at-rules.page.left-bottom π | CSS | |
| css.at-rules.page.left-middle π | CSS | |
| css.at-rules.page.left-top π | CSS | |
| css.at-rules.page.page-orientation π | CSS | |
| css.at-rules.page.right-bottom π | CSS | |
| css.at-rules.page.right-middle π | CSS | |
| css.at-rules.page.right-top π | CSS | |
| css.at-rules.page.size π | CSS | |
| css.at-rules.page.size.jis-b4 π | CSS | |
| css.at-rules.page.size.jis-b5 π | CSS | |
| css.at-rules.page.top-center π | CSS | |
| css.at-rules.page.top-left π | CSS | |
| css.at-rules.page.top-left-corner π | CSS | |
| css.at-rules.page.top-right π | CSS | |
| css.at-rules.page.top-right-corner π | CSS | |
| css.at-rules.position-try π | CSS | |
| css.at-rules.property π | CSS | |
| css.at-rules.property.inherits π | CSS | |
| css.at-rules.property.initial-value π | CSS | |
| css.at-rules.property.syntax π | CSS | |
| css.at-rules.scope π | CSS | |
| css.at-rules.starting-style π | CSS | Firefox: Does not yet support animating from display: noneFirefox for Android: Does not yet support animating from display: none |
| css.at-rules.supports π | CSS | |
| css.at-rules.supports.font-format | CSS | |
| css.at-rules.supports.font-tech | CSS | |
| css.at-rules.supports.selector | CSS | |
| css.at-rules.view-transition π | CSS | |
| css.properties.-moz-float-edge | CSS | |
| css.properties.-moz-force-broken-image-icon | CSS | |
| css.properties.-moz-image-region | CSS | |
| css.properties.-moz-orient | CSS | |
| css.properties.-moz-orient.block | CSS | |
| css.properties.-moz-orient.inline | CSS | |
| css.properties.-moz-user-focus | CSS | |
| css.properties.-moz-user-input | CSS | |
| css.properties.-moz-user-input.auto | CSS | |
| css.properties.-moz-user-input.none | CSS | |
| css.properties.-webkit-app-region | CSS | |
| css.properties.-webkit-border-before | CSS | |
| css.properties.-webkit-border-horizontal-spacing | CSS | |
| css.properties.-webkit-border-vertical-spacing | CSS | |
| css.properties.-webkit-box-reflect | CSS | |
| css.properties.-webkit-column-axis | CSS | |
| css.properties.-webkit-column-break-after | CSS | |
| css.properties.-webkit-column-break-before | CSS | |
| css.properties.-webkit-column-break-inside | CSS | |
| css.properties.-webkit-column-progression | CSS | |
| css.properties.-webkit-cursor-visibility | CSS | |
| css.properties.-webkit-hyphenate-limit-after | CSS | |
| css.properties.-webkit-hyphenate-limit-before | CSS | |
| css.properties.-webkit-hyphenate-limit-lines | CSS | |
| css.properties.-webkit-line-align | CSS | |
| css.properties.-webkit-line-box-contain | CSS | |
| css.properties.-webkit-line-grid | CSS | |
| css.properties.-webkit-line-snap | CSS | |
| css.properties.-webkit-locale | CSS | |
| css.properties.-webkit-logical-height | CSS | |
| css.properties.-webkit-logical-width | CSS | |
| css.properties.-webkit-margin-after | CSS | |
| css.properties.-webkit-margin-before | CSS | |
| css.properties.-webkit-mask-box-image | CSS | |
| css.properties.-webkit-mask-composite | CSS | |
| css.properties.-webkit-mask-position-x | CSS | |
| css.properties.-webkit-mask-position-y | CSS | |
| css.properties.-webkit-mask-repeat-x | CSS | |
| css.properties.-webkit-mask-repeat-y | CSS | |
| css.properties.-webkit-mask-source-type | CSS | |
| css.properties.-webkit-max-logical-height | CSS | |
| css.properties.-webkit-max-logical-width | CSS | |
| css.properties.-webkit-min-logical-height | CSS | |
| css.properties.-webkit-min-logical-width | CSS | |
| css.properties.-webkit-nbsp-mode | CSS | |
| css.properties.-webkit-perspective-origin-x | CSS | |
| css.properties.-webkit-perspective-origin-y | CSS | |
| css.properties.-webkit-rtl-ordering | CSS | |
| css.properties.-webkit-tap-highlight-color | CSS | |
| css.properties.-webkit-text-combine | CSS | |
| css.properties.-webkit-text-decorations-in-effect | CSS | |
| css.properties.-webkit-text-fill-color π | CSS | |
| css.properties.-webkit-text-security | CSS | |
| css.properties.-webkit-text-stroke π | CSS | |
| css.properties.-webkit-text-stroke-color π | CSS | |
| css.properties.-webkit-text-stroke-width π | CSS | |
| css.properties.-webkit-text-zoom | CSS | |
| css.properties.-webkit-touch-callout | CSS | |
| css.properties.-webkit-transform-origin-x | CSS | |
| css.properties.-webkit-transform-origin-y | CSS | |
| css.properties.-webkit-transform-origin-z | CSS | |
| css.properties.-webkit-user-drag | CSS | |
| css.properties.accent-color π | CSS | Safari: Safari does not adjust the color of glyphs (such as checkmarks) on form controls to maintain contrast. See bug 244233.Safari on iOS: Safari on iOS does not adjust the color of glyphs (such as checkmarks) on form controls to maintain contrast. See bug 244233.WebView on iOS: WebView on iOS does not adjust the color of glyphs (such as checkmarks) on form controls to maintain contrast. See bug 244233. |
| css.properties.accent-color.auto | CSS | |
| css.properties.align-content π | CSS | |
| css.properties.align-content.block_context π | CSS | |
| css.properties.align-content.flex_context π | CSS | |
| css.properties.align-content.flex_context.baseline | CSS | |
| css.properties.align-content.flex_context.first_baseline | CSS | |
| css.properties.align-content.flex_context.last_baseline | CSS | Safari: This value is recognized, but has no effect. See bug 235005.Safari on iOS: This value is recognized, but has no effect. See bug 235005.WebView on iOS: This value is recognized, but has no effect. See bug 235005. |
| css.properties.align-content.flex_context.safe_unsafe | CSS | Chrome: Before version 115, this value is recognized, but has no effect.Chrome Android: Before version 115, this value is recognized, but has no effect.Edge: Before version 115, this value is recognized, but has no effect.Opera: Before version 101, this value is recognized, but has no effect.Opera Android: Before version 77, this value is recognized, but has no effect.Samsung Internet: Before version 23.0, this value is recognized, but has no effect.WebView Android: Before version 115, this value is recognized, but has no effect. |
| css.properties.align-content.flex_context.space-evenly | CSS | |
| css.properties.align-content.flex_context.start_end | CSS | Opera: Before version 79, this value is recognized, but has no effect.Opera Android: This value is recognized, but has no effect. |
| css.properties.align-content.flex_context.stretch | CSS | |
| css.properties.align-content.grid_context π | CSS | |
| css.properties.align-content.multicol_context π | CSS | |
| css.properties.align-items π | CSS | |
| css.properties.align-items.anchor-center π | CSS | |
| css.properties.align-items.flex_context π | CSS | Chrome: Older versions of the specification treat absolute positioned children as though they are a 0 by 0 flex item. Later specification versions take the children out of the flow and set their positions based on align and justify properties. Chrome implements the new behavior beginning with Chrome 52.Chrome Android: Older versions of the specification treat absolute positioned children as though they are a 0 by 0 flex item. Later specification versions take the children out of the flow and set their positions based on align and justify properties. Chrome Android implements the new behavior beginning with Chrome Android 52.Firefox: Multi-line flexbox has been supported since Firefox 28.Firefox for Android: Multi-line flexbox has been supported since Firefox for Android 28.Internet Explorer: In Internet Explorer 10 and 11, if column flex items have align-items: center; set on them and their content is too large, then they will overflow the bounds of their container. See Flexbug #2.Opera: Older versions of the specification treat absolute positioned children as though they are a 0 by 0 flex item. Later specification versions take the children out of the flow and set their positions based on align and justify properties. Opera implements the new behavior beginning with Opera 39.Opera Android: Older versions of the specification treat absolute positioned children as though they are a 0 by 0 flex item. Later specification versions take the children out of the flow and set their positions based on align and justify properties. Opera Android implements the new behavior beginning with Opera Android 41.Samsung Internet: Older versions of the specification treat absolute positioned children as though they are a 0 by 0 flex item. Later specification versions take the children out of the flow and set their positions based on align and justify properties. Samsung Internet implements the new behavior beginning with Samsung Internet 6.0.WebView Android: Older versions of the specification treat absolute positioned children as though they are a 0 by 0 flex item. Later specification versions take the children out of the flow and set their positions based on align and justify properties. WebView Android implements the new behavior beginning with WebView Android 52. |
| css.properties.align-items.flex_context.baseline | CSS | |
| css.properties.align-items.flex_context.first_baseline | CSS | |
| css.properties.align-items.flex_context.last_baseline | CSS | |
| css.properties.align-items.flex_context.safe_unsafe | CSS | Chrome: Before version 115, this value is recognized, but has no effect.Chrome Android: Before version 115, this value is recognized, but has no effect.Edge: Before version 115, this value is recognized, but has no effect.Opera: Before version 101, this value is recognized, but has no effect.Opera Android: Before version 77, this value is recognized, but has no effect.Samsung Internet: Before version 23.0, this value is recognized, but has no effect.WebView Android: Before version 115, this value is recognized, but has no effect. |
| css.properties.align-items.flex_context.start_end | CSS | |
| css.properties.align-items.grid_context π | CSS | |
| css.properties.align-items.grid_context.start_end | CSS | |
| css.properties.align-self π | CSS | |
| css.properties.align-self.anchor-center π | CSS | |
| css.properties.align-self.flex_context π | CSS | Chrome: Older versions of the specification treat absolute positioned children as though they are a 0 by 0 flex item. Later specification versions take the children out of the flow and set their positions based on align and justify properties. Chrome implements the new behavior beginning with Chrome 52.Chrome Android: Older versions of the specification treat absolute positioned children as though they are a 0 by 0 flex item. Later specification versions take the children out of the flow and set their positions based on align and justify properties. Chrome Android implements the new behavior beginning with Chrome Android 52.Firefox: Before Firefox 27, only single-line flexbox is supported.Firefox for Android: Before Firefox for Android 27, only single-line flexbox is supported.Samsung Internet: Older versions of the specification treat absolute positioned children as though they are a 0 by 0 flex item. Later specification versions take the children out of the flow and set their positions based on align and justify properties. Samsung Internet implements the new behavior beginning with Samsung Internet 6.0.WebView Android: Older versions of the specification treat absolute positioned children as though they are a 0 by 0 flex item. Later specification versions take the children out of the flow and set their positions based on align and justify properties. WebView Android implements the new behavior beginning with WebView Android 52. |
| css.properties.align-self.flex_context.baseline | CSS | |
| css.properties.align-self.flex_context.first_baseline | CSS | |
| css.properties.align-self.flex_context.last_baseline | CSS | |
| css.properties.align-self.flex_context.safe_unsafe | CSS | Chrome: Before version 115, this value is recognized, but has no effect.Chrome Android: Before version 115, this value is recognized, but has no effect.Edge: Before version 115, this value is recognized, but has no effect.Opera: Before version 101, this value is recognized, but has no effect.Opera Android: Before version 77, this value is recognized, but has no effect.Samsung Internet: Before version 23.0, this value is recognized, but has no effect.WebView Android: Before version 115, this value is recognized, but has no effect. |
| css.properties.align-self.flex_context.start_end | CSS | Opera: Before version 79, this value is recognized, but has no effect. |
| css.properties.align-self.flex_context.stretch | CSS | |
| css.properties.align-self.grid_context π | CSS | Internet Explorer: Internet Explorer 10 and 11 have the property -ms-grid-row-align, which acts in a similar way to align-self. |
| css.properties.align-self.position_absolute_context π | CSS | |
| css.properties.alignment-baseline π | CSS | |
| css.properties.alignment-baseline.alphabetic | CSS | |
| css.properties.alignment-baseline.baseline | CSS | |
| css.properties.alignment-baseline.central | CSS | |
| css.properties.alignment-baseline.ideographic | CSS | |
| css.properties.alignment-baseline.mathematical | CSS | |
| css.properties.alignment-baseline.middle | CSS | |
| css.properties.all π | CSS | |
| css.properties.alt | CSS | |
| css.properties.anchor-name π | CSS | |
| css.properties.anchor-name.none π | CSS | |
| css.properties.anchor-scope π | CSS | |
| css.properties.anchor-scope.all π | CSS | |
| css.properties.anchor-scope.none π | CSS | |
| css.properties.animation π | CSS | WebView Android: The animation-fill-mode property is not supported in Android browsers below 2.3. |
| css.properties.animation.animation-timeline_included | CSS | Chrome: Support is currently reset-only. Including animation resets a previously-declared animation-timeline value to auto, but animation-timeline cannot be set via animation.Chrome Android: Support is currently reset-only. Including animation resets a previously-declared animation-timeline value to auto, but animation-timeline cannot be set via animation.Edge: Support is currently reset-only. Including animation resets a previously-declared animation-timeline value to auto, but animation-timeline cannot be set via animation.Opera: Support is currently reset-only. Including animation resets a previously-declared animation-timeline value to auto, but animation-timeline cannot be set via animation.Opera Android: Support is currently reset-only. Including animation resets a previously-declared animation-timeline value to auto, but animation-timeline cannot be set via animation.Samsung Internet: Support is currently reset-only. Including animation resets a previously-declared animation-timeline value to auto, but animation-timeline cannot be set via animation.WebView Android: Support is currently reset-only. Including animation resets a previously-declared animation-timeline value to auto, but animation-timeline cannot be set via animation. |
| css.properties.animation-composition π | CSS | |
| css.properties.animation-delay π | CSS | Firefox: Before Firefox 57, Firefox does not repaint elements outside the viewport that are animated into the viewport with a delay. This bug affects only some platforms, such as Windows. |
| css.properties.animation-direction π | CSS | |
| css.properties.animation-direction.alternate π | CSS | |
| css.properties.animation-direction.alternate-reverse π | CSS | |
| css.properties.animation-direction.normal π | CSS | |
| css.properties.animation-direction.reverse π | CSS | |
| css.properties.animation-duration π | CSS | Internet Explorer: Once the element has loaded, changing the value of this property has no effect. |
| css.properties.animation-duration.auto π | CSS | Firefox: Firefox does not currently support the auto value and only accepts values in seconds or milliseconds. It's recommended that 1ms is used until auto is supported.Firefox for Android: Firefox for Android does not currently support the auto value and only accepts values in seconds or milliseconds. It's recommended that 1ms is used until auto is supported. |
| css.properties.animation-fill-mode π | CSS | |
| css.properties.animation-fill-mode.backwards π | CSS | |
| css.properties.animation-fill-mode.both π | CSS | |
| css.properties.animation-fill-mode.forwards π | CSS | |
| css.properties.animation-fill-mode.none π | CSS | |
| css.properties.animation-iteration-count π | CSS | |
| css.properties.animation-iteration-count.infinite π | CSS | |
| css.properties.animation-name π | CSS | |
| css.properties.animation-name.none π | CSS | |
| css.properties.animation-play-state π | CSS | |
| css.properties.animation-play-state.paused π | CSS | |
| css.properties.animation-play-state.running π | CSS | |
| css.properties.animation-range π | CSS | |
| css.properties.animation-range-end π | CSS | |
| css.properties.animation-range-end.normal π | CSS | |
| css.properties.animation-range-start π | CSS | |
| css.properties.animation-range-start.normal π | CSS | |
| css.properties.animation-timeline π | CSS | |
| css.properties.animation-timeline.scroll π | CSS | Firefox: Zero scroll range is treated as 100% but should be 0% (see bug 1780865).Firefox: Supports the deprecated horizontal and vertical axis values, and not the x and y values. |
| css.properties.animation-timeline.view π | CSS | |
| css.properties.animation-timing-function π | CSS | |
| css.properties.animation-timing-function.jump | CSS | |
| css.properties.appearance π | CSS | |
| css.properties.appearance.auto π | CSS | |
| css.properties.appearance.button π | CSS | |
| css.properties.appearance.checkbox π | CSS | |
| css.properties.appearance.listbox π | CSS | |
| css.properties.appearance.menulist π | CSS | |
| css.properties.appearance.menulist-button π | CSS | Firefox: See bug 1481615.Firefox for Android: See bug 1481615. |
| css.properties.appearance.meter π | CSS | |
| css.properties.appearance.none π | CSS | Firefox: Doesn't work with <input type="checkbox"> and <input type="radio">.Firefox for Android: Doesn't work with <input type="checkbox"> and <input type="radio">. |
| css.properties.appearance.progress-bar π | CSS | |
| css.properties.appearance.radio π | CSS | |
| css.properties.appearance.searchfield π | CSS | |
| css.properties.appearance.textarea π | CSS | |
| css.properties.appearance.textfield π | CSS | |
| css.properties.aspect-ratio π | CSS | |
| css.properties.aspect-ratio.auto π | CSS | |
| css.properties.backdrop-filter π | CSS | |
| css.properties.backface-visibility π | CSS | |
| css.properties.background π | CSS | |
| css.properties.background.SVG_image_as_background | CSS | |
| css.properties.background.background-clip | CSS | |
| css.properties.background.background-origin | CSS | |
| css.properties.background.background-size | CSS | |
| css.properties.background.multiple_backgrounds | CSS | |
| css.properties.background-attachment π | CSS | |
| css.properties.background-attachment.fixed π | CSS | Safari: local is recognized but has no effect. See bug 219324.Safari on iOS: fixed is recognized but has no effect. See bug 219324.WebView on iOS: fixed is recognized but has no effect. See bug 219324. |
| css.properties.background-attachment.local π | CSS | Safari: local is recognized but has no effect. See bug 219324.Safari on iOS: local is recognized but has no effect. See bug 219324.Safari on iOS: If -webkit-overflow-scrolling: touch is set, then local has no effect.WebView on iOS: local is recognized but has no effect. See bug 219324.WebView on iOS: If -webkit-overflow-scrolling: touch is set, then local has no effect. |
| css.properties.background-attachment.multiple_backgrounds | CSS | |
| css.properties.background-attachment.scroll π | CSS | |
| css.properties.background-blend-mode π | CSS | |
| css.properties.background-clip π | CSS | Chrome: Chrome accepts alternate synonyms to its values: padding, border, and content.Chrome Android: Chrome Android accepts alternate synonyms to its values: padding, border, and content.Edge: Since Edge 79, accepts alternate synonyms to its values: padding, border, and content.Firefox: Used the -moz-background-clip: padding | border syntax.Internet Explorer: In IE 7 and IE 8 of Internet Explorer, this property always behaved like background-clip: padding-box when overflow was hidden, auto, or scroll.Quest Browser: Quest Browser accepts alternate synonyms to its values: padding, border, and content.Opera: Opera accepts alternate synonyms to its values: padding, border, and content.Opera Android: Opera accepts alternate synonyms to its values: padding, border, and content.Safari: Safari accepts alternate synonyms to its values: padding, border, and content.Safari on iOS: Safari accepts alternate synonyms to its values: padding, border, and content.Samsung Internet: Samsung Internet accepts alternate synonyms to its values: padding, border, and content.WebView Android: WebView Android accepts alternate synonyms to its values: padding, border, and content.WebView on iOS: Safari accepts alternate synonyms to its values: padding, border, and content. |
| css.properties.background-clip.border-area π | CSS | |
| css.properties.background-clip.border-box π | CSS | |
| css.properties.background-clip.content-box π | CSS | Internet Explorer: In IE 7 and IE 9 of Internet Explorer, it always behaved like background-clip: padding-box if overflow: hidden | auto | scroll |
| css.properties.background-clip.padding-box π | CSS | |
| css.properties.background-clip.text π | CSS | Chrome: The text value is only supported by -webkit-background-clip (and not by background-clip; see bug 40229927).Chrome Android: The text value is only supported by -webkit-background-clip (and not by background-clip; see bug 40229927).Edge: The text value is only supported by -webkit-background-clip (and not by background-clip; see bug 40229927).Edge: Before Edge 15, this value was supported with the prefixed version of the property only.Firefox: Does not work with background-attachment: fixed (bug 1313757), in multi-layer backgrounds with other values (bug 1481498), and in some other special cases (see bug 1656784).Firefox for Android: Does not work with background-attachment: fixed (bug 1313757), in multi-layer backgrounds with other values (bug 1481498), and in some other special cases (see bug 1656784).Quest Browser: The text value is only supported by -webkit-background-clip (and not by background-clip; see bug 40229927).Opera: The text value is only supported by -webkit-background-clip (and not by background-clip; see bug 40229927).Opera Android: The text value is only supported by -webkit-background-clip (and not by background-clip; see bug 40229927).Safari: The text value is only supported by -webkit-background-clip (and not by background-clip).Safari on iOS: The text value is only supported by -webkit-background-clip (and not by background-clip).Samsung Internet: The text value is only supported by -webkit-background-clip (and not by background-clip; see bug 40229927).WebView Android: The text value is only supported by -webkit-background-clip (and not by background-clip; see bug 40229927).WebView on iOS: The text value is only supported by -webkit-background-clip (and not by background-clip). |
| css.properties.background-color π | CSS | Internet Explorer: In Internet Explorer 8 and 9, there is a bug where a computed background-color of transparent causes click events to not get fired on overlaid elements. |
| css.properties.background-image π | CSS | Firefox: If the browser.display.use_document_colors user preference in about:config is set to false, background images will not be displayed.Firefox for Android: If the browser.display.use_document_colors user preference in about:config is set to false, background images will not be displayed. |
| css.properties.background-image.element π | CSS | |
| css.properties.background-image.gradients π | CSS | Chrome: Some versions support only experimental gradients prefixed with -webkit.Chrome Android: Some versions support only experimental gradients prefixed with -webkit.Firefox: Some versions support only experimental gradients prefixed with -moz.Firefox for Android: Some versions support only experimental gradients prefixed with -moz.Quest Browser: Some versions support only experimental gradients prefixed with -webkit.Opera: Some versions support only experimental gradients prefixed with -o.Opera Android: Some versions support only experimental gradients prefixed with -webkit.Safari: Some versions support only experimental gradients prefixed with -webkit.Safari on iOS: Some versions support only experimental gradients prefixed with -webkit.Samsung Internet: Some versions support only experimental gradients prefixed with -webkit.WebView Android: Some versions support only experimental gradients prefixed with -webkit.WebView on iOS: Some versions support only experimental gradients prefixed with -webkit. |
| css.properties.background-image.image-rect | CSS | |
| css.properties.background-image.image-set π | CSS | Chrome: Support for url images only and x is the only supported resolution unit.Chrome Android: Support for url images only and x is the only supported resolution unit.Edge: Support for url images only and x is the only supported resolution unit.Firefox: The type() function is not supported as an argument to image-set().Firefox for Android: The type() function is not supported as an argument to image-set().Quest Browser: Support for url images only and x is the only supported resolution unit.Opera: Support for url images only and x is the only supported resolution unit.Opera Android: Support for url images only and x is the only supported resolution unit.Safari: The type() function is not supported as an argument to image-set().Safari: The type() function is not supported as an argument to image-set().Safari: Support for url images only and x is the only supported resolution unit.Safari: Support for url images only and x is the only supported resolution unit.Safari on iOS: The type() function is not supported as an argument to image-set().Safari on iOS: The type() function is not supported as an argument to image-set().Safari on iOS: Support for url images only and x is the only supported resolution unit.Safari on iOS: Support for url images only and x is the only supported resolution unit.Samsung Internet: Support for url images only and x is the only supported resolution unit.WebView Android: Support for url images only and x is the only supported resolution unit.WebView on iOS: The type() function is not supported as an argument to image-set().WebView on iOS: The type() function is not supported as an argument to image-set().WebView on iOS: Support for url images only and x is the only supported resolution unit.WebView on iOS: Support for url images only and x is the only supported resolution unit. |
| css.properties.background-image.multiple_backgrounds | CSS | |
| css.properties.background-image.none π | CSS | |
| css.properties.background-image.svg_images | CSS | Safari: Support of SVG in CSS background is incomplete.Safari on iOS: Support of SVG in CSS background is incomplete.WebView on iOS: Support of SVG in CSS background is incomplete. |
| css.properties.background-origin π | CSS | Chrome: Chrome accepts alternate synonyms to its values: padding, border, and content.Chrome Android: Chrome Android accepts alternate synonyms to its values: padding, border, and content.Edge: Since Edge 79, accepts alternate synonyms to its values: padding, border, and content.Firefox: Used the -moz-background-clip: padding | border syntax.Internet Explorer: In IE 7 and before, Internet explorer was behaving as if background-origin: border-box was set. In Internet Explorer 8, as if background-origin: padding-box, the regular default value, was set.Quest Browser: Quest Browser accepts alternate synonyms to its values: padding, border, and content.Opera: Opera accepts alternate synonyms to its values: padding, border, and content.Opera Android: Opera accepts alternate synonyms to its values: padding, border, and content.Safari: Webkit accepts alternate synonyms to its values: padding, border, and content.Safari on iOS: Webkit accepts alternate synonyms to its values: padding, border, and content.Samsung Internet: Samsung Internet accepts alternate synonyms to its values: padding, border, and content.WebView Android: WebView accepts alternate synonyms to its values: padding, border, and content.WebView on iOS: Webkit accepts alternate synonyms to its values: padding, border, and content. |
| css.properties.background-origin.border-box π | CSS | |
| css.properties.background-origin.content-box π | CSS | Internet Explorer: In IE 7 and IE 9 of Internet Explorer, it always behaved like background-clip: padding if overflow: hidden | auto | scroll. |
| css.properties.background-origin.padding-box π | CSS | |
| css.properties.background-position π | CSS | |
| css.properties.background-position.bottom π | CSS | |
| css.properties.background-position.center π | CSS | |
| css.properties.background-position.left π | CSS | |
| css.properties.background-position.multiple_backgrounds | CSS | |
| css.properties.background-position.right π | CSS | |
| css.properties.background-position.side-relative_values | CSS | |
| css.properties.background-position.top π | CSS | |
| css.properties.background-position-x π | CSS | |
| css.properties.background-position-x.side-relative_values | CSS | |
| css.properties.background-position-y π | CSS | |
| css.properties.background-position-y.side-relative_values | CSS | |
| css.properties.background-repeat π | CSS | |
| css.properties.background-repeat.2-value | CSS | |
| css.properties.background-repeat.multiple_backgrounds | CSS | |
| css.properties.background-repeat.no-repeat π | CSS | |
| css.properties.background-repeat.repeat π | CSS | |
| css.properties.background-repeat.repeat-x π | CSS | |
| css.properties.background-repeat.repeat-y π | CSS | |
| css.properties.background-repeat.round π | CSS | |
| css.properties.background-repeat.space π | CSS | |
| css.properties.background-size π | CSS | Chrome: WebKit-based browsers originally implemented an older draft of CSS3 background-size in which an omitted second value is treated as duplicating the first value; this draft does not include the contain or cover keywords.Chrome Android: WebKit-based browsers originally implemented an older draft of CSS3 background-size in which an omitted second value is treated as duplicating the first value; this draft does not include the contain or cover keywords.Quest Browser: WebKit-based browsers originally implemented an older draft of CSS3 background-size in which an omitted second value is treated as duplicating the first value; this draft does not include the contain or cover keywords.Opera: WebKit-based browsers originally implemented an older draft of CSS3 background-size in which an omitted second value is treated as duplicating the first value; this draft does not include the contain or cover keywords.Opera: Opera 9.5's computation of the background positioning area is incorrect for fixed backgrounds. Opera 9.5 also interprets the two-value form as a horizontal scaling factor and, from appearances, a vertical clipping dimension. This has been fixed in Opera 10.Opera Android: WebKit-based browsers originally implemented an older draft of CSS3 background-size in which an omitted second value is treated as duplicating the first value; this draft does not include the contain or cover keywords.Opera Android: Opera 9.5's computation of the background positioning area is incorrect for fixed backgrounds. Opera 9.5 also interprets the two-value form as a horizontal scaling factor and, from appearances, a vertical clipping dimension. This has been fixed in Opera 10.Safari: WebKit-based browsers originally implemented an older draft of CSS3 background-size in which an omitted second value is treated as duplicating the first value; this draft does not include the contain or cover keywords.Safari on iOS: WebKit-based browsers originally implemented an older draft of CSS3 background-size in which an omitted second value is treated as duplicating the first value; this draft does not include the contain or cover keywords.Samsung Internet: WebKit-based browsers originally implemented an older draft of CSS3 background-size in which an omitted second value is treated as duplicating the first value; this draft does not include the contain or cover keywords.WebView Android: WebKit-based browsers originally implemented an older draft of CSS3 background-size in which an omitted second value is treated as duplicating the first value; this draft does not include the contain or cover keywords.WebView on iOS: WebKit-based browsers originally implemented an older draft of CSS3 background-size in which an omitted second value is treated as duplicating the first value; this draft does not include the contain or cover keywords. |
| css.properties.background-size.auto π | CSS | |
| css.properties.background-size.contain π | CSS | |
| css.properties.background-size.cover π | CSS | |
| css.properties.baseline-shift π | CSS | |
| css.properties.baseline-shift.baseline π | CSS | |
| css.properties.baseline-shift.sub π | CSS | |
| css.properties.baseline-shift.super π | CSS | |
| css.properties.baseline-source π | CSS | |
| css.properties.baseline-source.auto π | CSS | |
| css.properties.baseline-source.first π | CSS | |
| css.properties.baseline-source.last π | CSS | |
| css.properties.block-size π | CSS | |
| css.properties.block-size.anchor-size π | CSS | |
| css.properties.block-size.fit-content | CSS | |
| css.properties.block-size.fit-content_function | CSS | |
| css.properties.block-size.max-content | CSS | |
| css.properties.block-size.min-content | CSS | |
| css.properties.border π | CSS | |
| css.properties.border-block π | CSS | |
| css.properties.border-block-color π | CSS | |
| css.properties.border-block-end π | CSS | |
| css.properties.border-block-end-color π | CSS | |
| css.properties.border-block-end-style π | CSS | |
| css.properties.border-block-end-width π | CSS | |
| css.properties.border-block-start π | CSS | |
| css.properties.border-block-start-color π | CSS | |
| css.properties.border-block-start-style π | CSS | |
| css.properties.border-block-start-width π | CSS | |
| css.properties.border-block-style π | CSS | |
| css.properties.border-block-width π | CSS | |
| css.properties.border-bottom π | CSS | |
| css.properties.border-bottom-color π | CSS | |
| css.properties.border-bottom-left-radius π | CSS | Firefox: Before Firefox 50, border styles of rounded corners were always rendered as if border-style was solid. This has been fixed in Firefox 50.Firefox for Android: Before Firefox for Android 50, border styles of rounded corners were always rendered as if border-style was solid. This has been fixed in Firefox for Android 50. |
| css.properties.border-bottom-left-radius.elliptical_corners | CSS | |
| css.properties.border-bottom-left-radius.percentages | CSS | Firefox: Before Firefox 4, the <percentage> was relative to the width of the box even when specifying the radius for a height. This implied that -moz-border-radius-bottomright was always drawing an arc of circle, and never an ellipse, when followed by a single value. |
| css.properties.border-bottom-right-radius π | CSS | Firefox: Before Firefox 50, border styles of rounded corners were always rendered as if border-style was solid. This has been fixed in Firefox 50.Firefox for Android: Before Firefox for Android 50, border styles of rounded corners were always rendered as if border-style was solid. This has been fixed in Firefox for Android 50. |
| css.properties.border-bottom-right-radius.elliptical_corners | CSS | |
| css.properties.border-bottom-right-radius.percentages | CSS | Firefox: Before Firefox 4, the <percentage> was relative to the width of the box even when specifying the radius for a height. This implied that -moz-border-radius-bottomright was always drawing an arc of circle, and never an ellipse, when followed by a single value. |
| css.properties.border-bottom-style π | CSS | Firefox: Before Firefox 50, border styles of rounded corners (with border-radius) were always rendered as if border-bottom-style was solid. This has been fixed in Firefox 50.Firefox for Android: Before Firefox for Android 50, border styles of rounded corners (with border-radius) were always rendered as if border-bottom-style was solid. This has been fixed in Firefox for Android 50. |
| css.properties.border-bottom-width π | CSS | |
| css.properties.border-collapse π | CSS | |
| css.properties.border-collapse.collapse | CSS | |
| css.properties.border-collapse.separate | CSS | |
| css.properties.border-color π | CSS | |
| css.properties.border-end-end-radius π | CSS | |
| css.properties.border-end-start-radius π | CSS | |
| css.properties.border-image π | CSS | Chrome: Before Chrome 112, a border image's absolute or percentage length width may not take precedence over a narrower border-width (bug 40541033).Chrome Android: Before Chrome Android 112, a border image's absolute or percentage length width may not take precedence over a narrower border-width (bug 40541033).Edge: Before Edge 112, a border image's absolute or percentage length width may not take precedence over a narrower border-width (bug 40541033).Firefox: Small SVGs are incorrectly stretched, because percentages in border-image-slice are computed to integers instead of floats (bug 1284797).Firefox: Until Firefox 47, SVGs without viewport were not sliced correctly (bug 619500).Firefox: From Firefox 48 until Firefox 49, SVGs without viewport are displayed the same as SVGs with viewport, but if the slices are not exactly 50%, they are incorrectly stretched (bug 1264809).Firefox: Until Firefox 57, an issue persisted for SVGs without viewport when e10s was disabled (bug 1290782).Firefox: Before Firefox 15, an earlier version of the specification was implemented, prefixed.Firefox for Android: Small SVGs are incorrectly stretched, because percentages in border-image-slice are computed to integers instead of floats (bug 1284797).Firefox for Android: Until Firefox for Android 47, SVGs without viewport were not sliced correctly (bug 619500).Firefox for Android: From Firefox for Android 48 until Firefox for Android 49, SVGs without viewport are displayed the same as SVGs with viewport, but if the slices are not exactly 50%, they are incorrectly stretched (bug 1264809).Firefox for Android: Until Firefox for Android 57, an issue persisted for SVGs without viewport when e10s was disabled (bug 1290782).Firefox for Android: Before Firefox for Android 15, an earlier version of the specification was implemented, prefixed.Quest Browser: Before Quest Browser false, a border image's absolute or percentage length width may not take precedence over a narrower border-width (bug 40541033).Opera: Before Opera 98, a border image's absolute or percentage length width may not take precedence over a narrower border-width (bug 40541033).Opera Android: A border image's absolute or percentage length width may not take precedence over a narrower border-width (bug 40541033).Samsung Internet: Before Samsung Internet 23.0, a border image's absolute or percentage length width may not take precedence over a narrower border-width (bug 40541033).WebView Android: Before WebView 112, a border image's absolute or percentage length width may not take precedence over a narrower border-width (bug 40541033). |
| css.properties.border-image.fill | CSS | |
| css.properties.border-image.gradient | CSS | |
| css.properties.border-image.optional_border_image_slice | CSS | |
| css.properties.border-image-outset π | CSS | |
| css.properties.border-image-repeat π | CSS | |
| css.properties.border-image-repeat.repeat π | CSS | |
| css.properties.border-image-repeat.round π | CSS | |
| css.properties.border-image-repeat.space π | CSS | |
| css.properties.border-image-repeat.stretch π | CSS | |
| css.properties.border-image-slice π | CSS | Firefox: Small SVGs are incorrectly stretched, because percentages in border-image-slice are computed to integers instead of floats (bug 1284797).Firefox: Until Firefox 47, SVGs without viewport were not sliced correctly (bug 619500).Firefox: From Firefox 48 until Firefox 49, SVGs without viewport are displayed the same as SVGs with viewport, but if the slices are not exactly 50%, they are incorrectly stretched (bug 1264809).Firefox: Until Firefox 57, an issue persisted for SVGs without viewport when e10s was disabled (bug 1290782).Firefox for Android: Small SVGs are incorrectly stretched, because percentages in border-image-slice are computed to integers instead of floats (bug 1284797).Firefox for Android: Until Firefox for Android 47, SVGs without viewport were not sliced correctly (bug 619500).Firefox for Android: From Firefox for Android 48 until Firefox for Android 49, SVGs without viewport are displayed the same as SVGs with viewport, but if the slices are not exactly 50%, they are incorrectly stretched (bug 1264809).Firefox for Android: Until Firefox for Android 57, an issue persisted for SVGs without viewport when e10s was disabled (bug 1290782). |
| css.properties.border-image-source π | CSS | |
| css.properties.border-image-width π | CSS | Chrome: Before Chrome 112, a border image's absolute or percentage length width may not take precedence over a narrower border-width (bug 40541033).Chrome Android: Before Chrome Android 112, a border image's absolute or percentage length width may not take precedence over a narrower border-width (bug 40541033).Edge: Before Edge 112, a border image's absolute or percentage length width may not take precedence over a narrower border-width (bug 40541033).Quest Browser: Before Quest Browser false, a border image's absolute or percentage length width may not take precedence over a narrower border-width (bug 40541033).Opera: Before Opera 98, a border image's absolute or percentage length width may not take precedence over a narrower border-width (bug 40541033).Opera Android: Before Opera Android 75, a border image's absolute or percentage length width may not take precedence over a narrower border-width (bug 40541033).Samsung Internet: Before Samsung Internet 23.0, a border image's absolute or percentage length width may not take precedence over a narrower border-width (bug 40541033).WebView Android: Before WebView Android 112, a border image's absolute or percentage length width may not take precedence over a narrower border-width (bug 40541033). |
| css.properties.border-image-width.auto π | CSS | |
| css.properties.border-inline π | CSS | |
| css.properties.border-inline-color π | CSS | |
| css.properties.border-inline-end π | CSS | |
| css.properties.border-inline-end-color π | CSS | |
| css.properties.border-inline-end-style π | CSS | |
| css.properties.border-inline-end-width π | CSS | |
| css.properties.border-inline-start π | CSS | |
| css.properties.border-inline-start-color π | CSS | |
| css.properties.border-inline-start-style π | CSS | |
| css.properties.border-inline-start-width π | CSS | |
| css.properties.border-inline-style π | CSS | |
| css.properties.border-inline-width π | CSS | |
| css.properties.border-left π | CSS | |
| css.properties.border-left-color π | CSS | |
| css.properties.border-left-style π | CSS | Firefox: Before Firefox 50, border styles of rounded corners (with border-radius) were always rendered as if border-bottom-style was solid. This has been fixed in Firefox 50.Firefox for Android: Before Firefox 50, border styles of rounded corners (with border-radius) were always rendered as if border-bottom-style was solid. This has been fixed in Firefox 50. |
| css.properties.border-left-width π | CSS | |
| css.properties.border-radius π | CSS | Chrome: Chrome ignores border-radius on <select> elements unless -webkit-appearance is overridden to an appropriate value.Firefox: Before Firefox 50, border styles of rounded corners (with border-radius) were always rendered as if border-style was solid. This has been fixed in Firefox 50.Firefox: To conform to the CSS3 standard, Firefox 4 changes the handling of <percentage> values to match the specification. You can specify an ellipse as a border on an arbitrary sized element with border-radius: 50%;. Firefox 4 also makes rounded corners clip content and images if overflow: visible is not set.Firefox for Android: Before Firefox 50, border styles of rounded corners (with border-radius) were always rendered as if border-style was solid. This has been fixed in Firefox 50.Opera: Before Opera 11.60, replaced elements with border-radius do not have rounded corners.Safari: Safari ignores border-radius on <select> elements unless -webkit-appearance is overridden to an appropriate value.Safari on iOS: Safari ignores border-radius on <select> elements unless -webkit-appearance is overridden to an appropriate value.WebView on iOS: Safari ignores border-radius on <select> elements unless -webkit-appearance is overridden to an appropriate value. |
| css.properties.border-radius.4_values_for_4_corners | CSS | |
| css.properties.border-radius.elliptical_borders | CSS | Chrome: Before Chrome 4, the slash / notation is unsupported. If two values are specified, then an elliptical border is drawn on all four corners. -webkit-border-radius: 40px 10px; is equivalent to border-radius: 40px / 10px;.Safari: Before Safari 5, the slash / notation is unsupported. If two values are specified, then an elliptical border is drawn on all four corners. -webkit-border-radius: 40px 10px; is equivalent to border-radius: 40px / 10px;. |
| css.properties.border-radius.percentages | CSS | Firefox: Before Firefox 4, <percentage> values are implemented in a non-standard way. Both horizontal and vertical radii were relative to the width of the border box.Opera: Before Opera 11.5, the implementation of <percentage> values was buggy. |
| css.properties.border-right π | CSS | |
| css.properties.border-right-color π | CSS | |
| css.properties.border-right-style π | CSS | Firefox: Before Firefox 50, border styles of rounded corners (with border-radius) were always rendered as if border-bottom-style was solid. This has been fixed in Firefox 50.Firefox for Android: Before Firefox 50, border styles of rounded corners (with border-radius) were always rendered as if border-bottom-style was solid. This has been fixed in Firefox 50. |
| css.properties.border-right-width π | CSS | |
| css.properties.border-spacing π | CSS | |
| css.properties.border-start-end-radius π | CSS | |
| css.properties.border-start-start-radius π | CSS | |
| css.properties.border-style π | CSS | Firefox: Before Firefox 50, border styles of rounded corners were always rendered as if border-style was solid. This has been fixed in Firefox 50.Firefox for Android: Before Firefox for Android 50, border styles of rounded corners were always rendered as if border-style was solid. This has been fixed in Firefox for Android 50. |
| css.properties.border-style.dashed π | CSS | |
| css.properties.border-style.dotted π | CSS | |
| css.properties.border-style.double π | CSS | |
| css.properties.border-style.groove π | CSS | |
| css.properties.border-style.hidden π | CSS | |
| css.properties.border-style.inset π | CSS | |
| css.properties.border-style.none π | CSS | |
| css.properties.border-style.outset π | CSS | |
| css.properties.border-style.ridge π | CSS | |
| css.properties.border-style.solid π | CSS | |
| css.properties.border-top π | CSS | |
| css.properties.border-top-color π | CSS | |
| css.properties.border-top-left-radius π | CSS | Firefox: Before Firefox 50, border styles of rounded corners were always rendered as if border-style was solid. This has been fixed in Firefox 50.Firefox for Android: Before Firefox for Android 50, border styles of rounded corners were always rendered as if border-style was solid. This has been fixed in Firefox for Android 50. |
| css.properties.border-top-left-radius.elliptical_corners | CSS | |
| css.properties.border-top-left-radius.percentages | CSS | Firefox: Before Firefox 4, the <percentage> was relative to the width of the box even when specifying the radius for a height. This implied that -moz-border-radius-bottomright was always drawing an arc of circle, and never an ellipse, when followed by a single value. |
| css.properties.border-top-right-radius π | CSS | Firefox: Before Firefox 50, border styles of rounded corners were always rendered as if border-style was solid. This has been fixed in Firefox 50.Firefox for Android: Before Firefox for Android 50, border styles of rounded corners were always rendered as if border-style was solid. This has been fixed in Firefox for Android 50. |
| css.properties.border-top-right-radius.elliptical_corners | CSS | |
| css.properties.border-top-right-radius.percentages | CSS | Firefox: Before Firefox 4, the <percentage> was relative to the width of the box even when specifying the radius for a height. This implied that -moz-border-radius-bottomright was always drawing an arc of circle, and never an ellipse, when followed by a single value. |
| css.properties.border-top-style π | CSS | Firefox: Before Firefox 50, border styles of rounded corners (with border-radius) were always rendered as if border-top-style was solid. This has been fixed in Firefox 50.Firefox for Android: Before Firefox for Android 50, border styles of rounded corners (with border-radius) were always rendered as if border-top-style was solid. This has been fixed in Firefox for Android 50. |
| css.properties.border-top-width π | CSS | |
| css.properties.border-width π | CSS | |
| css.properties.bottom π | CSS | Internet Explorer: In Internet Explorer versions before 7, when both top and bottom are specified, the element position is overconstrained and the top property has precedence; the computed value of bottom is set to -top, while its specified value is ignored. |
| css.properties.bottom.anchor π | CSS | |
| css.properties.bottom.anchor-size π | CSS | |
| css.properties.bottom.auto π | CSS | |
| css.properties.box-align | CSS | |
| css.properties.box-decoration-break π | CSS | Chrome: This property is only supported for inline elements.Chrome Android: This property is only supported for inline elements.Edge: This property is only supported for inline elements.Quest Browser: This property is only supported for inline elements.Safari: This property is only supported for inline elements.Safari on iOS: This property is only supported for inline elements.Samsung Internet: This property is only supported for inline elements.WebView Android: This property is only supported for inline elements.WebView on iOS: This property is only supported for inline elements. |
| css.properties.box-decoration-break.clone π | CSS | Chrome: This value was only supported with the -webkit- prefix.Chrome Android: This value was only supported with the -webkit- prefix.Edge: This value was only supported with the -webkit- prefix.Quest Browser: This value was only supported with the -webkit- prefix.Opera: This value was only supported with the -webkit- prefix.Opera Android: This value was only supported with the -webkit- prefix.Samsung Internet: This value was only supported with the -webkit- prefix.WebView Android: This value was only supported with the -webkit- prefix. |
| css.properties.box-decoration-break.slice π | CSS | Chrome: This value was only supported with the -webkit- prefix.Chrome Android: This value was only supported with the -webkit- prefix.Edge: This value was only supported with the -webkit- prefix.Quest Browser: This value was only supported with the -webkit- prefix.Opera: This value was only supported with the -webkit- prefix.Opera Android: This value was only supported with the -webkit- prefix.Samsung Internet: This value was only supported with the -webkit- prefix.WebView Android: This value was only supported with the -webkit- prefix. |
| css.properties.box-direction | CSS | |
| css.properties.box-flex | CSS | |
| css.properties.box-flex-group | CSS | |
| css.properties.box-lines | CSS | |
| css.properties.box-ordinal-group | CSS | |
| css.properties.box-orient | CSS | |
| css.properties.box-pack | CSS | |
| css.properties.box-shadow π | CSS | Chrome: Shadows affect layout in this browser. For example, if you cast an outer shadow to a box with a width of 100%, then you'll see a scrollbar.Chrome Android: Shadows affect layout in this browser. For example, if you cast an outer shadow to a box with a width of 100%, then you'll see a scrollbar.Firefox: Shadows affect layout in this browser. For example, if you cast an outer shadow to a box with a width of 100%, then you'll see a scrollbar.Firefox for Android: Shadows affect layout in this browser. For example, if you cast an outer shadow to a box with a width of 100%, then you'll see a scrollbar.Internet Explorer: To use box-shadow in Internet Explorer 9 or later, you must set border-collapse to separate.Internet Explorer: Since version 5.5, Internet Explorer supports Microsoft's DropShadow and Shadow Filter. You can use this proprietary extension to cast a drop shadow (though the syntax and the effect are different from CSS3)Quest Browser: Shadows affect layout in this browser. For example, if you cast an outer shadow to a box with a width of 100%, then you'll see a scrollbar.Opera: Shadows affect layout in this browser. For example, if you cast an outer shadow to a box with a width of 100%, then you'll see a scrollbar.Opera Android: Shadows affect layout in this browser. For example, if you cast an outer shadow to a box with a width of 100%, then you'll see a scrollbar.Safari: Shadows affect layout in this browser. For example, if you cast an outer shadow to a box with a width of 100%, then you'll see a scrollbar.Safari on iOS: Shadows affect layout in this browser. For example, if you cast an outer shadow to a box with a width of 100%, then you'll see a scrollbar.Samsung Internet: Shadows affect layout in this browser. For example, if you cast an outer shadow to a box with a width of 100%, then you'll see a scrollbar.WebView Android: Shadows affect layout in this browser. For example, if you cast an outer shadow to a box with a width of 100%, then you'll see a scrollbar.WebView on iOS: Shadows affect layout in this browser. For example, if you cast an outer shadow to a box with a width of 100%, then you'll see a scrollbar. |
| css.properties.box-shadow.inset | CSS | Internet Explorer: inset must be the last keyword in the declaration. |
| css.properties.box-shadow.multiple_shadows | CSS | |
| css.properties.box-shadow.spread_radius | CSS | |
| css.properties.box-sizing π | CSS | Chrome: box-sizing is not respected when the height is calculated from window.getComputedStyle().Chrome Android: box-sizing is not respected when the height is calculated from window.getComputedStyle().Firefox: Before Firefox 23, box-sizing is not respected when the height is calculated from window.getComputedStyle().Firefox for Android: Before Firefox for Android 23, box-sizing is not respected when the height is calculated from window.getComputedStyle().Internet Explorer: box-sizing is not respected when the height is calculated from window.getComputedStyle().Quest Browser: box-sizing is not respected when the height is calculated from window.getComputedStyle().Opera Android: box-sizing is not respected when the height is calculated from window.getComputedStyle().Samsung Internet: box-sizing is not respected when the height is calculated from window.getComputedStyle().WebView Android: box-sizing is not respected when the height is calculated from window.getComputedStyle(). |
| css.properties.box-sizing.border-box π | CSS | |
| css.properties.box-sizing.content-box π | CSS | |
| css.properties.break-after π | CSS | |
| css.properties.break-after.always | CSS | |
| css.properties.break-after.auto | CSS | |
| css.properties.break-after.avoid | CSS | |
| css.properties.break-after.avoid-column | CSS | |
| css.properties.break-after.avoid-page | CSS | |
| css.properties.break-after.column | CSS | |
| css.properties.break-after.left | CSS | |
| css.properties.break-after.multicol_context π | CSS | Firefox: Only supported in print mode. See bug 1675322.Firefox for Android: Only supported in print mode. See bug 1675322. |
| css.properties.break-after.multicol_context.always | CSS | Firefox: Only supported in print mode. See bug 1675322.Firefox for Android: Only supported in print mode. See bug 1675322. |
| css.properties.break-after.multicol_context.avoid | CSS | |
| css.properties.break-after.multicol_context.avoid-column | CSS | |
| css.properties.break-after.multicol_context.column | CSS | |
| css.properties.break-after.page | CSS | |
| css.properties.break-after.paged_context π | CSS | |
| css.properties.break-after.paged_context.always | CSS | |
| css.properties.break-after.paged_context.avoid-page | CSS | |
| css.properties.break-after.paged_context.page | CSS | |
| css.properties.break-after.paged_context.recto | CSS | |
| css.properties.break-after.recto | CSS | |
| css.properties.break-after.right | CSS | |
| css.properties.break-after.verso | CSS | |
| css.properties.break-before π | CSS | |
| css.properties.break-before.always | CSS | |
| css.properties.break-before.auto | CSS | |
| css.properties.break-before.avoid | CSS | |
| css.properties.break-before.avoid-column | CSS | |
| css.properties.break-before.avoid-page | CSS | |
| css.properties.break-before.column | CSS | |
| css.properties.break-before.left | CSS | |
| css.properties.break-before.multicol_context π | CSS | Firefox: Only supported in print mode. See bug 1675322.Firefox for Android: Only supported in print mode. See bug 1675322. |
| css.properties.break-before.multicol_context.always | CSS | Firefox: Only supported in print mode. See bug 1675322.Firefox for Android: Only supported in print mode. See bug 1675322. |
| css.properties.break-before.multicol_context.avoid | CSS | |
| css.properties.break-before.multicol_context.avoid-column | CSS | |
| css.properties.break-before.multicol_context.column | CSS | |
| css.properties.break-before.page | CSS | |
| css.properties.break-before.paged_context π | CSS | |
| css.properties.break-before.paged_context.always | CSS | |
| css.properties.break-before.paged_context.page | CSS | |
| css.properties.break-before.paged_context.recto | CSS | |
| css.properties.break-before.recto | CSS | |
| css.properties.break-before.right | CSS | |
| css.properties.break-before.verso | CSS | |
| css.properties.break-inside π | CSS | |
| css.properties.break-inside.auto | CSS | |
| css.properties.break-inside.avoid | CSS | |
| css.properties.break-inside.avoid-column | CSS | |
| css.properties.break-inside.avoid-page | CSS | |
| css.properties.break-inside.multicol_context π | CSS | |
| css.properties.break-inside.multicol_context.avoid-column | CSS | |
| css.properties.break-inside.paged_context π | CSS | |
| css.properties.break-inside.paged_context.avoid-page | CSS | |
| css.properties.caption-side π | CSS | |
| css.properties.caption-side.bottom | CSS | |
| css.properties.caption-side.bottom-outside | CSS | |
| css.properties.caption-side.left | CSS | |
| css.properties.caption-side.right | CSS | |
| css.properties.caption-side.top | CSS | |
| css.properties.caption-side.top-outside | CSS | |
| css.properties.caption-side.writing-mode_relative_values | CSS | |
| css.properties.caret-color π | CSS | |
| css.properties.clear π | CSS | |
| css.properties.clear.both π | CSS | |
| css.properties.clear.inline-end π | CSS | |
| css.properties.clear.inline-start π | CSS | |
| css.properties.clear.left π | CSS | |
| css.properties.clear.right π | CSS | |
| css.properties.clip π | CSS | Internet Explorer: Before Internet Explorer 7, Internet Explorer incorrectly interprets clip: auto as clip: rect(auto, auto, auto, auto).Safari: Safari incorrectly interprets clip: auto as clip: rect(auto, auto, auto, auto).Safari on iOS: Safari on iOS incorrectly interprets clip: auto as clip: rect(auto, auto, auto, auto).WebView on iOS: WebView on iOS incorrectly interprets clip: auto as clip: rect(auto, auto, auto, auto). |
| css.properties.clip.auto | CSS | |
| css.properties.clip-path π | CSS | Edge: Only supports clip paths defined by url().Internet Explorer: Only supports clip paths defined by url(). |
| css.properties.clip-path.basic_shape π | CSS | |
| css.properties.clip-path.fill-box π | CSS | Firefox: This value was supported before Firefox 51, but as an alias to border-box.Firefox for Android: This value was supported before Firefox for Android 51, but as an alias to border-box. |
| css.properties.clip-path.html_elements | CSS | |
| css.properties.clip-path.is_animatable | CSS | |
| css.properties.clip-path.path | CSS | |
| css.properties.clip-path.stroke-box π | CSS | Firefox: This value was supported before Firefox 51, but as an alias to border-box.Firefox for Android: This value was supported before Firefox for Android 51, but as an alias to border-box. |
| css.properties.clip-path.svg_elements | CSS | |
| css.properties.clip-path.view-box π | CSS | |
| css.properties.clip-rule π | CSS | |
| css.properties.clip-rule.evenodd π | CSS | |
| css.properties.clip-rule.nonzero π | CSS | |
| css.properties.color π | CSS | |
| css.properties.color-adjust π | CSS | |
| css.properties.color-interpolation π | CSS | Chrome: Only the default value of sRGB is implementedChrome Android: Only the default value of sRGB is implementedEdge: Only the default value of sRGB is implementedQuest Browser: Only the default value of sRGB is implementedOpera: Only the default value of sRGB is implementedOpera Android: Only the default value of sRGB is implementedSafari: Only the default value of sRGB is implementedSafari on iOS: Only the default value of sRGB is implementedSamsung Internet: Only the default value of sRGB is implementedWebView Android: Only the default value of sRGB is implementedWebView on iOS: Only the default value of sRGB is implemented |
| css.properties.color-interpolation.linearGradient | CSS | |
| css.properties.color-interpolation.sRGB | CSS | |
| css.properties.color-interpolation-filters π | CSS | |
| css.properties.color-interpolation-filters.auto π | CSS | |
| css.properties.color-interpolation-filters.linearRGB π | CSS | |
| css.properties.color-interpolation-filters.sRGB π | CSS | |
| css.properties.color-scheme π | CSS | |
| css.properties.color-scheme.dark | CSS | |
| css.properties.color-scheme.light | CSS | |
| css.properties.color-scheme.normal | CSS | |
| css.properties.color-scheme.only_dark | CSS | |
| css.properties.color-scheme.only_light | CSS | |
| css.properties.column-count π | CSS | Firefox: Before version 37, multiple columns didn't work with display: table-caption elements.Firefox for Android: Before version 37, multiple columns didn't work with display: table-caption elements. |
| css.properties.column-count.auto π | CSS | |
| css.properties.column-fill π | CSS | |
| css.properties.column-fill.auto π | CSS | |
| css.properties.column-fill.balance π | CSS | |
| css.properties.column-gap π | CSS | |
| css.properties.column-gap.flex_context π | CSS | |
| css.properties.column-gap.grid_context π | CSS | |
| css.properties.column-gap.multicol_context π | CSS | Firefox: Before Firefox 3, the default value for the normal keyword was 0 and not 1em. |
| css.properties.column-gap.multicol_context.calc_values | CSS | |
| css.properties.column-gap.multicol_context.percentage_values | CSS | |
| css.properties.column-rule π | CSS | Firefox: Before Firefox 3, the default value for the normal keyword was 0 and not 1em. |
| css.properties.column-rule-color π | CSS | |
| css.properties.column-rule-style π | CSS | |
| css.properties.column-rule-width π | CSS | |
| css.properties.column-span π | CSS | |
| css.properties.column-span.all π | CSS | |
| css.properties.column-span.none π | CSS | |
| css.properties.column-width π | CSS | Firefox: Before version 37, multiple columns didn't work with display: table-caption elements.Firefox for Android: Before version 37, multiple columns didn't work with display: table-caption elements. |
| css.properties.column-width.auto | CSS | |
| css.properties.columns π | CSS | Firefox: Before version 37, multiple columns didn't work with display: table-caption elements.Firefox for Android: Before version 37, multiple columns didn't work with display: table-caption elements. |
| css.properties.contain π | CSS | |
| css.properties.contain.content π | CSS | |
| css.properties.contain.inline-size π | CSS | |
| css.properties.contain.layout π | CSS | |
| css.properties.contain.none π | CSS | |
| css.properties.contain.paint π | CSS | |
| css.properties.contain.size π | CSS | |
| css.properties.contain.strict π | CSS | |
| css.properties.contain.style π | CSS | Chrome: Before Chrome 115, style containment did not affect quotes, see bug 40592922.Chrome Android: Before Chrome Android 115, style containment did not affect quotes, see bug 40592922.Edge: Before Edge 115, style containment did not affect quotes, see bug 40592922.Quest Browser: Before Quest Browser false, style containment did not affect quotes, see bug 40592922.Opera: Before Opera 101, style containment did not affect quotes, see bug 40592922.Opera Android: Before Opera Android 77, style containment did not affect quotes, see bug 40592922.Safari: Style containment does not affect quotes, see bug 232083.Safari on iOS: Style containment does not affect quotes, see bug 232083.Samsung Internet: Before Samsung Internet 23.0, style containment did not affect quotes, see bug 40592922.WebView Android: Before WebView Android 115, style containment did not affect quotes, see bug 40592922.WebView on iOS: Style containment does not affect quotes, see bug 232083. |
| css.properties.contain-intrinsic-block-size π | CSS | |
| css.properties.contain-intrinsic-block-size.none π | CSS | |
| css.properties.contain-intrinsic-height π | CSS | |
| css.properties.contain-intrinsic-height.none π | CSS | |
| css.properties.contain-intrinsic-inline-size π | CSS | |
| css.properties.contain-intrinsic-inline-size.none π | CSS | |
| css.properties.contain-intrinsic-size π | CSS | |
| css.properties.contain-intrinsic-size.auto_none | CSS | |
| css.properties.contain-intrinsic-size.none π | CSS | |
| css.properties.contain-intrinsic-width π | CSS | |
| css.properties.contain-intrinsic-width.none π | CSS | |
| css.properties.container π | CSS | |
| css.properties.container-name π | CSS | |
| css.properties.container-name.none π | CSS | |
| css.properties.container-type π | CSS | |
| css.properties.container-type.inline-size π | CSS | |
| css.properties.container-type.normal π | CSS | |
| css.properties.container-type.scroll-state π | CSS | |
| css.properties.container-type.size π | CSS | |
| css.properties.content π | CSS | |
| css.properties.content.alt_text | CSS | |
| css.properties.content.element_replacement | CSS | |
| css.properties.content.gradient π | CSS | Firefox: content: <gradient> doesn't paint on ::before/::after pseudo elements. See bug 1832901.Firefox for Android: content: <gradient> doesn't paint on ::before/::after pseudo elements. See bug 1832901. |
| css.properties.content.image-set π | CSS | Chrome: Support for url images only and x is the only supported resolution unit.Chrome Android: Support for url images only and x is the only supported resolution unit.Edge: Support for url images only and x is the only supported resolution unit.Firefox: The type() function is not supported as an argument to image-set().Firefox for Android: The type() function is not supported as an argument to image-set().Quest Browser: Support for url images only and x is the only supported resolution unit.Opera: Support for url images only and x is the only supported resolution unit.Opera Android: Support for url images only and x is the only supported resolution unit.Safari: The type() function is not supported as an argument to image-set().Safari: The type() function is not supported as an argument to image-set().Safari: Support for url images only and x is the only supported resolution unit.Safari: Support for url images only and x is the only supported resolution unit.Safari on iOS: The type() function is not supported as an argument to image-set().Safari on iOS: The type() function is not supported as an argument to image-set().Safari on iOS: Support for url images only and x is the only supported resolution unit.Safari on iOS: Support for url images only and x is the only supported resolution unit.Samsung Internet: Support for url images only and x is the only supported resolution unit.WebView Android: Support for url images only and x is the only supported resolution unit.WebView on iOS: The type() function is not supported as an argument to image-set().WebView on iOS: The type() function is not supported as an argument to image-set().WebView on iOS: Support for url images only and x is the only supported resolution unit.WebView on iOS: Support for url images only and x is the only supported resolution unit. |
| css.properties.content.none π | CSS | |
| css.properties.content.none_applies_to_elements | CSS | |
| css.properties.content.normal π | CSS | |
| css.properties.content.url π | CSS | |
| css.properties.content-visibility π | CSS | |
| css.properties.content-visibility.auto π | CSS | Safari: Skipped content is not findable via find-in-page.Safari on iOS: Skipped content is not findable via find-in-page.WebView on iOS: Skipped content is not findable via find-in-page. |
| css.properties.content-visibility.hidden π | CSS | |
| css.properties.content-visibility.is_transitionable π | CSS | |
| css.properties.content-visibility.keyframe_animatable π | CSS | |
| css.properties.content-visibility.visible π | CSS | |
| css.properties.counter-increment π | CSS | |
| css.properties.counter-increment.list-item π | CSS | |
| css.properties.counter-increment.none π | CSS | |
| css.properties.counter-reset π | CSS | |
| css.properties.counter-reset.list-item π | CSS | Chrome: Overriding the initial value of the implicit list-item counter has no effect when the default marker string for list items (::marker) is generated; see bug 338233131.Chrome Android: Overriding the initial value of the implicit list-item counter has no effect when the default marker string for list items (::marker) is generated; see bug 338233131.Quest Browser: Overriding the initial value of the implicit list-item counter has no effect when the default marker string for list items (::marker) is generated; see bug 338233131.Opera: Overriding the initial value of the implicit list-item counter has no effect when the default marker string for list items (::marker) is generated; see bug 338233131.Opera Android: Overriding the initial value of the implicit list-item counter has no effect when the default marker string for list items (::marker) is generated; see bug 338233131.Safari: Overriding the initial value of the implicit list-item counter results in incorrect values for the counter() function used to generate content, as it is not fully implemented; see bug 260436.Safari on iOS: Overriding the initial value of the implicit list-item counter results in incorrect values for the counter() function used to generate content, as it is not fully implemented; see bug 260436.Samsung Internet: Overriding the initial value of the implicit list-item counter has no effect when the default marker string for list items (::marker) is generated; see bug 338233131.WebView Android: Overriding the initial value of the implicit list-item counter has no effect when the default marker string for list items (::marker) is generated; see bug 338233131.WebView on iOS: Overriding the initial value of the implicit list-item counter results in incorrect values for the counter() function used to generate content, as it is not fully implemented; see bug 260436. |
| css.properties.counter-reset.none π | CSS | |
| css.properties.counter-reset.reset_does_not_affect_siblings | CSS | |
| css.properties.counter-reset.reversed π | CSS | |
| css.properties.counter-set π | CSS | |
| css.properties.counter-set.list-item π | CSS | |
| css.properties.counter-set.none π | CSS | |
| css.properties.cursor π | CSS | Firefox: Starting in Firefox 67, the maximum size allowed for custom cursors is 32x32 pixels due to cursors being misused by certain malicious sites.Internet Explorer: In Internet Explorer 11, when cursor is applied to an element and this element is underneath an open <select> menu and the user hovers over a <select> menu item that's on top of said element, the cursor for said element will be displayed rather than the <select>'s normal cursor. See bug 817822.Safari on iOS: This property is only supported on iPads with an external pointing device.Safari on iOS: Unsupported values use the default pointer as a fallback.WebView on iOS: This property is only supported on iPads with an external pointing device.WebView on iOS: Unsupported values use the default pointer as a fallback. |
| css.properties.cursor.alias π | CSS | Safari on iOS: If this value is used, the iPad will display the default pointer instead.WebView on iOS: If this value is used, the iPad will display the default pointer instead. |
| css.properties.cursor.all-scroll π | CSS | Safari on iOS: If this value is used, the iPad will display the default pointer instead.WebView on iOS: If this value is used, the iPad will display the default pointer instead. |
| css.properties.cursor.auto π | CSS | |
| css.properties.cursor.cell π | CSS | |
| css.properties.cursor.col-resize π | CSS | Safari on iOS: If this value is used, the iPad will display the default pointer instead.WebView on iOS: If this value is used, the iPad will display the default pointer instead. |
| css.properties.cursor.context-menu π | CSS | Chrome: This cursor is only supported on macOS and Linux.Chrome Android: This cursor is only supported on macOS and Linux.Firefox: This cursor is only supported on macOS and Linux.Quest Browser: This cursor is only supported on macOS and Linux.Opera Android: This cursor is only supported on macOS and Linux.Safari on iOS: If this value is used, the iPad will display the default pointer instead.Samsung Internet: This cursor is only supported on macOS and Linux.WebView Android: This cursor is only supported on macOS and Linux.WebView on iOS: If this value is used, the iPad will display the default pointer instead. |
| css.properties.cursor.copy π | CSS | Safari on iOS: If this value is used, the iPad will display the default pointer instead.WebView on iOS: If this value is used, the iPad will display the default pointer instead. |
| css.properties.cursor.crosshair π | CSS | Safari on iOS: If this value is used, the iPad will display the default pointer instead.WebView on iOS: If this value is used, the iPad will display the default pointer instead. |
| css.properties.cursor.default π | CSS | Safari on iOS: If this value is used, the iPad will display the default pointer instead.WebView on iOS: If this value is used, the iPad will display the default pointer instead. |
| css.properties.cursor.e-resize π | CSS | Safari on iOS: If this value is used, the iPad will display the default pointer instead.WebView on iOS: If this value is used, the iPad will display the default pointer instead. |
| css.properties.cursor.ew-resize π | CSS | Safari on iOS: If this value is used, the iPad will display the default pointer instead.WebView on iOS: If this value is used, the iPad will display the default pointer instead. |
| css.properties.cursor.grab | CSS | Chrome: Chrome also continues to support the prefixed versions.Chrome: Chrome 22 added Windows support.Chrome Android: Chrome Android also continues to support the prefixed versions.Chrome Android: Chrome Android 25 added Windows support.Quest Browser: Quest Browser also continues to support the prefixed versions.Quest Browser: Quest Browser 5.0 added Windows support.Opera: Opera also continues to support the prefixed versions.Opera: Opera 22 added Windows support.Opera Android: Opera also continues to support the prefixed versions.Opera Android: Opera 22 added Windows support.Safari on iOS: If this value is used, the iPad will display the default pointer instead.WebView Android: WebView Android also continues to support the prefixed versions.WebView Android: WebView Android 4.4 added Windows support.WebView on iOS: If this value is used, the iPad will display the default pointer instead. |
| css.properties.cursor.grabbing π | CSS | Chrome: Chrome 22 added Windows support.Chrome Android: Chrome Android 25 added Windows support.Edge: Edge 79 added Windows support.Quest Browser: Quest Browser 5.0 added Windows support.Opera: Opera 15 added Windows support.Opera Android: Opera Android 14 added Windows support.Safari on iOS: If this value is used, the iPad will display the default pointer instead.Samsung Internet: Samsung Internet 1.5 added Windows support.WebView Android: WebView Android 4.4 added Windows support.WebView on iOS: If this value is used, the iPad will display the default pointer instead. |
| css.properties.cursor.help π | CSS | Safari on iOS: If this value is used, the iPad will display the default pointer instead.WebView on iOS: If this value is used, the iPad will display the default pointer instead. |
| css.properties.cursor.move π | CSS | Safari on iOS: If this value is used, the iPad will display the default pointer instead.WebView on iOS: If this value is used, the iPad will display the default pointer instead. |
| css.properties.cursor.n-resize π | CSS | Safari on iOS: If this value is used, the iPad will display the default pointer instead.WebView on iOS: If this value is used, the iPad will display the default pointer instead. |
| css.properties.cursor.ne-resize π | CSS | Safari on iOS: If this value is used, the iPad will display the default pointer instead.WebView on iOS: If this value is used, the iPad will display the default pointer instead. |
| css.properties.cursor.nesw-resize π | CSS | Safari on iOS: If this value is used, the iPad will display the default pointer instead.WebView on iOS: If this value is used, the iPad will display the default pointer instead. |
| css.properties.cursor.no-drop π | CSS | Safari on iOS: If this value is used, the iPad will display the default pointer instead.WebView on iOS: If this value is used, the iPad will display the default pointer instead. |
| css.properties.cursor.none π | CSS | Safari on iOS: If this value is used, the iPad will display the default pointer instead.WebView on iOS: If this value is used, the iPad will display the default pointer instead. |
| css.properties.cursor.not-allowed π | CSS | Safari on iOS: If this value is used, the iPad will display the default pointer instead.WebView on iOS: If this value is used, the iPad will display the default pointer instead. |
| css.properties.cursor.ns-resize π | CSS | Safari on iOS: If this value is used, the iPad will display the default pointer instead.WebView on iOS: If this value is used, the iPad will display the default pointer instead. |
| css.properties.cursor.nw-resize π | CSS | Safari on iOS: If this value is used, the iPad will display the default pointer instead.WebView on iOS: If this value is used, the iPad will display the default pointer instead. |
| css.properties.cursor.nwse-resize π | CSS | Safari on iOS: If this value is used, the iPad will display the default pointer instead.WebView on iOS: If this value is used, the iPad will display the default pointer instead. |
| css.properties.cursor.pointer π | CSS | Safari on iOS: If this value is used, the iPad will display the default pointer instead.WebView on iOS: If this value is used, the iPad will display the default pointer instead. |
| css.properties.cursor.progress π | CSS | Safari on iOS: If this value is used, the iPad will display the default pointer instead.WebView on iOS: If this value is used, the iPad will display the default pointer instead. |
| css.properties.cursor.row-resize π | CSS | Safari on iOS: If this value is used, the iPad will display the default pointer instead.WebView on iOS: If this value is used, the iPad will display the default pointer instead. |
| css.properties.cursor.s-resize π | CSS | Safari on iOS: If this value is used, the iPad will display the default pointer instead.WebView on iOS: If this value is used, the iPad will display the default pointer instead. |
| css.properties.cursor.se-resize π | CSS | Safari on iOS: If this value is used, the iPad will display the default pointer instead.WebView on iOS: If this value is used, the iPad will display the default pointer instead. |
| css.properties.cursor.sw-resize π | CSS | Safari on iOS: If this value is used, the iPad will display the default pointer instead.WebView on iOS: If this value is used, the iPad will display the default pointer instead. |
| css.properties.cursor.text π | CSS | |
| css.properties.cursor.url | CSS | Firefox: Firefox 4 added macOS support. |
| css.properties.cursor.url_positioning_syntax | CSS | Firefox: Firefox 4 added macOS support.Safari on iOS: If this value is used, the iPad will display the default pointer instead.WebView on iOS: If this value is used, the iPad will display the default pointer instead. |
| css.properties.cursor.vertical-text π | CSS | Safari on iOS: If this value is used, the iPad will display the default pointer instead.WebView on iOS: If this value is used, the iPad will display the default pointer instead. |
| css.properties.cursor.w-resize π | CSS | Safari on iOS: If this value is used, the iPad will display the default pointer instead.WebView on iOS: If this value is used, the iPad will display the default pointer instead. |
| css.properties.cursor.wait π | CSS | Safari on iOS: If this value is used, the iPad will display the default pointer instead.WebView on iOS: If this value is used, the iPad will display the default pointer instead. |
| css.properties.cursor.zoom-in π | CSS | Safari on iOS: If this value is used, the iPad will display the default pointer instead.WebView on iOS: If this value is used, the iPad will display the default pointer instead. |
| css.properties.cursor.zoom-out π | CSS | Safari on iOS: If this value is used, the iPad will display the default pointer instead.WebView on iOS: If this value is used, the iPad will display the default pointer instead. |
| css.properties.custom-property π | CSS | |
| css.properties.custom-property.env π | CSS | |
| css.properties.custom-property.env.safe-area-inset-bottom π | CSS | |
| css.properties.custom-property.env.safe-area-inset-left π | CSS | |
| css.properties.custom-property.env.safe-area-inset-right π | CSS | |
| css.properties.custom-property.env.safe-area-inset-top π | CSS | |
| css.properties.custom-property.env.titlebar-area-height π | CSS | Chrome: Before version 93, Linux is unsupported.Chrome Android: Before version 93, Linux is unsupported.Edge: Before version 93, Linux is unsupported. |
| css.properties.custom-property.env.titlebar-area-width π | CSS | Chrome: Before version 93, Linux is unsupported.Chrome Android: Before version 93, Linux is unsupported.Edge: Before version 93, Linux is unsupported. |
| css.properties.custom-property.env.titlebar-area-x π | CSS | Chrome: Before version 93, Linux is unsupported.Chrome Android: Before version 93, Linux is unsupported.Edge: Before version 93, Linux is unsupported. |
| css.properties.custom-property.env.titlebar-area-y π | CSS | Chrome: Before version 93, Linux is unsupported.Chrome Android: Before version 93, Linux is unsupported.Edge: Before version 93, Linux is unsupported. |
| css.properties.custom-property.var π | CSS | |
| css.properties.cx π | CSS | |
| css.properties.cy π | CSS | |
| css.properties.d π | CSS | Safari: The property parses, but has no effect.Safari on iOS: The property parses, but has no effect.WebView on iOS: The property parses, but has no effect. |
| css.properties.direction π | CSS | |
| css.properties.direction.ltr π | CSS | |
| css.properties.direction.rtl π | CSS | |
| css.properties.direction.vertical_slider_direction | CSS | Firefox: Only supported for vertical range sliders.Firefox for Android: Only supported for vertical range sliders.Safari: Only supported for vertical range sliders.Safari on iOS: Only supported for vertical range sliders.WebView on iOS: Only supported for vertical range sliders. |
| css.properties.display π | CSS | |
| css.properties.display.block π | CSS | |
| css.properties.display.contents π | CSS | |
| css.properties.display.contents.contents_unusual | CSS | |
| css.properties.display.contents.focusable_elements | CSS | |
| css.properties.display.flex | CSS | Firefox: Firefox 28 added multi-line flexbox support.Firefox for Android: Firefox for Android 28 added multi-line flexbox support.Internet Explorer: IE incorrectly positions inline block content inside flex containers. See the discussion on Microsoft Answers.Internet Explorer: IE incorrectly positions inline block content inside flex containers. See the discussion on Microsoft Answers. |
| css.properties.display.flow-root | CSS | |
| css.properties.display.grid | CSS | Internet Explorer: Internet Explorer implements an older version of the specification.Samsung Internet: Samsung Internet added this earlier than the corresponding Chrome version would indicate. |
| css.properties.display.inline π | CSS | |
| css.properties.display.inline-block | CSS | Internet Explorer: Until Internet Explorer 8, inline-block is only for natural inline elements. |
| css.properties.display.inline-flex | CSS | Firefox: Firefox 28 added multi-line flexbox support.Firefox for Android: Firefox for Android 28 added multi-line flexbox support. |
| css.properties.display.inline-grid | CSS | Internet Explorer: Internet Explorer implements an older version of the specification.Samsung Internet: Samsung Internet added this earlier than the corresponding Chrome version would indicate. |
| css.properties.display.inline-table | CSS | |
| css.properties.display.is_transitionable π | CSS | |
| css.properties.display.keyframe_animatable π | CSS | |
| css.properties.display.list-item π | CSS | |
| css.properties.display.list-item.legend-support | CSS | |
| css.properties.display.math | CSS | |
| css.properties.display.multi-keyword_values | CSS | |
| css.properties.display.none π | CSS | Chrome: Chrome 65 stopped creating layout objects for elements inside an <iframe> with display:none applied.Chrome Android: Chrome Android 65 stopped creating layout objects for elements inside an <iframe> with display:none applied.Quest Browser: Quest Browser 5.0 stopped creating layout objects for elements inside an <iframe> with display:none applied.Opera: Opera 52 stopped creating layout objects for elements inside an <iframe> with display:none applied.Opera Android: Opera Android 47 stopped creating layout objects for elements inside an <iframe> with display:none applied.Samsung Internet: Chrome 65 stopped creating layout objects for elements inside an <iframe> with display:none applied.WebView Android: WebView Android 65 stopped creating layout objects for elements inside an <iframe> with display:none applied. |
| css.properties.display.none.option_is_hidden | CSS | |
| css.properties.display.ruby | CSS | |
| css.properties.display.ruby-base | CSS | |
| css.properties.display.ruby-base-container | CSS | |
| css.properties.display.ruby-text | CSS | |
| css.properties.display.ruby-text-container | CSS | |
| css.properties.display.table | CSS | |
| css.properties.display.table-caption | CSS | |
| css.properties.display.table-cell | CSS | |
| css.properties.display.table-column | CSS | |
| css.properties.display.table-column-group | CSS | |
| css.properties.display.table-footer-group | CSS | |
| css.properties.display.table-header-group | CSS | |
| css.properties.display.table-row | CSS | |
| css.properties.display.table-row-group | CSS | |
| css.properties.dominant-baseline π | CSS | |
| css.properties.dominant-baseline.alphabetic π | CSS | |
| css.properties.dominant-baseline.auto π | CSS | |
| css.properties.dominant-baseline.central π | CSS | |
| css.properties.dominant-baseline.hanging π | CSS | |
| css.properties.dominant-baseline.ideographic π | CSS | |
| css.properties.dominant-baseline.mathematical π | CSS | |
| css.properties.dominant-baseline.middle π | CSS | |
| css.properties.empty-cells π | CSS | |
| css.properties.field-sizing π | CSS | |
| css.properties.field-sizing.content π | CSS | |
| css.properties.field-sizing.fixed π | CSS | |
| css.properties.fill π | CSS | |
| css.properties.fill-opacity π | CSS | |
| css.properties.fill-rule π | CSS | |
| css.properties.fill-rule.evenodd π | CSS | |
| css.properties.fill-rule.nonzero π | CSS | |
| css.properties.filter π | CSS | Chrome: In Chrome 18 to 19, the saturate() function only takes integers instead of decimal or percentage values. From Chrome 20, this bug is fixed.Internet Explorer: Internet Explorer 4 to 9 implemented a non-standard filter property. The syntax was completely different from this one and is not documented here. |
| css.properties.filter.svg_elements | CSS | |
| css.properties.flex π | CSS | Firefox: Since Firefox 28, multi-line flexbox is supported.Firefox: Before Firefox 32, Firefox wasn't able to animate values starting or stopping at 0.Firefox: Until Firefox 61, flex items that are sized according to their content are sized using fit-content, not max-content.Firefox for Android: Since Firefox for Android 28, multi-line flexbox is supported.Firefox for Android: Before Firefox for Android 32, Firefox for Android wasn't able to animate values starting or stopping at 0.Firefox for Android: Until Firefox for Android 61, flex items that are sized according to their content are sized using fit-content, not max-content.Internet Explorer: Internet Explorer 11 ignores uses of calc() in the flex-basis part of the flex syntax. This can be worked around by using the longhand properties instead of the shorthand. See Flexbug #8 for more info.Internet Explorer: Internet Explorer 11 considers a unitless value in the flex-basis part to be syntactically invalid (and will thus be ignored). A workaround is to always include a unit in the flex-basis part of the flex shorthand value. See Flexbug #4 for more info.Internet Explorer: Internet Explorer 10 and 11 ignore uses of calc() in the flex-basis part of the flex syntax. This can be worked around by using the longhand properties instead of the shorthand. See Flexbug #8 for more info.Internet Explorer: Internet Explorer 10 and 11 consider a unitless value in the flex-basis part to be syntactically invalid (and will thus be ignored). A workaround is to always include a unit in the flex-basis part of the flex shorthand value. See Flexbug #4 for more info. |
| css.properties.flex.none π | CSS | |
| css.properties.flex-basis π | CSS | Firefox: Since Firefox 28, multi-line flexbox is supported.Firefox for Android: Since Firefox for Android 28, multi-line flexbox is supported.Internet Explorer: When a non- auto flex-basis is specified, Internet Explorer 10 and 11 always uses a content-box box model to calculate the size of a flex item, even if box-sizing: border-box is applied to the element. See Flexbug #7 for more info. |
| css.properties.flex-basis.auto | CSS | |
| css.properties.flex-basis.content | CSS | |
| css.properties.flex-basis.fit-content | CSS | |
| css.properties.flex-basis.max-content | CSS | |
| css.properties.flex-basis.min-content | CSS | |
| css.properties.flex-direction π | CSS | Firefox: Since Firefox 28, multi-line flexbox is supported.Firefox for Android: Since Firefox for Android 28, multi-line flexbox is supported. |
| css.properties.flex-direction.column π | CSS | |
| css.properties.flex-direction.column-reverse π | CSS | Firefox: Before Firefox 81, overflow with column-reverse was unsupported. See bug 1042151.Firefox for Android: Before Firefox for Android 81, overflow with column-reverse was unsupported. See bug 1042151. |
| css.properties.flex-direction.row π | CSS | |
| css.properties.flex-direction.row-reverse π | CSS | Firefox: Before Firefox 81, overflow with column-reverse was unsupported. See bug 1042151.Firefox for Android: Before Firefox for Android 81, overflow with column-reverse was unsupported. See bug 1042151. |
| css.properties.flex-flow π | CSS | |
| css.properties.flex-grow π | CSS | Firefox: Since Firefox 28, multi-line flexbox is supported.Firefox for Android: Since Firefox for Android 28, multi-line flexbox is supported. |
| css.properties.flex-grow.less_than_zero_animate | CSS | Firefox: Before Firefox 32, Firefox wasn't able to animate values starting or stopping at 0.Firefox for Android: Before Firefox for Android 32, Firefox for Android wasn't able to animate values starting or stopping at 0. |
| css.properties.flex-shrink π | CSS | Firefox: Since Firefox 28, multi-line flexbox is supported.Firefox: Before Firefox 32, Firefox wasn't able to animate values starting or stopping at 0.Firefox for Android: Since Firefox for Android 28, multi-line flexbox is supported.Firefox for Android: Before Firefox for Android 32, Firefox for Android wasn't able to animate values starting or stopping at 0.Internet Explorer: Internet Explorer 10 uses 0 instead of 1 as the initial value for the flex-shrink property. A workaround is to always set an explicit value for flex-shrink. See Flexbug #6 for more info. |
| css.properties.flex-wrap π | CSS | Internet Explorer: Partial support due to large number of bugs present. See Flexbugs. |
| css.properties.flex-wrap.nowrap π | CSS | |
| css.properties.flex-wrap.wrap π | CSS | |
| css.properties.flex-wrap.wrap-reverse π | CSS | |
| css.properties.float π | CSS | |
| css.properties.float.inline-end π | CSS | |
| css.properties.float.inline-start π | CSS | |
| css.properties.float.left π | CSS | |
| css.properties.float.none π | CSS | |
| css.properties.float.right π | CSS | |
| css.properties.flood-color π | CSS | |
| css.properties.flood-opacity π | CSS | |
| css.properties.font π | CSS | |
| css.properties.font.caption | CSS | |
| css.properties.font.font_stretch_support | CSS | |
| css.properties.font.icon | CSS | |
| css.properties.font.menu | CSS | |
| css.properties.font.message-box | CSS | |
| css.properties.font.small-caption | CSS | |
| css.properties.font.status-bar | CSS | |
| css.properties.font-family π | CSS | Firefox: Not supported on option elements. See bug 1536148. |
| css.properties.font-family.math | CSS | |
| css.properties.font-family.system-ui | CSS | Firefox: Supported on macOS only. |
| css.properties.font-family.ui-monospace | CSS | |
| css.properties.font-family.ui-rounded | CSS | |
| css.properties.font-family.ui-sans-serif | CSS | |
| css.properties.font-family.ui-serif | CSS | |
| css.properties.font-feature-settings π | CSS | Firefox: The ISO/IEC CD 14496-22 3rd edition suggests using the ssty feature to provide glyph variants more suitable for use in scripts (for example primes used as superscripts). Starting with Firefox 29, this is done automatically by the MathML rendering engine. The ISO/IEC CD 14496-22 3rd edition also suggests applying the dtls feature to letters when placing mathematical accents to get dotless forms (for example dotless i, j with a hat). Starting with Firefox 35, this is done automatically by the MathML rendering engine. You can override the default values determined by the MathML rendering engine with CSS.Firefox: From Firefox 129 the -webkit-font-feature-settings alias has been added to support sites that are still supporting the vendor prefix.Firefox: From Firefox 4 to Firefox 14 (inclusive), Firefox supported an older, slightly different syntax. See OpenType Font Feature support in Firefox 4.Firefox for Android: The ISO/IEC CD 14496-22 3rd edition suggests using the ssty feature to provide glyph variants more suitable for use in scripts (for example primes used as superscripts). Starting with Firefox for Android 29, this is done automatically by the MathML rendering engine. The ISO/IEC CD 14496-22 3rd edition also suggests applying the dtls feature to letters when placing mathematical accents to get dotless forms (for example dotless i, j with a hat). Starting with Firefox for Android 35, this is done automatically by the MathML rendering engine. You can override the default values determined by the MathML rendering engine with CSS.Firefox for Android: From Firefox for Android 129 the -webkit-font-feature-settings alias has been added to support sites that are still supporting the vendor prefix.Firefox for Android: From Firefox for Android 4 to Firefox for Android 14 (inclusive), Firefox for Android supported an older, slightly different syntax. See OpenType Font Feature support in Firefox for Android 4. |
| css.properties.font-feature-settings.normal π | CSS | |
| css.properties.font-kerning π | CSS | |
| css.properties.font-language-override π | CSS | |
| css.properties.font-optical-sizing π | CSS | |
| css.properties.font-optical-sizing.auto π | CSS | |
| css.properties.font-optical-sizing.none π | CSS | |
| css.properties.font-palette π | CSS | |
| css.properties.font-palette.animation_computed | CSS | |
| css.properties.font-palette.dark π | CSS | |
| css.properties.font-palette.light π | CSS | |
| css.properties.font-palette.normal π | CSS | |
| css.properties.font-palette.palette-mix_function π | CSS | |
| css.properties.font-size π | CSS | |
| css.properties.font-size.math | CSS | |
| css.properties.font-size.rem_values | CSS | Firefox: Before Firefox 57, animations using em units are not affected by changes to the font-size of the animated element's parent (bug 1254424).Firefox: Before Firefox 57, some language settings' inherited font-size is smaller than expected (bug 1391341). |
| css.properties.font-size.xxx-large | CSS | |
| css.properties.font-size-adjust π | CSS | Firefox: Before Firefox 40, font-size-adjust: 0 was incorrectly interpreted as font-size-adjust: none (bug 1144885).Firefox: Only supported on Windows.Firefox for Android: Before Firefox for Android 40, font-size-adjust: 0 was incorrectly interpreted as font-size-adjust: none (bug 1144885). |
| css.properties.font-size-adjust.from-font π | CSS | |
| css.properties.font-size-adjust.none π | CSS | |
| css.properties.font-size-adjust.two-values | CSS | |
| css.properties.font-smooth | CSS | Firefox: Only works on macOS. |
| css.properties.font-stretch π | CSS | Chrome: A font-stretch definition must be added to the @font-face before this property will function.Chrome Android: A font-stretch definition must be added to the @font-face before this property will function.Quest Browser: A font-stretch definition must be added to the @font-face before this property will function.Opera: A font-stretch definition must be added to the @font-face before this property will function.Opera Android: A font-stretch definition must be added to the @font-face before this property will function.Samsung Internet: A font-stretch definition must be added to the @font-face before this property will function.WebView Android: A font-stretch definition must be added to the @font-face before this property will function. |
| css.properties.font-stretch.percentage | CSS | |
| css.properties.font-style π | CSS | Firefox: Before Firefox 44, oblique was not distinguished from italic.Firefox for Android: Before Firefox for Android 44, oblique was not distinguished from italic. |
| css.properties.font-style.italic π | CSS | |
| css.properties.font-style.normal π | CSS | |
| css.properties.font-style.oblique-angle π | CSS | |
| css.properties.font-synthesis π | CSS | |
| css.properties.font-synthesis.position | CSS | |
| css.properties.font-synthesis.small-caps | CSS | |
| css.properties.font-synthesis.style | CSS | |
| css.properties.font-synthesis.weight | CSS | |
| css.properties.font-synthesis-position π | CSS | |
| css.properties.font-synthesis-position.auto π | CSS | |
| css.properties.font-synthesis-position.none π | CSS | |
| css.properties.font-synthesis-small-caps π | CSS | |
| css.properties.font-synthesis-small-caps.auto π | CSS | |
| css.properties.font-synthesis-small-caps.none π | CSS | |
| css.properties.font-synthesis-style π | CSS | |
| css.properties.font-synthesis-style.auto π | CSS | |
| css.properties.font-synthesis-style.none π | CSS | |
| css.properties.font-synthesis-weight π | CSS | |
| css.properties.font-synthesis-weight.auto π | CSS | |
| css.properties.font-synthesis-weight.none π | CSS | |
| css.properties.font-variant π | CSS | Internet Explorer: Only supports the small-caps and normal keywords. |
| css.properties.font-variant.css_fonts_shorthand | CSS | |
| css.properties.font-variant.greek_accented_characters | CSS | Chrome: Some operating systems may correctly omit accents in all-uppercase Greek text.Chrome Android: Some operating systems may correctly omit accents in all-uppercase Greek text.Edge: Some operating systems may correctly omit accents in all-uppercase Greek text.Firefox: Some operating systems may correctly omit accents in all-uppercase Greek text.Firefox for Android: Some operating systems may correctly omit accents in all-uppercase Greek text.Quest Browser: Some operating systems may correctly omit accents in all-uppercase Greek text.Opera: Some operating systems may correctly omit accents in all-uppercase Greek text.Opera Android: Some operating systems may correctly omit accents in all-uppercase Greek text.Samsung Internet: Some operating systems may correctly omit accents in all-uppercase Greek text.WebView Android: Some operating systems may correctly omit accents in all-uppercase Greek. |
| css.properties.font-variant.historical-forms π | CSS | |
| css.properties.font-variant.none π | CSS | |
| css.properties.font-variant.normal π | CSS | |
| css.properties.font-variant.sub π | CSS | |
| css.properties.font-variant.super π | CSS | |
| css.properties.font-variant.turkic_is | CSS | |
| css.properties.font-variant.uppercase_eszett | CSS | Chrome: Some operating systems may capitalize Γ as SS.Chrome Android: Some operating systems may capitalize Γ as SS.Edge: Some operating systems may capitalize Γ as SS.Firefox: Some operating systems may capitalize Γ as SS.Firefox for Android: Some operating systems may capitalize Γ as SS.Quest Browser: Some operating systems may capitalize Γ as SS.Opera: Some operating systems may capitalize Γ as SS.Opera Android: Some operating systems may capitalize Γ as SS.Samsung Internet: Some operating systems may capitalize Γ as SS.WebView Android: Some operating systems may capitalize Γ as SS. |
| css.properties.font-variant-alternates π | CSS | |
| css.properties.font-variant-alternates.annotation π | CSS | |
| css.properties.font-variant-alternates.character_variant π | CSS | |
| css.properties.font-variant-alternates.historical-forms π | CSS | |
| css.properties.font-variant-alternates.normal π | CSS | |
| css.properties.font-variant-alternates.ornaments π | CSS | |
| css.properties.font-variant-alternates.styleset π | CSS | |
| css.properties.font-variant-alternates.stylistic π | CSS | |
| css.properties.font-variant-alternates.swash π | CSS | |
| css.properties.font-variant-caps π | CSS | |
| css.properties.font-variant-caps.all-petite-caps π | CSS | |
| css.properties.font-variant-caps.all-small-caps π | CSS | |
| css.properties.font-variant-caps.normal π | CSS | |
| css.properties.font-variant-caps.petite-caps π | CSS | |
| css.properties.font-variant-caps.small-caps π | CSS | |
| css.properties.font-variant-caps.titling-caps π | CSS | |
| css.properties.font-variant-caps.unicase π | CSS | |
| css.properties.font-variant-east-asian π | CSS | |
| css.properties.font-variant-east-asian.full-width π | CSS | |
| css.properties.font-variant-east-asian.jis04 π | CSS | |
| css.properties.font-variant-east-asian.jis78 π | CSS | |
| css.properties.font-variant-east-asian.jis83 π | CSS | |
| css.properties.font-variant-east-asian.jis90 π | CSS | |
| css.properties.font-variant-east-asian.normal π | CSS | |
| css.properties.font-variant-east-asian.proportional-width π | CSS | |
| css.properties.font-variant-east-asian.ruby π | CSS | |
| css.properties.font-variant-east-asian.simplified π | CSS | |
| css.properties.font-variant-east-asian.traditional π | CSS | |
| css.properties.font-variant-emoji π | CSS | |
| css.properties.font-variant-emoji.emoji π | CSS | |
| css.properties.font-variant-emoji.normal π | CSS | |
| css.properties.font-variant-emoji.text π | CSS | |
| css.properties.font-variant-emoji.unicode π | CSS | |
| css.properties.font-variant-ligatures π | CSS | |
| css.properties.font-variant-ligatures.common-ligatures π | CSS | |
| css.properties.font-variant-ligatures.contextual π | CSS | |
| css.properties.font-variant-ligatures.discretionary-ligatures π | CSS | |
| css.properties.font-variant-ligatures.historical-ligatures π | CSS | |
| css.properties.font-variant-ligatures.no-common-ligatures π | CSS | |
| css.properties.font-variant-ligatures.no-contextual π | CSS | |
| css.properties.font-variant-ligatures.no-discretionary-ligatures π | CSS | |
| css.properties.font-variant-ligatures.no-historical-ligatures π | CSS | |
| css.properties.font-variant-ligatures.none π | CSS | |
| css.properties.font-variant-ligatures.normal π | CSS | |
| css.properties.font-variant-numeric π | CSS | |
| css.properties.font-variant-numeric.diagonal-fractions π | CSS | |
| css.properties.font-variant-numeric.lining-nums π | CSS | |
| css.properties.font-variant-numeric.normal π | CSS | |
| css.properties.font-variant-numeric.oldstyle-nums π | CSS | |
| css.properties.font-variant-numeric.ordinal π | CSS | |
| css.properties.font-variant-numeric.proportional-nums π | CSS | |
| css.properties.font-variant-numeric.slashed-zero π | CSS | |
| css.properties.font-variant-numeric.stacked-fractions π | CSS | |
| css.properties.font-variant-numeric.tabular-nums π | CSS | |
| css.properties.font-variant-position π | CSS | Chrome: The property is recognized, but has no effect.Chrome Android: The property is recognized, but has no effect.Edge: The property is recognized, but has no effect.Quest Browser: The property is recognized, but has no effect.Opera: The property is recognized, but has no effect.Opera Android: The property is recognized, but has no effect.Samsung Internet: The property is recognized, but has no effect.WebView Android: The property is recognized, but has no effect. |
| css.properties.font-variant-position.normal π | CSS | Chrome: The property is recognized, but has no effect.Chrome Android: The property is recognized, but has no effect.Edge: The property is recognized, but has no effect.Quest Browser: The property is recognized, but has no effect.Opera: The property is recognized, but has no effect.Opera Android: The property is recognized, but has no effect.Samsung Internet: The property is recognized, but has no effect.WebView Android: The property is recognized, but has no effect. |
| css.properties.font-variant-position.sub π | CSS | Chrome: The property is recognized, but has no effect.Chrome Android: The property is recognized, but has no effect.Edge: The property is recognized, but has no effect.Quest Browser: The property is recognized, but has no effect.Opera: The property is recognized, but has no effect.Opera Android: The property is recognized, but has no effect.Samsung Internet: The property is recognized, but has no effect.WebView Android: The property is recognized, but has no effect. |
| css.properties.font-variant-position.super π | CSS | Chrome: The property is recognized, but has no effect.Chrome Android: The property is recognized, but has no effect.Edge: The property is recognized, but has no effect.Quest Browser: The property is recognized, but has no effect.Opera: The property is recognized, but has no effect.Opera Android: The property is recognized, but has no effect.Samsung Internet: The property is recognized, but has no effect.WebView Android: The property is recognized, but has no effect. |
| css.properties.font-variation-settings π | CSS | Safari: Requires macOS 10.13 High Sierra or later.Safari on iOS: Requires iOS 11 or later.WebView on iOS: Requires iOS 11 or later. |
| css.properties.font-weight π | CSS | |
| css.properties.font-weight.bold π | CSS | |
| css.properties.font-weight.bolder π | CSS | |
| css.properties.font-weight.lighter π | CSS | |
| css.properties.font-weight.normal π | CSS | |
| css.properties.font-weight.number | CSS | |
| css.properties.forced-color-adjust π | CSS | |
| css.properties.forced-color-adjust.auto π | CSS | |
| css.properties.forced-color-adjust.none π | CSS | |
| css.properties.forced-color-adjust.preserve-parent-color π | CSS | |
| css.properties.gap π | CSS | |
| css.properties.gap.flex_context π | CSS | |
| css.properties.gap.grid_context π | CSS | |
| css.properties.gap.grid_context.calc_values | CSS | |
| css.properties.gap.grid_context.percentage_values | CSS | |
| css.properties.gap.multicol_context π | CSS | |
| css.properties.glyph-orientation-vertical π | CSS | |
| css.properties.grid π | CSS | Samsung Internet: This was added early so is out of sync with the equivalent Chromium version. |
| css.properties.grid-area π | CSS | |
| css.properties.grid-auto-columns π | CSS | Firefox: Does not accept multiple track-size values. See bug 1339672.Firefox for Android: Does not accept multiple track-size values. See bug 1339672. |
| css.properties.grid-auto-flow π | CSS | |
| css.properties.grid-auto-flow.column π | CSS | |
| css.properties.grid-auto-flow.dense π | CSS | |
| css.properties.grid-auto-flow.row π | CSS | |
| css.properties.grid-auto-rows π | CSS | Firefox: Does not accept multiple track-size values. See bug 1339672.Firefox for Android: Does not accept multiple track-size values. See bug 1339672. |
| css.properties.grid-column π | CSS | |
| css.properties.grid-column-end π | CSS | |
| css.properties.grid-column-start π | CSS | |
| css.properties.grid-row π | CSS | |
| css.properties.grid-row-end π | CSS | |
| css.properties.grid-row-start π | CSS | |
| css.properties.grid-template π | CSS | |
| css.properties.grid-template.none π | CSS | |
| css.properties.grid-template-areas π | CSS | |
| css.properties.grid-template-areas.none π | CSS | |
| css.properties.grid-template-columns π | CSS | |
| css.properties.grid-template-columns.animation | CSS | |
| css.properties.grid-template-columns.auto π | CSS | |
| css.properties.grid-template-columns.fit-content π | CSS | |
| css.properties.grid-template-columns.masonry π | CSS | |
| css.properties.grid-template-columns.max-content π | CSS | |
| css.properties.grid-template-columns.min-content π | CSS | |
| css.properties.grid-template-columns.minmax π | CSS | |
| css.properties.grid-template-columns.none π | CSS | |
| css.properties.grid-template-columns.repeat π | CSS | Firefox: repeat(auto-fill, ...) and repeat(auto-fit, ...) only support one repeated column (see bug 1341507).Firefox: calc() doesn't work in repeat() (see bug 1350069).Firefox for Android: repeat(auto-fill, ...) and repeat(auto-fit, ...) only support one repeated column (see bug 1341507).Firefox for Android: calc() doesn't work in repeat() (see bug 1350069). |
| css.properties.grid-template-columns.subgrid π | CSS | |
| css.properties.grid-template-rows π | CSS | |
| css.properties.grid-template-rows.animation | CSS | |
| css.properties.grid-template-rows.auto π | CSS | |
| css.properties.grid-template-rows.fit-content π | CSS | |
| css.properties.grid-template-rows.masonry π | CSS | |
| css.properties.grid-template-rows.max-content π | CSS | |
| css.properties.grid-template-rows.min-content π | CSS | |
| css.properties.grid-template-rows.minmax π | CSS | |
| css.properties.grid-template-rows.none π | CSS | |
| css.properties.grid-template-rows.repeat π | CSS | Firefox: repeat(auto-fill, ...) and repeat(auto-fit, ...) only support one repeated column (see bug 1341507).Firefox: calc() doesn't work in repeat() (see bug 1350069).Firefox for Android: repeat(auto-fill, ...) and repeat(auto-fit, ...) only support one repeated column (see bug 1341507).Firefox for Android: calc() doesn't work in repeat() (see bug 1350069). |
| css.properties.grid-template-rows.subgrid π | CSS | |
| css.properties.hanging-punctuation π | CSS | Safari: The characters U+0027 and U+0022 are not supported by the first and last keywords.Safari on iOS: The characters U+0027 and U+0022 are not supported by the first and last keywords.WebView on iOS: The characters U+0027 and U+0022 are not supported by the first and last keywords. |
| css.properties.hanging-punctuation.allow-end π | CSS | |
| css.properties.hanging-punctuation.first π | CSS | |
| css.properties.hanging-punctuation.last π | CSS | |
| css.properties.hanging-punctuation.none π | CSS | |
| css.properties.height π | CSS | |
| css.properties.height.anchor-size π | CSS | |
| css.properties.height.auto π | CSS | |
| css.properties.height.fit-content π | CSS | |
| css.properties.height.fit-content_function π | CSS | |
| css.properties.height.max-content π | CSS | |
| css.properties.height.min-content π | CSS | |
| css.properties.height.stretch π | CSS | |
| css.properties.hyphenate-character π | CSS | |
| css.properties.hyphenate-character.auto π | CSS | |
| css.properties.hyphenate-limit-chars π | CSS | |
| css.properties.hyphenate-limit-chars.auto π | CSS | |
| css.properties.hyphens π | CSS | Edge: Only works if the specified language is the same as the language of the underlying OS.Internet Explorer: Only works if the specified language is the same as the language of the underlying OS. |
| css.properties.hyphens.auto | CSS | Chrome: Only supported on macOS.Edge: Only supported on macOS.Opera: Only supported on macOS. |
| css.properties.hyphens.language_afrikaans | CSS | |
| css.properties.hyphens.language_albanian | CSS | |
| css.properties.hyphens.language_amharic | CSS | |
| css.properties.hyphens.language_armenian | CSS | |
| css.properties.hyphens.language_assamese | CSS | |
| css.properties.hyphens.language_basque | CSS | |
| css.properties.hyphens.language_belarusian | CSS | |
| css.properties.hyphens.language_bengali | CSS | |
| css.properties.hyphens.language_bosnian | CSS | |
| css.properties.hyphens.language_bulgarian | CSS | |
| css.properties.hyphens.language_catalan | CSS | |
| css.properties.hyphens.language_croatian | CSS | |
| css.properties.hyphens.language_cyrillic_mongolian | CSS | |
| css.properties.hyphens.language_czech | CSS | |
| css.properties.hyphens.language_danish | CSS | |
| css.properties.hyphens.language_dutch | CSS | |
| css.properties.hyphens.language_english | CSS | Firefox: For English, Firefox uses an en-US dictionaryFirefox for Android: For English, Firefox for Android uses an en-US dictionarySafari: For English, Safari uses different en-GB and en-US dictionaries.Safari on iOS: For English, Safari on iOS uses different en-GB and en-US dictionaries.WebView on iOS: For English, WebView on iOS uses different en-GB and en-US dictionaries. |
| css.properties.hyphens.language_esperanto | CSS | |
| css.properties.hyphens.language_estonian | CSS | |
| css.properties.hyphens.language_ethiopic_script_mul | CSS | |
| css.properties.hyphens.language_ethiopic_script_und | CSS | |
| css.properties.hyphens.language_finnish | CSS | |
| css.properties.hyphens.language_french | CSS | |
| css.properties.hyphens.language_galician | CSS | |
| css.properties.hyphens.language_georgian | CSS | |
| css.properties.hyphens.language_german_reformed_orthography | CSS | |
| css.properties.hyphens.language_german_swiss_orthography | CSS | |
| css.properties.hyphens.language_german_traditional_orthography | CSS | |
| css.properties.hyphens.language_gujarati | CSS | |
| css.properties.hyphens.language_hindi | CSS | |
| css.properties.hyphens.language_hungarian | CSS | |
| css.properties.hyphens.language_icelandic | CSS | |
| css.properties.hyphens.language_interlingua | CSS | |
| css.properties.hyphens.language_irish | CSS | |
| css.properties.hyphens.language_italian | CSS | |
| css.properties.hyphens.language_kannada | CSS | |
| css.properties.hyphens.language_kurmanji | CSS | |
| css.properties.hyphens.language_latin | CSS | |
| css.properties.hyphens.language_latvian | CSS | |
| css.properties.hyphens.language_lithuanian | CSS | |
| css.properties.hyphens.language_malayalam | CSS | |
| css.properties.hyphens.language_marathi | CSS | |
| css.properties.hyphens.language_modern_greek | CSS | |
| css.properties.hyphens.language_mongolian | CSS | |
| css.properties.hyphens.language_norwegian_nn | CSS | |
| css.properties.hyphens.language_norwegian_no | CSS | |
| css.properties.hyphens.language_old_slavonic | CSS | |
| css.properties.hyphens.language_oriya | CSS | |
| css.properties.hyphens.language_polish | CSS | |
| css.properties.hyphens.language_portuguese | CSS | |
| css.properties.hyphens.language_punjabi | CSS | |
| css.properties.hyphens.language_russian | CSS | |
| css.properties.hyphens.language_slovak | CSS | |
| css.properties.hyphens.language_slovenian | CSS | |
| css.properties.hyphens.language_spanish | CSS | |
| css.properties.hyphens.language_swedish | CSS | |
| css.properties.hyphens.language_tamil | CSS | |
| css.properties.hyphens.language_telugu | CSS | |
| css.properties.hyphens.language_turkish | CSS | |
| css.properties.hyphens.language_turkmen | CSS | |
| css.properties.hyphens.language_ukrainian | CSS | |
| css.properties.hyphens.language_upper_sorbian | CSS | |
| css.properties.hyphens.language_welsh | CSS | |
| css.properties.image-orientation π | CSS | |
| css.properties.image-orientation.from-image π | CSS | |
| css.properties.image-orientation.none π | CSS | |
| css.properties.image-rendering π | CSS | |
| css.properties.image-rendering.auto π | CSS | |
| css.properties.image-rendering.crisp-edges π | CSS | |
| css.properties.image-rendering.optimizeQuality | CSS | |
| css.properties.image-rendering.optimizeSpeed | CSS | |
| css.properties.image-rendering.pixelated π | CSS | |
| css.properties.image-rendering.smooth π | CSS | |
| css.properties.ime-mode π | CSS | |
| css.properties.initial-letter π | CSS | Safari: See bug 229090 for the unprefixed property.Safari on iOS: See bug 229090 for the unprefixed property.WebView on iOS: See bug 229090 for the unprefixed property. |
| css.properties.initial-letter.normal π | CSS | |
| css.properties.inline-size π | CSS | |
| css.properties.inline-size.anchor-size π | CSS | |
| css.properties.inline-size.fit-content | CSS | |
| css.properties.inline-size.fit-content_function | CSS | |
| css.properties.inline-size.max-content | CSS | |
| css.properties.inline-size.min-content | CSS | |
| css.properties.inset π | CSS | |
| css.properties.inset.anchor π | CSS | |
| css.properties.inset.anchor-size π | CSS | |
| css.properties.inset.auto π | CSS | |
| css.properties.inset-block π | CSS | |
| css.properties.inset-block.anchor π | CSS | |
| css.properties.inset-block.anchor-size π | CSS | |
| css.properties.inset-block.auto π | CSS | |
| css.properties.inset-block-end π | CSS | |
| css.properties.inset-block-end.anchor π | CSS | |
| css.properties.inset-block-end.anchor-size π | CSS | |
| css.properties.inset-block-end.auto π | CSS | |
| css.properties.inset-block-start π | CSS | |
| css.properties.inset-block-start.anchor π | CSS | |
| css.properties.inset-block-start.anchor-size π | CSS | |
| css.properties.inset-block-start.auto π | CSS | |
| css.properties.inset-inline π | CSS | |
| css.properties.inset-inline.anchor π | CSS | |
| css.properties.inset-inline.anchor-size π | CSS | |
| css.properties.inset-inline.auto π | CSS | |
| css.properties.inset-inline-end π | CSS | |
| css.properties.inset-inline-end.anchor π | CSS | |
| css.properties.inset-inline-end.anchor-size π | CSS | |
| css.properties.inset-inline-end.auto π | CSS | |
| css.properties.inset-inline-start π | CSS | |
| css.properties.inset-inline-start.anchor π | CSS | |
| css.properties.inset-inline-start.anchor-size π | CSS | |
| css.properties.inset-inline-start.auto π | CSS | |
| css.properties.interpolate-size π | CSS | |
| css.properties.interpolate-size.allow-keywords π | CSS | |
| css.properties.interpolate-size.numeric-only π | CSS | |
| css.properties.isolation π | CSS | |
| css.properties.justify-content π | CSS | |
| css.properties.justify-content.flex_context π | CSS | Chrome: Older versions of the specification treat absolute positioned children as though they are a 0 by 0 flex item. Later specification versions take the children out of the flow and set their positions based on align and justify properties. Chrome implements the new behavior beginning with Chrome 52.Chrome Android: Older versions of the specification treat absolute positioned children as though they are a 0 by 0 flex item. Later specification versions take the children out of the flow and set their positions based on align and justify properties. Chrome Android implements the new behavior beginning with Chrome Android 52.Firefox: Before Firefox 27, Firefox supported only single-line flexbox.Firefox for Android: Before Firefox for Android 27, Firefox for Android supported only single-line flexbox.Samsung Internet: Older versions of the specification treat absolute positioned children as though they are a 0 by 0 flex item. Later specification versions take the children out of the flow and set their positions based on align and justify properties. Samsung Internet implements the new behavior beginning with Samsung Internet 6.0.WebView Android: Older versions of the specification treat absolute positioned children as though they are a 0 by 0 flex item. Later specification versions take the children out of the flow and set their positions based on align and justify properties. WebView Android implements the new behavior beginning with WebView Android 52. |
| css.properties.justify-content.flex_context.left_right | CSS | Internet Explorer: This value is recognized, but has no effect.Opera Android: This value is recognized, but has no effect. |
| css.properties.justify-content.flex_context.safe_unsafe | CSS | Chrome: Before version 115, this value is recognized, but has no effect.Chrome Android: Before version 115, this value is recognized, but has no effect.Edge: Before version 115, this value is recognized, but has no effect.Opera: Before version 101, this value is recognized, but has no effect.Opera Android: Before version 77, this value is recognized, but has no effect.Samsung Internet: Before version 23.0, this value is recognized, but has no effect.WebView Android: Before version 115, this value is recognized, but has no effect. |
| css.properties.justify-content.flex_context.space-evenly | CSS | |
| css.properties.justify-content.flex_context.start_end | CSS | |
| css.properties.justify-content.flex_context.stretch | CSS | |
| css.properties.justify-content.grid_context π | CSS | |
| css.properties.justify-items π | CSS | |
| css.properties.justify-items.anchor-center π | CSS | |
| css.properties.justify-items.flex_context π | CSS | |
| css.properties.justify-items.grid_context π | CSS | |
| css.properties.justify-self π | CSS | |
| css.properties.justify-self.anchor-center π | CSS | |
| css.properties.justify-self.grid_context π | CSS | Internet Explorer: Internet Explorer 10 and 11 have the property -ms-grid-column-align, which acts in a similar way to justify-self. |
| css.properties.justify-self.position_absolute_context π | CSS | |
| css.properties.left π | CSS | |
| css.properties.left.anchor π | CSS | |
| css.properties.left.anchor-size π | CSS | |
| css.properties.left.auto π | CSS | |
| css.properties.letter-spacing π | CSS | |
| css.properties.letter-spacing.normal π | CSS | |
| css.properties.letter-spacing.svg_elements | CSS | |
| css.properties.lighting-color π | CSS | |
| css.properties.line-break π | CSS | |
| css.properties.line-break.anywhere π | CSS | |
| css.properties.line-break.auto π | CSS | |
| css.properties.line-break.loose π | CSS | |
| css.properties.line-break.normal π | CSS | |
| css.properties.line-break.strict π | CSS | |
| css.properties.line-clamp π | CSS | |
| css.properties.line-clamp.none | CSS | |
| css.properties.line-height π | CSS | |
| css.properties.line-height.normal π | CSS | |
| css.properties.line-height-step π | CSS | |
| css.properties.list-style π | CSS | |
| css.properties.list-style.symbols π | CSS | |
| css.properties.list-style-image π | CSS | Firefox: Before Firefox 86, this property did not accept an <image> type, and required the URL of an image.Firefox for Android: Before Firefox for Android 86, this property did not accept an <image> type, and required the URL of an image. |
| css.properties.list-style-image.none π | CSS | |
| css.properties.list-style-position π | CSS | Safari: In Safari, if a block element is the first child of a list element declared as list-style-position: inside, then the marker box is placed on the same line as the block element.Safari on iOS: In Safari on iOS, if a block element is the first child of a list element declared as list-style-position: inside, then the marker box is placed on the same line as the block element.WebView on iOS: In WebView on iOS, if a block element is the first child of a list element declared as list-style-position: inside, then the marker box is placed on the same line as the block element. |
| css.properties.list-style-position.inside π | CSS | |
| css.properties.list-style-position.outside π | CSS | |
| css.properties.list-style-type π | CSS | |
| css.properties.list-style-type.afar | CSS | |
| css.properties.list-style-type.amharic | CSS | |
| css.properties.list-style-type.amharic-abegede | CSS | |
| css.properties.list-style-type.arabic-indic π | CSS | |
| css.properties.list-style-type.armenian π | CSS | |
| css.properties.list-style-type.asterisks | CSS | |
| css.properties.list-style-type.bengali π | CSS | |
| css.properties.list-style-type.binary | CSS | |
| css.properties.list-style-type.cambodian π | CSS | |
| css.properties.list-style-type.circle π | CSS | |
| css.properties.list-style-type.cjk-decimal π | CSS | |
| css.properties.list-style-type.cjk-earthly-branch π | CSS | |
| css.properties.list-style-type.cjk-heavenly-stem π | CSS | |
| css.properties.list-style-type.cjk-ideographic π | CSS | Opera: Until version 15, only decimal numbers display.Opera Android: Until version 15, only decimal numbers display. |
| css.properties.list-style-type.decimal π | CSS | |
| css.properties.list-style-type.decimal-leading-zero π | CSS | |
| css.properties.list-style-type.devanagari π | CSS | |
| css.properties.list-style-type.disc π | CSS | |
| css.properties.list-style-type.disclosure-closed π | CSS | |
| css.properties.list-style-type.disclosure-open π | CSS | |
| css.properties.list-style-type.ethiopic | CSS | |
| css.properties.list-style-type.ethiopic-abegede | CSS | |
| css.properties.list-style-type.ethiopic-abegede-am-et | CSS | |
| css.properties.list-style-type.ethiopic-abegede-gez | CSS | |
| css.properties.list-style-type.ethiopic-abegede-ti-er | CSS | |
| css.properties.list-style-type.ethiopic-abegede-ti-et | CSS | |
| css.properties.list-style-type.ethiopic-halehame | CSS | |
| css.properties.list-style-type.ethiopic-halehame-aa-er | CSS | |
| css.properties.list-style-type.ethiopic-halehame-aa-et | CSS | |
| css.properties.list-style-type.ethiopic-halehame-am | CSS | |
| css.properties.list-style-type.ethiopic-halehame-am-et | CSS | |
| css.properties.list-style-type.ethiopic-halehame-gez | CSS | |
| css.properties.list-style-type.ethiopic-halehame-om-et | CSS | |
| css.properties.list-style-type.ethiopic-halehame-sid-et | CSS | |
| css.properties.list-style-type.ethiopic-halehame-so-et | CSS | |
| css.properties.list-style-type.ethiopic-halehame-ti-er | CSS | |
| css.properties.list-style-type.ethiopic-halehame-ti-et | CSS | |
| css.properties.list-style-type.ethiopic-halehame-tig | CSS | |
| css.properties.list-style-type.ethiopic-numeric π | CSS | Firefox: Before Firefox 38, Firefox added a dot as suffix of the number for ethiopic-numeric (for example, α«. instead of α«). The specification later defined the absence of a suffix, which Firefox 38 followed.Firefox for Android: Before Firefox for Android 38, Firefox for Android added a dot as suffix of the number for ethiopic-numeric (for example, α«. instead of α«). The specification later defined the absence of a suffix, which Firefox for Android 38 followed. |
| css.properties.list-style-type.footnotes | CSS | |
| css.properties.list-style-type.georgian π | CSS | |
| css.properties.list-style-type.gujarati π | CSS | |
| css.properties.list-style-type.gurmukhi π | CSS | |
| css.properties.list-style-type.hangul | CSS | |
| css.properties.list-style-type.hangul-consonant | CSS | |
| css.properties.list-style-type.hebrew π | CSS | |
| css.properties.list-style-type.hiragana π | CSS | |
| css.properties.list-style-type.hiragana-iroha π | CSS | |
| css.properties.list-style-type.japanese-formal π | CSS | |
| css.properties.list-style-type.japanese-informal π | CSS | |
| css.properties.list-style-type.kannada π | CSS | |
| css.properties.list-style-type.katakana π | CSS | |
| css.properties.list-style-type.katakana-iroha π | CSS | |
| css.properties.list-style-type.khmer π | CSS | |
| css.properties.list-style-type.korean-hangul-formal π | CSS | |
| css.properties.list-style-type.korean-hanja-formal π | CSS | |
| css.properties.list-style-type.korean-hanja-informal π | CSS | |
| css.properties.list-style-type.lao π | CSS | |
| css.properties.list-style-type.lower-alpha π | CSS | |
| css.properties.list-style-type.lower-armenian π | CSS | |
| css.properties.list-style-type.lower-greek π | CSS | |
| css.properties.list-style-type.lower-hexadecimal | CSS | |
| css.properties.list-style-type.lower-latin π | CSS | |
| css.properties.list-style-type.lower-norwegian | CSS | |
| css.properties.list-style-type.lower-roman π | CSS | |
| css.properties.list-style-type.malayalam π | CSS | |
| css.properties.list-style-type.mongolian π | CSS | |
| css.properties.list-style-type.myanmar π | CSS | |
| css.properties.list-style-type.none π | CSS | |
| css.properties.list-style-type.octal | CSS | |
| css.properties.list-style-type.oriya π | CSS | |
| css.properties.list-style-type.oromo | CSS | |
| css.properties.list-style-type.persian π | CSS | |
| css.properties.list-style-type.sidama | CSS | |
| css.properties.list-style-type.simp-chinese-formal π | CSS | |
| css.properties.list-style-type.simp-chinese-informal π | CSS | |
| css.properties.list-style-type.somali | CSS | |
| css.properties.list-style-type.square π | CSS | |
| css.properties.list-style-type.string | CSS | |
| css.properties.list-style-type.symbols π | CSS | |
| css.properties.list-style-type.tamil π | CSS | |
| css.properties.list-style-type.telugu π | CSS | |
| css.properties.list-style-type.thai π | CSS | |
| css.properties.list-style-type.tibetan π | CSS | |
| css.properties.list-style-type.tigre | CSS | |
| css.properties.list-style-type.tigrinya-er | CSS | |
| css.properties.list-style-type.tigrinya-er-abegede | CSS | |
| css.properties.list-style-type.tigrinya-et | CSS | |
| css.properties.list-style-type.tigrinya-et-abegede | CSS | |
| css.properties.list-style-type.trad-chinese-formal π | CSS | |
| css.properties.list-style-type.trad-chinese-informal π | CSS | |
| css.properties.list-style-type.upper-alpha π | CSS | |
| css.properties.list-style-type.upper-armenian π | CSS | |
| css.properties.list-style-type.upper-greek | CSS | |
| css.properties.list-style-type.upper-hexadecimal | CSS | |
| css.properties.list-style-type.upper-latin π | CSS | |
| css.properties.list-style-type.upper-norwegian | CSS | |
| css.properties.list-style-type.upper-roman π | CSS | |
| css.properties.list-style-type.urdu | CSS | |
| css.properties.margin π | CSS | |
| css.properties.margin.anchor-size π | CSS | |
| css.properties.margin.auto | CSS | Edge: The auto value is not supported in quirks mode.Internet Explorer: The auto value is not supported in quirks mode. |
| css.properties.margin-block π | CSS | |
| css.properties.margin-block.anchor-size π | CSS | |
| css.properties.margin-block-end π | CSS | |
| css.properties.margin-block-end.anchor-size π | CSS | |
| css.properties.margin-block-start π | CSS | |
| css.properties.margin-block-start.anchor-size π | CSS | |
| css.properties.margin-bottom π | CSS | |
| css.properties.margin-bottom.anchor-size π | CSS | |
| css.properties.margin-bottom.auto | CSS | Edge: The auto value is not supported in quirks mode.Internet Explorer: The auto value is not supported in quirks mode. |
| css.properties.margin-inline π | CSS | |
| css.properties.margin-inline.anchor-size π | CSS | |
| css.properties.margin-inline-end π | CSS | |
| css.properties.margin-inline-end.anchor-size π | CSS | |
| css.properties.margin-inline-start π | CSS | |
| css.properties.margin-inline-start.anchor-size π | CSS | |
| css.properties.margin-left π | CSS | |
| css.properties.margin-left.anchor-size π | CSS | |
| css.properties.margin-left.auto | CSS | Edge: The auto value is not supported in quirks mode.Internet Explorer: The auto value is not supported in quirks mode. |
| css.properties.margin-right π | CSS | |
| css.properties.margin-right.anchor-size π | CSS | |
| css.properties.margin-right.auto | CSS | Edge: The auto value is not supported in quirks mode.Internet Explorer: The auto value is not supported in quirks mode. |
| css.properties.margin-top π | CSS | |
| css.properties.margin-top.anchor-size π | CSS | |
| css.properties.margin-top.auto | CSS | Edge: The auto value is not supported in quirks mode.Internet Explorer: The auto value is not supported in quirks mode. |
| css.properties.margin-trim π | CSS | |
| css.properties.margin-trim.block π | CSS | |
| css.properties.margin-trim.block-end π | CSS | |
| css.properties.margin-trim.block-start π | CSS | |
| css.properties.margin-trim.inline π | CSS | |
| css.properties.margin-trim.inline-end π | CSS | |
| css.properties.margin-trim.inline-start π | CSS | |
| css.properties.margin-trim.none π | CSS | |
| css.properties.marker π | CSS | |
| css.properties.marker-end π | CSS | |
| css.properties.marker-mid π | CSS | |
| css.properties.marker-start π | CSS | |
| css.properties.mask π | CSS | Chrome: The prefixed property can be used with SVG and HTML with a slightly different syntax, which allows setting the non-standard -webkit-mask-attachment property.Chrome: While the property is recognized, values applied to it don't have any effect.Chrome Android: The prefixed property can be used with SVG and HTML with a slightly different syntax, which allows setting the non-standard -webkit-mask-attachment property.Chrome Android: While the property is recognized, values applied to it don't have any effect.Edge: The prefixed property can be used with SVG and HTML with a slightly different syntax, which allows setting the non-standard -webkit-mask-attachment property.Edge: While the property is recognized, values applied to it don't have any effect.Firefox: Only supports mask: url(file.svg#mask_id) or mask: url(#mask_id), where the URL is a reference to an SVG <mask> element.Firefox for Android: Only supports mask: url(file.svg#mask_id) or mask: url(#mask_id), where the URL is a reference to an SVG <mask> element.Quest Browser: The prefixed property can be used with SVG and HTML with a slightly different syntax, which allows setting the non-standard -webkit-mask-attachment property.Quest Browser: While the property is recognized, values applied to it don't have any effect.Opera: The prefixed property can be used with SVG and HTML with a slightly different syntax, which allows setting the non-standard -webkit-mask-attachment property.Opera: While the property is recognized, values applied to it don't have any effect.Opera Android: The prefixed property can be used with SVG and HTML with a slightly different syntax, which allows setting the non-standard -webkit-mask-attachment property.Opera Android: While the property is recognized, values applied to it don't have any effect.Safari: The prefixed property can be used with SVG and HTML with a slightly different syntax, which allows setting the non-standard -webkit-mask-attachment property.Safari: While the property is recognized, values applied to it don't have any effect.Safari on iOS: The prefixed property can be used with SVG and HTML with a slightly different syntax, which allows setting the non-standard -webkit-mask-attachment property.Safari on iOS: While the property is recognized, values applied to it don't have any effect.Samsung Internet: The prefixed property can be used with SVG and HTML with a slightly different syntax, which allows setting the non-standard -webkit-mask-attachment property.Samsung Internet: While the property is recognized, values applied to it don't have any effect.WebView Android: The prefixed property can be used with SVG and HTML with a slightly different syntax, which allows setting the non-standard -webkit-mask-attachment property.WebView Android: While the property is recognized, values applied to it don't have any effect.WebView on iOS: The prefixed property can be used with SVG and HTML with a slightly different syntax, which allows setting the non-standard -webkit-mask-attachment property.WebView on iOS: While the property is recognized, values applied to it don't have any effect. |
| css.properties.mask-border π | CSS | |
| css.properties.mask-border-outset π | CSS | |
| css.properties.mask-border-repeat π | CSS | |
| css.properties.mask-border-slice π | CSS | |
| css.properties.mask-border-source π | CSS | |
| css.properties.mask-border-width π | CSS | |
| css.properties.mask-clip π | CSS | |
| css.properties.mask-clip.border | CSS | |
| css.properties.mask-clip.content | CSS | |
| css.properties.mask-clip.padding | CSS | |
| css.properties.mask-clip.text | CSS | |
| css.properties.mask-composite π | CSS | Chrome: See also -webkit-mask-composite for a similar non-standard property that uses different keywords.Chrome Android: See also -webkit-mask-composite for a similar non-standard property that uses different keywords.Edge: See also -webkit-mask-composite for a similar non-standard property that uses different keywords.Opera: See also -webkit-mask-composite for a similar non-standard property that uses different keywords.Opera Android: See also -webkit-mask-composite for a similar non-standard property that uses different keywords.Safari: See also -webkit-mask-composite for a similar non-standard property that uses different keywords.Safari on iOS: See also -webkit-mask-composite for a similar non-standard property that uses different keywords.Samsung Internet: See also -webkit-mask-composite for a similar non-standard property that uses different keywords.WebView Android: See also -webkit-mask-composite for a similar non-standard property that uses different keywords.WebView on iOS: See also -webkit-mask-composite for a similar non-standard property that uses different keywords. |
| css.properties.mask-composite.add π | CSS | |
| css.properties.mask-composite.exclude π | CSS | |
| css.properties.mask-composite.intersect π | CSS | |
| css.properties.mask-composite.subtract π | CSS | |
| css.properties.mask-image π | CSS | Chrome: From version 8, Chrome added support for gradient values. Initially, Chrome supported only -webkit- prefixed values for gradients (such as -webkit-linear-gradient()). Later, support for unprefixed values was added.Chrome Android: From version 18, Chrome Android added support for gradient values. Initially, Chrome Android supported only -webkit- prefixed values for gradients (such as -webkit-linear-gradient()). Later, support for unprefixed values was added.Quest Browser: From version 5.0, Quest Browser added support for gradient values. Initially, Quest Browser supported only -webkit- prefixed values for gradients (such as -webkit-linear-gradient()). Later, support for unprefixed values was added.Safari: Initially, Safari supported only -webkit- prefixed values for gradients (such as -webkit-linear-gradient()). Later, support for unprefixed values was added.Safari on iOS: Initially, Safari on iOS supported only -webkit- prefixed values for gradients (such as -webkit-linear-gradient()). Later, support for unprefixed values was added.WebView Android: Initially, Android supported only -webkit- prefixed values for gradients (such as -webkit-linear-gradient()). Later, support for unprefixed values was added.WebView on iOS: Initially, WebView on iOS supported only -webkit- prefixed values for gradients (such as -webkit-linear-gradient()). Later, support for unprefixed values was added. |
| css.properties.mask-image.multiple_mask_images | CSS | |
| css.properties.mask-image.svg_masks | CSS | |
| css.properties.mask-mode π | CSS | |
| css.properties.mask-mode.alpha π | CSS | |
| css.properties.mask-mode.luminance π | CSS | |
| css.properties.mask-mode.match-source π | CSS | |
| css.properties.mask-origin π | CSS | |
| css.properties.mask-origin.border | CSS | |
| css.properties.mask-origin.content | CSS | |
| css.properties.mask-origin.fill-box | CSS | |
| css.properties.mask-origin.padding | CSS | |
| css.properties.mask-origin.stroke-box | CSS | |
| css.properties.mask-origin.view-box | CSS | |
| css.properties.mask-position π | CSS | |
| css.properties.mask-repeat π | CSS | |
| css.properties.mask-size π | CSS | |
| css.properties.mask-type π | CSS | |
| css.properties.mask-type.alpha π | CSS | |
| css.properties.mask-type.luminance π | CSS | |
| css.properties.math-depth π | CSS | |
| css.properties.math-shift π | CSS | |
| css.properties.math-style π | CSS | |
| css.properties.max-block-size π | CSS | |
| css.properties.max-block-size.anchor-size π | CSS | |
| css.properties.max-block-size.fit-content | CSS | |
| css.properties.max-block-size.fit-content_function | CSS | |
| css.properties.max-block-size.max-content | CSS | |
| css.properties.max-block-size.min-content | CSS | |
| css.properties.max-height π | CSS | |
| css.properties.max-height.anchor-size π | CSS | |
| css.properties.max-height.fit-content π | CSS | Firefox: Firefox implements the definitions given in CSS3 Basic Box. This defines available and not fit-available. Also, the definition of fit-content is simpler than in CSS3 Sizing.Firefox for Android: Firefox for Android implements the definitions given in CSS3 Basic Box. This defines available and not fit-available. Also, the definition of fit-content is simpler than in CSS3 Sizing. |
| css.properties.max-height.fit-content_function π | CSS | |
| css.properties.max-height.max-content π | CSS | |
| css.properties.max-height.min-content π | CSS | |
| css.properties.max-height.none π | CSS | |
| css.properties.max-height.stretch π | CSS | |
| css.properties.max-inline-size π | CSS | |
| css.properties.max-inline-size.anchor-size π | CSS | |
| css.properties.max-inline-size.fit-content | CSS | |
| css.properties.max-inline-size.fit-content_function | CSS | |
| css.properties.max-inline-size.max-content | CSS | |
| css.properties.max-inline-size.min-content | CSS | |
| css.properties.max-width π | CSS | Firefox: CSS 2.1 leaves the behavior of max-width with table undefined. Firefox supports applying max-width to table elements.Firefox for Android: CSS 2.1 leaves the behavior of max-width with table undefined. Firefox for Android supports applying max-width to table elements.Opera: CSS 2.1 leaves the behavior of max-width with table undefined. Opera supports applying max-width to table elements. |
| css.properties.max-width.anchor-size π | CSS | |
| css.properties.max-width.fit-content π | CSS | Firefox: Firefox implements the definitions given in CSS3 Basic Box. This defines available and not fit-available. Also, the definition of fit-content is simpler than in CSS3 Sizing.Firefox for Android: Firefox for Android implements the definitions given in CSS3 Basic Box. This defines available and not fit-available. Also, the definition of fit-content is simpler than in CSS3 Sizing. |
| css.properties.max-width.fit-content_function π | CSS | |
| css.properties.max-width.max-content π | CSS | |
| css.properties.max-width.min-content π | CSS | |
| css.properties.max-width.none π | CSS | |
| css.properties.max-width.stretch π | CSS | |
| css.properties.min-block-size π | CSS | |
| css.properties.min-block-size.anchor-size π | CSS | |
| css.properties.min-block-size.fit-content | CSS | |
| css.properties.min-block-size.fit-content_function | CSS | |
| css.properties.min-block-size.max-content | CSS | |
| css.properties.min-block-size.min-content | CSS | |
| css.properties.min-height π | CSS | Firefox: CSS 2.1 leaves the behavior of min-height with table undefined. Firefox supports applying min-height to table elements.Firefox for Android: CSS 2.1 leaves the behavior of min-height with table undefined. Firefox for Android supports applying min-height to table elements.Internet Explorer: In Internet Explorer 10 and 11, a min-height declaration on a column-direction flex container doesn't apply to the container's flex items. See Flexbug #3 for more info.Opera: CSS 2.1 leaves the behavior of min-height with table undefined. Opera supports applying min-height to table elements. |
| css.properties.min-height.anchor-size π | CSS | |
| css.properties.min-height.auto | CSS | Firefox: Firefox 18 and later used auto as the initial value for min-height.Firefox for Android: Firefox for Android 18 and later used auto as the initial value for min-height. |
| css.properties.min-height.fit-content | CSS | Firefox: Firefox implements the definitions given in CSS3 Basic Box. This defines available and not fit-available. Also, the definition of fit-content is simpler than in CSS3 Sizing.Firefox for Android: Firefox for Android implements the definitions given in CSS3 Basic Box. This defines available and not fit-available. Also, the definition of fit-content is simpler than in CSS3 Sizing. |
| css.properties.min-height.fit-content_function π | CSS | |
| css.properties.min-height.max-content | CSS | |
| css.properties.min-height.min-content | CSS | |
| css.properties.min-height.stretch | CSS | |
| css.properties.min-inline-size π | CSS | |
| css.properties.min-inline-size.anchor-size π | CSS | |
| css.properties.min-inline-size.fit-content | CSS | |
| css.properties.min-inline-size.fit-content_function | CSS | |
| css.properties.min-inline-size.max-content | CSS | |
| css.properties.min-inline-size.min-content | CSS | |
| css.properties.min-width π | CSS | Firefox: CSS 2.1 leaves the behavior of min-width with table undefined. Firefox supports applying min-width to table elements.Firefox for Android: CSS 2.1 leaves the behavior of min-width with table undefined. Firefox for Android supports applying min-width to table elements.Opera: CSS 2.1 leaves the behavior of min-width with table undefined. Opera supports applying min-width to table elements. |
| css.properties.min-width.anchor-size π | CSS | |
| css.properties.min-width.auto | CSS | Chrome: Chrome uses auto as the initial value for min-width.Chrome Android: Chrome Android uses auto as the initial value for min-width.Edge: Edge uses auto as the initial value for min-width.Firefox: Firefox 18 and later (until the value was removed), used auto as the initial value for min-width.Firefox for Android: Firefox for Android 18 and later (until the value was removed), used auto as the initial value for min-width.Quest Browser: Quest Browser uses auto as the initial value for min-width.Opera: Opera uses auto as the initial value for min-width.Opera Android: Opera Android uses auto as the initial value for min-width.Samsung Internet: Samsung Internet uses auto as the initial value for min-width.WebView Android: WebView Android uses auto as the initial value for min-width. |
| css.properties.min-width.fit-content | CSS | Firefox: Firefox implements the definitions given in CSS3 Basic Box. This defines available and not fit-available. Also, the definition of fit-content is simpler than in CSS3 Sizing.Firefox for Android: Firefox for Android implements the definitions given in CSS3 Basic Box. This defines available and not fit-available. Also, the definition of fit-content is simpler than in CSS3 Sizing. |
| css.properties.min-width.fit-content_function π | CSS | |
| css.properties.min-width.max-content | CSS | |
| css.properties.min-width.min-content | CSS | |
| css.properties.min-width.stretch | CSS | |
| css.properties.mix-blend-mode π | CSS | |
| css.properties.mix-blend-mode.plus-darker π | CSS | |
| css.properties.mix-blend-mode.plus-lighter π | CSS | |
| css.properties.mix-blend-mode.svg_elements | CSS | |
| css.properties.object-fit π | CSS | Edge: Only supported for <img> elements. |
| css.properties.object-fit.contain π | CSS | |
| css.properties.object-fit.cover π | CSS | |
| css.properties.object-fit.fill π | CSS | |
| css.properties.object-fit.none π | CSS | |
| css.properties.object-fit.scale-down π | CSS | |
| css.properties.object-position π | CSS | Edge: Only supported for <img> elements. |
| css.properties.object-view-box π | CSS | |
| css.properties.object-view-box.none π | CSS | |
| css.properties.offset π | CSS | |
| css.properties.offset-anchor π | CSS | |
| css.properties.offset-anchor.auto π | CSS | |
| css.properties.offset-anchor.bottom π | CSS | |
| css.properties.offset-anchor.center π | CSS | |
| css.properties.offset-anchor.left π | CSS | |
| css.properties.offset-anchor.right π | CSS | |
| css.properties.offset-anchor.top π | CSS | |
| css.properties.offset-distance π | CSS | |
| css.properties.offset-path π | CSS | Samsung Internet: path() is the only value type supported. |
| css.properties.offset-path.basic_shape π | CSS | |
| css.properties.offset-path.border-box π | CSS | |
| css.properties.offset-path.content-box π | CSS | |
| css.properties.offset-path.fill-box π | CSS | |
| css.properties.offset-path.margin-box π | CSS | |
| css.properties.offset-path.none π | CSS | |
| css.properties.offset-path.padding-box π | CSS | |
| css.properties.offset-path.path | CSS | |
| css.properties.offset-path.ray π | CSS | |
| css.properties.offset-path.stroke-box π | CSS | |
| css.properties.offset-path.url π | CSS | |
| css.properties.offset-path.view-box π | CSS | |
| css.properties.offset-position π | CSS | |
| css.properties.offset-position.auto π | CSS | |
| css.properties.offset-position.bottom π | CSS | |
| css.properties.offset-position.center π | CSS | |
| css.properties.offset-position.left π | CSS | |
| css.properties.offset-position.normal π | CSS | |
| css.properties.offset-position.right π | CSS | |
| css.properties.offset-position.top π | CSS | |
| css.properties.offset-rotate π | CSS | |
| css.properties.offset-rotate.auto π | CSS | |
| css.properties.offset-rotate.reverse π | CSS | |
| css.properties.opacity π | CSS | |
| css.properties.opacity.percentages | CSS | |
| css.properties.order π | CSS | Firefox: Since Firefox 28, multi-line flexbox is supported.Firefox for Android: Since Firefox for Android 28, multi-line flexbox is supported. |
| css.properties.orphans π | CSS | |
| css.properties.outline π | CSS | Chrome: Before Chrome 94, outline does not follow the shape of border-radius.Chrome Android: Before Chrome Android 94, outline does not follow the shape of border-radius.Edge: Before Edge 94, outline does not follow the shape of border-radius.Firefox: Before Firefox 88, outline does not follow the shape of border-radius.Firefox for Android: Before Firefox for Android 88, outline does not follow the shape of border-radius.Quest Browser: Before Quest Browser 18.0, outline does not follow the shape of border-radius.Opera: Before Opera 80, outline does not follow the shape of border-radius.Safari: Before Safari 16.4, outline does not follow the shape of border-radius. See bug 20807.Safari on iOS: Before Safari on iOS 16.4, outline does not follow the shape of border-radius. See bug 20807.WebView Android: Before Chrome 94, outline does not follow the shape of border-radius.WebView on iOS: Before WebView on iOS 16.4, outline does not follow the shape of border-radius. See bug 20807. |
| css.properties.outline-color π | CSS | |
| css.properties.outline-offset π | CSS | Firefox: Before Firefox 88, an outline does not follow the shape of border-radius.Firefox for Android: Before Firefox for Android 88, an outline does not follow the shape of border-radius. |
| css.properties.outline-style π | CSS | Firefox: Before Firefox 88, an outline does not follow the shape of border-radius.Firefox for Android: Before Firefox for Android 88, an outline does not follow the shape of border-radius. |
| css.properties.outline-style.auto π | CSS | |
| css.properties.outline-style.dashed π | CSS | |
| css.properties.outline-style.dotted π | CSS | |
| css.properties.outline-style.double π | CSS | |
| css.properties.outline-style.groove π | CSS | |
| css.properties.outline-style.inset π | CSS | |
| css.properties.outline-style.none π | CSS | |
| css.properties.outline-style.outset π | CSS | |
| css.properties.outline-style.ridge π | CSS | |
| css.properties.outline-style.solid π | CSS | |
| css.properties.outline-width π | CSS | Firefox: Before Firefox 88, an outline does not follow the shape of border-radius.Firefox for Android: Before Firefox for Android 88, an outline does not follow the shape of border-radius. |
| css.properties.overflow π | CSS | Firefox: After Firefox 3.6, the overflow property is correctly applied to table group elements (<thead>, <tbody>, <tfoot>).Internet Explorer: From version 4 to 6, Internet Explorer enlarges an element with overflow: visible (default value) to fit the content inside it. height and width behave like min-height and min-width, respectively. |
| css.properties.overflow.auto π | CSS | |
| css.properties.overflow.clip π | CSS | |
| css.properties.overflow.hidden π | CSS | |
| css.properties.overflow.multiple_keywords | CSS | |
| css.properties.overflow.scroll π | CSS | |
| css.properties.overflow.visible π | CSS | |
| css.properties.overflow-anchor π | CSS | |
| css.properties.overflow-anchor.auto π | CSS | |
| css.properties.overflow-anchor.none π | CSS | |
| css.properties.overflow-block π | CSS | |
| css.properties.overflow-block.overlay | CSS | |
| css.properties.overflow-clip-margin π | CSS | Chrome: Only works when both axes are using overflow: clip. See bug 40235584.Chrome Android: Only works when both axes are using overflow: clip. See bug 40235584.Edge: Only works when both axes are using overflow: clip. See bug 40235584.Firefox: Only supports using a length, not a visual box. See bug 1661582.Firefox for Android: Only supports using a length, not a visual box. See bug 1661582.Quest Browser: Only works when both axes are using overflow: clip. See bug 40235584.Opera: Only works when both axes are using overflow: clip. See bug 40235584.Opera Android: Only works when both axes are using overflow: clip. See bug 40235584.Samsung Internet: Only works when both axes are using overflow: clip. See bug 40235584.WebView Android: Only works when both axes are using overflow: clip. See bug 40235584. |
| css.properties.overflow-clip-margin.border-box π | CSS | |
| css.properties.overflow-clip-margin.content-box π | CSS | |
| css.properties.overflow-clip-margin.padding-box π | CSS | |
| css.properties.overflow-inline π | CSS | |
| css.properties.overflow-inline.overlay | CSS | |
| css.properties.overflow-wrap π | CSS | |
| css.properties.overflow-wrap.anywhere π | CSS | |
| css.properties.overflow-wrap.break-word π | CSS | |
| css.properties.overflow-wrap.normal π | CSS | |
| css.properties.overflow-x π | CSS | |
| css.properties.overflow-x.auto π | CSS | |
| css.properties.overflow-x.clip π | CSS | |
| css.properties.overflow-x.hidden π | CSS | |
| css.properties.overflow-x.scroll π | CSS | |
| css.properties.overflow-x.visible π | CSS | |
| css.properties.overflow-y π | CSS | |
| css.properties.overflow-y.auto π | CSS | |
| css.properties.overflow-y.clip π | CSS | |
| css.properties.overflow-y.hidden π | CSS | |
| css.properties.overflow-y.scroll π | CSS | |
| css.properties.overflow-y.visible π | CSS | |
| css.properties.overlay π | CSS | |
| css.properties.overlay.auto π | CSS | |
| css.properties.overlay.none π | CSS | |
| css.properties.overscroll-behavior π | CSS | |
| css.properties.overscroll-behavior.auto π | CSS | |
| css.properties.overscroll-behavior.contain π | CSS | |
| css.properties.overscroll-behavior.none π | CSS | Edge: The none value incorrectly behaves as contain (allowing for the elastic bounce effect). |
| css.properties.overscroll-behavior-block π | CSS | |
| css.properties.overscroll-behavior-block.auto π | CSS | |
| css.properties.overscroll-behavior-block.contain π | CSS | |
| css.properties.overscroll-behavior-block.none π | CSS | |
| css.properties.overscroll-behavior-inline π | CSS | |
| css.properties.overscroll-behavior-inline.auto π | CSS | |
| css.properties.overscroll-behavior-inline.contain π | CSS | |
| css.properties.overscroll-behavior-inline.none π | CSS | |
| css.properties.overscroll-behavior-x π | CSS | |
| css.properties.overscroll-behavior-x.auto π | CSS | |
| css.properties.overscroll-behavior-x.contain π | CSS | |
| css.properties.overscroll-behavior-x.none π | CSS | Edge: The none value incorrectly behaves as contain (allowing for the elastic bounce effect). |
| css.properties.overscroll-behavior-y π | CSS | |
| css.properties.overscroll-behavior-y.auto π | CSS | |
| css.properties.overscroll-behavior-y.contain π | CSS | |
| css.properties.overscroll-behavior-y.none π | CSS | Edge: The none value incorrectly behaves as contain (allowing for the elastic bounce effect). |
| css.properties.padding π | CSS | |
| css.properties.padding-block π | CSS | |
| css.properties.padding-block-end π | CSS | |
| css.properties.padding-block-start π | CSS | |
| css.properties.padding-bottom π | CSS | |
| css.properties.padding-inline π | CSS | |
| css.properties.padding-inline-end π | CSS | |
| css.properties.padding-inline-start π | CSS | |
| css.properties.padding-left π | CSS | |
| css.properties.padding-right π | CSS | |
| css.properties.padding-top π | CSS | |
| css.properties.page π | CSS | |
| css.properties.page-break-after π | CSS | |
| css.properties.page-break-after.always π | CSS | |
| css.properties.page-break-after.auto π | CSS | |
| css.properties.page-break-after.avoid π | CSS | |
| css.properties.page-break-after.left π | CSS | |
| css.properties.page-break-after.right π | CSS | |
| css.properties.page-break-before π | CSS | |
| css.properties.page-break-before.always π | CSS | |
| css.properties.page-break-before.auto π | CSS | |
| css.properties.page-break-before.avoid π | CSS | |
| css.properties.page-break-before.left π | CSS | |
| css.properties.page-break-before.right π | CSS | |
| css.properties.page-break-inside π | CSS | |
| css.properties.page-break-inside.auto π | CSS | |
| css.properties.page-break-inside.avoid π | CSS | Firefox: Until Firefox 25, page-break-inside: avoid did not work with the height of a block.Firefox for Android: Until Firefox for Android 25, page-break-inside: avoid did not work with the height of a block. |
| css.properties.paint-order π | CSS | Chrome: Does not affect stroked HTML text, see bug 41372165Chrome Android: Does not affect stroked HTML text, see bug 41372165Edge: Does not affect stroked HTML text, see bug 41372165Quest Browser: Does not affect stroked HTML text, see bug 41372165Opera: Does not affect stroked HTML text, see bug 41372165Opera Android: Does not affect stroked HTML text, see bug 41372165Safari: Does not affect stroked HTML text, see bug 168601Safari on iOS: Does not affect stroked HTML text, see bug 168601Samsung Internet: Does not affect stroked HTML text, see bug 41372165WebView Android: Does not affect stroked HTML text, see bug 41372165WebView on iOS: Does not affect stroked HTML text, see bug 168601 |
| css.properties.perspective π | CSS | Safari on iOS: In iOS 13, the perspective property did not function properly. The issues were fixed in iOS 14.WebView on iOS: In iOS 13, the perspective property did not function properly. The issues were fixed in iOS 14. |
| css.properties.perspective.none π | CSS | |
| css.properties.perspective-origin π | CSS | |
| css.properties.perspective-origin.bottom π | CSS | |
| css.properties.perspective-origin.center π | CSS | |
| css.properties.perspective-origin.left π | CSS | |
| css.properties.perspective-origin.right π | CSS | |
| css.properties.perspective-origin.top π | CSS | |
| css.properties.place-content π | CSS | |
| css.properties.place-content.flex_context | CSS | Firefox: Starting with version 60, you can only specify a single value if it is valid for both align-content and justify-content.Firefox for Android: Starting with version 60, you can only specify a single value if it is valid for both align-content and justify-content. |
| css.properties.place-content.grid_context | CSS | Firefox: Starting with version 60, you can only specify a single value if it is valid for both align-content and justify-content.Firefox for Android: Starting with version 60, you can only specify a single value if it is valid for both align-content and justify-content. |
| css.properties.place-items π | CSS | |
| css.properties.place-items.anchor-center π | CSS | |
| css.properties.place-items.flex_context | CSS | |
| css.properties.place-items.grid_context | CSS | |
| css.properties.place-self π | CSS | |
| css.properties.place-self.anchor-center π | CSS | |
| css.properties.place-self.flex_context | CSS | |
| css.properties.place-self.grid_context | CSS | |
| css.properties.place-self.position_absolute_context π | CSS | |
| css.properties.pointer-events π | CSS | |
| css.properties.pointer-events.html_elements | CSS | |
| css.properties.position π | CSS | |
| css.properties.position.absolute π | CSS | Firefox: Before Firefox 57, absolute positioning did not work correctly when applied to elements inside tables that have border-collapse applied to them (bug 1379306).Firefox: Before Firefox 30, absolute positioning of table rows and row groups was not supported (bug 63895).Firefox for Android: Before Firefox for Android 57, absolute positioning did not work correctly when applied to elements inside tables that have border-collapse applied to them (bug 1379306).Firefox for Android: Before Firefox for Android 30, absolute positioning of table rows and row groups was not supported (bug 63895). |
| css.properties.position.absolutely_positioned_flex_children | CSS | |
| css.properties.position.fixed π | CSS | Firefox: Before Firefox 44, position: fixed didn't create a stacking context in most cases. Firefox and the specification have been modified to mimic Chrome and Safari's long-time behavior.Firefox for Android: Before Firefox for Android 44, position: fixed didn't create a stacking context in most cases. Firefox for Android and the specification have been modified to mimic Chrome and Safari's long-time behavior.Internet Explorer: In Internet Explorer, fixed positioning doesn't work if the document is in quirks mode. |
| css.properties.position.position_sticky_table_elements | CSS | Firefox: Borders do not display on table headers if border-collapse is set to collapse (bug 1727594).Firefox for Android: Borders do not display on table headers if border-collapse is set to collapse (bug 1727594). |
| css.properties.position.relative π | CSS | |
| css.properties.position.static π | CSS | |
| css.properties.position.sticky π | CSS | |
| css.properties.position-anchor π | CSS | |
| css.properties.position-anchor.auto π | CSS | Chrome: The generic auto value exists, but it does not yet have the effect described in the spec.Chrome Android: The generic auto value exists, but it does not yet have the effect described in the spec.Edge: The generic auto value exists, but it does not yet have the effect described in the spec.Opera: The generic auto value exists, but it does not yet have the effect described in the spec.Opera Android: The generic auto value exists, but it does not yet have the effect described in the spec.Samsung Internet: The generic auto value exists, but it does not yet have the effect described in the spec.WebView Android: The generic auto value exists, but it does not yet have the effect described in the spec. |
| css.properties.position-area π | CSS | |
| css.properties.position-area.block-end π | CSS | |
| css.properties.position-area.block-start π | CSS | |
| css.properties.position-area.bottom π | CSS | |
| css.properties.position-area.center π | CSS | |
| css.properties.position-area.end π | CSS | |
| css.properties.position-area.inline-end π | CSS | |
| css.properties.position-area.inline-start π | CSS | |
| css.properties.position-area.left π | CSS | |
| css.properties.position-area.none π | CSS | |
| css.properties.position-area.right π | CSS | |
| css.properties.position-area.self-end π | CSS | |
| css.properties.position-area.self-start π | CSS | |
| css.properties.position-area.span-all π | CSS | |
| css.properties.position-area.span-block-end π | CSS | |
| css.properties.position-area.span-block-start π | CSS | |
| css.properties.position-area.span-bottom π | CSS | |
| css.properties.position-area.span-end π | CSS | |
| css.properties.position-area.span-inline-end π | CSS | |
| css.properties.position-area.span-inline-start π | CSS | |
| css.properties.position-area.span-start π | CSS | |
| css.properties.position-area.span-top π | CSS | |
| css.properties.position-area.span-x-end π | CSS | |
| css.properties.position-area.span-x-start π | CSS | |
| css.properties.position-area.span-y-end π | CSS | |
| css.properties.position-area.span-y-start π | CSS | |
| css.properties.position-area.start π | CSS | |
| css.properties.position-area.top π | CSS | |
| css.properties.position-area.x-end π | CSS | |
| css.properties.position-area.x-self-end π | CSS | |
| css.properties.position-area.x-self-start π | CSS | |
| css.properties.position-area.x-start π | CSS | |
| css.properties.position-area.y-end π | CSS | |
| css.properties.position-area.y-self-end π | CSS | |
| css.properties.position-area.y-self-start π | CSS | |
| css.properties.position-area.y-start π | CSS | |
| css.properties.position-try π | CSS | |
| css.properties.position-try-fallbacks π | CSS | |
| css.properties.position-try-fallbacks.flip-block π | CSS | |
| css.properties.position-try-fallbacks.flip-inline π | CSS | |
| css.properties.position-try-fallbacks.flip-start π | CSS | |
| css.properties.position-try-fallbacks.none π | CSS | |
| css.properties.position-try-fallbacks.position-area π | CSS | Chrome: inset-area values had to be wrapped inside an inset-area() function.Chrome Android: inset-area values had to be wrapped inside an inset-area() function.Edge: inset-area values had to be wrapped inside an inset-area() function.Opera: inset-area values had to be wrapped inside an inset-area() function.Opera Android: inset-area values had to be wrapped inside an inset-area() function.Samsung Internet: inset-area values had to be wrapped inside an inset-area() function.WebView Android: inset-area values had to be wrapped inside an inset-area() function. |
| css.properties.position-try-order π | CSS | |
| css.properties.position-try-order.most-block-size π | CSS | |
| css.properties.position-try-order.most-height π | CSS | |
| css.properties.position-try-order.most-inline-size π | CSS | |
| css.properties.position-try-order.most-width π | CSS | |
| css.properties.position-try-order.normal π | CSS | |
| css.properties.position-visibility π | CSS | |
| css.properties.position-visibility.always π | CSS | |
| css.properties.position-visibility.anchors-visible π | CSS | |
| css.properties.position-visibility.no-overflow π | CSS | |
| css.properties.print-color-adjust π | CSS | Chrome: Chrome does not print backgrounds of the <body> element. If this property is set to exact for the <body> element, it will apply only to its descendants.Chrome: Before version 26, if background images are clipped (for example, when using background-image sprites) and -webkit-print-color-adjust is set to exact, then backgrounds will appear distorted when printed. Solid backgrounds and background images that are not clipped (i.e., backgrounds that have narrower and shorter than the element to which they are applied) are printed correctly. See bug 40219905.Chrome Android: Chrome Android does not print backgrounds of the <body> element. If this property is set to exact for the <body> element, it will apply only to its descendants.Chrome Android: Before version 26, if background images are clipped (for example, when using background-image sprites) and -webkit-print-color-adjust is set to exact, then backgrounds will appear distorted when printed. Solid backgrounds and background images that are not clipped (i.e., backgrounds that have narrower and shorter than the element to which they are applied) are printed correctly. See bug 40219905.Edge: Edge does not print backgrounds of the <body> element. If this property is set to exact for the <body> element, it will apply only to its descendants.Quest Browser: Quest Browser does not print backgrounds of the <body> element. If this property is set to exact for the <body> element, it will apply only to its descendants.Quest Browser: Before version 5.0, if background images are clipped (for example, when using background-image sprites) and -webkit-print-color-adjust is set to exact, then backgrounds will appear distorted when printed. Solid backgrounds and background images that are not clipped (i.e., backgrounds that have narrower and shorter than the element to which they are applied) are printed correctly. See bug 40219905.Opera: Opera does not print backgrounds of the <body> element. If this property is set to exact for the <body> element, it will apply only to its descendants.Opera Android: Opera does not print backgrounds of the <body> element. If this property is set to exact for the <body> element, it will apply only to its descendants.Safari: Safari does not print backgrounds of the <body> element. If this property is set to exact for the <body> element, it will apply only to its descendants.Safari on iOS: Safari on iOS does not print backgrounds of the <body> element. If this property is set to exact for the <body> element, it will apply only to its descendants.Samsung Internet: Samsung Internet does not print backgrounds of the <body> element. If this property is set to exact for the <body> element, it will apply only to its descendants.Samsung Internet: In version 1, if background images are clipped (for example, when using background-image sprites) and -webkit-print-color-adjust is set to exact, then backgrounds will appear distorted when printed. Solid backgrounds and background images that are not clipped (i.e., backgrounds that have narrower and shorter than the element to which they are applied) are printed correctly. See bug 40219905.WebView Android: WebView does not print backgrounds of the <body> element. If this property is set to exact for the <body> element, it will apply only to its descendants.WebView on iOS: WebView on iOS does not print backgrounds of the <body> element. If this property is set to exact for the <body> element, it will apply only to its descendants. |
| css.properties.print-color-adjust.economy π | CSS | |
| css.properties.print-color-adjust.exact π | CSS | |
| css.properties.quotes π | CSS | |
| css.properties.quotes.auto π | CSS | Internet Explorer: This value is not supported, but the default browser behavior is to choose appropriate quotes for the user's language setting |
| css.properties.quotes.none π | CSS | |
| css.properties.r π | CSS | |
| css.properties.reading-flow π | CSS | |
| css.properties.resize π | CSS | Safari on iOS: The value is recognized, but has no effect.WebView on iOS: The value is recognized, but has no effect. |
| css.properties.resize.block | CSS | |
| css.properties.resize.block_level_support | CSS | Firefox: resize doesn't have any effect on <iframe>. See bug 680823)Firefox for Android: resize doesn't have any effect on <iframe>. See bug 680823) |
| css.properties.resize.inline | CSS | |
| css.properties.right π | CSS | |
| css.properties.right.anchor π | CSS | |
| css.properties.right.anchor-size π | CSS | |
| css.properties.right.auto π | CSS | |
| css.properties.rotate π | CSS | |
| css.properties.rotate.none π | CSS | |
| css.properties.rotate.x_y_z_angle | CSS | |
| css.properties.row-gap π | CSS | |
| css.properties.row-gap.flex_context π | CSS | |
| css.properties.row-gap.grid_context π | CSS | |
| css.properties.ruby-align π | CSS | Internet Explorer: Internet Explorer 9 and later supports an earlier draft of CSS Ruby with non-standard values for this property: auto, left, center, right, distribute-letter, distribute-space, and line-edge. |
| css.properties.ruby-align.center π | CSS | |
| css.properties.ruby-align.space-around π | CSS | |
| css.properties.ruby-align.space-between π | CSS | |
| css.properties.ruby-align.start π | CSS | |
| css.properties.ruby-overhang π | CSS | |
| css.properties.ruby-overhang.auto π | CSS | |
| css.properties.ruby-overhang.none π | CSS | |
| css.properties.ruby-position π | CSS | Chrome: Implemented as a non-standard, prefixed, version of ruby-position, -webkit-ruby-position: it has two properties: before and after (both equivalent, for ltr and rtl scripts to the standard over value used with ruby-align: start).Chrome Android: Implemented as a non-standard, prefixed, version of ruby-position, -webkit-ruby-position: it has two properties: before and after (both equivalent, for ltr and rtl scripts to the standard over value used with ruby-align: start).Edge: Implemented as a non-standard, prefixed, version of ruby-position, -webkit-ruby-position: it has two properties: before and after (both equivalent, for ltr and rtl scripts to the standard over value used with ruby-align: start).Internet Explorer: Internet Explorer 9 and later support an old draft values: inline (equivalent of having display: inline on the ruby), and above (synonym of the modern over).Quest Browser: Implemented as a non-standard, prefixed, version of ruby-position, -webkit-ruby-position: it has two properties: before and after (both equivalent, for ltr and rtl scripts to the standard over value used with ruby-align: start).Opera: Implemented as a non-standard, prefixed, version of ruby-position, -webkit-ruby-position: it has two properties: before and after (both equivalent, for ltr and rtl scripts to the standard over value used with ruby-align: start).Opera Android: Implemented as a non-standard, prefixed, version of ruby-position, -webkit-ruby-position: it has two properties: before and after (both equivalent, for ltr and rtl scripts to the standard over value used with ruby-align: start).Safari: Implemented as a non-standard, prefixed, version of ruby-position, -webkit-ruby-position: it has two properties: before and after (both equivalent, for ltr and rtl scripts to the standard over value used with ruby-align: start).Safari on iOS: Implemented as a non-standard, prefixed, version of ruby-position, -webkit-ruby-position: it has two properties: before and after (both equivalent, for ltr and rtl scripts to the standard over value used with ruby-align: start).WebView Android: Implemented as a non-standard, prefixed, version of ruby-position, -webkit-ruby-position: it has two properties: before and after (both equivalent, for ltr and rtl scripts to the standard over value used with ruby-align: start).WebView on iOS: Implemented as a non-standard, prefixed, version of ruby-position, -webkit-ruby-position: it has two properties: before and after (both equivalent, for ltr and rtl scripts to the standard over value used with ruby-align: start). |
| css.properties.ruby-position.alternate | CSS | |
| css.properties.ruby-position.inter-character | CSS | Chrome: This value is only supported with the prefixed version of the property.Chrome Android: This value is only supported with the prefixed version of the property.Edge: This value is only supported with the prefixed version of the property.Quest Browser: This value is only supported with the prefixed version of the property.Opera: This value is only supported with the prefixed version of the property.Opera Android: This value is only supported with the prefixed version of the property.Samsung Internet: This value is only supported with the prefixed version of the property.WebView Android: This value is only supported with the prefixed version of the property. |
| css.properties.ruby-position.over | CSS | |
| css.properties.ruby-position.under | CSS | |
| css.properties.rx π | CSS | Safari: The value is recognized, but has no effect. This property is only recognized as an attribute applied to the SVG element. See bug 266090.Safari on iOS: The value is recognized, but has no effect. This property is only recognized as an attribute applied to the SVG element. See bug 266090.WebView on iOS: The value is recognized, but has no effect. This property is only recognized as an attribute applied to the SVG element. See bug 266090. |
| css.properties.ry π | CSS | Safari: The value is recognized, but has no effect. This property is only recognized as an attribute applied to the SVG element. See bug 266090.Safari on iOS: The value is recognized, but has no effect. This property is only recognized as an attribute applied to the SVG element. See bug 266090.WebView on iOS: The value is recognized, but has no effect. This property is only recognized as an attribute applied to the SVG element. See bug 266090. |
| css.properties.scale π | CSS | |
| css.properties.scale.none π | CSS | |
| css.properties.scroll-behavior π | CSS | |
| css.properties.scroll-behavior.auto π | CSS | |
| css.properties.scroll-behavior.smooth π | CSS | |
| css.properties.scroll-initial-target π | CSS | |
| css.properties.scroll-initial-target.nearest π | CSS | |
| css.properties.scroll-initial-target.none π | CSS | |
| css.properties.scroll-margin π | CSS | Firefox: The scroll-margin property can cause an element's visibility to be incorrectly calculated for element.focus(). See bug 1708303.Firefox for Android: The scroll-margin property can cause an element's visibility to be incorrectly calculated for element.focus(). See bug 1708303.Safari: Before version 14.1, scroll margin is not applied for scrolls to fragment target or scrollIntoView(), see bug 189265.Safari on iOS: Before version 14.5, scroll margin is not applied for scrolls to fragment target or scrollIntoView(), see bug 189265.WebView on iOS: Before version 14.5, scroll margin is not applied for scrolls to fragment target or scrollIntoView(), see bug 189265. |
| css.properties.scroll-margin-block π | CSS | |
| css.properties.scroll-margin-block-end π | CSS | |
| css.properties.scroll-margin-block-start π | CSS | |
| css.properties.scroll-margin-bottom π | CSS | Safari: Before version 14.1, scroll margin is not applied for scrolls to fragment target or scrollIntoView(), see bug 189265.Safari on iOS: Before version 14.5, scroll margin is not applied for scrolls to fragment target or scrollIntoView(), see bug 189265.WebView on iOS: Before version 14.5, scroll margin is not applied for scrolls to fragment target or scrollIntoView(), see bug 189265. |
| css.properties.scroll-margin-inline π | CSS | |
| css.properties.scroll-margin-inline-end π | CSS | |
| css.properties.scroll-margin-inline-start π | CSS | |
| css.properties.scroll-margin-left π | CSS | Safari: Before version 14.1, scroll margin is not applied for scrolls to fragment target or scrollIntoView(), see bug 189265.Safari on iOS: Before version 14.5, scroll margin is not applied for scrolls to fragment target or scrollIntoView(), see bug 189265.WebView on iOS: Before version 14.5, scroll margin is not applied for scrolls to fragment target or scrollIntoView(), see bug 189265. |
| css.properties.scroll-margin-right π | CSS | Safari: Before version 14.1, scroll margin is not applied for scrolls to fragment target or scrollIntoView(), see bug 189265.Safari on iOS: Before version 14.5, scroll margin is not applied for scrolls to fragment target or scrollIntoView(), see bug 189265.WebView on iOS: Before version 14.5, scroll margin is not applied for scrolls to fragment target or scrollIntoView(), see bug 189265. |
| css.properties.scroll-margin-top π | CSS | Safari: Before version 14.1, scroll margin is not applied for scrolls to fragment target or scrollIntoView(), see bug 189265.Safari on iOS: Before version 14.5, scroll margin is not applied for scrolls to fragment target or scrollIntoView(), see bug 189265.WebView on iOS: Before version 14.5, scroll margin is not applied for scrolls to fragment target or scrollIntoView(), see bug 189265. |
| css.properties.scroll-padding π | CSS | Safari: Scroll padding is not applied for scrolls to fragment target or scrollIntoView(), see bug 179379.Safari on iOS: Scroll padding is not applied for scrolls to fragment target or scrollIntoView(), see bug 179379.WebView on iOS: Scroll padding is not applied for scrolls to fragment target or scrollIntoView(), see bug 179379. |
| css.properties.scroll-padding.auto π | CSS | |
| css.properties.scroll-padding-block π | CSS | |
| css.properties.scroll-padding-block.auto π | CSS | |
| css.properties.scroll-padding-block-end π | CSS | |
| css.properties.scroll-padding-block-end.auto π | CSS | |
| css.properties.scroll-padding-block-start π | CSS | |
| css.properties.scroll-padding-block-start.auto π | CSS | |
| css.properties.scroll-padding-bottom π | CSS | Safari: Scroll padding is not applied for scrolls to fragment target or scrollIntoView(), see bug 179379.Safari on iOS: Scroll padding is not applied for scrolls to fragment target or scrollIntoView(), see bug 179379.WebView on iOS: Scroll padding is not applied for scrolls to fragment target or scrollIntoView(), see bug 179379. |
| css.properties.scroll-padding-inline π | CSS | |
| css.properties.scroll-padding-inline.auto π | CSS | |
| css.properties.scroll-padding-inline-end π | CSS | |
| css.properties.scroll-padding-inline-end.auto π | CSS | |
| css.properties.scroll-padding-inline-start π | CSS | |
| css.properties.scroll-padding-inline-start.auto π | CSS | |
| css.properties.scroll-padding-left π | CSS | Safari: Scroll padding is not applied for scrolls to fragment target or scrollIntoView(), see bug 179379.Safari on iOS: Scroll padding is not applied for scrolls to fragment target or scrollIntoView(), see bug 179379.WebView on iOS: Scroll padding is not applied for scrolls to fragment target or scrollIntoView(), see bug 179379. |
| css.properties.scroll-padding-right π | CSS | Safari: Scroll padding is not applied for scrolls to fragment target or scrollIntoView(), see bug 179379.Safari on iOS: Scroll padding is not applied for scrolls to fragment target or scrollIntoView(), see bug 179379.WebView on iOS: Scroll padding is not applied for scrolls to fragment target or scrollIntoView(), see bug 179379. |
| css.properties.scroll-padding-top π | CSS | Safari: Scroll padding is not applied for scrolls to fragment target or scrollIntoView(), see bug 179379.Safari on iOS: Scroll padding is not applied for scrolls to fragment target or scrollIntoView(), see bug 179379.WebView on iOS: Scroll padding is not applied for scrolls to fragment target or scrollIntoView(), see bug 179379. |
| css.properties.scroll-snap-align π | CSS | |
| css.properties.scroll-snap-align.center π | CSS | |
| css.properties.scroll-snap-align.end π | CSS | |
| css.properties.scroll-snap-align.none π | CSS | |
| css.properties.scroll-snap-align.start π | CSS | |
| css.properties.scroll-snap-stop π | CSS | |
| css.properties.scroll-snap-stop.always π | CSS | |
| css.properties.scroll-snap-stop.normal π | CSS | |
| css.properties.scroll-snap-type π | CSS | Edge: Edge supports an earlier draft of CSS Scroll Snap without axis values.Firefox: On macOS Monterey, scroll snapping does not complete reliably. See bug 1749352.Firefox: An earlier draft of CSS Scroll Snap without axis values.Firefox for Android: An earlier draft of CSS Scroll Snap without axis values.Internet Explorer: Internet Explorer supports an earlier draft of CSS Scroll Snap without axis values.Safari: Older Safari versions support an earlier draft of CSS Scroll Snap without axis values.Safari on iOS: Older Safari on iOS versions support an earlier draft of CSS Scroll Snap without axis values.WebView on iOS: Older WebView on iOS versions support an earlier draft of CSS Scroll Snap without axis values. |
| css.properties.scroll-snap-type.block π | CSS | |
| css.properties.scroll-snap-type.both π | CSS | |
| css.properties.scroll-snap-type.inline π | CSS | |
| css.properties.scroll-snap-type.none π | CSS | |
| css.properties.scroll-snap-type.x π | CSS | |
| css.properties.scroll-snap-type.y π | CSS | |
| css.properties.scroll-timeline π | CSS | Firefox: The syntax of the shorthand property uses the fixed order of name and then the axis.Firefox: Supports the deprecated horizontal and vertical axis values, and not the x and y values.Firefox: The @scroll-timeline at-rule is replaced with the longhand properties scroll-timeline-name and scroll-timeline-axis and the shorthand property scroll-timeline. |
| css.properties.scroll-timeline-axis π | CSS | Firefox: The syntax of the shorthand property uses the fixed order of name and then the axis.Firefox: Supports the deprecated horizontal and vertical values, and not the x and y values.Firefox: The @scroll-timeline at-rule is replaced with the longhand properties scroll-timeline-name and scroll-timeline-axis and the shorthand property scroll-timeline. |
| css.properties.scroll-timeline-axis.block π | CSS | |
| css.properties.scroll-timeline-axis.inline π | CSS | |
| css.properties.scroll-timeline-axis.x π | CSS | |
| css.properties.scroll-timeline-axis.y π | CSS | |
| css.properties.scroll-timeline-name π | CSS | Firefox: The syntax of the shorthand property uses the fixed order of name and then the axis.Firefox: The @scroll-timeline at-rule is replaced with the longhand properties scroll-timeline-name and scroll-timeline-axis and the shorthand property scroll-timeline. |
| css.properties.scrollbar-color π | CSS | |
| css.properties.scrollbar-color.auto π | CSS | |
| css.properties.scrollbar-gutter π | CSS | |
| css.properties.scrollbar-gutter.auto π | CSS | |
| css.properties.scrollbar-gutter.stable π | CSS | |
| css.properties.scrollbar-width π | CSS | |
| css.properties.scrollbar-width.auto π | CSS | |
| css.properties.scrollbar-width.none π | CSS | |
| css.properties.scrollbar-width.thin π | CSS | |
| css.properties.shape-image-threshold π | CSS | |
| css.properties.shape-image-threshold.percentages | CSS | |
| css.properties.shape-margin π | CSS | |
| css.properties.shape-outside π | CSS | |
| css.properties.shape-outside.circle | CSS | |
| css.properties.shape-outside.gradient π | CSS | |
| css.properties.shape-outside.image π | CSS | |
| css.properties.shape-outside.inset | CSS | |
| css.properties.shape-outside.none π | CSS | |
| css.properties.shape-outside.path π | CSS | |
| css.properties.shape-outside.polygon | CSS | |
| css.properties.shape-rendering π | CSS | |
| css.properties.speak π | CSS | Chrome: The implementation is not compliant with the specification, see bug 40813740.Chrome Android: The implementation is not compliant with the specification, see bug 40813740.Edge: The implementation is not compliant with the specification, see bug 40813740.Quest Browser: The implementation is not compliant with the specification, see bug 40813740.Opera: The implementation is not compliant with the specification, see bug 40813740.Opera Android: The implementation is not compliant with the specification, see bug 40813740.Samsung Internet: The implementation is not compliant with the specification, see bug 40813740.WebView Android: The implementation is not compliant with the specification, see bug 40813740. |
| css.properties.speak-as π | CSS | |
| css.properties.speak-as.digits π | CSS | |
| css.properties.speak-as.literal-punctuation π | CSS | |
| css.properties.speak-as.no-punctuation π | CSS | |
| css.properties.speak-as.normal π | CSS | |
| css.properties.speak-as.spell-out π | CSS | |
| css.properties.stop-color π | CSS | |
| css.properties.stop-opacity π | CSS | |
| css.properties.stroke π | CSS | |
| css.properties.stroke-color π | CSS | |
| css.properties.stroke-dasharray π | CSS | |
| css.properties.stroke-dasharray.none π | CSS | |
| css.properties.stroke-dashoffset π | CSS | |
| css.properties.stroke-linecap π | CSS | |
| css.properties.stroke-linecap.butt π | CSS | |
| css.properties.stroke-linecap.round π | CSS | |
| css.properties.stroke-linecap.square π | CSS | |
| css.properties.stroke-linejoin π | CSS | |
| css.properties.stroke-linejoin.bevel π | CSS | |
| css.properties.stroke-linejoin.miter π | CSS | |
| css.properties.stroke-linejoin.round π | CSS | |
| css.properties.stroke-miterlimit π | CSS | |
| css.properties.stroke-opacity π | CSS | |
| css.properties.stroke-width π | CSS | |
| css.properties.tab-size π | CSS | Chrome: This property is not yet animatable.Chrome Android: This property is not yet animatable.Edge: This property is not yet animatable.Firefox: Before Firefox 53, this property was not animatable.Firefox for Android: Before Firefox for Android 53, this property was not animatable.Quest Browser: This property is not yet animatable.Samsung Internet: This property is not yet animatable. |
| css.properties.tab-size.length π | CSS | |
| css.properties.table-layout π | CSS | |
| css.properties.text-align π | CSS | |
| css.properties.text-align.center π | CSS | |
| css.properties.text-align.end π | CSS | |
| css.properties.text-align.justify π | CSS | |
| css.properties.text-align.left π | CSS | |
| css.properties.text-align.match-parent π | CSS | |
| css.properties.text-align.right π | CSS | |
| css.properties.text-align.start π | CSS | |
| css.properties.text-align-last π | CSS | Internet Explorer: IE only supports text-align-last when text-align is set to justify.Internet Explorer: The start and end values are not supported. |
| css.properties.text-align-last.auto π | CSS | |
| css.properties.text-anchor π | CSS | |
| css.properties.text-box π | CSS | |
| css.properties.text-box.normal π | CSS | |
| css.properties.text-box-edge π | CSS | |
| css.properties.text-box-edge.auto π | CSS | |
| css.properties.text-box-trim π | CSS | |
| css.properties.text-box-trim.none π | CSS | |
| css.properties.text-box-trim.trim-both π | CSS | |
| css.properties.text-box-trim.trim-end π | CSS | |
| css.properties.text-box-trim.trim-start π | CSS | |
| css.properties.text-combine-upright π | CSS | Chrome: This property was initially named -webkit-text-combine according to a 2011 version of the CSS3 Writing Modes specification, supporting the values none and horizontal without digits.Chrome Android: This property was initially named -webkit-text-combine according to a 2011 version of the CSS3 Writing Modes specification, supporting the values none and horizontal without digits.Firefox: Before version 81, Firefox implemented the property as animatable. This was corrected to spec in 81.Firefox for Android: Before version 81, Firefox for Android implemented the property as animatable. This was corrected to spec in 81.Quest Browser: This property was initially named -webkit-text-combine according to a 2011 version of the CSS3 Writing Modes specification, supporting the values none and horizontal without digits.Opera: This property was initially named -webkit-text-combine according to a 2011 version of the CSS3 Writing Modes specification, supporting the values none and horizontal without digits.Opera Android: This property was initially named -webkit-text-combine according to a 2011 version of the CSS3 Writing Modes specification, supporting the values none and horizontal without digits.Safari: This property was initially named -webkit-text-combine according to a 2011 version of the CSS3 Writing Modes specification, supporting the values none and horizontal without digits.Safari on iOS: This property was initially named -webkit-text-combine according to a 2011 version of the CSS3 Writing Modes specification, supporting the values none and horizontal without digits.Samsung Internet: This property was initially named -webkit-text-combine according to a 2011 version of the CSS3 Writing Modes specification, supporting the values none and horizontal without digits.WebView Android: This property was initially named -webkit-text-combine according to a 2011 version of the CSS3 Writing Modes specification, supporting the values none and horizontal without digits.WebView on iOS: This property was initially named -webkit-text-combine according to a 2011 version of the CSS3 Writing Modes specification, supporting the values none and horizontal without digits. |
| css.properties.text-decoration π | CSS | |
| css.properties.text-decoration.includes_color-and-style | CSS | |
| css.properties.text-decoration.includes_thickness | CSS | |
| css.properties.text-decoration-color π | CSS | |
| css.properties.text-decoration-line π | CSS | |
| css.properties.text-decoration-line.blink π | CSS | Chrome: The blink value does not have any effect.Chrome Android: The blink value does not have any effect.Edge: The blink value does not have any effect.Firefox: The blink value does not have any effect.Firefox for Android: The blink value does not have any effect.Quest Browser: The blink value does not have any effect.Samsung Internet: The blink value does not have any effect.WebView Android: The blink value does not have any effect. |
| css.properties.text-decoration-line.grammar-error π | CSS | |
| css.properties.text-decoration-line.line-through π | CSS | |
| css.properties.text-decoration-line.none π | CSS | |
| css.properties.text-decoration-line.overline π | CSS | |
| css.properties.text-decoration-line.spelling-error π | CSS | |
| css.properties.text-decoration-line.underline π | CSS | |
| css.properties.text-decoration-skip π | CSS | Chrome: Only supports the deprecated ink value.Chrome Android: Only supports the deprecated ink value.Opera: Only supports the deprecated ink value.Opera Android: Only supports the deprecated ink value.Safari: Supports only none, auto, and objects values.Safari: Supports only none, auto, and objects values.Safari on iOS: Supports only none, auto, and objects values.Safari on iOS: Supports only none, auto, and objects values.Samsung Internet: Only supports the deprecated ink value.WebView Android: Only supports the deprecated ink value.WebView on iOS: Supports only none, auto, and objects values.WebView on iOS: Supports only none, auto, and objects values. |
| css.properties.text-decoration-skip.auto π | CSS | |
| css.properties.text-decoration-skip.none π | CSS | |
| css.properties.text-decoration-skip-ink π | CSS | |
| css.properties.text-decoration-skip-ink.all π | CSS | |
| css.properties.text-decoration-skip-ink.auto π | CSS | |
| css.properties.text-decoration-skip-ink.none π | CSS | |
| css.properties.text-decoration-style π | CSS | |
| css.properties.text-decoration-style.wavy | CSS | |
| css.properties.text-decoration-thickness π | CSS | Chrome: The text-decoration-thickness property does not work unless either text-underline-offset is set to something other than auto or text-decoration-color is set to something other than currentColor. See bug 40734940.Chrome Android: The text-decoration-thickness property does not work unless either text-underline-offset is set to something other than auto or text-decoration-color is set to something other than currentColor. See bug 40734940.Edge: The text-decoration-thickness property does not work unless either text-underline-offset is set to something other than auto or text-decoration-color is set to something other than currentColor. See bug 40734940.Quest Browser: The text-decoration-thickness property does not work unless either text-underline-offset is set to something other than auto or text-decoration-color is set to something other than currentColor. See bug 40734940.Opera: The text-decoration-thickness property does not work unless either text-underline-offset is set to something other than auto or text-decoration-color is set to something other than currentColor. See bug 40734940.Opera Android: The text-decoration-thickness property does not work unless either text-underline-offset is set to something other than auto or text-decoration-color is set to something other than currentColor. See bug 40734940.Samsung Internet: The text-decoration-thickness property does not work unless either text-underline-offset is set to something other than auto or text-decoration-color is set to something other than currentColor. See bug 40734940.WebView Android: The text-decoration-thickness property does not work unless either text-underline-offset is set to something other than auto or text-decoration-color is set to something other than currentColor. See bug 40734940. |
| css.properties.text-decoration-thickness.auto π | CSS | |
| css.properties.text-decoration-thickness.from-font π | CSS | |
| css.properties.text-decoration-thickness.percentage | CSS | |
| css.properties.text-emphasis π | CSS | |
| css.properties.text-emphasis-color π | CSS | |
| css.properties.text-emphasis-position π | CSS | |
| css.properties.text-emphasis-position.auto | CSS | |
| css.properties.text-emphasis-position.left | CSS | |
| css.properties.text-emphasis-position.over | CSS | |
| css.properties.text-emphasis-position.right | CSS | |
| css.properties.text-emphasis-position.under | CSS | |
| css.properties.text-emphasis-style π | CSS | |
| css.properties.text-emphasis-style.circle π | CSS | |
| css.properties.text-emphasis-style.dot π | CSS | |
| css.properties.text-emphasis-style.double-circle π | CSS | |
| css.properties.text-emphasis-style.filled π | CSS | |
| css.properties.text-emphasis-style.none π | CSS | |
| css.properties.text-emphasis-style.sesame π | CSS | |
| css.properties.text-emphasis-style.triangle π | CSS | |
| css.properties.text-indent π | CSS | |
| css.properties.text-indent.each-line π | CSS | |
| css.properties.text-indent.hanging π | CSS | |
| css.properties.text-justify π | CSS | Chrome: inter-word and distribute (deprecated) values are supported, but distribute behavior is buggy.Chrome Android: inter-word and distribute (deprecated) values are supported, but distribute behavior is buggy.Edge: inter-word and distribute (deprecated) values are supported, but distribute behavior is buggy.Edge: Standard values inter-character and none are supported. The deprecated distribute value is also supported.Internet Explorer: Standard values inter-character and none are supported. The deprecated distribute value is also supported.Quest Browser: inter-word and distribute (deprecated) values are supported, but distribute behavior is buggy.Opera: inter-word and distribute (deprecated) values are supported, but distribute behavior is buggy. |
| css.properties.text-justify.auto π | CSS | |
| css.properties.text-justify.inter-character π | CSS | |
| css.properties.text-justify.inter-word π | CSS | |
| css.properties.text-justify.none π | CSS | |
| css.properties.text-orientation π | CSS | |
| css.properties.text-orientation.mixed π | CSS | |
| css.properties.text-orientation.sideways π | CSS | |
| css.properties.text-orientation.upright π | CSS | |
| css.properties.text-overflow π | CSS | Firefox: Until Firefox 10, handling of text-overflow on blocks with inline overflow on both horizontal sides was incorrect. Before Firefox 10, if only one value was specified (such as text-overflow: ellipsis;), text was ellipsed on both sides of the block, instead of only the end edge based on the block's text direction.Firefox for Android: Until Firefox for Android 10, handling of text-overflow on blocks with inline overflow on both horizontal sides was incorrect. Before Firefox for Android 10, if only one value was specified (such as text-overflow: ellipsis;), text was ellipsed on both sides of the block, instead of only the end edge based on the block's text direction. |
| css.properties.text-overflow.clip π | CSS | |
| css.properties.text-overflow.ellipsis π | CSS | |
| css.properties.text-overflow.string | CSS | |
| css.properties.text-overflow.two_value_syntax | CSS | |
| css.properties.text-rendering π | CSS | Chrome: This property is only supported on Windows and Linux.Chrome: Initial versions had bugs on Windows and Linux that broke font substitution, small-caps, letter-spacing or caused text to overlap. See bug 40156511, bug 40430936, bug 40444347, bug 40286561.Chrome Android: This property is only supported on Windows and Linux.Chrome Android: Initial versions had bugs on Windows and Linux that broke font substitution, small-caps, letter-spacing or caused text to overlap. See bug 40156511, bug 40430936, bug 40444347, bug 40286561.Edge: This property is only supported on Windows and Linux.Edge: Initial versions had bugs on Windows and Linux that broke font substitution, small-caps, letter-spacing or caused text to overlap. See bug 40156511, bug 40430936, bug 40444347, bug 40286561.Firefox: This property is only supported on Windows and Linux.Firefox: The optimizeSpeed option has no effect on Firefox 4 because the standard code for text rendering is already fast and there is not a faster code path at this time. See bug 595688 for details.Quest Browser: This property is only supported on Windows and Linux.Quest Browser: Initial versions had bugs on Windows and Linux that broke font substitution, small-caps, letter-spacing or caused text to overlap. See bug 40156511, bug 40430936, bug 40444347, bug 40286561.Samsung Internet: This property is only supported on Windows and Linux. Samsung Internet is not on Windows or Linux.WebView Android: From version 3 to 4.3, there is a serious bug where text-rendering: optimizeLegibility causes custom web fonts to not render. This was fixed in version 4.4. |
| css.properties.text-rendering.auto | CSS | Chrome: Chrome treats auto as optimizeSpeed.Chrome Android: Chrome Android treats auto as optimizeSpeed.Edge: Edge treats auto as optimizeSpeed.Firefox: If the font size is 20 pixels or higher, Firefox treats auto as optimizeLegibility. For smaller text, Firefox treats auto as optimizeSpeed. The 20-pixel threshold can be changed with the browser.display.auto_quality_min_font_size preference.Firefox for Android: If the font size is 20 pixels or higher, Firefox treats auto as optimizeLegibility. For smaller text, Firefox treats auto as optimizeSpeed. The 20-pixel threshold can be changed with the browser.display.auto_quality_min_font_size preference.Quest Browser: Quest Browser treats auto as optimizeSpeed.Opera: Opera treats auto as optimizeSpeed.Opera Android: Opera Android treats auto as optimizeSpeed.Safari: Safari treats auto as optimizeSpeed. See bug 41363.Safari on iOS: Safari on iOS treats auto as optimizeSpeed. See bug 41363.Samsung Internet: Samsung Internet treats auto as optimizeSpeed.WebView Android: WebView Android treats auto as optimizeSpeed.WebView on iOS: WebView on iOS treats auto as optimizeSpeed. See bug 41363. |
| css.properties.text-rendering.geometricPrecision | CSS | Chrome: Supports true geometric precision without rounding up or down to the nearest supported font size in the operating system.Chrome Android: Supports true geometric precision without rounding up or down to the nearest supported font size in the operating system.Edge: Supports true geometric precision without rounding up or down to the nearest supported font size in the operating system.Firefox: Firefox treats geometricPrecision the same as optimizeLegibility.Firefox for Android: Firefox treats geometricPrecision the same as optimizeLegibility.Quest Browser: Supports true geometric precision without rounding up or down to the nearest supported font size in the operating system.Opera: Supports true geometric precision without rounding up or down to the nearest supported font size in the operating system.Opera Android: Supports true geometric precision without rounding up or down to the nearest supported font size in the operating system.Samsung Internet: Supports true geometric precision without rounding up or down to the nearest supported font size in the operating system.WebView Android: Supports true geometric precision without rounding up or down to the nearest supported font size in the operating system. |
| css.properties.text-shadow π | CSS | Firefox: Firefox versions before 57 have a bug whereby transitions will not work when transitioning from a text-shadow with a color specified to a text-shadow without a color specified (bug 726550).Firefox: From Firefox 4, the blur radius is capped at 300 for performance reasons.Firefox: Firefox theoretically supports infinite text-shadows (don't try it).Firefox: If the <color> value is unspecified, then Firefox uses the value of the element's color property.Firefox for Android: Firefox for Android versions before 57 have a bug whereby transitions will not work when transitioning from a text-shadow with a color specified to a text-shadow without a color specified (bug 726550).Firefox for Android: From Firefox for Android 4, the blur radius is capped at 300 for performance reasons.Firefox for Android: Firefox for Android theoretically supports infinite text-shadows (don't try it).Firefox for Android: If the <color> value is unspecified, then Firefox for Android uses the value of the element's color property.Opera: Opera supports a maximum of 6-9 text-shadows for performance reasons. The blur radius is limited to 100px.Opera: Opera 9.5 to 10.1 adheres to the old, reverse painting order (in CSS2, the first specified shadow is on the bottom).Safari: In Safari, any shadows that do not explicitly specify a color are transparent.Safari: Safari 1.1 to 3.2 only supports one text-shadow (displays the first shadow of a comma-separated list and ignores the rest). Safari 4.0 (WebKit 528) and later support multiple text-shadows.Safari on iOS: In Safari, any shadows that do not explicitly specify a color are transparent.Safari on iOS: Safari iOS 1 and 2 only support one text-shadow (displays the first shadow of a comma-separated list and ignores the rest). Safari iOS 3 (WebKit 528) and later support multiple text-shadows.WebView on iOS: In Safari, any shadows that do not explicitly specify a color are transparent.WebView on iOS: Safari iOS 1 and 2 only support one text-shadow (displays the first shadow of a comma-separated list and ignores the rest). Safari iOS 3 (WebKit 528) and later support multiple text-shadows. |
| css.properties.text-size-adjust π | CSS | |
| css.properties.text-size-adjust.auto π | CSS | |
| css.properties.text-size-adjust.none π | CSS | |
| css.properties.text-size-adjust.percentages π | CSS | |
| css.properties.text-spacing-trim π | CSS | |
| css.properties.text-spacing-trim.normal π | CSS | |
| css.properties.text-spacing-trim.space-all π | CSS | |
| css.properties.text-spacing-trim.space-first π | CSS | |
| css.properties.text-spacing-trim.trim-start π | CSS | |
| css.properties.text-transform π | CSS | Chrome: The text-transform property does not work for ::first-line pseudo-elements (nor for the one-colon syntax). See bug 40214861.Chrome Android: The text-transform property does not work for ::first-line pseudo-elements (nor for the one-colon syntax). See bug 40214861.Quest Browser: The text-transform property does not work for ::first-line pseudo-elements (nor for the one-colon syntax). See bug 40214861.Opera: Since Opera 15, the text-transform property does not work for ::first-line pseudo-elements (nor for the one-colon syntax). See bug 40214861.Safari: The text-transform property does not work for ::first-line pseudo-elements (also not for the old one-colon syntax). See bug 3409.Safari on iOS: The text-transform property does not work for ::first-line pseudo-elements (also not for the old one-colon syntax). See bug 3409.Samsung Internet: The text-transform property does not work for ::first-line pseudo-elements (nor for the one-colon syntax). See bug 40214861.WebView Android: The text-transform property does not work for ::first-line pseudo-elements (nor for the one-colon syntax). See bug 40214861.WebView on iOS: The text-transform property does not work for ::first-line pseudo-elements (also not for the old one-colon syntax). See bug 3409. |
| css.properties.text-transform.capitalize π | CSS | Firefox: Before Firefox 14, some punctuation characters could interfere with correct capitalization. See bug 731536.Firefox for Android: Before Firefox for Android 14, some punctuation characters could interfere with correct capitalization. See bug 731536. |
| css.properties.text-transform.dutch_ij_digraph | CSS | |
| css.properties.text-transform.full-size-kana π | CSS | |
| css.properties.text-transform.full-width π | CSS | |
| css.properties.text-transform.greek_accented_characters | CSS | |
| css.properties.text-transform.lowercase π | CSS | |
| css.properties.text-transform.lowercase_sigma | CSS | |
| css.properties.text-transform.math-auto π | CSS | |
| css.properties.text-transform.none π | CSS | |
| css.properties.text-transform.turkic_is | CSS | |
| css.properties.text-transform.uppercase π | CSS | |
| css.properties.text-transform.uppercase_eszett | CSS | |
| css.properties.text-underline-offset π | CSS | |
| css.properties.text-underline-offset.auto π | CSS | |
| css.properties.text-underline-offset.percentage π | CSS | |
| css.properties.text-underline-position π | CSS | |
| css.properties.text-underline-position.from-font | CSS | |
| css.properties.text-underline-position.left | CSS | |
| css.properties.text-underline-position.right | CSS | |
| css.properties.text-underline-position.under | CSS | |
| css.properties.text-wrap π | CSS | |
| css.properties.text-wrap.balance π | CSS | |
| css.properties.text-wrap.nowrap π | CSS | |
| css.properties.text-wrap.pretty π | CSS | |
| css.properties.text-wrap.stable π | CSS | |
| css.properties.text-wrap.wrap π | CSS | |
| css.properties.text-wrap-mode π | CSS | |
| css.properties.text-wrap-mode.nowrap | CSS | |
| css.properties.text-wrap-mode.wrap | CSS | |
| css.properties.text-wrap-style π | CSS | |
| css.properties.text-wrap-style.auto π | CSS | |
| css.properties.text-wrap-style.balance π | CSS | |
| css.properties.text-wrap-style.pretty π | CSS | |
| css.properties.text-wrap-style.stable π | CSS | |
| css.properties.timeline-scope π | CSS | |
| css.properties.timeline-scope.all π | CSS | |
| css.properties.timeline-scope.none π | CSS | |
| css.properties.top π | CSS | Internet Explorer: In Internet Explorer versions before 7, when both top and bottom are specified, the element position is overconstrained and the top property has precedence; the computed value of bottom is set to -top, while its specified value is ignored. |
| css.properties.top.anchor π | CSS | |
| css.properties.top.anchor-size π | CSS | |
| css.properties.top.auto π | CSS | |
| css.properties.touch-action π | CSS | Firefox: Not applicable to Firefox platforms that support neither pointer nor touch events. |
| css.properties.touch-action.manipulation | CSS | Firefox: Not applicable to Firefox platforms that support neither pointer nor touch events. |
| css.properties.touch-action.none | CSS | Firefox: Not applicable to Firefox platforms that support neither pointer nor touch events. |
| css.properties.touch-action.pan-down | CSS | |
| css.properties.touch-action.pan-left | CSS | |
| css.properties.touch-action.pan-right | CSS | |
| css.properties.touch-action.pan-up | CSS | |
| css.properties.touch-action.pan-x | CSS | Firefox: Not applicable to Firefox platforms that support neither pointer nor touch events. |
| css.properties.touch-action.pan-y | CSS | Firefox: Not applicable to Firefox platforms that support neither pointer nor touch events. |
| css.properties.touch-action.pinch-zoom | CSS | Firefox: Not applicable to Firefox platforms that support neither pointer nor touch events.Firefox for Android: Not applicable to Firefox for Android platforms that support neither pointer nor touch events. |
| css.properties.transform π | CSS | Internet Explorer: Internet Explorer does not support the global values initial and unset.Internet Explorer: Internet Explorer 5.5 or later supports a proprietary Matrix Filter which can be used to achieve a similar effect.WebView Android: Android 2.3 has a bug where input forms will "jump" when typing, if any container element has a -webkit-transform. |
| css.properties.transform.3d | CSS | |
| css.properties.transform-box π | CSS | |
| css.properties.transform-box.border-box π | CSS | |
| css.properties.transform-box.content-box π | CSS | |
| css.properties.transform-box.fill-box π | CSS | |
| css.properties.transform-box.stroke-box π | CSS | |
| css.properties.transform-box.view-box π | CSS | |
| css.properties.transform-origin π | CSS | |
| css.properties.transform-origin.bottom π | CSS | |
| css.properties.transform-origin.center π | CSS | |
| css.properties.transform-origin.left π | CSS | |
| css.properties.transform-origin.right π | CSS | |
| css.properties.transform-origin.svg_elements | CSS | Firefox: Keywords and percentages refer to the canvas instead of the object itself. See bug 1209061.Firefox for Android: Keywords and percentages refer to the canvas instead of the object itself. See bug 1209061.Safari: Only supported for transformations applied using the CSS transform property (e.g. .className { transform: rotate(45deg); transform-origin: center; }). It has no effect on transformations applied using the transform SVG attribute (e.g. <rect style="transform-origin: center;" transform="rotate(45)" />).Safari on iOS: Only supported for transformations applied using the CSS transform property (e.g. .className { transform: rotate(45deg); transform-origin: center; }). It has no effect on transformations applied using the transform SVG attribute (e.g. <rect style="transform-origin: center;" transform="rotate(45)" />).WebView on iOS: Only supported for transformations applied using the CSS transform property (e.g. .className { transform: rotate(45deg); transform-origin: center; }). It has no effect on transformations applied using the transform SVG attribute (e.g. <rect style="transform-origin: center;" transform="rotate(45)" />). |
| css.properties.transform-origin.three_value_syntax | CSS | |
| css.properties.transform-origin.top π | CSS | |
| css.properties.transform-style π | CSS | |
| css.properties.transition π | CSS | Firefox: Before Firefox 57, transitions do not work when transitioning from a text-shadow with a color specified to a text-shadow without a color specified (see bug 726550).Firefox: Before Firefox 57, cancelling a filling animation (for example, with animation-fill-mode: forwards set) can trigger a transition set on the same element, although only once (see bug 1192592 and these test cases for more information).Firefox: Before Firefox 57, the background-position property can't be transitioned between two values containing different numbers of <position> values, for example background-position: 10px 10px; and background-position: 20px 20px, 30px 30px; (see bug 1390446).Firefox for Android: Before Firefox for Android 57, transitions do not work when transitioning from a text-shadow with a color specified to a text-shadow without a color specified (see bug 726550).Firefox for Android: Before Firefox for Android 57, cancelling a filling animation (for example, with animation-fill-mode: forwards set) can trigger a transition set on the same element, although only once (see bug 1192592 and these test cases for more information).Firefox for Android: Before Firefox for Android 57, the background-position property can't be transitioned between two values containing different numbers of <position> values, for example background-position: 10px 10px; and background-position: 20px 20px, 30px 30px; (see bug 1390446). |
| css.properties.transition.gradients_can_animate | CSS | |
| css.properties.transition.transition-behavior | CSS | |
| css.properties.transition-behavior π | CSS | |
| css.properties.transition-delay π | CSS | |
| css.properties.transition-duration π | CSS | |
| css.properties.transition-property π | CSS | |
| css.properties.transition-property.IDENT_value | CSS | |
| css.properties.transition-property.all π | CSS | |
| css.properties.transition-property.none π | CSS | |
| css.properties.transition-timing-function π | CSS | |
| css.properties.transition-timing-function.jump | CSS | |
| css.properties.translate π | CSS | |
| css.properties.translate.none π | CSS | |
| css.properties.unicode-bidi π | CSS | |
| css.properties.unicode-bidi.bidi-override π | CSS | |
| css.properties.unicode-bidi.embed π | CSS | |
| css.properties.unicode-bidi.isolate π | CSS | Chrome: Before Chrome 47, -webkit-isolate could lock up the browser.Chrome: Since Chrome 19, the syntax from a previous version of the specification, where the isolate keyword could be used together with bidi-override, is allowed.Firefox: From Firefox 10 to Firefox 16 (inclusive), the isolate keyword could be used together with bidi-override, which was the syntax from a previous version of the specification. From Firefox 17, only one value is allowed. Use isolate-override instead the previous isolate bidi-override.Firefox for Android: From Firefox for Android 10 to Firefox for Android 16 (inclusive), the isolate keyword could be used together with bidi-override, which was the syntax from a previous version of the specification. From Firefox for Android 17, only one value is allowed. Use isolate-override instead the previous isolate bidi-override.Opera: Before Opera 34, -webkit-isolate could lock up the browser.Opera: Since Opera 15, the syntax from a previous version of the specification, where the isolate keyword could be used together with bidi-override, is allowed.Safari: Before Safari 9, -webkit-isolate could lock up the browser.Safari on iOS: Before Safari on iOS 9, -webkit-isolate could lock up the browser.WebView on iOS: Before WebView on iOS 9, -webkit-isolate could lock up the browser. |
| css.properties.unicode-bidi.isolate-override π | CSS | |
| css.properties.unicode-bidi.normal π | CSS | |
| css.properties.unicode-bidi.plaintext π | CSS | Firefox: Before Firefox 50, the plaintext value was ignored for vertical writing modes (bug 1302734).Firefox: Before Firefox 15, plaintext didn't do anything to an inline element. The specification changed and the implementation was changed in Firefox 15.Firefox for Android: Before Firefox for Android 50, the plaintext value was ignored for vertical writing modes (bug 1302734).Firefox for Android: Before Firefox for Android 15, plaintext didn't do anything to an inline element. The specification changed and the implementation was changed in Firefox for Android 15. |
| css.properties.user-modify | CSS | Firefox: While the CSS property is parsed and accepted, it does not have any effect.Firefox for Android: While the CSS property is parsed and accepted, it does not have any effect. |
| css.properties.user-modify.read-write-plaintext-only | CSS | |
| css.properties.user-select π | CSS | |
| css.properties.user-select.all | CSS | |
| css.properties.user-select.auto | CSS | |
| css.properties.user-select.none | CSS | |
| css.properties.user-select.text | CSS | |
| css.properties.vector-effect π | CSS | |
| css.properties.vertical-align π | CSS | |
| css.properties.vertical-align.baseline π | CSS | |
| css.properties.vertical-align.bottom π | CSS | |
| css.properties.vertical-align.middle π | CSS | |
| css.properties.vertical-align.sub π | CSS | |
| css.properties.vertical-align.super π | CSS | |
| css.properties.vertical-align.text-bottom π | CSS | |
| css.properties.vertical-align.text-top π | CSS | |
| css.properties.vertical-align.top π | CSS | |
| css.properties.view-timeline π | CSS | Firefox: Now supports the x and y values, and also the deprecated horizontal and vertical values. |
| css.properties.view-timeline-axis π | CSS | Firefox: Now supports the x and y values, and also the deprecated horizontal and vertical values. |
| css.properties.view-timeline-axis.block π | CSS | |
| css.properties.view-timeline-axis.inline π | CSS | |
| css.properties.view-timeline-axis.x π | CSS | |
| css.properties.view-timeline-axis.y π | CSS | |
| css.properties.view-timeline-inset π | CSS | |
| css.properties.view-timeline-inset.auto π | CSS | |
| css.properties.view-timeline-name π | CSS | |
| css.properties.view-transition-class π | CSS | |
| css.properties.view-transition-class.none π | CSS | |
| css.properties.view-transition-name π | CSS | |
| css.properties.view-transition-name.none π | CSS | |
| css.properties.visibility π | CSS | Internet Explorer: Internet Explorer doesn't support visibility: initial.Internet Explorer: Internet Explorer doesn't support visibility: unset.Internet Explorer: Up to Internet Explorer 7, descendants of hidden elements will still be invisible even if they have visibility set to visible. |
| css.properties.visibility.collapse π | CSS | Chrome: Chrome treats visibility: collapse like hidden, leaving a white gap.Chrome: Chrome supports the collapse value only on <tr>, <thead>, <tbody>, and <tfoot>, but not on <col> and <colgroup> elements.Chrome Android: Chrome Android treats visibility: collapse like hidden, leaving a white gap.Chrome Android: Chrome Android supports the collapse value only on <tr>, <thead>, <tbody>, and <tfoot>, but not on <col> and <colgroup> elements.Firefox: Firefox doesn't hide borders when hiding <col> and <colgroup> elements if border-collapse: collapse is set.Firefox: Before Firefox 88, collapse is not supported on ruby annotations.Firefox for Android: Firefox for Android doesn't hide borders when hiding <col> and <colgroup> elements if border-collapse: collapse is set.Firefox for Android: Before Firefox for Android 88, collapse is not supported on ruby annotations.Quest Browser: Quest Browser treats visibility: collapse like hidden, leaving a white gap.Quest Browser: Quest Browser supports the collapse value only on <tr>, <thead>, <tbody>, and <tfoot>, but not on <col> and <colgroup> elements.Opera: Opera treats visibility: collapse like hidden, leaving a white gap.Opera: Opera supports the collapse value only on <tr>, <thead>, <tbody>, and <tfoot>, but not on <col> and <colgroup> elements.Opera Android: Opera treats visibility: collapse like hidden, leaving a white gap.Opera Android: Opera supports the collapse value only on <tr>, <thead>, <tbody>, and <tfoot>, but not on <col> and <colgroup> elements.Safari: Safari treats visibility: collapse like hidden, leaving a white gap.Safari: Safari supports the collapse value only on <tr>, <thead>, <tbody>, and <tfoot>, but not on <col> and <colgroup> elements.Safari on iOS: Safari on iOS treats visibility: collapse like hidden, leaving a white gap.Safari on iOS: Safari on iOS supports the collapse value only on <tr>, <thead>, <tbody>, and <tfoot>, but not on <col> and <colgroup> elements.Samsung Internet: Samsung Internet treats visibility: collapse like hidden, leaving a white gap.Samsung Internet: Samsung Internet supports the collapse value only on <tr>, <thead>, <tbody>, and <tfoot>, but not on <col> and <colgroup> elements.WebView Android: WebView Android treats visibility: collapse like hidden, leaving a white gap.WebView Android: WebView Android supports the collapse value only on <tr>, <thead>, <tbody>, and <tfoot>, but not on <col> and <colgroup> elements.WebView on iOS: WebView on iOS treats visibility: collapse like hidden, leaving a white gap.WebView on iOS: WebView on iOS supports the collapse value only on <tr>, <thead>, <tbody>, and <tfoot>, but not on <col> and <colgroup> elements. |
| css.properties.visibility.hidden π | CSS | |
| css.properties.visibility.visible π | CSS | |
| css.properties.white-space π | CSS | |
| css.properties.white-space.break-spaces π | CSS | |
| css.properties.white-space.normal π | CSS | |
| css.properties.white-space.nowrap π | CSS | |
| css.properties.white-space.pre π | CSS | |
| css.properties.white-space.pre-line π | CSS | |
| css.properties.white-space.pre-wrap π | CSS | Internet Explorer: From Internet Explorer 5.5 to 7, word-wrap: break-word; can be used for line breaks in pre elements. |
| css.properties.white-space.shorthand_values | CSS | Chrome: Only accepts values for white-space-collapse and text-wrap-mode, not white-space-trim.Chrome Android: Only accepts values for white-space-collapse and text-wrap-mode, not white-space-trim.Edge: Only accepts values for white-space-collapse and text-wrap-mode, not white-space-trim.Opera: Only accepts values for white-space-collapse and text-wrap-mode, not white-space-trim.Opera Android: Only accepts values for white-space-collapse and text-wrap-mode, not white-space-trim.Samsung Internet: Only accepts values for white-space-collapse and text-wrap-mode, not white-space-trim.WebView Android: Only accepts values for white-space-collapse and text-wrap-mode, not white-space-trim. |
| css.properties.white-space.svg_elements | CSS | |
| css.properties.white-space.textarea_support | CSS | |
| css.properties.white-space-collapse π | CSS | |
| css.properties.white-space-collapse.break-spaces π | CSS | |
| css.properties.white-space-collapse.collapse π | CSS | |
| css.properties.white-space-collapse.preserve π | CSS | |
| css.properties.white-space-collapse.preserve-breaks π | CSS | |
| css.properties.white-space-collapse.preserve-spaces π | CSS | |
| css.properties.widows π | CSS | |
| css.properties.width π | CSS | |
| css.properties.width.anchor-size π | CSS | |
| css.properties.width.auto π | CSS | |
| css.properties.width.fit-content π | CSS | |
| css.properties.width.fit-content_function π | CSS | |
| css.properties.width.is_animatable | CSS | |
| css.properties.width.max-content π | CSS | |
| css.properties.width.min-content π | CSS | |
| css.properties.width.stretch π | CSS | |
| css.properties.will-change π | CSS | |
| css.properties.will-change.auto π | CSS | |
| css.properties.will-change.contents π | CSS | |
| css.properties.will-change.scroll-position π | CSS | |
| css.properties.word-break π | CSS | Internet Explorer: No version of Internet Explorer supports the initial value.Internet Explorer: Don't use -ms-word-break, which is a synonym for word-break. |
| css.properties.word-break.auto-phrase π | CSS | Chrome: This value is only applicable if lang="ja" is specified. This value has no effect on other locales.Chrome Android: This value is only applicable if lang="ja" is specified. This value has no effect on other locales.Edge: This value is only applicable if lang="ja" is specified. This value has no effect on other locales.Opera: This value is only applicable if lang="ja" is specified. This value has no effect on other locales.Opera Android: This value is only applicable if lang="ja" is specified. This value has no effect on other locales.Samsung Internet: This value is only applicable if lang="ja" is specified. This value has no effect on other locales.WebView Android: This value is only applicable if lang="ja" is specified. This value has no effect on other locales. |
| css.properties.word-break.break-all π | CSS | |
| css.properties.word-break.break-word π | CSS | |
| css.properties.word-break.keep-all π | CSS | |
| css.properties.word-break.normal π | CSS | |
| css.properties.word-spacing π | CSS | |
| css.properties.word-spacing.normal π | CSS | |
| css.properties.word-spacing.percentages | CSS | |
| css.properties.word-spacing.svg_elements | CSS | |
| css.properties.writing-mode π | CSS | Firefox: Firefox 42 added support for bidirectional and RTL scripts in vertical modes.Firefox for Android: Firefox for Android 42 added support for bidirectional and RTL scripts in vertical modes.Internet Explorer: Internet Explorer's implementation differs from the specification.Internet Explorer: Internet Explorer's implementation differs from the specification. |
| css.properties.writing-mode.horizontal-tb | CSS | |
| css.properties.writing-mode.lr | CSS | |
| css.properties.writing-mode.lr-tb | CSS | |
| css.properties.writing-mode.rl | CSS | |
| css.properties.writing-mode.rl-tb | CSS | |
| css.properties.writing-mode.sideways-lr | CSS | |
| css.properties.writing-mode.sideways-rl | CSS | |
| css.properties.writing-mode.tb | CSS | |
| css.properties.writing-mode.tb-rl | CSS | |
| css.properties.writing-mode.vertical-lr | CSS | |
| css.properties.writing-mode.vertical-rl | CSS | |
| css.properties.writing-mode.vertical_oriented_form_controls | CSS | Chrome: Supported for select, button, textarea, textual input, range slider, meter, and progress elements.Chrome: Supported for select, button, textarea and textual input elements.Chrome: Only supported for select and button elements.Chrome Android: Supported for select, button, textarea, textual input, range slider, meter, and progress elements.Chrome Android: Supported for select, button, textarea and textual input elements.Chrome Android: Only supported for select and button elements.Edge: Supported for select, button, textarea, textual input, range slider, meter, and progress elements.Edge: Supported for select, button, textarea and textual input elements.Edge: Only supported for select and button elements.Opera: Supported for select, button, textarea, textual input, range slider, meter, and progress elements.Opera: Supported for select, button, textarea and textual input elements.Opera: Only supported for select and button elements.Opera Android: Supported for select, button, textarea, textual input, range slider, meter, and progress elements.Opera Android: Supported for select, button, textarea and textual input elements.Opera Android: Only supported for select and button elements.Safari: Support for range sliders, textual inputs, and textareas onlySafari on iOS: Support for range sliders, textual inputs, and textareas onlySamsung Internet: Supported for select, button, textarea, textual input, range slider, meter, and progress elements.Samsung Internet: Supported for select, button, textarea and textual input elements.Samsung Internet: Only supported for select and button elements.WebView Android: Supported for select, button, textarea, textual input, range slider, meter, and progress elements.WebView Android: Supported for select, button, textarea and textual input elements.WebView Android: Only supported for select and button elements.WebView on iOS: Support for range sliders, textual inputs, and textareas only |
| css.properties.x π | CSS | |
| css.properties.y π | CSS | |
| css.properties.z-index π | CSS | |
| css.properties.z-index.auto π | CSS | |
| css.properties.z-index.negative_values | CSS | |
| css.properties.zoom π | CSS | |
| css.properties.zoom.reset | CSS | |
| css.selectors.-moz-broken | CSS | |
| css.selectors.-moz-color-swatch | CSS | |
| css.selectors.-moz-first-node | CSS | |
| css.selectors.-moz-focus-inner | CSS | |
| css.selectors.-moz-last-node | CSS | |
| css.selectors.-moz-list-bullet | CSS | |
| css.selectors.-moz-list-number | CSS | |
| css.selectors.-moz-only-whitespace | CSS | |
| css.selectors.-moz-progress-bar | CSS | |
| css.selectors.-moz-range-progress | CSS | |
| css.selectors.-moz-range-thumb | CSS | |
| css.selectors.-moz-range-track | CSS | |
| css.selectors.-moz-submit-invalid | CSS | Firefox: From Firefox 88 the feature has been placed behind a flag. See bug 1694129.Firefox for Android: From version 88, the feature has been withdrawn. See bug 1694129. |
| css.selectors.-moz-window-inactive | CSS | |
| css.selectors.-webkit-inner-spin-button | CSS | |
| css.selectors.-webkit-meter-bar | CSS | |
| css.selectors.-webkit-meter-even-less-good-value | CSS | |
| css.selectors.-webkit-meter-inner-element | CSS | |
| css.selectors.-webkit-meter-optimum-value | CSS | |
| css.selectors.-webkit-meter-suboptimum-value | CSS | |
| css.selectors.-webkit-progress-bar | CSS | |
| css.selectors.-webkit-progress-inner-element | CSS | |
| css.selectors.-webkit-progress-value | CSS | |
| css.selectors.-webkit-resizer | CSS | |
| css.selectors.-webkit-scrollbar | CSS | Safari on iOS: From Safari 13, only display: none works with this pseudo-element. Other styles have no effect.WebView on iOS: From Safari 13, only display: none works with this pseudo-element. Other styles have no effect. |
| css.selectors.-webkit-scrollbar-button | CSS | |
| css.selectors.-webkit-scrollbar-corner | CSS | |
| css.selectors.-webkit-scrollbar-thumb | CSS | |
| css.selectors.-webkit-scrollbar-track | CSS | |
| css.selectors.-webkit-scrollbar-track-piece | CSS | |
| css.selectors.-webkit-search-cancel-button | CSS | |
| css.selectors.-webkit-search-results-button | CSS | |
| css.selectors.-webkit-slider-runnable-track | CSS | |
| css.selectors.-webkit-slider-thumb | CSS | |
| css.selectors.active π | CSS | |
| css.selectors.active.non_a_elements | CSS | Safari on iOS: By default, Safari on iOS does not use the :active state unless there is a touchstart event handler on the relevant element or on the <body> element.WebView on iOS: By default, WebView on iOS does not use the :active state unless there is a touchstart event handler on the relevant element or on the <body> element. |
| css.selectors.active-view-transition π | CSS | |
| css.selectors.active-view-transition-type π | CSS | |
| css.selectors.after π | CSS | Firefox: Before Firefox 57, Firefox had a bug where ::after pseudo-elements were still generated, even if the content property value were set to normal or none.Firefox: Before Firefox 3.5, only the CSS level 2 behavior of :after was supported, which disallowed position, float, list-style-* and some display properties.Firefox for Android: Before Firefox for Android 57, Firefox for Android had a bug where ::after pseudo-elements were still generated, even if the content property value were set to normal or none.Firefox for Android: Before Firefox for Android 4.5, only the CSS level 2 behavior of :after was supported, which disallowed position, float, list-style-* and some display properties. |
| css.selectors.after.animation_and_transition_support | CSS | |
| css.selectors.any-link π | CSS | |
| css.selectors.any-link.not_match_link | CSS | |
| css.selectors.attribute π | CSS | |
| css.selectors.attribute.case_insensitive_modifier | CSS | |
| css.selectors.attribute.case_sensitive_modifier | CSS | |
| css.selectors.autofill π | CSS | |
| css.selectors.backdrop π | CSS | |
| css.selectors.backdrop.dialog | CSS | |
| css.selectors.backdrop.fullscreen | CSS | |
| css.selectors.backdrop.inherit_from_originating_element | CSS | |
| css.selectors.backdrop.popover | CSS | |
| css.selectors.before π | CSS | Firefox: Before Firefox 57, Firefox had a bug where ::before pseudo-elements were still generated, even if the content property value were set to normal or none.Firefox: Before Firefox 3.5, only the CSS level 2 behavior of :before was supported, which disallowed position, float, list-style-* and some display properties.Firefox for Android: Before Firefox 57, Firefox had a bug where ::before pseudo-elements were still generated, even if the content property value were set to normal or none. |
| css.selectors.before.animation_and_transition_support | CSS | |
| css.selectors.buffering π | CSS | |
| css.selectors.checked π | CSS | Chrome: On macOS, styling <option> elements has no effect.Edge: On macOS, styling <option> elements has no effect.Firefox: From Firefox 56, <option> elements cannot be styled.Firefox: On macOS, styling <option> elements has no effect.Firefox for Android: From Firefox 56, <option> elements cannot be styled.Opera: On macOS, styling <option> elements has no effect.Safari: Styling <option> elements has no effect.Safari on iOS: Styling <option> elements has no effect.WebView on iOS: Styling <option> elements has no effect. |
| css.selectors.child π | CSS | Internet Explorer: Before Internet Explorer 10, the combinator only works in standards mode. |
| css.selectors.class π | CSS | |
| css.selectors.closed π | CSS | Chrome: The selector is recognized, but has no effect.Chrome Android: The selector is recognized, but has no effect.Edge: The selector is recognized, but has no effect.Opera: The selector is recognized, but has no effect.Opera Android: The selector is recognized, but has no effect.Samsung Internet: The selector is recognized, but has no effect.WebView Android: The selector is recognized, but has no effect. |
| css.selectors.cue π | CSS | Firefox: From Firefox 69, only allowed properties apply to the ::cue pseudo-element with no argument. See Permitted properties for a list of the allowed properties. |
| css.selectors.cue.selector_argument | CSS | |
| css.selectors.default π | CSS | |
| css.selectors.defined π | CSS | |
| css.selectors.descendant π | CSS | |
| css.selectors.details-content π | CSS | |
| css.selectors.dir π | CSS | |
| css.selectors.disabled π | CSS | Edge: Before Edge 79, Edge did not recognize :disabled on the <fieldset> element.Internet Explorer: Internet Explorer does not recognize :disabled on the <fieldset> element. |
| css.selectors.empty π | CSS | |
| css.selectors.empty.matches_whitespace | CSS | |
| css.selectors.enabled π | CSS | |
| css.selectors.file-selector-button π | CSS | |
| css.selectors.first π | CSS | |
| css.selectors.first-child π | CSS | Internet Explorer: Internet Explorer 7 doesn't update :first-child styles when elements are added dynamically.Internet Explorer: In Internet Explorer 8, if an element is inserted dynamically by clicking on a link, then the :first-child style isn't applied until the link loses focus. |
| css.selectors.first-child.no_parent_required | CSS | |
| css.selectors.first-letter π | CSS | |
| css.selectors.first-letter.dutch_ij_digraph | CSS | |
| css.selectors.first-letter.svg_text_element | CSS | |
| css.selectors.first-line π | CSS | Chrome: Before Chrome 62, the text-transform property does not work on ::first-line pseudo-elements. See bug 40214861.Chrome: Before Chrome 62, the text-transform property does not work on ::first-line pseudo-elements. See bug 40214861.Chrome Android: Before Chrome Android 62, the text-transform property does not work on ::first-line pseudo-elements. See bug 40214861.Chrome Android: Before Chrome Android 62, the text-transform property does not work on ::first-line pseudo-elements. See bug 40214861.Quest Browser: Before Quest Browser 5.0, the text-transform property does not work on ::first-line pseudo-elements. See bug 40214861.Quest Browser: Before Quest Browser 5.0, the text-transform property does not work on ::first-line pseudo-elements. See bug 40214861.Opera: From Opera 15 to Opera 49 (exclusive), the text-transform property does not work on ::first-line or :first-line pseudo-elements. See bug 40214861.Opera: From Opera 15 to Opera 49 (exclusive), the text-transform property does not work on ::first-line or :first-line pseudo-elements. See bug 40214861.Opera Android: From Opera 15 to Opera 49 (exclusive), the text-transform property does not work on ::first-line or :first-line pseudo-elements. See bug 40214861.Opera Android: From Opera 15 to Opera 49 (exclusive), the text-transform property does not work on ::first-line or :first-line pseudo-elements. See bug 40214861.Safari: The text-transform property does not work for ::first-line or :first-line pseudo-elements. See bug 3409.Safari: The text-transform property does not work for ::first-line or :first-line pseudo-elements. See bug 3409.Safari on iOS: The text-transform property does not work for ::first-line or :first-line pseudo-elements. See bug 3409.Safari on iOS: The text-transform property does not work for ::first-line or :first-line pseudo-elements. See bug 3409.Samsung Internet: Before Samsung Internet 8.0, the text-transform property does not work on ::first-line pseudo-elements. See bug 40214861.Samsung Internet: Before Samsung Internet 8.0, the text-transform property does not work on ::first-line pseudo-elements. See bug 40214861.WebView Android: Before WebView 62, the text-transform property does not work on ::first-line pseudo-elements. See bug 40214861.WebView Android: Before WebView 62, the text-transform property does not work on ::first-line pseudo-elements. See bug 40214861.WebView on iOS: The text-transform property does not work for ::first-line or :first-line pseudo-elements. See bug 3409.WebView on iOS: The text-transform property does not work for ::first-line or :first-line pseudo-elements. See bug 3409. |
| css.selectors.first-line.svg_text_element | CSS | |
| css.selectors.first-of-type π | CSS | Edge: Before Edge 16, Microsoft Edge treats all unknown elements (such as custom elements) as the same element type.Internet Explorer: Internet Explorer treats all unknown elements (such as custom elements) as the same element type. |
| css.selectors.focus π | CSS | |
| css.selectors.focus-visible π | CSS | |
| css.selectors.focus-within π | CSS | |
| css.selectors.fullscreen π | CSS | Safari on iOS: Only available on iPad, not on iPhone.Safari on iOS: Shows an overlay button which can not be disabled. Swiping down exits fullscreen mode, making it unsuitable for some use cases like games.Safari on iOS: Only available on iPad, not on iPhone.WebView on iOS: Only available on iPad, not on iPhone.WebView on iOS: Shows an overlay button which can not be disabled. Swiping down exits fullscreen mode, making it unsuitable for some use cases like games.WebView on iOS: Only available on iPad, not on iPhone. |
| css.selectors.fullscreen.all_elements | CSS | |
| css.selectors.future π | CSS | |
| css.selectors.grammar-error π | CSS | |
| css.selectors.has π | CSS | |
| css.selectors.has-slotted π | CSS | |
| css.selectors.highlight π | CSS | Firefox: Cannot yet be used with text-decoration and text-shadow.Safari: The style is ignored when combined with user-select: none. See bug 278455.Safari on iOS: The style is ignored when combined with user-select: none. See bug 278455.WebView on iOS: The style is ignored when combined with user-select: none. See bug 278455. |
| css.selectors.host π | CSS | |
| css.selectors.host-context π | CSS | |
| css.selectors.hostfunction π | CSS | Safari: Certain CSS selectors do not work (:host > .local-child) and styling slotted content (::slotted) is buggy.Safari on iOS: Certain CSS selectors do not work (:host > .local-child) and styling slotted content (::slotted) is buggy.WebView on iOS: Certain CSS selectors do not work (:host > .local-child) and styling slotted content (::slotted) is buggy. |
| css.selectors.hover π | CSS | Safari on iOS: As of Safari for iOS 7.1.2, tapping a clickable element causes the element to enter the :hover state. The element will remain in the :hover state until a different element has entered the :hover state.WebView on iOS: As of Safari for iOS 7.1.2, tapping a clickable element causes the element to enter the :hover state. The element will remain in the :hover state until a different element has entered the :hover state. |
| css.selectors.hover.a_elements | CSS | |
| css.selectors.hover.all_elements | CSS | Edge: In Edge, hovering over an element and then scrolling up or down without moving the pointer will leave the element in the :hover state until the pointer is moved. See bug 5381673.Internet Explorer: In Internet Explorer 8 to Internet Explorer 11, hovering over an element and then scrolling up or down without moving the pointer will leave the element in the :hover state until the pointer is moved. See bug 926665.Internet Explorer: In Internet Explorer 9 (and possibly earlier), if a <table> has a parent with a non-auto width, overflow-x: auto;, the <table> has enough content to horizontally overflow its parent, and there are :hover styles set on elements within the table, then hovering over said elements will cause the <table>'s height to increase. See a live demo that triggers the bug. One workaround for the bug is to set min-height: 0%; (the % unit must be specified, since unitless and px don't work) on the <table>'s parent element. |
| css.selectors.id π | CSS | |
| css.selectors.in-range π | CSS | Chrome: Before Chrome 52, :in-range matched disabled and read-only inputs (see bug 41248615). In Chrome 52, it was changed to only match enabled read-write inputs.Chrome Android: Before Chrome Android 52, :in-range matched disabled and read-only inputs (see bug 41248615). In Chrome Android 52, it was changed to only match enabled read-write inputs.Firefox: Before Firefox 50, :in-range matched disabled and read-only inputs (see bug 1264157). In Firefox 50, it was changed to only match enabled read-write inputs.Quest Browser: Before Quest Browser 5.0, :in-range matched disabled and read-only inputs (see bug 41248615). In Quest Browser 5.0, it was changed to only match enabled read-write inputs.Opera: Before Opera 39, :in-range matched disabled and read-only inputs (see bug 41248615). In Opera 39, it was changed to only match enabled read-write inputs.Opera Android: Before Opera 39, :in-range matched disabled and read-only inputs (see bug 41248615). In Opera 39, it was changed to only match enabled read-write inputs.Safari: In Safari, :in-range matched disabled and read-only inputs (see bug 156530). It was later changed to only match enabled read-write inputs.Safari on iOS: In Safari on iOS, :in-range matched disabled and read-only inputs (see bug 156530). It was later changed to only match enabled read-write inputs.Samsung Internet: Before version 6.0, :in-range matched disabled and read-only inputs (see bug 41248615). In version 6.0, it was changed to only match enabled read-write inputs.WebView Android: Before version 52, :in-range matched disabled and read-only inputs (see bug 41248615). In version 52, it was changed to only match enabled read-write inputs.WebView on iOS: In WebView on iOS, :in-range matched disabled and read-only inputs (see bug 156530). It was later changed to only match enabled read-write inputs. |
| css.selectors.indeterminate π | CSS | |
| css.selectors.indeterminate.checkbox | CSS | |
| css.selectors.indeterminate.progress | CSS | |
| css.selectors.indeterminate.radio | CSS | |
| css.selectors.invalid π | CSS | |
| css.selectors.invalid.form | CSS | |
| css.selectors.is π | CSS | Chrome: Doesn't support combinators.Chrome Android: Doesn't support combinators.Edge: Doesn't support combinators.Firefox: Doesn't support combinators.Firefox: See bug 906353.Firefox for Android: Doesn't support combinators.Firefox for Android: See bug 906353.Quest Browser: Doesn't support combinators.Opera: Doesn't support combinators.Opera Android: Doesn't support combinators.Safari: Doesn't support combinators.Safari on iOS: Doesn't support combinators.WebView Android: Doesn't support combinators.WebView on iOS: Doesn't support combinators. |
| css.selectors.is.forgiving_selector_list | CSS | |
| css.selectors.lang π | CSS | |
| css.selectors.lang.argument_list | CSS | |
| css.selectors.lang.wildcards | CSS | |
| css.selectors.last-child π | CSS | |
| css.selectors.last-child.no_parent_required | CSS | |
| css.selectors.last-of-type π | CSS | Edge: Before Edge 16, Microsoft Edge treats all unknown elements (such as custom elements) as the same element type.Internet Explorer: Internet Explorer treats all unknown elements (such as custom elements) as the same element type. |
| css.selectors.left π | CSS | |
| css.selectors.link π | CSS | |
| css.selectors.link.not_match_link | CSS | |
| css.selectors.list π | CSS | |
| css.selectors.marker π | CSS | Safari: Safari support is limited to color and font-size. See bug 204163.Safari on iOS: Safari on iOS support is limited to color and font-size. See bug 204163.WebView on iOS: WebView on iOS support is limited to color and font-size. See bug 204163. |
| css.selectors.marker.animation_and_transition_support | CSS | |
| css.selectors.modal π | CSS | |
| css.selectors.muted π | CSS | |
| css.selectors.namespace π | CSS | |
| css.selectors.nesting π | CSS | Chrome: Does not support nested rules that start with a type selector.Chrome Android: Does not support nested rules that start with a type selector.Edge: Does not support nested rules that start with a type selector.Opera: Does not support nested rules that start with a type selector.Opera Android: Does not support nested rules that start with a type selector.Safari: Does not support nested rules that start with a type selector.Safari on iOS: Does not support nested rules that start with a type selector.Samsung Internet: Does not support nested rules that start with a type selector.WebView Android: Does not support nested rules that start with a type selector.WebView on iOS: Does not support nested rules that start with a type selector. |
| css.selectors.next-sibling π | CSS | Internet Explorer: Before Internet Explorer 10, the combinator only works in standards mode.Internet Explorer: Internet Explorer 7 doesn't update the style correctly when an element is dynamically placed before an element that matched the selector.Internet Explorer: In Internet Explorer 8, if an element is inserted dynamically by clicking on a link the first-child style isn't applied until the link loses focus. |
| css.selectors.not π | CSS | |
| css.selectors.not.selector_list | CSS | |
| css.selectors.nth-child π | CSS | Opera: Before Opera 15, Opera does not handle dynamically inserted elements for :nth-child().Opera Android: Before Opera 15, Opera does not handle dynamically inserted elements for :nth-child(). |
| css.selectors.nth-child.no_parent_required | CSS | |
| css.selectors.nth-child.of_syntax | CSS | |
| css.selectors.nth-last-child π | CSS | |
| css.selectors.nth-last-child.no_parent_required | CSS | |
| css.selectors.nth-last-child.of_syntax | CSS | |
| css.selectors.nth-last-of-type π | CSS | Edge: Before Edge 16, Microsoft Edge treats all unknown elements (such as custom elements) as the same element type.Internet Explorer: Internet Explorer treats all unknown elements (such as custom elements) as the same element type. |
| css.selectors.nth-of-type π | CSS | Edge: Before Edge 16, Microsoft Edge treats all unknown elements (such as custom elements) as the same element type.Internet Explorer: Internet Explorer treats all unknown elements (such as custom elements) as the same element type. |
| css.selectors.only-child π | CSS | |
| css.selectors.only-child.no_parent_required | CSS | |
| css.selectors.only-of-type π | CSS | Edge: Before Edge 16, Microsoft Edge treats all unknown elements (such as custom elements) as the same element type.Internet Explorer: Internet Explorer treats all unknown elements (such as custom elements) as the same element type. |
| css.selectors.open π | CSS | Chrome: The selector is recognized, but has no effect.Chrome Android: The selector is recognized, but has no effect.Edge: The selector is recognized, but has no effect.Opera: The selector is recognized, but has no effect.Opera Android: The selector is recognized, but has no effect.Samsung Internet: The selector is recognized, but has no effect.WebView Android: The selector is recognized, but has no effect. |
| css.selectors.optional π | CSS | |
| css.selectors.out-of-range π | CSS | |
| css.selectors.part π | CSS | |
| css.selectors.past π | CSS | |
| css.selectors.paused π | CSS | |
| css.selectors.picture-in-picture π | CSS | |
| css.selectors.placeholder π | CSS | |
| css.selectors.placeholder-shown π | CSS | |
| css.selectors.placeholder-shown.non_text_types | CSS | |
| css.selectors.playing π | CSS | |
| css.selectors.popover-open π | CSS | |
| css.selectors.read-only π | CSS | |
| css.selectors.read-write π | CSS | |
| css.selectors.required π | CSS | |
| css.selectors.right π | CSS | |
| css.selectors.root π | CSS | |
| css.selectors.scope π | CSS | Firefox: Firefox 55 removes support for <style scoped> but not for the :scope pseudo-class, which is still supported. <style scoped> made it possible to explicitly set up element scopes, but ongoing discussions about the design of this feature as well as lack of other implementations resulted in the decision to remove it.Firefox for Android: Firefox for Android 55 removes support for <style scoped> but not for the :scope pseudo-class, which is still supported. <style scoped> made it possible to explicitly set up element scopes, but ongoing discussions about the design of this feature as well as lack of other implementations resulted in the decision to remove it. |
| css.selectors.scope.dom_api | CSS | |
| css.selectors.seeking π | CSS | |
| css.selectors.selection π | CSS | |
| css.selectors.selection.text-decoration | CSS | |
| css.selectors.slotted π | CSS | |
| css.selectors.spelling-error π | CSS | |
| css.selectors.stalled π | CSS | |
| css.selectors.state π | CSS | Chrome: Uses a dashed-ident (such as :--foo) instead of :state().Chrome Android: Uses a dashed-ident (such as :--foo) instead of :state().Edge: Uses a dashed-ident (such as :--foo) instead of :state().Quest Browser: Uses a dashed-ident (such as :--foo) instead of :state().Opera: Uses a dashed-ident (such as :--foo) instead of :state().Opera Android: Uses a dashed-ident (such as :--foo) instead of :state().Samsung Internet: Uses a dashed-ident (such as :--foo) instead of :state().WebView Android: Uses a dashed-ident (such as :--foo) instead of :state(). |
| css.selectors.subsequent-sibling π | CSS | Internet Explorer: Before Internet Explorer 10, the combinator only works in standards mode. |
| css.selectors.target π | CSS | |
| css.selectors.target-text π | CSS | |
| css.selectors.type π | CSS | |
| css.selectors.type.namespaces | CSS | |
| css.selectors.universal π | CSS | |
| css.selectors.universal.namespaces | CSS | |
| css.selectors.user-invalid π | CSS | |
| css.selectors.user-valid π | CSS | |
| css.selectors.valid π | CSS | |
| css.selectors.valid.form | CSS | |
| css.selectors.view-transition π | CSS | |
| css.selectors.view-transition-group π | CSS | |
| css.selectors.view-transition-image-pair π | CSS | |
| css.selectors.view-transition-new π | CSS | |
| css.selectors.view-transition-old π | CSS | |
| css.selectors.visited π | CSS | |
| css.selectors.visited.not_match_link | CSS | |
| css.selectors.visited.privacy_measures | CSS | |
| css.selectors.volume-locked π | CSS | |
| css.selectors.where π | CSS | |
| css.selectors.where.forgiving_selector_list | CSS | |
| css.selectors.xr-overlay π | CSS | |
| css.types.-moz-image-rect | CSS | |
| css.types.abs π | CSS | |
| css.types.acos π | CSS | |
| css.types.anchor π | CSS | |
| css.types.anchor-size π | CSS | |
| css.types.anchor-size.inset_margin | CSS | |
| css.types.angle π | CSS | |
| css.types.angle.deg | CSS | |
| css.types.angle.grad | CSS | |
| css.types.angle.rad | CSS | |
| css.types.angle.turn | CSS | |
| css.types.angle-percentage π | CSS | |
| css.types.asin π | CSS | |
| css.types.atan π | CSS | |
| css.types.atan2 π | CSS | |
| css.types.attr π | CSS | |
| css.types.attr.fallback | CSS | |
| css.types.attr.type-or-unit | CSS | |
| css.types.attr.type-or-unit.angle | CSS | |
| css.types.attr.type-or-unit.color | CSS | |
| css.types.attr.type-or-unit.frequency | CSS | |
| css.types.attr.type-or-unit.integer | CSS | |
| css.types.attr.type-or-unit.length | CSS | |
| css.types.attr.type-or-unit.number | CSS | |
| css.types.attr.type-or-unit.percentage | CSS | |
| css.types.attr.type-or-unit.time | CSS | |
| css.types.attr.type-or-unit.url | CSS | |
| css.types.basic-shape π | CSS | |
| css.types.basic-shape.animation | CSS | |
| css.types.basic-shape.circle π | CSS | |
| css.types.basic-shape.ellipse π | CSS | |
| css.types.basic-shape.inset π | CSS | |
| css.types.basic-shape.path π | CSS | |
| css.types.basic-shape.path.clip-path π | CSS | |
| css.types.basic-shape.path.d π | CSS | |
| css.types.basic-shape.path.offset-path π | CSS | |
| css.types.basic-shape.path.shape-outside π | CSS | |
| css.types.basic-shape.polygon π | CSS | |
| css.types.basic-shape.rect π | CSS | Chrome: Only supported on the offset-path property.Chrome Android: Only supported on the offset-path property.Edge: Only supported on the offset-path property.Opera: Only supported on the offset-path property.Opera Android: Only supported on the offset-path property.Samsung Internet: Only supported on the offset-path property.WebView Android: Only supported on the offset-path property. |
| css.types.basic-shape.shape π | CSS | |
| css.types.basic-shape.xywh π | CSS | Chrome: Only supported on the offset-path property.Chrome Android: Only supported on the offset-path property.Edge: Only supported on the offset-path property.Opera: Only supported on the offset-path property.Opera Android: Only supported on the offset-path property.Samsung Internet: Only supported on the offset-path property.WebView Android: Only supported on the offset-path property. |
| css.types.blend-mode π | CSS | |
| css.types.calc π | CSS | Firefox: Before Firefox 59 calc() is not supported in rgb() and other color functions.Firefox: Before Firefox 57 calc(1*2*3) is not parsed successfully.Firefox: Firefox 57 increased the number of places calc() could substitute another value. See bug 1350857.Firefox for Android: Before Firefox for Android 59 calc() is not supported in rgb() and other color functions.Firefox for Android: Before Firefox for Android 57 calc(1*2*3) is not parsed successfully.Firefox for Android: Firefox for Android 57 increased the number of places calc() could substitute another value. See bug 1350857. |
| css.types.calc.color_component | CSS | |
| css.types.calc.gradient_color_stops | CSS | |
| css.types.calc.nested | CSS | |
| css.types.calc.number_values | CSS | |
| css.types.calc-keyword π | CSS | |
| css.types.calc-keyword.NaN | CSS | |
| css.types.calc-keyword.e | CSS | |
| css.types.calc-keyword.infinity | CSS | |
| css.types.calc-keyword.pi | CSS | |
| css.types.calc-size π | CSS | |
| css.types.clamp π | CSS | |
| css.types.color π | CSS | |
| css.types.color.color π | CSS | Safari: Only supports display-p3 and srgb predefined color profiles.Safari on iOS: Only supports display-p3 and srgb predefined color profiles.WebView on iOS: Only supports display-p3 and srgb predefined color profiles. |
| css.types.color.color.mixed_type_parameters | CSS | |
| css.types.color.color.relative_syntax π | CSS | Safari: Implementation based on older spec version. As a result, calculations with channel values do not work correctly, requiring values to be specified as percentages with units ( %).Safari on iOS: Implementation based on older spec version. As a result, calculations with channel values do not work correctly, requiring values to be specified as percentages with units (%).WebView on iOS: Implementation based on older spec version. As a result, calculations with channel values do not work correctly, requiring values to be specified as percentages with units (%). |
| css.types.color.color-mix π | CSS | |
| css.types.color.currentcolor π | CSS | |
| css.types.color.hsl π | CSS | |
| css.types.color.hsl.alpha_parameter | CSS | |
| css.types.color.hsl.mixed_type_parameters | CSS | |
| css.types.color.hsl.relative_syntax π | CSS | Chrome: s and l channel values incorrectly resolve to numbers between 0-1 rather than 0-100. As a result, channel value calculations require s and l values to be specified as decimal percentage equivalents (e.g. 0.2 for 20%).Chrome Android: s and l channel values incorrectly resolve to numbers between 0-1 rather than 0-100. As a result, channel value calculations require s and l values to be specified as decimal percentage equivalents (e.g. 0.2 for 20%).Edge: s and l channel values incorrectly resolve to numbers between 0-1 rather than 0-100. As a result, channel value calculations require s and l values to be specified as decimal percentage equivalents (e.g. 0.2 for 20%).Opera: s and l channel values incorrectly resolve to numbers between 0-1 rather than 0-100. As a result, channel value calculations require s and l values to be specified as decimal percentage equivalents (e.g. 0.2 for 20%).Opera Android: s and l channel values incorrectly resolve to numbers between 0-1 rather than 0-100. As a result, channel value calculations require s and l values to be specified as decimal percentage equivalents (e.g. 0.2 for 20%).Safari: Implementation based on older spec version. As a result, calculations with channel values do not work correctly, requiring values to be specified with units (deg for h, % for s and l).Safari on iOS: Implementation based on older spec version. As a result, calculations with channel values do not work correctly, requiring values to be specified with units (deg for h, % for s and l).Samsung Internet: s and l channel values incorrectly resolve to numbers between 0-1 rather than 0-100. As a result, channel value calculations require s and l values to be specified as decimal percentage equivalents (e.g. 0.2 for 20%).WebView Android: s and l channel values incorrectly resolve to numbers between 0-1 rather than 0-100. As a result, channel value calculations require s and l values to be specified as decimal percentage equivalents (e.g. 0.2 for 20%).WebView on iOS: Implementation based on older spec version. As a result, calculations with channel values do not work correctly, requiring values to be specified with units (deg for h, % for s and l). |
| css.types.color.hsl.space_separated_parameters | CSS | |
| css.types.color.hwb π | CSS | |
| css.types.color.hwb.mixed_type_parameters | CSS | |
| css.types.color.hwb.relative_syntax π | CSS | Chrome: w and b channel values incorrectly resolve to numbers between 0-1 rather than 0-100. As a result, channel value calculations require w and b values to be specified as decimal percentage equivalents (e.g. 0.2 for 20%).Chrome Android: w and b channel values incorrectly resolve to numbers between 0-1 rather than 0-100. As a result, channel value calculations require w and b values to be specified as decimal percentage equivalents (e.g. 0.2 for 20%).Edge: w and b channel values incorrectly resolve to numbers between 0-1 rather than 0-100. As a result, channel value calculations require w and b values to be specified as decimal percentage equivalents (e.g. 0.2 for 20%).Opera: w and b channel values incorrectly resolve to numbers between 0-1 rather than 0-100. As a result, channel value calculations require w and b values to be specified as decimal percentage equivalents (e.g. 0.2 for 20%).Opera Android: w and b channel values incorrectly resolve to numbers between 0-1 rather than 0-100. As a result, channel value calculations require w and b values to be specified as decimal percentage equivalents (e.g. 0.2 for 20%).Safari: Implementation based on older spec version. As a result, calculations with channel values do not work correctly, requiring values to be specified with units (deg for h, % for w and b).Safari on iOS: Implementation based on older spec version. As a result, calculations with channel values do not work correctly, requiring values to be specified with units (deg for h, % for w and b).Samsung Internet: w and b channel values incorrectly resolve to numbers between 0-1 rather than 0-100. As a result, channel value calculations require w and b values to be specified as decimal percentage equivalents (e.g. 0.2 for 20%).WebView Android: w and b channel values incorrectly resolve to numbers between 0-1 rather than 0-100. As a result, channel value calculations require w and b values to be specified as decimal percentage equivalents (e.g. 0.2 for 20%).WebView on iOS: Implementation based on older spec version. As a result, calculations with channel values do not work correctly, requiring values to be specified with units (deg for h, % for w and b). |
| css.types.color.lab π | CSS | |
| css.types.color.lab.mixed_type_parameters | CSS | |
| css.types.color.lab.relative_syntax π | CSS | |
| css.types.color.lch π | CSS | |
| css.types.color.lch.mixed_type_parameters | CSS | |
| css.types.color.lch.relative_syntax π | CSS | Safari: Implementation based on older spec version. As a result, calculations with h channel values do not work correctly, requiring values to be specified with units (deg).Safari on iOS: Implementation based on older spec version. As a result, calculations with h channel values do not work correctly, requiring values to be specified with units (deg).WebView on iOS: Implementation based on older spec version. As a result, calculations with h channel values do not work correctly, requiring values to be specified with units (deg). |
| css.types.color.light-dark π | CSS | |
| css.types.color.named-color π | CSS | Internet Explorer: Internet Explorer 8 and later support gray color keywords spelled with an e ( grey, darkgrey, darkslategrey, dimgrey, lightgrey, and lightslategrey). Internet Explorer 3 to Internet Explorer 7 only support the keywords spelled with a (gray, darkgray, darkslategray, dimgray, lightgray, and lightslategray). |
| css.types.color.named-color.rebeccapurple | CSS | |
| css.types.color.named-color.transparent π | CSS | |
| css.types.color.oklab π | CSS | |
| css.types.color.oklab.mixed_type_parameters | CSS | |
| css.types.color.oklab.relative_syntax π | CSS | |
| css.types.color.oklch π | CSS | |
| css.types.color.oklch.mixed_type_parameters | CSS | |
| css.types.color.oklch.relative_syntax π | CSS | Safari: Implementation based on older spec version. As a result, calculations with h channel values do not work correctly, requiring values to be specified with units (deg).Safari on iOS: Implementation based on older spec version. As a result, calculations with h channel values do not work correctly, requiring values to be specified with units (deg).WebView on iOS: Implementation based on older spec version. As a result, calculations with h channel values do not work correctly, requiring values to be specified with units (deg). |
| css.types.color.rgb π | CSS | |
| css.types.color.rgb.alpha_parameter | CSS | |
| css.types.color.rgb.float_values | CSS | |
| css.types.color.rgb.mixed_type_parameters | CSS | |
| css.types.color.rgb.relative_syntax π | CSS | Chrome: Channel values incorrectly resolve to numbers between 0-1 rather than 0-255. As a result, channel value calculations require values to be specified as decimal percentage equivalents (e.g. 0.3 for 30%, which would be equivalent to a 76.5 <number> value). See bug 41490327.Chrome Android: Channel values incorrectly resolve to numbers between 0-1 rather than 0-255. As a result, channel value calculations require values to be specified as decimal percentage equivalents (e.g. 0.3 for 30%, which would be equivalent to a 76.5 <number> value). See bug 41490327.Edge: Channel values incorrectly resolve to numbers between 0-1 rather than 0-255. As a result, channel value calculations require values to be specified as decimal percentage equivalents (e.g. 0.3 for 30%, which would be equivalent to a 76.5 <number> value). See bug 41490327.Opera: Channel values incorrectly resolve to numbers between 0-1 rather than 0-255. As a result, channel value calculations require values to be specified as decimal percentage equivalents (e.g. 0.3 for 30%, which would be equivalent to a 76.5 <number> value). See bug 41490327.Opera Android: Channel values incorrectly resolve to numbers between 0-1 rather than 0-255. As a result, channel value calculations require values to be specified as decimal percentage equivalents (e.g. 0.3 for 30%, which would be equivalent to a 76.5 <number> value). See bug 41490327.Safari: Implementation based on older spec version. As a result, channel value calculations do not work correctly, requiring values to be specified as percentages with units (e.g. 30%, which would be equivalent to a 76.5 <number> value). See bug 267647.Safari on iOS: Implementation based on older spec version. As a result, channel value calculations do not work correctly, requiring values to be specified as percentages with units (e.g. 30%, which would be equivalent to a 76.5 <number> value). See bug 267647.Samsung Internet: Channel values incorrectly resolve to numbers between 0-1 rather than 0-255. As a result, channel value calculations require values to be specified as decimal percentage equivalents (e.g. 0.3 for 30%, which would be equivalent to a 76.5 <number> value). See bug 41490327.WebView Android: Channel values incorrectly resolve to numbers between 0-1 rather than 0-255. As a result, channel value calculations require values to be specified as decimal percentage equivalents (e.g. 0.3 for 30%, which would be equivalent to a 76.5 <number> value). See bug 41490327.WebView on iOS: Implementation based on older spec version. As a result, channel value calculations do not work correctly, requiring values to be specified as percentages with units (e.g. 30%, which would be equivalent to a 76.5 <number> value). See bug 267647. |
| css.types.color.rgb.space_separated_parameters | CSS | |
| css.types.color.rgb_hexadecimal_notation π | CSS | |
| css.types.color.rgb_hexadecimal_notation.alpha_hexadecimal_notation | CSS | |
| css.types.color.system-color π | CSS | |
| css.types.color.system-color.accentcolor_accentcolortext π | CSS | Safari: Only supports a fallback: The native color when accent colour (in macOS' appearance panel) is set to 'multicolour'. On iOS falls back to the blue accent colourSafari on iOS: Only supports a fallback: The native color when accent colour (in macOS' appearance panel) is set to 'multicolour'. On iOS falls back to the blue accent colourWebView on iOS: Only supports a fallback: The native color when accent colour (in macOS' appearance panel) is set to 'multicolour'. On iOS falls back to the blue accent colour |
| css.types.color.system-color.mark_marktext_buttonborder π | CSS | |
| css.types.cos π | CSS | |
| css.types.counter π | CSS | |
| css.types.counters π | CSS | |
| css.types.dimension π | CSS | |
| css.types.easing-function π | CSS | |
| css.types.easing-function.cubic-bezier π | CSS | |
| css.types.easing-function.linear-function π | CSS | |
| css.types.easing-function.steps π | CSS | |
| css.types.easing-function.steps.jump | CSS | |
| css.types.exp π | CSS | |
| css.types.filter-function π | CSS | |
| css.types.filter-function.blur π | CSS | |
| css.types.filter-function.brightness π | CSS | |
| css.types.filter-function.contrast π | CSS | |
| css.types.filter-function.drop-shadow π | CSS | |
| css.types.filter-function.grayscale π | CSS | |
| css.types.filter-function.hue-rotate π | CSS | |
| css.types.filter-function.invert π | CSS | |
| css.types.filter-function.opacity π | CSS | |
| css.types.filter-function.saturate π | CSS | |
| css.types.filter-function.sepia π | CSS | |
| css.types.flex π | CSS | |
| css.types.global_keywords | CSS | |
| css.types.global_keywords.inherit π | CSS | |
| css.types.global_keywords.initial π | CSS | |
| css.types.global_keywords.revert π | CSS | |
| css.types.global_keywords.revert-layer π | CSS | |
| css.types.global_keywords.unset π | CSS | |
| css.types.gradient π | CSS | Firefox: Gradients are limited to background-image, border-image, and mask-image.Firefox for Android: Gradients are limited to background-image, border-image, and mask-image. |
| css.types.gradient.conic-gradient π | CSS | |
| css.types.gradient.conic-gradient.doubleposition | CSS | |
| css.types.gradient.conic-gradient.hue_interpolation_method | CSS | |
| css.types.gradient.conic-gradient.interpolation_color_space | CSS | |
| css.types.gradient.linear-gradient π | CSS | Firefox: Since Firefox 42, the prefixed version of gradients can be disabled by setting layout.css.prefixes.gradients to false.Firefox: Considers <angle> to start to the right, instead of the top. I.e. it considered an angle of 0deg as a direction indicator pointing to the right.Firefox for Android: Since Firefox for Android 42, the prefixed version of gradients can be disabled by setting layout.css.prefixes.gradients to false.Firefox for Android: Considers <angle> to start to the right, instead of the top. I.e. it considered an angle of 0deg as a direction indicator pointing to the right.Internet Explorer: Internet Explorer 5.5 through 9.0 supported gradients via a proprietary filter: -ms-filter: progid:DXImageTransform.Microsoft.Gradient().Opera: Considers <angle> to start to the right, instead of the top. I.e. it considered an angle of 0deg as a direction indicator pointing to the right.Opera: Considers <angle> to start to the right, instead of the top. I.e. it considered an angle of 0deg as a direction indicator pointing to the right.Opera Android: Considers <angle> to start to the right, instead of the top. I.e. it considered an angle of 0deg as a direction indicator pointing to the right.Opera Android: Considers <angle> to start to the right, instead of the top. I.e. it considered an angle of 0deg as a direction indicator pointing to the right.Safari: Safari 4 was supporting an experimental -webkit-gradient(linear,β¦) function. It is more limited than the later standard version: you cannot specify both a position and an angle like in linear-gradient(). This old outdated syntax is still supported for compatibility purposes.Safari: Considers <angle> to start to the right, instead of the top. I.e. it considered an angle of 0deg as a direction indicator pointing to the right.Safari on iOS: Safari on iOS 3.2 was supporting an experimental -webkit-gradient(linear,β¦) function. It is more limited than the later standard version: you cannot specify both a position and an angle like in linear-gradient(). This old outdated syntax is still supported for compatibility purposes.Safari on iOS: Considers <angle> to start to the right, instead of the top. I.e. it considered an angle of 0deg as a direction indicator pointing to the right.WebView on iOS: WebView on iOS 3.2 was supporting an experimental -webkit-gradient(linear,β¦) function. It is more limited than the later standard version: you cannot specify both a position and an angle like in linear-gradient(). This old outdated syntax is still supported for compatibility purposes.WebView on iOS: Considers <angle> to start to the right, instead of the top. I.e. it considered an angle of 0deg as a direction indicator pointing to the right. |
| css.types.gradient.linear-gradient.doubleposition | CSS | |
| css.types.gradient.linear-gradient.hue_interpolation_method | CSS | |
| css.types.gradient.linear-gradient.interpolation_color_space | CSS | |
| css.types.gradient.linear-gradient.interpolation_hints | CSS | |
| css.types.gradient.linear-gradient.premultiplied_gradients | CSS | |
| css.types.gradient.linear-gradient.to | CSS | |
| css.types.gradient.linear-gradient.unitless_0_angle | CSS | Firefox: Accepted only in -webkit-linear-gradient() and -moz-linear-gradient(), not linear-gradient().Firefox for Android: Accepted only in -webkit-linear-gradient() and -moz-linear-gradient(), not linear-gradient(). |
| css.types.gradient.radial-gradient π | CSS | Firefox: Since Firefox 42, the prefixed version of gradients can be disabled by setting layout.css.prefixes.gradients to false.Firefox for Android: Since Firefox for Android 42, the prefixed version of gradients can be disabled by setting layout.css.prefixes.gradients to false.Internet Explorer: Internet Explorer 5.5 through 9.0 supported gradients via a proprietary filter: -ms-filter: progid:DXImageTransform.Microsoft.Gradient().Safari: Safari 4 was supporting an experimental -webkit-gradient(radial,β¦) function. This old outdated syntax is still supported for compatibility purposes.Safari on iOS: Safari on iOS 3.2 was supporting an experimental -webkit-gradient(radial,β¦) function. This old outdated syntax is still supported for compatibility purposes.WebView on iOS: WebView on iOS 3.2 was supporting an experimental -webkit-gradient(radial,β¦) function. This old outdated syntax is still supported for compatibility purposes. |
| css.types.gradient.radial-gradient.at | CSS | |
| css.types.gradient.radial-gradient.doubleposition | CSS | |
| css.types.gradient.radial-gradient.hue_interpolation_method | CSS | |
| css.types.gradient.radial-gradient.interpolation_color_space | CSS | |
| css.types.gradient.radial-gradient.interpolation_hints | CSS | |
| css.types.gradient.radial-gradient.premultiplied_gradients | CSS | |
| css.types.gradient.repeating-conic-gradient π | CSS | |
| css.types.gradient.repeating-conic-gradient.hue_interpolation_method | CSS | |
| css.types.gradient.repeating-conic-gradient.interpolation_color_space | CSS | |
| css.types.gradient.repeating-linear-gradient π | CSS | Firefox: Before Firefox 36, gradients weren't applied on the pre-multiplied color space, leading to shades of grey unexpectedly appearing when used with transparency.Firefox: Since Firefox 42, the prefixed version of gradients can be disabled by setting layout.css.prefixes.gradients to false.Firefox: Considers <angle> to start to the right, instead of the top. I.e. it considered an angle of 0deg as a direction indicator pointing to the right.Firefox for Android: Before Firefox for Android 36, gradients weren't applied on the pre-multiplied color space, leading to shades of grey unexpectedly appearing when used with transparency.Firefox for Android: Since Firefox for Android 42, the prefixed version of gradients can be disabled by setting layout.css.prefixes.gradients to false.Firefox for Android: Considers <angle> to start to the right, instead of the top. I.e. it considered an angle of 0deg as a direction indicator pointing to the right.Internet Explorer: Internet Explorer 5.5 through 9.0 supported gradients via a proprietary filter: -ms-filter: progid:DXImageTransform.Microsoft.Gradient().Opera: Considers <angle> to start to the right, instead of the top. I.e. it considered an angle of 0deg as a direction indicator pointing to the right.Opera: Considers <angle> to start to the right, instead of the top. I.e. it considered an angle of 0deg as a direction indicator pointing to the right.Opera Android: Considers <angle> to start to the right, instead of the top. I.e. it considered an angle of 0deg as a direction indicator pointing to the right.Opera Android: Considers <angle> to start to the right, instead of the top. I.e. it considered an angle of 0deg as a direction indicator pointing to the right.Safari: Safari 4 was supporting an experimental -webkit-gradient(linear,β¦) function. It is more limited than the later standard version: you cannot specify both a position and an angle like in repeating-linear-gradient(). This old outdated syntax is still supported for compatibility purposes.Safari: Considers <angle> to start to the right, instead of the top. I.e. it considered an angle of 0deg as a direction indicator pointing to the right.Safari on iOS: Safari on iOS 3.2 was supporting an experimental -webkit-gradient(linear,β¦) function. It is more limited than the later standard version: you cannot specify both a position and an angle like in repeating-linear-gradient(). This old outdated syntax is still supported for compatibility purposes.Safari on iOS: Considers <angle> to start to the right, instead of the top. I.e. it considered an angle of 0deg as a direction indicator pointing to the right.WebView on iOS: WebView on iOS 3.2 was supporting an experimental -webkit-gradient(linear,β¦) function. It is more limited than the later standard version: you cannot specify both a position and an angle like in repeating-linear-gradient(). This old outdated syntax is still supported for compatibility purposes.WebView on iOS: Considers <angle> to start to the right, instead of the top. I.e. it considered an angle of 0deg as a direction indicator pointing to the right. |
| css.types.gradient.repeating-linear-gradient.doubleposition | CSS | |
| css.types.gradient.repeating-linear-gradient.hue_interpolation_method | CSS | |
| css.types.gradient.repeating-linear-gradient.interpolation_color_space | CSS | |
| css.types.gradient.repeating-linear-gradient.interpolation_hints | CSS | |
| css.types.gradient.repeating-linear-gradient.to | CSS | |
| css.types.gradient.repeating-linear-gradient.unitless_0_angle | CSS | Firefox: Accepted only in -webkit-repeating-linear-gradient() and -moz-repeating-linear-gradient(), not repeating-linear-gradient().Firefox for Android: Accepted only in -webkit-repeating-linear-gradient() and -moz-repeating-linear-gradient(), not repeating-linear-gradient(). |
| css.types.gradient.repeating-radial-gradient π | CSS | Firefox: Before Firefox 36, gradients weren't applied on the pre-multiplied color space, leading to shades of grey unexpectedly appearing when used with transparency.Firefox: Since Firefox 42, the prefixed version of gradients can be disabled by setting layout.css.prefixes.gradients to false.Firefox for Android: Before Firefox 36, gradients weren't applied on the pre-multiplied color space, leading to shades of grey unexpectedly appearing when used with transparency.Firefox for Android: Since Firefox 42, the prefixed version of gradients can be disabled by setting layout.css.prefixes.gradients to false.Safari: Safari 4 was supporting an experimental -webkit-gradient(radial,β¦) function. This old outdated syntax is still supported for compatibility purposes.Safari on iOS: Safari on iOS 3.2 was supporting an experimental -webkit-gradient(radial,β¦) function. This old outdated syntax is still supported for compatibility purposes.WebView on iOS: WebView on iOS 3.2 was supporting an experimental -webkit-gradient(radial,β¦) function. This old outdated syntax is still supported for compatibility purposes. |
| css.types.gradient.repeating-radial-gradient.at | CSS | Firefox: Before Firefox 36, gradients weren't applied on the pre-multiplied color space, leading to shades of grey unexpectedly appearing when used with transparency.Firefox: Since Firefox 42, the prefixed version of gradients can be disabled by setting layout.css.prefixes.gradients to false.Firefox for Android: Before Firefox for Android 36, gradients weren't applied on the pre-multiplied color space, leading to shades of grey unexpectedly appearing when used with transparency.Firefox for Android: Since Firefox for Android 42, the prefixed version of gradients can be disabled by setting layout.css.prefixes.gradients to false. |
| css.types.gradient.repeating-radial-gradient.doubleposition | CSS | |
| css.types.gradient.repeating-radial-gradient.hue_interpolation_method | CSS | |
| css.types.gradient.repeating-radial-gradient.interpolation_color_space | CSS | |
| css.types.gradient.repeating-radial-gradient.interpolation_hints | CSS | |
| css.types.hypot π | CSS | |
| css.types.image π | CSS | |
| css.types.image.cross-fade π | CSS | Chrome: Supports the original dual-image with percentage implementation only.Chrome: See bug 40470742 for supporting the unprefixed cross-fade() function.Chrome Android: Supports the original dual-image with percentage implementation only.Chrome Android: See bug 40470742 for supporting the unprefixed cross-fade() function.Edge: Supports the original dual-image with percentage implementation only.Edge: See bug 40470742 for supporting the unprefixed cross-fade() function.Quest Browser: Supports the original dual-image with percentage implementation only.Quest Browser: See bug 40470742 for supporting the unprefixed cross-fade() function.Opera: Supports the original dual-image with percentage implementation only.Opera: See bug 40470742 for supporting the unprefixed cross-fade() function.Opera Android: Supports the original dual-image with percentage implementation only.Opera Android: See bug 40470742 for supporting the unprefixed cross-fade() function.Safari: Supports the original dual-image with percentage implementation only.Safari: Supports the original dual-image with percentage implementation only.Safari on iOS: Support for the original dual-image with percentage implementation only.Safari on iOS: Supports the original dual-image with percentage implementation only.Samsung Internet: Supports the original dual-image with percentage implementation only.Samsung Internet: See bug 40470742 for supporting the unprefixed cross-fade() function.WebView Android: Supports the original dual-image with percentage implementation only.WebView Android: See bug 40470742 for supporting the unprefixed cross-fade() function.WebView on iOS: Support for the original dual-image with percentage implementation only.WebView on iOS: Supports the original dual-image with percentage implementation only. |
| css.types.image.element π | CSS | Firefox: -moz-element() is limited to background-image, background, border-image and border-image-source.Firefox: -moz-element() is limited to background-image and background.Firefox for Android: -moz-element() is limited to background-image, background, border-image and border-image-source.Firefox for Android: -moz-element() is limited to background-image and background. |
| css.types.image.image-set π | CSS | Chrome: Support for url images only and x is the only supported resolution unit.Chrome Android: Support for url images only and x is the only supported resolution unit.Edge: Support for url images only and x is the only supported resolution unit.Firefox: The type() function is not supported as an argument to image-set().Firefox for Android: The type() function is not supported as an argument to image-set().Quest Browser: Support for url images only and x is the only supported resolution unit.Opera: Support for url images only and x is the only supported resolution unit.Opera Android: Support for url images only and x is the only supported resolution unit.Safari: The type() function is not supported as an argument to image-set().Safari: The type() function is not supported as an argument to image-set().Safari: Support for url images only and x is the only supported resolution unit.Safari: Support for url images only and x is the only supported resolution unit.Safari on iOS: The type() function is not supported as an argument to image-set().Safari on iOS: The type() function is not supported as an argument to image-set().Safari on iOS: Support for url images only and x is the only supported resolution unit.Safari on iOS: Support for url images only and x is the only supported resolution unit.Samsung Internet: Support for url images only and x is the only supported resolution unit.WebView Android: Support for url images only and x is the only supported resolution unit.WebView on iOS: The type() function is not supported as an argument to image-set().WebView on iOS: The type() function is not supported as an argument to image-set().WebView on iOS: Support for url images only and x is the only supported resolution unit.WebView on iOS: Support for url images only and x is the only supported resolution unit. |
| css.types.image.paint π | CSS | |
| css.types.image.paint.additional_parameters | CSS | |
| css.types.integer π | CSS | |
| css.types.length π | CSS | |
| css.types.length.Q | CSS | |
| css.types.length.cap | CSS | |
| css.types.length.ch | CSS | Firefox: From Firefox 1 to Firefox 3, ch was the width of the M character.Firefox: From Firefox 1 to Firefox 3, ch did not work with border-width and outline-width CSS properties. |
| css.types.length.container_query_length_units | CSS | |
| css.types.length.em | CSS | |
| css.types.length.ex | CSS | |
| css.types.length.ic | CSS | |
| css.types.length.lh π | CSS | |
| css.types.length.rcap π | CSS | |
| css.types.length.rch π | CSS | |
| css.types.length.rem | CSS | |
| css.types.length.rex π | CSS | |
| css.types.length.ric π | CSS | |
| css.types.length.rlh π | CSS | |
| css.types.length.vb | CSS | |
| css.types.length.vh | CSS | Firefox: Starting with version 21, viewport-percentage lengths are invalid in @page.Firefox for Android: Starting with version 21, viewport-percentage lengths are invalid in @page. |
| css.types.length.vi | CSS | |
| css.types.length.viewport_percentage_units_dynamic | CSS | |
| css.types.length.viewport_percentage_units_large | CSS | |
| css.types.length.viewport_percentage_units_small | CSS | |
| css.types.length.vmax | CSS | Firefox: Starting with version 21, viewport-percentage lengths are invalid in @page.Firefox for Android: Starting with version 21, viewport-percentage lengths are invalid in @page. |
| css.types.length.vmin | CSS | Firefox: Starting with version 21, viewport-percentage lengths are invalid in @page.Firefox for Android: Starting with version 21, viewport-percentage lengths are invalid in @page. |
| css.types.length.vw | CSS | Firefox: Starting with version 21, viewport-percentage lengths are invalid in @page.Firefox for Android: Starting with version 21, viewport-percentage lengths are invalid in @page. |
| css.types.length-percentage π | CSS | |
| css.types.line-style π | CSS | |
| css.types.log π | CSS | |
| css.types.max π | CSS | |
| css.types.min π | CSS | |
| css.types.mod π | CSS | |
| css.types.number π | CSS | |
| css.types.number.scientific_notation | CSS | |
| css.types.overflow π | CSS | Internet Explorer: From version 4 to 6, Internet Explorer enlarges an element with visible (default value) to fit the content inside it. |
| css.types.overflow.clip | CSS | |
| css.types.overflow.overlay | CSS | Chrome: Before version 114, the overlay keyword caused non-standard behavior, allowing scrollbars to overlay content without taking up layout space. From version 114, the keyword aliases to the standard auto keyword. See bug 40444262.Chrome Android: Before version 114, the overlay keyword caused non-standard behavior, allowing scrollbars to overlay content without taking up layout space. From version 114, the keyword aliases to the standard auto keyword. See bug 40444262.Edge: Before version 114, the overlay keyword caused non-standard behavior, allowing scrollbars to overlay content without taking up layout space. From version 114, the keyword aliases to the standard auto keyword. See bug 40444262.Quest Browser: Before version false, the overlay keyword caused non-standard behavior, allowing scrollbars to overlay content without taking up layout space. From version false, the keyword aliases to the standard auto keyword. See bug 40444262.Opera: Before version 100, the overlay keyword caused non-standard behavior, allowing scrollbars to overlay content without taking up layout space. From version 100, the keyword aliases to the standard auto keyword. See bug 40444262.Safari: Before version 12, the overlay keyword caused non-standard behavior, allowing scrollbars to overlay content without taking up layout space. From version 12, the keyword aliases to the standard auto keyword. See bug 189811.Safari on iOS: Before version 12, the overlay keyword caused non-standard behavior, allowing scrollbars to overlay content without taking up layout space. From version 12, the keyword aliases to the standard auto keyword. See bug 189811.WebView Android: Before version 114, the overlay keyword caused non-standard behavior, allowing scrollbars to overlay content without taking up layout space. From version 114, the keyword aliases to the standard auto keyword. See bug 40444262.WebView on iOS: Before version 12, the overlay keyword caused non-standard behavior, allowing scrollbars to overlay content without taking up layout space. From version 12, the keyword aliases to the standard auto keyword. See bug 189811. |
| css.types.percentage π | CSS | |
| css.types.position π | CSS | |
| css.types.position.four_value_syntax | CSS | |
| css.types.position.keyword_value_syntax | CSS | |
| css.types.pow π | CSS | |
| css.types.ratio π | CSS | |
| css.types.ratio.number_value | CSS | |
| css.types.ray π | CSS | |
| css.types.ray.position | CSS | |
| css.types.ray.size | CSS | |
| css.types.rem π | CSS | |
| css.types.resolution π | CSS | |
| css.types.resolution.dpcm | CSS | |
| css.types.resolution.dpi | CSS | |
| css.types.resolution.dppx | CSS | |
| css.types.resolution.x | CSS | |
| css.types.round π | CSS | |
| css.types.shape π | CSS | |
| css.types.shape.rect | CSS | Internet Explorer: For Internet Explorer versions 5.5 through 7, the rect() function uses spaces (instead of commas) to separate parameters. For Internet Explorer 8 and later versions, only the standard comma-separated syntax is supported. |
| css.types.sign π | CSS | |
| css.types.sin π | CSS | |
| css.types.sqrt π | CSS | |
| css.types.string π | CSS | |
| css.types.string.unicode_escaped_characters | CSS | |
| css.types.tan π | CSS | |
| css.types.text-edge π | CSS | |
| css.types.text-edge.alphabetic π | CSS | |
| css.types.text-edge.cap π | CSS | |
| css.types.text-edge.ex π | CSS | |
| css.types.text-edge.ideographic π | CSS | |
| css.types.text-edge.ideographic-ink π | CSS | |
| css.types.text-edge.text π | CSS | |
| css.types.time π | CSS | |
| css.types.transform-function π | CSS | Internet Explorer: Internet Explorer 9 supports 2D but not 3D transforms. In version 9, mixing 2D and 3D transform functions invalidates the entire property. |
| css.types.transform-function.matrix π | CSS | |
| css.types.transform-function.matrix3d π | CSS | |
| css.types.transform-function.perspective π | CSS | |
| css.types.transform-function.perspective.none π | CSS | |
| css.types.transform-function.rotate π | CSS | |
| css.types.transform-function.rotate3d π | CSS | |
| css.types.transform-function.rotateX π | CSS | |
| css.types.transform-function.rotateY π | CSS | |
| css.types.transform-function.rotateZ π | CSS | |
| css.types.transform-function.scale π | CSS | |
| css.types.transform-function.scale3d π | CSS | |
| css.types.transform-function.scaleX π | CSS | |
| css.types.transform-function.scaleY π | CSS | |
| css.types.transform-function.scaleZ π | CSS | |
| css.types.transform-function.skew π | CSS | Firefox: Firefox 14 removed experimental support for skew(), but it was reintroduced in Firefox 15. |
| css.types.transform-function.skewX π | CSS | |
| css.types.transform-function.skewY π | CSS | |
| css.types.transform-function.translate π | CSS | |
| css.types.transform-function.translate3d π | CSS | |
| css.types.transform-function.translateX π | CSS | |
| css.types.transform-function.translateY π | CSS | |
| css.types.transform-function.translateZ π | CSS | |
| css.types.url π | CSS | |
| html.elements.a π | HTML | Firefox: Starting with Firefox 41, <a> without href attribute is no longer classified as interactive content: clicking it inside <label> will activate labelled content (bug 1167816).Firefox for Android: Starting with Firefox for Android 41, <a> without href attribute is no longer classified as interactive content: clicking it inside <label> will activate labelled content (bug 1167816). |
| html.elements.a.attributionsourceid π | HTML | |
| html.elements.a.attributionsrc π | HTML | |
| html.elements.a.charset π | HTML | |
| html.elements.a.coords π | HTML | Firefox: You can no longer nest an <a> element inside a <map> element to create a hotspot region - coords and shape attribute support removed.Firefox for Android: You can no longer nest an <a> element inside a <map> element to create a hotspot region - coords and shape attribute support removed. |
| html.elements.a.download π | HTML | Chrome: Starting in Chrome 65, cross-origin downloads are not supported on the <a> element.Chrome Android: Starting in Chrome Android 65, cross-origin downloads are not supported on the <a> element.Edge: Starting in Edge 79, cross-origin downloads are not supported on the <a> element.Edge: Until Edge 14 (build 14357), attempting to download data URIs caused Edge to crash (bug 7160092).Edge: Edge 17 or older didn't follow the attributes' value to determine filename (bug 7260192).Firefox for Android: The attribute's filename value only affects the suggested file name for the blob: and data: URI schemes. Other schemes ignore the suggested filename. See bug 1845642.Quest Browser: Starting in Quest Browser 5.0, cross-origin downloads are not supported on the <a> element.Opera: Starting in Opera 52, cross-origin downloads are not supported on the <a> element.Opera Android: Starting in Opera Android 47, cross-origin downloads are not supported on the <a> element.Samsung Internet: Starting in Samsung Internet 9.0, cross-origin downloads are not supported on the <a> element.WebView Android: Starting in WebView Android 65, cross-origin downloads are not supported on the <a> element. |
| html.elements.a.href π | HTML | |
| html.elements.a.href.href_sms | HTML | |
| html.elements.a.href.href_top | HTML | |
| html.elements.a.hreflang π | HTML | |
| html.elements.a.hreftranslate | HTML | |
| html.elements.a.implicit_noopener | HTML | |
| html.elements.a.name π | HTML | |
| html.elements.a.ping π | HTML | Firefox: This property is exposed but has no effect if the browser.send_pings preference is not set to true. See bug 951104.Firefox for Android: This property is exposed but has no effect if the browser.send_pings preference is not set to true. See bug 951104. |
| html.elements.a.referrerpolicy π | HTML | |
| html.elements.a.referrerpolicy.no-referrer-when-downgrade | HTML | |
| html.elements.a.referrerpolicy.origin-when-cross-origin | HTML | |
| html.elements.a.referrerpolicy.unsafe-url | HTML | |
| html.elements.a.rel π | HTML | |
| html.elements.a.rel.noopener π | HTML | Firefox: Before Firefox 63, rel="noopener" created windows with all features disabled by default. Starting with Firefox 63, these windows have the same features enabled by default as any other window.Firefox for Android: Before Firefox for Android 63, rel="noopener" created windows with all features disabled by default. Starting with Firefox for Android 63, these windows have the same features enabled by default as any other window. |
| html.elements.a.rel.noreferrer π | HTML | Internet Explorer: Only supported in IE11 in later versions of Windows 10 (creators update). (Per caniuse.com.) |
| html.elements.a.rev π | HTML | |
| html.elements.a.shape π | HTML | Firefox: You can no longer nest an <a> element inside a <map> element to create a hotspot region - coords and shape attribute support removed.Firefox for Android: You can no longer nest an <a> element inside a <map> element to create a hotspot region - coords and shape attribute support removed. |
| html.elements.a.target π | HTML | |
| html.elements.a.target.unfencedTop | HTML | |
| html.elements.a.text_fragments | HTML | |
| html.elements.a.type π | HTML | |
| html.elements.abbr π | HTML | Firefox: Before Firefox 4, this element implemented the HTMLSpanElement interface instead of the standard HTMLElement interface. |
| html.elements.acronym π | HTML | |
| html.elements.address π | HTML | |
| html.elements.area π | HTML | |
| html.elements.area.alt π | HTML | |
| html.elements.area.coords π | HTML | |
| html.elements.area.download π | HTML | |
| html.elements.area.href π | HTML | |
| html.elements.area.implicit_noopener | HTML | |
| html.elements.area.nohref π | HTML | |
| html.elements.area.ping π | HTML | Firefox: This property is exposed but has no effect if the browser.send_pings preference is not set to true. See bug 951104.Firefox for Android: This property is exposed but has no effect if the browser.send_pings preference is not set to true. See bug 951104. |
| html.elements.area.referrerpolicy π | HTML | |
| html.elements.area.referrerpolicy.no-referrer-when-downgrade | HTML | |
| html.elements.area.referrerpolicy.origin-when-cross-origin | HTML | |
| html.elements.area.referrerpolicy.unsafe-url | HTML | |
| html.elements.area.rel π | HTML | |
| html.elements.area.rel.noopener π | HTML | Firefox: Before Firefox 63, rel="noopener" created windows with all features disabled by default. Starting with Firefox 63, these windows have the same features enabled by default as any other window.Firefox for Android: Before Firefox for Android 63, rel="noopener" created windows with all features disabled by default. Starting with Firefox for Android 63, these windows have the same features enabled by default as any other window. |
| html.elements.area.rel.noreferrer π | HTML | Internet Explorer: Only supported in IE11 in later versions of Windows 10 (creators update). (Per caniuse.com.) |
| html.elements.area.shape π | HTML | |
| html.elements.area.target π | HTML | |
| html.elements.article π | HTML | |
| html.elements.aside π | HTML | |
| html.elements.audio π | HTML | Firefox: For Firefox to play audio, the server must serve the file using the correct MIME type.Firefox for Android: For Firefox for Android to play audio, the server must serve the file using the correct MIME type. |
| html.elements.audio.autoplay π | HTML | |
| html.elements.audio.controls π | HTML | |
| html.elements.audio.controlslist π | HTML | |
| html.elements.audio.crossorigin π | HTML | Firefox: With crossorigin="use-credentials", cookies aren't sent during seek. See bug 1532722.Firefox for Android: With crossorigin="use-credentials", cookies aren't sent during seek. See bug 1532722. |
| html.elements.audio.disableremoteplayback π | HTML | |
| html.elements.audio.loop π | HTML | |
| html.elements.audio.muted π | HTML | |
| html.elements.audio.preload π | HTML | Chrome: Defaults to metadata in Chrome 64.Chrome Android: Defaults to metadata in Chrome Android 64.Quest Browser: Defaults to metadata in Quest Browser 5.0.Opera: Defaults to metadata in Opera 51.Opera Android: Defaults to metadata in Opera 51.Samsung Internet: Defaults to metadata in Samsung Internet 9.0.WebView Android: Defaults to metadata in Chrome 64. |
| html.elements.audio.src π | HTML | |
| html.elements.b π | HTML | Firefox: Before Firefox 4, this element implemented the HTMLSpanElement interface instead of the standard HTMLElement interface. |
| html.elements.base π | HTML | Internet Explorer: Before Internet Explorer 7, <base> can be positioned anywhere in the document and the nearest value of <base> is used. |
| html.elements.base.href π | HTML | |
| html.elements.base.href.forbid_data_javascript_urls | HTML | |
| html.elements.base.href.relative_url | HTML | |
| html.elements.base.target π | HTML | |
| html.elements.bdi π | HTML | |
| html.elements.bdo π | HTML | |
| html.elements.big π | HTML | |
| html.elements.blockquote π | HTML | |
| html.elements.blockquote.cite | HTML | |
| html.elements.body π | HTML | |
| html.elements.body.alink | HTML | |
| html.elements.body.background | HTML | |
| html.elements.body.bgcolor | HTML | |
| html.elements.body.bottommargin | HTML | Firefox: Before Firefox 35, it was supported in Quirks Mode only.Firefox for Android: Before Firefox for Android 35, it was supported in Quirks Mode only. |
| html.elements.body.leftmargin | HTML | Firefox: Before Firefox 35, it was supported in Quirks Mode only.Firefox for Android: Before Firefox for Android 35, it was supported in Quirks Mode only. |
| html.elements.body.link | HTML | |
| html.elements.body.rightmargin | HTML | Firefox: Before Firefox 35, it was supported in Quirks Mode only.Firefox for Android: Before Firefox for Android 35, it was supported in Quirks Mode only. |
| html.elements.body.text | HTML | |
| html.elements.body.topmargin | HTML | Firefox: Before Firefox 35, it was supported in Quirks Mode only.Firefox for Android: Before Firefox for Android 35, it was supported in Quirks Mode only. |
| html.elements.body.vlink | HTML | |
| html.elements.br π | HTML | |
| html.elements.br.clear | HTML | |
| html.elements.button π | HTML | |
| html.elements.button.command | HTML | |
| html.elements.button.commandfor | HTML | |
| html.elements.button.disabled π | HTML | |
| html.elements.button.form | HTML | |
| html.elements.button.formaction | HTML | |
| html.elements.button.formenctype | HTML | |
| html.elements.button.formmethod | HTML | |
| html.elements.button.formnovalidate | HTML | |
| html.elements.button.formtarget | HTML | |
| html.elements.button.name | HTML | |
| html.elements.button.popovertarget π | HTML | |
| html.elements.button.popovertargetaction π | HTML | |
| html.elements.button.type | HTML | |
| html.elements.button.value | HTML | |
| html.elements.canvas π | HTML | Firefox: Before Firefox 5, the canvas width and height were signed integers instead of unsigned integers.Firefox: Before Firefox 6, a <canvas> element with a zero width or height would be rendered as if it had default dimensions.Firefox: Before Firefox 12, if JavaScript is disabled, the <canvas> element was being rendered instead of showing the fallback content as per the specification. Since then, the fallback content is rendered instead.Firefox for Android: Before Firefox for Android 5, the canvas width and height were signed integers instead of unsigned integers.Firefox for Android: Before Firefox for Android 6, a <canvas> element with a zero width or height would be rendered as if it had default dimensions.Firefox for Android: Before Firefox for Android 14, if JavaScript is disabled, the <canvas> element was being rendered instead of showing the fallback content as per the specification. Since then, the fallback content is rendered instead.Safari: Although early versions of Apple's Safari browser don't require the closing tag, the specification indicates that it is required, so you should be sure to include it for broadest compatibility. Before version 2, Safari will render the content of the fallback in addition to the canvas itself unless you use CSS tricks to mask it. |
| html.elements.canvas.height π | HTML | Firefox: Before Firefox 5, the canvas width and height were signed integers instead of unsigned integers.Firefox: Before Firefox 6, a <canvas> element with a zero width or height would be rendered as if it had default dimensions.Firefox: Before Firefox 12, if JavaScript is disabled, the <canvas> element was being rendered instead of showing the fallback content as per the specification. Since then, the fallback content is rendered instead.Firefox for Android: Before Firefox for Android 5, the canvas width and height were signed integers instead of unsigned integers.Firefox for Android: Before Firefox for Android 6, a <canvas> element with a zero width or height would be rendered as if it had default dimensions.Firefox for Android: Before Firefox for Android 14, if JavaScript is disabled, the <canvas> element was being rendered instead of showing the fallback content as per the specification. Since then, the fallback content is rendered instead.Safari: Although early versions of Apple's Safari browser don't require the closing tag, the specification indicates that it is required, so you should be sure to include it for broadest compatibility. Before version 2, Safari will render the content of the fallback in addition to the canvas itself unless you use CSS tricks to mask it. |
| html.elements.canvas.moz-opaque | HTML | |
| html.elements.canvas.width π | HTML | Firefox: Before Firefox 5, the canvas width and height were signed integers instead of unsigned integers.Firefox: Before Firefox 6, a <canvas> element with a zero width or height would be rendered as if it had default dimensions.Firefox: Before Firefox 12, if JavaScript is disabled, the <canvas> element was being rendered instead of showing the fallback content as per the specification. Since then, the fallback content is rendered instead.Firefox for Android: Before Firefox for Android 5, the canvas width and height were signed integers instead of unsigned integers.Firefox for Android: Before Firefox for Android 6, a <canvas> element with a zero width or height would be rendered as if it had default dimensions.Firefox for Android: Before Firefox for Android 14, if JavaScript is disabled, the <canvas> element was being rendered instead of showing the fallback content as per the specification. Since then, the fallback content is rendered instead.Safari: Although early versions of Apple's Safari browser don't require the closing tag, the specification indicates that it is required, so you should be sure to include it for broadest compatibility. Before version 2, Safari will render the content of the fallback in addition to the canvas itself unless you use CSS tricks to mask it. |
| html.elements.caption π | HTML | |
| html.elements.caption.align | HTML | |
| html.elements.center π | HTML | Firefox: Before Firefox 4, this element implemented the HTMLSpanElement interface instead of the standard HTMLElement interface.Firefox for Android: Before Firefox for Android 4, this element implemented the HTMLSpanElement interface instead of the standard HTMLElement interface. |
| html.elements.cite π | HTML | |
| html.elements.code π | HTML | |
| html.elements.col π | HTML | |
| html.elements.col.align π | HTML | |
| html.elements.col.char π | HTML | |
| html.elements.col.charoff π | HTML | |
| html.elements.col.span π | HTML | |
| html.elements.col.valign π | HTML | |
| html.elements.col.width π | HTML | |
| html.elements.colgroup π | HTML | |
| html.elements.colgroup.align π | HTML | |
| html.elements.colgroup.char π | HTML | |
| html.elements.colgroup.charoff π | HTML | |
| html.elements.colgroup.span π | HTML | |
| html.elements.colgroup.valign π | HTML | |
| html.elements.colgroup.width π | HTML | |
| html.elements.data π | HTML | |
| html.elements.data.value π | HTML | |
| html.elements.datalist π | HTML | Firefox: The date and time input types are not supported.Firefox: The <datalist> element will only create a dropdown for textual types, such as text, search, url, tel, email and number. The date, time, range and color types are not supported.Firefox for Android: The dropdown menu containing available options does not appear. See bug 1535985. |
| html.elements.dd π | HTML | Firefox: Before Firefox 4, this element was implemented using the HTMLSpanElement interface instead of HTMLElement. |
| html.elements.del π | HTML | |
| html.elements.del.cite | HTML | |
| html.elements.del.datetime | HTML | |
| html.elements.details π | HTML | Firefox: Before Firefox 57, there was a bug meaning that <details> elements can't be made open by default using the open attribute if they have a CSS animation active on them.Firefox for Android: There is a bug meaning that <details> elements can't be made open by default using the open attribute if they have a CSS animation active on them. |
| html.elements.details.name | HTML | |
| html.elements.details.open | HTML | |
| html.elements.dfn π | HTML | |
| html.elements.dialog π | HTML | |
| html.elements.dialog.open | HTML | |
| html.elements.dir π | HTML | |
| html.elements.dir.compact | HTML | |
| html.elements.div π | HTML | |
| html.elements.div.align | HTML | |
| html.elements.dl π | HTML | |
| html.elements.dt π | HTML | |
| html.elements.em π | HTML | |
| html.elements.embed π | HTML | |
| html.elements.embed.align π | HTML | |
| html.elements.embed.height π | HTML | |
| html.elements.embed.name π | HTML | |
| html.elements.embed.src π | HTML | |
| html.elements.embed.type π | HTML | |
| html.elements.embed.width π | HTML | |
| html.elements.fencedframe π | HTML | |
| html.elements.fencedframe.allow π | HTML | |
| html.elements.fencedframe.height π | HTML | |
| html.elements.fencedframe.width π | HTML | |
| html.elements.fieldset π | HTML | Chrome: Before version 86, this element did not support flexbox and grid layouts within this element. See bug 41027853.Chrome Android: Before version 86, this element did not support flexbox and grid layouts within this element. See bug 41027853.Edge: Before version 86, this element did not support flexbox and grid layouts within this element. See bug 4511145.Quest Browser: Before version 12.0, this element did not support flexbox and grid layouts within this element. See bug 41027853.Samsung Internet: Before version 14.0, this element did not support flexbox and grid layouts within this element. See bug 41027853.WebView Android: Before version 86, this element did not support flexbox and grid layouts within this element. See bug 41027853. |
| html.elements.fieldset.disabled π | HTML | Edge: Does not work with nested fieldsets. For example: <fieldset disabled><fieldset><!--Still enabled--></fieldset></fieldset>Internet Explorer: Not all form control descendants of a disabled fieldset are properly disabled in IE11; see IE bug 817488: input[type='file'] not disabled inside disabled fieldset and IE bug 962368: Can still edit input[type='text'] within fieldset[disabled]. |
| html.elements.fieldset.form π | HTML | |
| html.elements.fieldset.name π | HTML | |
| html.elements.figcaption π | HTML | |
| html.elements.figure π | HTML | |
| html.elements.font π | HTML | |
| html.elements.font.color | HTML | |
| html.elements.font.face | HTML | |
| html.elements.font.size | HTML | |
| html.elements.footer π | HTML | |
| html.elements.form π | HTML | |
| html.elements.form.accept-charset π | HTML | |
| html.elements.form.action π | HTML | |
| html.elements.form.autocomplete π | HTML | Chrome: The Google Chrome UI for auto-complete request varies, depending on whether autocomplete is set to off on <input> elements as well as their form. Specifically, when a form has autocomplete set to off and its <input> element's autocomplete attribute is not set, then if the user asks for autofill suggestions for the <input> element, Chrome might display a message saying 'autocomplete has been disabled for this form.' On the other hand, if both the form and the input element have autocomplete set to off, the browser will not display that message. For this reason, you should set autocomplete to off for each <input> that has custom auto-completion.Chrome Android: The Chrome Android UI for auto-complete request varies, depending on whether autocomplete is set to off on <input> elements as well as their form. Specifically, when a form has autocomplete set to off and its <input> element's autocomplete attribute is not set, then if the user asks for autofill suggestions for the <input> element, Chrome Android might display a message saying 'autocomplete has been disabled for this form.' On the other hand, if both the form and the input element have autocomplete set to off, the browser will not display that message. For this reason, you should set autocomplete to off for each <input> that has custom auto-completion.Quest Browser: The Quest Browser UI for auto-complete request varies, depending on whether autocomplete is set to off on <input> elements as well as their form. Specifically, when a form has autocomplete set to off and its <input> element's autocomplete attribute is not set, then if the user asks for autofill suggestions for the <input> element, Quest Browser might display a message saying 'autocomplete has been disabled for this form.' On the other hand, if both the form and the input element have autocomplete set to off, the browser will not display that message. For this reason, you should set autocomplete to off for each <input> that has custom auto-completion.Opera: The Opera UI for auto-complete request varies, depending on whether autocomplete is set to off on <input> elements as well as their form. Specifically, when a form has autocomplete set to off and its <input> element's autocomplete attribute is not set, then if the user asks for autofill suggestions for the <input> element, Opera might display a message saying 'autocomplete has been disabled for this form.' On the other hand, if both the form and the input element have autocomplete set to off, the browser will not display that message. For this reason, you should set autocomplete to off for each <input> that has custom auto-completion.Opera Android: The Opera Android UI for auto-complete request varies, depending on whether autocomplete is set to off on <input> elements as well as their form. Specifically, when a form has autocomplete set to off and its <input> element's autocomplete attribute is not set, then if the user asks for autofill suggestions for the <input> element, Opera Android might display a message saying 'autocomplete has been disabled for this form.' On the other hand, if both the form and the input element have autocomplete set to off, the browser will not display that message. For this reason, you should set autocomplete to off for each <input> that has custom auto-completion.Samsung Internet: The Samsung Internet UI for auto-complete request varies, depending on whether autocomplete is set to off on <input> elements as well as their form. Specifically, when a form has autocomplete set to off and its <input> element's autocomplete attribute is not set, then if the user asks for autofill suggestions for the <input> element, Samsung Internet might display a message saying 'autocomplete has been disabled for this form.' On the other hand, if both the form and the input element have autocomplete set to off, the browser will not display that message. For this reason, you should set autocomplete to off for each <input> that has custom auto-completion.WebView Android: The WebView Android UI for auto-complete request varies, depending on whether autocomplete is set to off on <input> elements as well as their form. Specifically, when a form has autocomplete set to off and its <input> element's autocomplete attribute is not set, then if the user asks for autofill suggestions for the <input> element, WebView Android might display a message saying 'autocomplete has been disabled for this form.' On the other hand, if both the form and the input element have autocomplete set to off, the browser will not display that message. For this reason, you should set autocomplete to off for each <input> that has custom auto-completion. |
| html.elements.form.autocomplete.new-password | HTML | |
| html.elements.form.autocomplete.one-time-code | HTML | |
| html.elements.form.autocomplete.webauthn π | HTML | |
| html.elements.form.enctype π | HTML | |
| html.elements.form.method π | HTML | |
| html.elements.form.name π | HTML | |
| html.elements.form.novalidate π | HTML | |
| html.elements.form.rel π | HTML | |
| html.elements.form.target π | HTML | |
| html.elements.frame π | HTML | |
| html.elements.frame.frameborder | HTML | |
| html.elements.frame.marginheight | HTML | |
| html.elements.frame.marginwidth | HTML | |
| html.elements.frame.name | HTML | |
| html.elements.frame.noresize | HTML | |
| html.elements.frame.scrolling | HTML | |
| html.elements.frame.src | HTML | |
| html.elements.frameset π | HTML | |
| html.elements.frameset.cols | HTML | |
| html.elements.frameset.rows | HTML | |
| html.elements.h1 π | HTML | |
| html.elements.h2 π | HTML | |
| html.elements.h3 π | HTML | |
| html.elements.h4 π | HTML | |
| html.elements.h5 π | HTML | |
| html.elements.h6 π | HTML | |
| html.elements.head π | HTML | |
| html.elements.head.profile π | HTML | |
| html.elements.header π | HTML | |
| html.elements.hgroup π | HTML | |
| html.elements.hr π | HTML | |
| html.elements.hr.align | HTML | |
| html.elements.hr.color | HTML | |
| html.elements.hr.hr_in_select | HTML | Chrome: Only exposes the <hr> visually in the page when the menu is expanded (arrowing within the collapsed menu does not show them).Chrome: Does not expose the <hr> within the accessibility tree.Edge: Only exposes the <hr> visually in the page when the menu is expanded (arrowing within the collapsed menu does not show them).Edge: Does not expose the <hr> within the accessibility tree.Firefox: Does not expose the <hr> within the accessibility tree.Firefox for Android: Does not expose the <hr> within the accessibility tree.Opera: Only exposes the <hr> visually in the page when the menu is expanded (arrowing within the collapsed menu does not show them).Opera: Does not expose the <hr> within the accessibility tree.Safari: Does not expose the <hr> within the accessibility tree.Safari on iOS: Does not expose the <hr> within the accessibility tree.WebView on iOS: Does not expose the <hr> within the accessibility tree. |
| html.elements.hr.noshade | HTML | |
| html.elements.hr.size | HTML | |
| html.elements.hr.width | HTML | |
| html.elements.html π | HTML | |
| html.elements.html.version π | HTML | |
| html.elements.html.xmlns | HTML | |
| html.elements.i π | HTML | |
| html.elements.iframe π | HTML | Firefox: The resize CSS property doesn't have any effect on this element due to bug 680823.Firefox for Android: The resize CSS property doesn't have any effect on this element due to bug 680823.Safari: Safari has a bug that prevents iframes from loading if the iframe element was hidden when added to the page. iframeElement.src = iframeElement.src should cause it to load the iframe.Safari on iOS: Safari on iOS has a bug that prevents iframes from loading if the iframe element was hidden when added to the page. iframeElement.src = iframeElement.src should cause it to load the iframe.WebView on iOS: WebView on iOS has a bug that prevents iframes from loading if the iframe element was hidden when added to the page. iframeElement.src = iframeElement.src should cause it to load the iframe. |
| html.elements.iframe.align π | HTML | |
| html.elements.iframe.allow π | HTML | |
| html.elements.iframe.allow.accelerometer π | HTML | |
| html.elements.iframe.allow.ambient-light-sensor π | HTML | |
| html.elements.iframe.allow.attribution-reporting π | HTML | |
| html.elements.iframe.allow.autoplay π | HTML | |
| html.elements.iframe.allow.bluetooth π | HTML | |
| html.elements.iframe.allow.browsing-topics | HTML | |
| html.elements.iframe.allow.camera π | HTML | |
| html.elements.iframe.allow.compute-pressure π | HTML | |
| html.elements.iframe.allow.cross-origin-isolated π | HTML | |
| html.elements.iframe.allow.display-capture π | HTML | |
| html.elements.iframe.allow.document-domain π | HTML | |
| html.elements.iframe.allow.encrypted-media π | HTML | |
| html.elements.iframe.allow.fullscreen π | HTML | |
| html.elements.iframe.allow.gamepad π | HTML | Firefox: The default allowlist is * instead of self (as required by the specification).Firefox for Android: The default allowlist is * instead of self (as required by the specification). |
| html.elements.iframe.allow.geolocation π | HTML | |
| html.elements.iframe.allow.gyroscope π | HTML | |
| html.elements.iframe.allow.hid π | HTML | |
| html.elements.iframe.allow.identity-credentials-get π | HTML | |
| html.elements.iframe.allow.idle-detection π | HTML | |
| html.elements.iframe.allow.local-fonts π | HTML | |
| html.elements.iframe.allow.magnetometer π | HTML | |
| html.elements.iframe.allow.microphone π | HTML | |
| html.elements.iframe.allow.midi π | HTML | |
| html.elements.iframe.allow.otp-credentials π | HTML | |
| html.elements.iframe.allow.payment π | HTML | |
| html.elements.iframe.allow.picture-in-picture π | HTML | |
| html.elements.iframe.allow.publickey-credentials-create π | HTML | |
| html.elements.iframe.allow.publickey-credentials-get π | HTML | |
| html.elements.iframe.allow.screen-wake-lock π | HTML | |
| html.elements.iframe.allow.serial π | HTML | |
| html.elements.iframe.allow.speaker-selection π | HTML | Firefox for Android: Not available due to a limitation in Android (see bug 1473346). |
| html.elements.iframe.allow.storage-access π | HTML | |
| html.elements.iframe.allow.usb π | HTML | |
| html.elements.iframe.allow.web-share π | HTML | Firefox: Firefox recognizes the web-share permissions policy, but this has no effect in versions of Firefox that do not support the share() method.Firefox for Android: Firefox for Android recognizes the web-share permissions policy, but this has no effect in versions of Firefox for Android that do not support the share() method. |
| html.elements.iframe.allow.wildcards | HTML | |
| html.elements.iframe.allow.window-management π | HTML | |
| html.elements.iframe.allow.xr-spatial-tracking π | HTML | |
| html.elements.iframe.allowfullscreen π | HTML | Safari on iOS: Only available on iPad, not on iPhone.Safari on iOS: Shows an overlay button which can not be disabled. Swiping down exits fullscreen mode, making it unsuitable for some use cases like games.WebView on iOS: Only available on iPad, not on iPhone.WebView on iOS: Shows an overlay button which can not be disabled. Swiping down exits fullscreen mode, making it unsuitable for some use cases like games. |
| html.elements.iframe.allowpaymentrequest | HTML | |
| html.elements.iframe.browsingtopics | HTML | |
| html.elements.iframe.credentialless π | HTML | |
| html.elements.iframe.csp π | HTML | |
| html.elements.iframe.frameborder π | HTML | |
| html.elements.iframe.height π | HTML | |
| html.elements.iframe.loading π | HTML | |
| html.elements.iframe.longdesc π | HTML | |
| html.elements.iframe.marginheight π | HTML | |
| html.elements.iframe.marginwidth π | HTML | |
| html.elements.iframe.name π | HTML | |
| html.elements.iframe.referrerpolicy π | HTML | |
| html.elements.iframe.referrerpolicy.no-referrer-when-downgrade | HTML | |
| html.elements.iframe.referrerpolicy.origin-when-cross-origin | HTML | |
| html.elements.iframe.referrerpolicy.unsafe-url | HTML | |
| html.elements.iframe.sandbox π | HTML | |
| html.elements.iframe.sandbox.allow-downloads π | HTML | |
| html.elements.iframe.sandbox.allow-forms π | HTML | |
| html.elements.iframe.sandbox.allow-modals π | HTML | |
| html.elements.iframe.sandbox.allow-orientation-lock π | HTML | |
| html.elements.iframe.sandbox.allow-pointer-lock π | HTML | |
| html.elements.iframe.sandbox.allow-popups π | HTML | |
| html.elements.iframe.sandbox.allow-popups-to-escape-sandbox π | HTML | |
| html.elements.iframe.sandbox.allow-presentation π | HTML | |
| html.elements.iframe.sandbox.allow-same-origin π | HTML | Chrome: Chrome 70 and earlier block script execution without allow-scripts, even if allow-same-origin is set. For example, any bound handlers for click events of nodes inside an iframe throw an error for blocked script execution.Chrome Android: Chrome Android 70 and earlier block script execution without allow-scripts, even if allow-same-origin is set. For example, any bound handlers for click events of nodes inside an iframe throw an error for blocked script execution.Edge: Edge 79 and earlier block script execution without allow-scripts, even if allow-same-origin is set. For example, any bound handlers for click events of nodes inside an iframe throw an error for blocked script execution.Quest Browser: Quest Browser 6.0 and earlier block script execution without allow-scripts, even if allow-same-origin is set. For example, any bound handlers for click events of nodes inside an iframe throw an error for blocked script execution.Opera: Opera 57 and earlier block script execution without allow-scripts, even if allow-same-origin is set. For example, any bound handlers for click events of nodes inside an iframe throw an error for blocked script execution.Opera Android: Opera Android 49 and earlier block script execution without allow-scripts, even if allow-same-origin is set. For example, any bound handlers for click events of nodes inside an iframe throw an error for blocked script execution.Safari: Safari blocks script execution without allow-scripts even if allow-same-origin is set. For example, any bound handlers for click events of nodes inside an iframe throw an error for blocked script execution.Safari on iOS: Safari blocks script execution without allow-scripts even if allow-same-origin is set. For example, any bound handlers for click events of nodes inside an iframe throw an error for blocked script execution.Samsung Internet: Samsung Internet 10.0 and earlier block script execution without allow-scripts, even if allow-same-origin is set. For example, any bound handlers for click events of nodes inside an iframe throw an error for blocked script execution.WebView Android: WebView Android 70 and earlier block script execution without allow-scripts, even if allow-same-origin is set. For example, any bound handlers for click events of nodes inside an iframe throw an error for blocked script execution.WebView on iOS: Safari blocks script execution without allow-scripts even if allow-same-origin is set. For example, any bound handlers for click events of nodes inside an iframe throw an error for blocked script execution. |
| html.elements.iframe.sandbox.allow-scripts π | HTML | |
| html.elements.iframe.sandbox.allow-storage-access-by-user-activation | HTML | |
| html.elements.iframe.sandbox.allow-top-navigation π | HTML | |
| html.elements.iframe.sandbox.allow-top-navigation-by-user-activation π | HTML | |
| html.elements.iframe.sandbox.allow-top-navigation-to-custom-protocols π | HTML | |
| html.elements.iframe.scrolling π | HTML | |
| html.elements.iframe.src π | HTML | |
| html.elements.iframe.srcdoc π | HTML | |
| html.elements.iframe.width π | HTML | |
| html.elements.img π | HTML | |
| html.elements.img.align π | HTML | |
| html.elements.img.alt π | HTML | |
| html.elements.img.aspect_ratio_computed_from_attributes | HTML | Safari: Safari doesn't preserve space for images without a valid src, which may disrupt layouts that rely on lazy loading (see bug 224197).Safari on iOS: Safari on iOS doesn't preserve space for images without a valid src, which may disrupt layouts that rely on lazy loading (see bug 224197).WebView on iOS: WebView on iOS doesn't preserve space for images without a valid src, which may disrupt layouts that rely on lazy loading (see bug 224197). |
| html.elements.img.attributionsrc π | HTML | |
| html.elements.img.border π | HTML | |
| html.elements.img.crossorigin π | HTML | |
| html.elements.img.decoding π | HTML | |
| html.elements.img.fetchpriority π | HTML | |
| html.elements.img.height π | HTML | |
| html.elements.img.hspace π | HTML | |
| html.elements.img.ismap π | HTML | |
| html.elements.img.loading π | HTML | |
| html.elements.img.longdesc π | HTML | |
| html.elements.img.name π | HTML | |
| html.elements.img.referrerpolicy π | HTML | |
| html.elements.img.referrerpolicy.no-referrer-when-downgrade | HTML | |
| html.elements.img.referrerpolicy.origin-when-cross-origin | HTML | |
| html.elements.img.referrerpolicy.unsafe-url | HTML | |
| html.elements.img.sizes π | HTML | |
| html.elements.img.sizes.auto π | HTML | |
| html.elements.img.src π | HTML | |
| html.elements.img.srcset π | HTML | |
| html.elements.img.usemap π | HTML | |
| html.elements.img.usemap.case_sensitive | HTML | |
| html.elements.img.vspace π | HTML | |
| html.elements.img.width π | HTML | |
| html.elements.input π | HTML | Firefox: Before Firefox 89, manipulating the content of <input> elements using Document.execCommand() commands requires workarounds (see bug 1220696).Firefox for Android: Before Firefox for Android 89, manipulating the content of <input> elements using Document.execCommand() commands requires workarounds (see bug 1220696). |
| html.elements.input.accept π | HTML | |
| html.elements.input.align π | HTML | |
| html.elements.input.alpha π | HTML | |
| html.elements.input.alt π | HTML | |
| html.elements.input.autocomplete π | HTML | |
| html.elements.input.capture π | HTML | |
| html.elements.input.checked π | HTML | |
| html.elements.input.colorspace π | HTML | |
| html.elements.input.dirname π | HTML | |
| html.elements.input.disabled π | HTML | |
| html.elements.input.form π | HTML | |
| html.elements.input.formaction π | HTML | |
| html.elements.input.formenctype π | HTML | |
| html.elements.input.formmethod π | HTML | |
| html.elements.input.formnovalidate π | HTML | |
| html.elements.input.formtarget π | HTML | |
| html.elements.input.list π | HTML | |
| html.elements.input.max π | HTML | |
| html.elements.input.maxlength π | HTML | |
| html.elements.input.min π | HTML | |
| html.elements.input.minlength π | HTML | |
| html.elements.input.mozactionhint | HTML | |
| html.elements.input.multiple π | HTML | |
| html.elements.input.name π | HTML | |
| html.elements.input.pattern π | HTML | |
| html.elements.input.placeholder π | HTML | |
| html.elements.input.popovertarget π | HTML | |
| html.elements.input.popovertargetaction π | HTML | |
| html.elements.input.readonly π | HTML | |
| html.elements.input.required π | HTML | |
| html.elements.input.size π | HTML | |
| html.elements.input.src π | HTML | |
| html.elements.input.step π | HTML | |
| html.elements.input.type_button π | HTML | |
| html.elements.input.type_checkbox π | HTML | |
| html.elements.input.type_color π | HTML | Firefox for Android: Firefox for Android doesn't allow the user to choose a custom color, only one of the predefined ones. |
| html.elements.input.type_date π | HTML | |
| html.elements.input.type_datetime-local π | HTML | Firefox: Firefox only displays a date picker and does not display a time picker, see bug 1726108.Safari: Safari only displays a date picker and does not display a time picker. |
| html.elements.input.type_email π | HTML | Safari on iOS: Doesn't do validation, but instead offers a custom 'email' keyboard, which is designed to make entering email addresses easier.Safari on iOS: The custom 'email' keyboard does not provide a comma key, so users cannot enter multiple email addresses.Safari on iOS: Automatically applies a default style of opacity: 0.4 to disable textual <input> elements, including those of type 'email'. Other major browsers don't currently share this particular default style.WebView on iOS: Doesn't do validation, but instead offers a custom 'email' keyboard, which is designed to make entering email addresses easier.WebView on iOS: The custom 'email' keyboard does not provide a comma key, so users cannot enter multiple email addresses.WebView on iOS: Automatically applies a default style of opacity: 0.4 to disable textual <input> elements, including those of type 'email'. Other major browsers don't currently share this particular default style. |
| html.elements.input.type_file π | HTML | Firefox: You can set as well as get the value of HTMLInputElement.files in all modern browsers; this was most recently added to Firefox, in version 57 (see bug 1384030). |
| html.elements.input.type_hidden π | HTML | |
| html.elements.input.type_image π | HTML | |
| html.elements.input.type_month π | HTML | Safari: The input type is recognized, but there is no month-specific control. See bug 200416. |
| html.elements.input.type_number π | HTML | Chrome: Prevents users from typing non-numeric content.Chrome Android: Prevents users from typing non-numeric content.Firefox: Allows users to type non-numeric content, with the value reflecting an empty string.Firefox for Android: Allows users to type non-numeric content, with the value reflecting an empty string.Quest Browser: Prevents users from typing non-numeric content.Opera: Prevents users from typing non-numeric content.Opera Android: Prevents users from typing non-numeric content.Safari: Allows users to type non-numeric content, with the value reflecting an empty string.Safari on iOS: Allows users to type non-numeric content, with the value reflecting an empty string.Samsung Internet: Prevents users from typing non-numeric content.WebView Android: Prevents users from typing non-numeric content.WebView on iOS: Allows users to type non-numeric content, with the value reflecting an empty string. |
| html.elements.input.type_password π | HTML | |
| html.elements.input.type_password.insecure_login_handling | HTML | |
| html.elements.input.type_radio π | HTML | |
| html.elements.input.type_range π | HTML | WebView Android: Pre-Chromium Android WebView recognizes the range type, but doesn't implement a range-specific control. |
| html.elements.input.type_range.tick_marks | HTML | |
| html.elements.input.type_range.vertical_orientation | HTML | Chrome: Vertical orientation available via the writing-mode property (see Creating vertical controls).Chrome: Vertical orientation available by setting the non-standard -webkit-appearance: slider-vertical style on the input element. You shouldn't use this, since it's proprietary, unless you include appropriate fallbacks for users of other browsers.Chrome Android: Vertical orientation available via the writing-mode property (see Creating vertical controls).Chrome Android: Vertical orientation available by setting the non-standard -webkit-appearance: slider-vertical style on the input element. You shouldn't use this, since it's proprietary, unless you include appropriate fallbacks for users of other browsers.Edge: Vertical orientation available by setting the writing-mode: bt-lr style on the input element.Firefox: Vertical orientation available via the writing-mode property (see Creating vertical controls).Firefox: Supported using the non-standard orient="vertical" attribute.Firefox for Android: Vertical orientation available via the writing-mode property (see Creating vertical controls).Firefox for Android: Supported using the non-standard orient="vertical" attribute.Internet Explorer: Vertical orientation available by setting the writing-mode: bt-lr style on the input element.Quest Browser: Vertical orientation available by setting the non-standard -webkit-appearance: slider-vertical style on the input element. You shouldn't use this, since it's proprietary, unless you include appropriate fallbacks for users of other browsers.Opera: Vertical orientation available via the writing-mode property (see Creating vertical controls).Opera: Vertical orientation available by setting the non-standard -webkit-appearance: slider-vertical style on the input element. You shouldn't use this, since it's proprietary, unless you include appropriate fallbacks for users of other browsers.Opera Android: Vertical orientation available via the writing-mode property (see Creating vertical controls).Opera Android: Vertical orientation available by setting the non-standard -webkit-appearance: slider-vertical style on the input element. You shouldn't use this, since it's proprietary, unless you include appropriate fallbacks for users of other browsers.Safari: Vertical orientation available via the writing-mode property (see Creating vertical controls).Safari: Vertical orientation available by setting the non-standard -webkit-appearance: slider-vertical style on the input element. You shouldn't use this, since it's proprietary, unless you include appropriate fallbacks for users of other browsers.Safari on iOS: Vertical orientation available via the writing-mode property (see Creating vertical controls).Safari on iOS: Vertical orientation available by setting the non-standard -webkit-appearance: slider-vertical style on the input element. You shouldn't use this, since it's proprietary, unless you include appropriate fallbacks for users of other browsers.Samsung Internet: Vertical orientation available via the writing-mode property (see Creating vertical controls).Samsung Internet: Vertical orientation available by setting the non-standard -webkit-appearance: slider-vertical style on the input element. You shouldn't use this, since it's proprietary, unless you include appropriate fallbacks for users of other browsers.WebView Android: Vertical orientation available via the writing-mode property (see Creating vertical controls).WebView Android: Vertical orientation available by setting the non-standard -webkit-appearance: slider-vertical style on the input element. You shouldn't use this, since it's proprietary, unless you include appropriate fallbacks for users of other browsers.WebView on iOS: Vertical orientation available via the writing-mode property (see Creating vertical controls).WebView on iOS: Vertical orientation available by setting the non-standard -webkit-appearance: slider-vertical style on the input element. You shouldn't use this, since it's proprietary, unless you include appropriate fallbacks for users of other browsers. |
| html.elements.input.type_reset π | HTML | Firefox: Unlike other browsers, Firefox by default persists the dynamic disabled state of a <button> across page loads. Use the autocomplete attribute to control this feature.Firefox for Android: Unlike other browsers, Firefox for Android by default persists the dynamic disabled state of a <button> across page loads. Use the autocomplete attribute to control this feature. |
| html.elements.input.type_search π | HTML | |
| html.elements.input.type_submit π | HTML | Firefox: Unlike other browsers, Firefox by default persists the dynamic disabled state of a <button> across page loads. Use the autocomplete attribute to control this feature.Firefox for Android: Unlike other browsers, Firefox for Android by default persists the dynamic disabled state of a <button> across page loads. Use the autocomplete attribute to control this feature. |
| html.elements.input.type_tel π | HTML | Chrome: The field type doesn't demonstrate any special behavior.Safari: The field type doesn't demonstrate any special behavior. |
| html.elements.input.type_text π | HTML | |
| html.elements.input.type_time π | HTML | |
| html.elements.input.type_url π | HTML | |
| html.elements.input.type_week π | HTML | |
| html.elements.input.usemap π | HTML | |
| html.elements.input.webkitdirectory | HTML | Chrome Android: In Chrome for Android 131, choosing a directory crashes the browser (see bug 376834374).Chrome Android: Before version 131, users cannot choose a directory, only individual files (see bug 40248532.Opera Android: In Chrome for Android 131, choosing a directory crashes the browser (see bug 376834374).Opera Android: Before version 87, users cannot choose a directory, only individual files (see bug 40248532.Safari on iOS: The attribute can be set but users cannot choose a directory, only individual files (see bug 271705).WebView Android: In Chrome for Android 131, choosing a directory crashes the browser (see bug 376834374).WebView Android: Before version 131, users cannot choose a directory, only individual files (see bug 40248532.WebView on iOS: The attribute can be set but users cannot choose a directory, only individual files (see bug 271705). |
| html.elements.ins π | HTML | |
| html.elements.ins.cite | HTML | |
| html.elements.ins.datetime | HTML | |
| html.elements.kbd π | HTML | Firefox: Before Firefox 4, creating a <kbd> element incorrectly resulted in an HTMLSpanElement object, instead of the expected HTMLElement. |
| html.elements.label π | HTML | |
| html.elements.label.for π | HTML | |
| html.elements.legend π | HTML | |
| html.elements.legend.align | HTML | |
| html.elements.li π | HTML | |
| html.elements.li.type π | HTML | |
| html.elements.li.value π | HTML | |
| html.elements.link π | HTML | |
| html.elements.link.as π | HTML | |
| html.elements.link.blocking π | HTML | |
| html.elements.link.charset π | HTML | |
| html.elements.link.crossorigin π | HTML | Firefox: Before Firefox 83, crossorigin is not supported for rel="icon".Firefox for Android: Before Firefox for Android 83, crossorigin is not supported for rel="icon". |
| html.elements.link.disabled π | HTML | Chrome: In Chrome and other Blink-based browsers, adding the disabled attribute using JavaScript does not remove the stylesheet from document.styleSheets.Chrome Android: In Chrome Android and other Blink-based browsers, adding the disabled attribute using JavaScript does not remove the stylesheet from document.styleSheets.Edge: Since Edge 79, adding the disabled attribute using JavaScript does not remove the stylesheet from document.styleSheets.Quest Browser: In Quest Browser and other Blink-based browsers, adding the disabled attribute using JavaScript does not remove the stylesheet from document.styleSheets.Opera: In Chrome and other Blink-based browsers, adding the disabled attribute using JavaScript does not remove the stylesheet from document.styleSheets.Opera Android: In Chrome and other Blink-based browsers, adding the disabled attribute using JavaScript does not remove the stylesheet from document.styleSheets.Samsung Internet: In Samsung Internet and other Blink-based browsers, adding the disabled attribute using JavaScript does not remove the stylesheet from document.styleSheets.WebView Android: In WebView Android and other Blink-based browsers, adding the disabled attribute using JavaScript does not remove the stylesheet from document.styleSheets. |
| html.elements.link.fetchpriority π | HTML | |
| html.elements.link.href π | HTML | |
| html.elements.link.hreflang π | HTML | |
| html.elements.link.imagesizes π | HTML | |
| html.elements.link.imagesrcset π | HTML | |
| html.elements.link.integrity π | HTML | |
| html.elements.link.media π | HTML | |
| html.elements.link.referrerpolicy π | HTML | |
| html.elements.link.referrerpolicy.no-referrer-when-downgrade | HTML | |
| html.elements.link.referrerpolicy.origin-when-cross-origin | HTML | |
| html.elements.link.referrerpolicy.unsafe-url | HTML | |
| html.elements.link.rel π | HTML | |
| html.elements.link.rel.alternate_stylesheet π | HTML | |
| html.elements.link.rel.dns-prefetch π | HTML | Firefox: Only HTTP pages were supported.Firefox for Android: Only HTTP pages were supported. |
| html.elements.link.rel.expect π | HTML | |
| html.elements.link.rel.icon | HTML | Chrome: If both ICO and PNG are available, will use ICO over PNG if ICO has better matching sizes set. (Per caniuse.com.).Edge: In version 79 and later (Blink-based Edge), if both ICO and PNG are available, will use ICO over PNG if ICO has better matching sizes set. (Per caniuse.com.)Firefox: Before Firefox 83, the crossorigin attribute is not supported for rel="icon".Firefox: The media attribute is not supported for rel="icon", see bug 1603885.Opera: In version 15 and later (Blink-based Opera), if both ICO and PNG are available, will use ICO over PNG if ICO has better matching sizes set. (Per caniuse.com.)Safari: If both ICO and PNG are available, will ALWAYS use ICO file, regardless of sizes set. (Per caniuse.com.)Safari on iOS: Does not use favicons at all (but may have alternative for bookmarks, etc.). (Per caniuse.com.)WebView on iOS: Does not use favicons at all (but may have alternative for bookmarks, etc.). (Per caniuse.com.) |
| html.elements.link.rel.manifest π | HTML | |
| html.elements.link.rel.modulepreload π | HTML | |
| html.elements.link.rel.preconnect π | HTML | Firefox: Before Firefox 41, it doesn't obey the crossorigin attribute.Firefox for Android: Before Firefox for Android 41, it doesn't obey the crossorigin attribute. |
| html.elements.link.rel.prefetch π | HTML | Chrome: Requires secure contextChrome Android: Requires secure contextEdge: Requires secure contextFirefox: Requires secure contextFirefox for Android: Requires secure contextQuest Browser: Requires secure contextOpera: Requires secure contextOpera Android: Requires secure contextSamsung Internet: Requires secure contextWebView Android: Requires secure context |
| html.elements.link.rel.preload π | HTML | Firefox: Disabled due to various web compatibility issues (e.g. bug 1405761).Firefox for Android: Disabled due to various web compatibility issues (e.g. bug 1405761). |
| html.elements.link.rel.preload.as-fetch | HTML | Firefox: Disabled due to various web compatibility issues (e.g. bug 1405761).Firefox for Android: Disabled due to various web compatibility issues (e.g. bug 1405761). |
| html.elements.link.rel.preload.as-font | HTML | Firefox: Disabled due to various web compatibility issues (e.g. bug 1405761).Firefox for Android: Disabled due to various web compatibility issues (e.g. bug 1405761). |
| html.elements.link.rel.preload.as-image | HTML | Firefox: Disabled due to various web compatibility issues (e.g. bug 1405761).Firefox for Android: Disabled due to various web compatibility issues (e.g. bug 1405761). |
| html.elements.link.rel.preload.as-script | HTML | Firefox: Disabled due to various web compatibility issues (e.g. bug 1405761).Firefox for Android: Disabled due to various web compatibility issues (e.g. bug 1405761). |
| html.elements.link.rel.preload.as-style | HTML | Firefox: Disabled due to various web compatibility issues (e.g. bug 1405761).Firefox for Android: Disabled due to various web compatibility issues (e.g. bug 1405761). |
| html.elements.link.rel.preload.as-track | HTML | |
| html.elements.link.rel.prerender | HTML | |
| html.elements.link.rev π | HTML | |
| html.elements.link.sizes π | HTML | |
| html.elements.link.target π | HTML | |
| html.elements.link.type π | HTML | |
| html.elements.main π | HTML | |
| html.elements.map π | HTML | Firefox: Before Firefox 5, in Quirks Mode, empty maps were no longer skipped over in favor of non-empty ones when matching.Firefox: Before Firefox 17, the default styling of the <map> HTML element was display: block;. This is now display: inline; and matches the behavior of the other browsers. It was already the case in Quirks Mode. |
| html.elements.map.name | HTML | |
| html.elements.mark π | HTML | |
| html.elements.marquee π | HTML | Firefox: Implements the HTMLDivElement interface.Firefox for Android: Implements the HTMLDivElement interface. |
| html.elements.marquee.behavior | HTML | |
| html.elements.marquee.bgcolor | HTML | |
| html.elements.marquee.direction | HTML | |
| html.elements.marquee.height | HTML | |
| html.elements.marquee.hspace | HTML | |
| html.elements.marquee.loop | HTML | |
| html.elements.marquee.scrollamount | HTML | |
| html.elements.marquee.scrolldelay | HTML | |
| html.elements.marquee.truespeed | HTML | |
| html.elements.marquee.vspace | HTML | |
| html.elements.marquee.width | HTML | |
| html.elements.menu π | HTML | |
| html.elements.meta π | HTML | |
| html.elements.meta.charset π | HTML | |
| html.elements.meta.content π | HTML | |
| html.elements.meta.http-equiv π | HTML | |
| html.elements.meta.http-equiv.content-language π | HTML | |
| html.elements.meta.http-equiv.content-security-policy π | HTML | |
| html.elements.meta.http-equiv.content-type π | HTML | |
| html.elements.meta.http-equiv.refresh π | HTML | |
| html.elements.meta.name π | HTML | |
| html.elements.meta.name.application-title | HTML | |
| html.elements.meta.name.color-scheme π | HTML | |
| html.elements.meta.name.referrer π | HTML | Chrome: Until Chrome 46, content values weren't constrained to the values listed in the spec.Chrome Android: Until Chrome Android 46, content values weren't constrained to the values listed in the spec.Firefox: The referrer value wasn't taken into account when navigation was happening via the context menu or middle click until Firefox 39.Firefox for Android: The referrer value wasn't taken into account when navigation was happening via the context menu or middle click until Firefox for Android 39.Internet Explorer: Browsers initially supported an early draft of the specification which can only use a meta tag and is only compatible with the origin value from the new spec.Quest Browser: Until Quest Browser 5.0, content values weren't constrained to the values listed in the spec.Opera: Until Opera 33, content values weren't constrained to the values listed in the spec.Opera Android: Until Opera Android 33, content values weren't constrained to the values listed in the spec.Samsung Internet: Until Samsung Internet 5.0, content values weren't constrained to the values listed in the spec.WebView Android: Until WebView Android 46, content values weren't constrained to the values listed in the spec. |
| html.elements.meta.name.theme-color π | HTML | Chrome: Chrome uses the color only on installed progressive web apps.Chrome: Chrome reports support, but does not actually use the color anywhere.Chrome Android: Chrome for Android does not use the color on devices with native dark mode enabled unless it's an installed progressive web app or a trusted web activity.Edge: Edge uses the color only on installed progressive web apps.Quest Browser: Chrome for Android does not use the color on devices with native dark mode enabled unless it's an installed progressive web app or a trusted web activity. |
| html.elements.meta.scheme π | HTML | |
| html.elements.meter π | HTML | |
| html.elements.meter.high π | HTML | |
| html.elements.meter.low π | HTML | |
| html.elements.meter.max π | HTML | |
| html.elements.meter.min π | HTML | |
| html.elements.meter.optimum π | HTML | |
| html.elements.meter.value π | HTML | |
| html.elements.nav π | HTML | |
| html.elements.nobr π | HTML | |
| html.elements.noembed π | HTML | |
| html.elements.noframes π | HTML | |
| html.elements.noscript π | HTML | |
| html.elements.object π | HTML | |
| html.elements.object.archive π | HTML | |
| html.elements.object.border π | HTML | |
| html.elements.object.classid π | HTML | |
| html.elements.object.codebase π | HTML | |
| html.elements.object.codetype π | HTML | |
| html.elements.object.data π | HTML | |
| html.elements.object.declare π | HTML | |
| html.elements.object.form π | HTML | |
| html.elements.object.height π | HTML | |
| html.elements.object.name π | HTML | |
| html.elements.object.standby π | HTML | |
| html.elements.object.type π | HTML | |
| html.elements.object.usemap π | HTML | |
| html.elements.object.width π | HTML | |
| html.elements.ol π | HTML | |
| html.elements.ol.compact | HTML | |
| html.elements.ol.reversed π | HTML | |
| html.elements.ol.start π | HTML | |
| html.elements.ol.type π | HTML | |
| html.elements.optgroup π | HTML | |
| html.elements.optgroup.disabled π | HTML | |
| html.elements.optgroup.label π | HTML | |
| html.elements.option π | HTML | |
| html.elements.option.disabled π | HTML | |
| html.elements.option.label π | HTML | Firefox: Before 77, Firefox didn't display the value of the label attribute as option text if element's content was empty. See bug 40545.Firefox: Historically, Firefox has allowed keyboard and mouse events to bubble up from the <option> element to the parent <select> element, although this behavior is inconsistent across many browsers. For better Web compatibility (and for technical reasons), they will not bubble up when Firefox is in multi-process mode and the <select> element is displayed as a drop-down list. The behavior is unchanged if the <select> is presented inline and it has either the multiple attribute defined or a size attribute set to more than 1. Rather than watching <option> elements for events, you should watch for change events on <select>. See bug 1090602 for details.Firefox: When Mozilla introduced dedicated content threads to Firefox (through the Electrolysis, or e10s, project), support for styling <option> elements was removed temporarily. Starting in Firefox 54, you can apply foreground and background colors to <option> elements again, using the color and background-color CSS properties. See bug 910022 for more information. Note that this is still disabled in Linux due to lack of contrast (see bug 1338283 for progress on this).Firefox for Android: Before 77, Firefox didn't display the value of the label attribute as option text if element's content was empty. See bug 40545. |
| html.elements.option.selected π | HTML | |
| html.elements.option.value π | HTML | |
| html.elements.output π | HTML | |
| html.elements.output.for π | HTML | |
| html.elements.output.form π | HTML | |
| html.elements.output.name π | HTML | |
| html.elements.p π | HTML | |
| html.elements.param π | HTML | |
| html.elements.param.name | HTML | |
| html.elements.param.type | HTML | |
| html.elements.param.value | HTML | |
| html.elements.param.valuetype | HTML | |
| html.elements.picture π | HTML | |
| html.elements.plaintext π | HTML | Firefox: Before Firefox 4, this element implemented the HTMLSpanElement interface instead of the standard HTMLElement interface. |
| html.elements.pre π | HTML | |
| html.elements.pre.width | HTML | Chrome: Specifying the width attribute has no layout effect.Chrome Android: Specifying the width attribute has no layout effect.Edge: Specifying the width attribute has no layout effect.Firefox: Since Firefox 29, specifying the width attribute has no layout effect.Firefox for Android: Since Firefox for Android 29, specifying the width attribute has no layout effect.Internet Explorer: Specifying the width attribute has no layout effect.Quest Browser: Specifying the width attribute has no layout effect.Opera: Specifying the width attribute has no layout effect.Opera Android: Specifying the width attribute has no layout effect.Safari: Specifying the width attribute has no layout effect.Safari on iOS: Specifying the width attribute has no layout effect.Samsung Internet: Specifying the width attribute has no layout effect.WebView Android: Specifying the width attribute has no layout effect. |
| html.elements.pre.wrap | HTML | |
| html.elements.progress π | HTML | Firefox: Before Firefox 14, the <progress> element was incorrectly classified as a form element, and therefore had a form attribute. This has been fixed.Firefox: Firefox provides the ::-moz-progress-bar pseudo-element, which lets you style the part of the interior of the progress bar representing the amount of work completed so far.Firefox for Android: Before Firefox for Android 14, the <progress> element was incorrectly classified as a form element, and therefore had a form attribute. This has been fixed.Firefox for Android: Firefox for Android provides the ::-moz-progress-bar pseudo-element, which lets you style the part of the interior of the progress bar representing the amount of work completed so far.Safari on iOS: Safari on iOS does not support indeterminate progress bars (they are rendered like 0%-completed progress bars).WebView on iOS: WebView on iOS does not support indeterminate progress bars (they are rendered like 0%-completed progress bars). |
| html.elements.progress.max π | HTML | |
| html.elements.progress.value π | HTML | |
| html.elements.q π | HTML | |
| html.elements.q.cite π | HTML | |
| html.elements.rb π | HTML | Chrome: Blink has support for parsing the rb element, but not for rendering rb content as expected.Chrome Android: Blink has support for parsing the rb element, but not for rendering rb content as expected.Edge: Blink has support for parsing the rb element, but not for rendering rb content as expected.Quest Browser: Blink has support for parsing the rb element, but not for rendering rb content as expected.Opera: Blink has support for parsing the rb element, but not for rendering rb content as expected.Opera Android: Blink has support for parsing the rb element, but not for rendering rb content as expected.Safari: Safari has support for parsing the rb element, but not for rendering rb content as expected.Safari on iOS: Safari on iOS has support for parsing the rb element, but not for rendering rb content as expected.Samsung Internet: Blink has support for parsing the rb element, but not for rendering rb content as expected.WebView Android: Blink has support for parsing the rb element, but not for rendering rb content as expected.WebView on iOS: WebView on iOS has support for parsing the rb element, but not for rendering rb content as expected. |
| html.elements.rp π | HTML | |
| html.elements.rt π | HTML | |
| html.elements.rtc π | HTML | |
| html.elements.ruby π | HTML | |
| html.elements.s π | HTML | Firefox: Before Firefox 4, this element implemented the HTMLSpanElement interface instead of the standard HTMLElement interface. |
| html.elements.samp π | HTML | |
| html.elements.script π | HTML | Firefox: Starting in Firefox 4, inserting <script> elements that have been created by calling document.createElement("script") no longer enforces execution in insertion order. This change lets Firefox properly abide by the specification. To make script-inserted external scripts execute in their insertion order, set .async=false on them. |
| html.elements.script.async π | HTML | |
| html.elements.script.attributionsrc π | HTML | |
| html.elements.script.blocking π | HTML | |
| html.elements.script.crossorigin π | HTML | |
| html.elements.script.defer π | HTML | Chrome: Chrome does not defer scripts with the defer attribute when the page is served as XHTML (application/xhtml+xml), see bug 41253514 and bug 41408348Chrome Android: Chrome Android does not defer scripts with the defer attribute when the page is served as XHTML (application/xhtml+xml), see bug 41253514 and bug 41408348Firefox: Since Firefox 3.6, the defer attribute is ignored on scripts that don't have the src attribute. However, in Firefox 3.5 even inline scripts are deferred if the defer attribute is set.Internet Explorer: Before version 10, Internet Explorer implemented defer by a proprietary specification. Since version 10 it conforms to the W3C specification.Quest Browser: Quest Browser does not defer scripts with the defer attribute when the page is served as XHTML (application/xhtml+xml), see bug 41253514 and bug 41408348Opera: Opera does not defer scripts with the defer attribute when the page is served as XHTML (application/xhtml+xml), see bug 41253514 and bug 41408348Opera Android: Opera Android does not defer scripts with the defer attribute when the page is served as XHTML (application/xhtml+xml), see bug 41253514 and bug 41408348Samsung Internet: Samsung Internet does not defer scripts with the defer attribute when the page is served as XHTML (application/xhtml+xml), see bug 41253514 and bug 41408348WebView Android: WebView Android does not defer scripts with the defer attribute when the page is served as XHTML (application/xhtml+xml), see bug 41253514 and bug 41408348 |
| html.elements.script.fetchpriority π | HTML | |
| html.elements.script.integrity π | HTML | |
| html.elements.script.nomodule π | HTML | |
| html.elements.script.referrerpolicy π | HTML | |
| html.elements.script.referrerpolicy.no-referrer-when-downgrade | HTML | |
| html.elements.script.referrerpolicy.origin-when-cross-origin | HTML | |
| html.elements.script.referrerpolicy.unsafe-url | HTML | |
| html.elements.script.src π | HTML | |
| html.elements.script.type π | HTML | |
| html.elements.script.type.importmap π | HTML | |
| html.elements.script.type.importmap.integrity π | HTML | |
| html.elements.script.type.importmap.multiple_import_maps π | HTML | |
| html.elements.script.type.module | HTML | Chrome: Module scripts without the async attribute do not load when the page is served as XHTML (application/xhtml+xml). See bug 40518469.Chrome Android: Module scripts without the async attribute do not load when the page is served as XHTML (application/xhtml+xml). See bug 40518469.Edge: Module scripts without the async attribute do not load when the page is served as XHTML (application/xhtml+xml). See bug 40518469.Quest Browser: Module scripts without the async attribute do not load when the page is served as XHTML (application/xhtml+xml). See bug 40518469.Opera: Module scripts without the async attribute do not load when the page is served as XHTML (application/xhtml+xml). See bug 40518469.Opera Android: Module scripts without the async attribute do not load when the page is served as XHTML (application/xhtml+xml). See bug 40518469.Safari: Module scripts do not load when the page is served as XHTML (application/xhtml+xml).Safari on iOS: Module scripts do not load when the page is served as XHTML (application/xhtml+xml).Samsung Internet: Module scripts without the async attribute do not load when the page is served as XHTML (application/xhtml+xml). See bug 40518469.WebView Android: Module scripts without the async attribute do not load when the page is served as XHTML (application/xhtml+xml). See bug 40518469.WebView on iOS: Module scripts do not load when the page is served as XHTML (application/xhtml+xml). |
| html.elements.script.type.speculationrules π | HTML | Chrome: Initial support included same-origin prerendering only.Chrome Android: Initial support included same-origin prerendering only.Edge: Initial support included same-origin prerendering only.Quest Browser: Initial support included same-origin prerendering only.Opera: Initial support included same-origin prerendering only.Opera Android: Initial support included same-origin prerendering only.Samsung Internet: Initial support included same-origin prerendering only. |
| html.elements.script.type.speculationrules.eagerness | HTML | |
| html.elements.script.type.speculationrules.expects_no_vary_search | HTML | Chrome: Supported for prefetch only.Chrome Android: Supported for prefetch only.Edge: Supported for prefetch only.Opera: Supported for prefetch only.Opera Android: Supported for prefetch only.Samsung Internet: Supported for prefetch only. |
| html.elements.script.type.speculationrules.prefetch | HTML | |
| html.elements.script.type.speculationrules.prerender | HTML | |
| html.elements.script.type.speculationrules.referrer_policy | HTML | |
| html.elements.script.type.speculationrules.relative_to | HTML | |
| html.elements.script.type.speculationrules.requires | HTML | |
| html.elements.script.type.speculationrules.requires.anonymous-client-ip-when-cross-origin | HTML | |
| html.elements.script.type.speculationrules.source_optional | HTML | |
| html.elements.script.type.speculationrules.urls | HTML | |
| html.elements.script.type.speculationrules.where | HTML | |
| html.elements.search π | HTML | |
| html.elements.section π | HTML | |
| html.elements.select π | HTML | Chrome: border-radius on <select> elements is ignored unless -webkit-appearance is overridden to an appropriate value.Chrome Android: border-radius on <select> elements is ignored unless -webkit-appearance is overridden to an appropriate value.Firefox: Historically, Firefox has allowed keyboard and mouse events to bubble up from the <option> element to the parent <select> element, although this behavior is inconsistent across many browsers. For better Web compatibility (and for technical reasons), when Firefox is in multi-process mode the <select> element is displayed as a drop-down list. The behavior is unchanged if the <select> is presented inline and it has either the multiple attribute defined or a size attribute set to more than 1. Rather than watching <option> elements for events, you should watch for change events on <select>. See bug 1090602 for details.Firefox for Android: Firefox for Android, by default, sets a background-image gradient on all <select multiple> elements. This can be disabled using background-image: none.Quest Browser: border-radius on <select> elements is ignored unless -webkit-appearance is overridden to an appropriate value.Safari: border-radius on <select> elements is ignored unless -webkit-appearance is overridden to an appropriate value.Safari on iOS: border-radius on <select> elements is ignored unless -webkit-appearance is overridden to an appropriate value.Samsung Internet: border-radius on <select> elements is ignored unless -webkit-appearance is overridden to an appropriate value.WebView Android: In the Browser app for Android 4.1 (and possibly later versions), there is a bug where the menu indicator triangle on the side of a <select> will not be displayed if a background, border, or border-radius style is applied to the <select>.WebView Android: border-radius on <select> elements is ignored unless -webkit-appearance is overridden to an appropriate value.WebView on iOS: border-radius on <select> elements is ignored unless -webkit-appearance is overridden to an appropriate value. |
| html.elements.select.autocomplete π | HTML | |
| html.elements.select.disabled π | HTML | |
| html.elements.select.form π | HTML | |
| html.elements.select.hr_in_select | HTML | Chrome: Only exposes the <hr> visually in the page when the menu is expanded (arrowing within the collapsed menu does not show them).Chrome: Does not expose the <hr> within the accessibility tree.Edge: Only exposes the <hr> visually in the page when the menu is expanded (arrowing within the collapsed menu does not show them).Edge: Does not expose the <hr> within the accessibility tree.Firefox: Does not expose the <hr> within the accessibility tree.Firefox for Android: Does not expose the <hr> within the accessibility tree.Opera: Only exposes the <hr> visually in the page when the menu is expanded (arrowing within the collapsed menu does not show them).Opera: Does not expose the <hr> within the accessibility tree.Safari: Does not expose the <hr> within the accessibility tree.Safari on iOS: Does not expose the <hr> within the accessibility tree.WebView on iOS: Does not expose the <hr> within the accessibility tree. |
| html.elements.select.multiple π | HTML | |
| html.elements.select.name π | HTML | |
| html.elements.select.required π | HTML | |
| html.elements.select.size π | HTML | |
| html.elements.slot π | HTML | |
| html.elements.slot.name | HTML | |
| html.elements.small π | HTML | |
| html.elements.source π | HTML | Firefox: Until Firefox 15, Firefox picked the first source element that has a type matching the MIME-type of a supported media format; see bug 449363 for details.Firefox for Android: Until Firefox for Android 15, Firefox for Android picked the first source element that has a type matching the MIME-type of a supported media format; see bug 449363 for details. |
| html.elements.source.height π | HTML | |
| html.elements.source.media π | HTML | Firefox: media is supported in <source> within <picture>, <audio>, and <video>. In Firefox 53-119, media is supported only in <source> within <picture>.Firefox for Android: media is supported in <source> within <picture>, <audio>, and <video>. In Firefox for Android 53-119, media is supported only in <source> within <picture>. |
| html.elements.source.sizes π | HTML | Chrome: Supports a subset of the syntax for resolution switching (using the x descriptor), but not the full syntax that can be used with sizes (using the w descriptor).Chrome Android: Supports a subset of the syntax for resolution switching (using the x descriptor), but not the full syntax that can be used with sizes (using the w descriptor).Opera: Supports a subset of the syntax for resolution switching (using the x descriptor), but not the full syntax that can be used with sizes (using the w descriptor).Opera Android: Supports a subset of the syntax for resolution switching (using the x descriptor), but not the full syntax that can be used with sizes (using the w descriptor).Samsung Internet: Supports a subset of the syntax for resolution switching (using the x descriptor), but not the full syntax that can be used with sizes (using the w descriptor).WebView Android: Supports a subset of the syntax for resolution switching (using the x descriptor), but not the full syntax that can be used with sizes (using the w descriptor). |
| html.elements.source.src π | HTML | |
| html.elements.source.srcset π | HTML | Chrome: Supports a subset of the syntax for resolution switching (using the x descriptor), but not the full syntax that can be used with sizes (using the w descriptor).Chrome Android: Supports a subset of the syntax for resolution switching (using the x descriptor), but not the full syntax that can be used with sizes (using the w descriptor).Opera: Supports a subset of the syntax for resolution switching (using the x descriptor), but not the full syntax that can be used with sizes (using the w descriptor).Opera Android: Supports a subset of the syntax for resolution switching (using the x descriptor), but not the full syntax that can be used with sizes (using the w descriptor).Samsung Internet: Supports a subset of the syntax for resolution switching (using the x descriptor), but not the full syntax that can be used with sizes (using the w descriptor).WebView Android: Supports a subset of the syntax for resolution switching (using the x descriptor), but not the full syntax that can be used with sizes (using the w descriptor). |
| html.elements.source.type π | HTML | |
| html.elements.source.width π | HTML | |
| html.elements.span π | HTML | |
| html.elements.strike π | HTML | Firefox: Before Firefox 4, this element implemented the HTMLSpanElement interface instead of the standard HTMLElement interface.Firefox for Android: Before Firefox for Android 4, this element implemented the HTMLSpanElement interface instead of the standard HTMLElement interface. |
| html.elements.strong π | HTML | Firefox: Before Firefox 4, creating a <strong> element incorrectly resulted in an HTMLSpanElement object, instead of the expected HTMLElement. |
| html.elements.style π | HTML | |
| html.elements.style.blocking π | HTML | |
| html.elements.style.media π | HTML | |
| html.elements.style.type π | HTML | Firefox: Before 75, Firefox accepted any CSS media (MIME) type, with optional parameters. Starting in 75, this has been restricted to the string 'text/css', per the spec. |
| html.elements.sub π | HTML | |
| html.elements.summary π | HTML | |
| html.elements.summary.display_list_item | HTML | |
| html.elements.sup π | HTML | |
| html.elements.table π | HTML | |
| html.elements.table.align | HTML | |
| html.elements.table.bgcolor | HTML | |
| html.elements.table.border | HTML | |
| html.elements.table.cellpadding | HTML | |
| html.elements.table.cellspacing | HTML | |
| html.elements.table.frame | HTML | |
| html.elements.table.rules | HTML | |
| html.elements.table.summary | HTML | |
| html.elements.table.width | HTML | |
| html.elements.tbody π | HTML | |
| html.elements.tbody.align | HTML | |
| html.elements.tbody.bgcolor | HTML | |
| html.elements.tbody.char | HTML | |
| html.elements.tbody.charoff | HTML | |
| html.elements.tbody.valign | HTML | |
| html.elements.td π | HTML | |
| html.elements.td.abbr | HTML | |
| html.elements.td.align | HTML | |
| html.elements.td.axis | HTML | |
| html.elements.td.bgcolor | HTML | |
| html.elements.td.char | HTML | |
| html.elements.td.charoff | HTML | |
| html.elements.td.colspan | HTML | |
| html.elements.td.headers | HTML | |
| html.elements.td.rowspan | HTML | |
| html.elements.td.rowspan.rowspan_zero | HTML | |
| html.elements.td.scope | HTML | |
| html.elements.td.valign | HTML | |
| html.elements.td.width | HTML | |
| html.elements.template π | HTML | |
| html.elements.template.shadowrootclonable π | HTML | |
| html.elements.template.shadowrootdelegatesfocus π | HTML | |
| html.elements.template.shadowrootmode π | HTML | |
| html.elements.template.shadowrootserializable π | HTML | |
| html.elements.textarea π | HTML | Firefox: Before Firefox 6, when a <textarea> was focused, the insertion point was placed at the end of the text by default. Other major browsers place the insertion point at the beginning of the text.Firefox: A default background-image gradient is applied to all <textarea> elements, which can be disabled using background-image: none.Firefox: Before Firefox 89, manipulating the content of <textarea> elements using Document.execCommand() commands requires workarounds (see bug 1220696).Firefox for Android: Before Firefox for Android 6, when a <textarea> was focused, the insertion point was placed at the end of the text by default. Other major browsers place the insertion point at the beginning of the text.Firefox for Android: A default background-image gradient is applied to all <textarea> elements, which can be disabled using background-image: none.Firefox for Android: Before Firefox for Android 89, manipulating the content of <textarea> elements using Document.execCommand() commands requires workarounds (see bug 1220696).Safari on iOS: Unlike other major browsers, a default style of opacity: 0.4 is applied to disabled <textarea> elements.WebView on iOS: Unlike other major browsers, a default style of opacity: 0.4 is applied to disabled <textarea> elements. |
| html.elements.textarea.autocomplete π | HTML | |
| html.elements.textarea.autocomplete.new-password | HTML | |
| html.elements.textarea.autocomplete.one-time-code | HTML | |
| html.elements.textarea.autocomplete.webauthn π | HTML | |
| html.elements.textarea.cols π | HTML | |
| html.elements.textarea.dirname π | HTML | |
| html.elements.textarea.disabled π | HTML | |
| html.elements.textarea.form π | HTML | |
| html.elements.textarea.maxlength π | HTML | Safari: Before Safari 17, newline characters counted as two characters instead of one. See bug 249916.Safari on iOS: Before Safari on iOS 17, newline characters counted as two characters instead of one. See bug 249916.WebView on iOS: Before WebView on iOS 17, newline characters counted as two characters instead of one. See bug 249916. |
| html.elements.textarea.minlength π | HTML | |
| html.elements.textarea.name π | HTML | |
| html.elements.textarea.placeholder π | HTML | |
| html.elements.textarea.placeholder.line_breaks | HTML | |
| html.elements.textarea.readonly π | HTML | |
| html.elements.textarea.required π | HTML | |
| html.elements.textarea.rows π | HTML | |
| html.elements.textarea.spellcheck | HTML | |
| html.elements.textarea.wrap π | HTML | |
| html.elements.textarea.wrap.hard | HTML | |
| html.elements.tfoot π | HTML | |
| html.elements.tfoot.align | HTML | |
| html.elements.tfoot.bgcolor | HTML | |
| html.elements.tfoot.char | HTML | |
| html.elements.tfoot.charoff | HTML | |
| html.elements.tfoot.valign | HTML | |
| html.elements.th π | HTML | |
| html.elements.th.abbr | HTML | |
| html.elements.th.align | HTML | |
| html.elements.th.axis | HTML | |
| html.elements.th.bgcolor | HTML | |
| html.elements.th.char | HTML | |
| html.elements.th.charoff | HTML | |
| html.elements.th.colspan | HTML | |
| html.elements.th.headers | HTML | |
| html.elements.th.rowspan | HTML | |
| html.elements.th.rowspan.rowspan_zero | HTML | |
| html.elements.th.scope | HTML | |
| html.elements.th.valign | HTML | |
| html.elements.th.width | HTML | |
| html.elements.thead π | HTML | Safari: Backgrounds applied to <thead> elements will be applied to each table cell, rather than the entire header. To mimic the behavior of other browsers, set the background-attachment CSS property to fixed.Safari on iOS: Backgrounds applied to <thead> elements will be applied to each table cell, rather than the entire header. To mimic the behavior of other browsers, set the background-attachment CSS property to fixed.WebView on iOS: Backgrounds applied to <thead> elements will be applied to each table cell, rather than the entire header. To mimic the behavior of other browsers, set the background-attachment CSS property to fixed. |
| html.elements.thead.align | HTML | |
| html.elements.thead.bgcolor | HTML | |
| html.elements.thead.char | HTML | |
| html.elements.thead.charoff | HTML | |
| html.elements.thead.valign | HTML | |
| html.elements.time π | HTML | |
| html.elements.time.datetime | HTML | |
| html.elements.title π | HTML | |
| html.elements.tr π | HTML | |
| html.elements.tr.align | HTML | |
| html.elements.tr.bgcolor | HTML | |
| html.elements.tr.char | HTML | |
| html.elements.tr.charoff | HTML | |
| html.elements.tr.valign | HTML | |
| html.elements.track π | HTML | Chrome Android: Doesn't work for fullscreen video.Quest Browser: Doesn't work for fullscreen video.Samsung Internet: Doesn't work for fullscreen video.WebView Android: Doesn't work for fullscreen video. |
| html.elements.track.default π | HTML | |
| html.elements.track.kind π | HTML | |
| html.elements.track.kind.descriptions | HTML | |
| html.elements.track.label π | HTML | |
| html.elements.track.src π | HTML | Firefox: Before Firefox 50, setting the src didn't work, though it didn't raise an error.Firefox for Android: Before Firefox for Android 50, setting the src didn't work, though it didn't raise an error. |
| html.elements.track.srclang π | HTML | |
| html.elements.tt π | HTML | Firefox: Before Firefox 4, this element implemented the HTMLSpanElement interface instead of the standard HTMLElement interface.Firefox for Android: Before Firefox for Android 4, this element implemented the HTMLSpanElement interface instead of the standard HTMLElement interface. |
| html.elements.u π | HTML | Firefox: Before Firefox 4, this element implemented the HTMLSpanElement interface instead of the standard HTMLElement interface. |
| html.elements.ul π | HTML | |
| html.elements.ul.compact π | HTML | |
| html.elements.ul.type π | HTML | |
| html.elements.var π | HTML | |
| html.elements.video π | HTML | |
| html.elements.video.aspect_ratio_computed_from_attributes | HTML | |
| html.elements.video.autoplay π | HTML | |
| html.elements.video.autoplay.requires_muted_audio | HTML | Firefox for Android: Between versions 79 and 91, the default behavior was to block videos from autoplaying, regardless of whether audio was muted. |
| html.elements.video.controls π | HTML | |
| html.elements.video.controlslist π | HTML | |
| html.elements.video.crossorigin π | HTML | Firefox: With crossorigin="use-credentials", cookies aren't sent during seek. See bug 1532722.Firefox for Android: With crossorigin="use-credentials", cookies aren't sent during seek. See bug 1532722. |
| html.elements.video.disablepictureinpicture π | HTML | Firefox: When this attribute is set, the overlay button to disable picture-in-picture (PiP) is hidden, but the user can still enable PiP.Firefox: When this attribute is set, the overlay button to disable picture-in-picture (PiP) is hidden, but the user can still enable PiP.Firefox for Android: When this attribute is set, the overlay button to disable picture-in-picture (PiP) is hidden, but the user can still enable PiP.Firefox for Android: When this attribute is set, the overlay button to disable picture-in-picture (PiP) is hidden, but the user can still enable PiP. |
| html.elements.video.disableremoteplayback π | HTML | |
| html.elements.video.height π | HTML | |
| html.elements.video.loop π | HTML | |
| html.elements.video.muted π | HTML | |
| html.elements.video.playsinline π | HTML | |
| html.elements.video.poster π | HTML | |
| html.elements.video.preload π | HTML | Chrome: Defaults to metadata in Chrome 64.Chrome Android: Defaults to metadata in Chrome Android 64.Quest Browser: Defaults to metadata in Quest Browser 5.0.Opera: Defaults to metadata in Opera 51.Opera Android: Defaults to metadata in Opera Android 47.Samsung Internet: Defaults to metadata in Samsung Internet 9.0.WebView Android: Defaults to metadata in WebView Android 64. |
| html.elements.video.src π | HTML | |
| html.elements.video.width π | HTML | |
| html.elements.wbr π | HTML | |
| html.elements.xmp π | HTML | Firefox: Before Firefox 4, this element implemented the HTMLSpanElement interface instead of the standard HTMLElement interface.Firefox for Android: Before Firefox for Android 4, this element implemented the HTMLSpanElement interface instead of the standard HTMLElement interface. |
| html.global_attributes.accesskey π | HTML | |
| html.global_attributes.anchor | HTML | |
| html.global_attributes.autocapitalize π | HTML | |
| html.global_attributes.autocorrect π | HTML | Safari: Takes values of true/false (instead of on/off).Safari: Allowed on <input type='password'> elements.Safari on iOS: Takes values of true/false (instead of on/off).Safari on iOS: Allowed on <input type='password'> elements. |
| html.global_attributes.autofocus π | HTML | Chrome: Supported for the <button>, <input>, <select>, and <textarea> elements.Chrome Android: Supported for the <button>, <input>, <select>, and <textarea> elements.Edge: Supported for the <button>, <input>, <select>, and <textarea> elements.Firefox: Supported for the <button>, <input>, <select>, and <textarea> elements.Firefox for Android: Supported for the <button>, <input>, <select>, and <textarea> elements.Internet Explorer: Supported for the <button>, <input>, <select>, and <textarea> elements.Quest Browser: Supported for the <button>, <input>, <select>, and <textarea> elements.Opera: Supported for the <button>, <input>, <select>, and <textarea> elements.Opera Android: Supported for the <button>, <input>, <select>, and <textarea> elements.Safari: Supported for the <button>, <input>, <select>, and <textarea> elements.Safari on iOS: If there's no hardware keyboard connected, then the autofocus attribute has no effect (for example, the focus event doesn't fire and the element does not match the :focus selector).Samsung Internet: Supported for the <button>, <input>, <select>, and <textarea> elements.WebView Android: Supported for the <button>, <input>, <select>, and <textarea> elements.WebView on iOS: If there's no hardware keyboard connected, then the autofocus attribute has no effect (for example, the focus event doesn't fire and the element does not match the :focus selector). |
| html.global_attributes.class π | HTML | |
| html.global_attributes.contenteditable π | HTML | |
| html.global_attributes.contenteditable.plaintext-only | HTML | |
| html.global_attributes.data_attributes π | HTML | |
| html.global_attributes.dir π | HTML | |
| html.global_attributes.draggable π | HTML | |
| html.global_attributes.enterkeyhint π | HTML | |
| html.global_attributes.exportparts π | HTML | |
| html.global_attributes.hidden π | HTML | Safari: This attribute has no effect on <option> elements.Safari on iOS: This attribute has no effect on <option> elements.WebView on iOS: This attribute has no effect on <option> elements. |
| html.global_attributes.hidden.until-found π | HTML | |
| html.global_attributes.id π | HTML | Firefox: id is a true global attribute only since Firefox 32.Firefox for Android: id is a true global attribute only since Firefox for Android 32. |
| html.global_attributes.inert π | HTML | |
| html.global_attributes.inputmode π | HTML | Safari on iOS: Before iOS 13, inputmode="none" had no effect.WebView on iOS: Before iOS 13, inputmode="none" had no effect. |
| html.global_attributes.is π | HTML | |
| html.global_attributes.lang π | HTML | |
| html.global_attributes.nonce π | HTML | |
| html.global_attributes.nonce.nonce_hiding π | HTML | |
| html.global_attributes.part π | HTML | |
| html.global_attributes.popover π | HTML | |
| html.global_attributes.slot π | HTML | |
| html.global_attributes.spellcheck π | HTML | |
| html.global_attributes.style π | HTML | |
| html.global_attributes.tabindex π | HTML | |
| html.global_attributes.title π | HTML | |
| html.global_attributes.title.multi-line_titles | HTML | |
| html.global_attributes.translate π | HTML | |
| html.global_attributes.virtualkeyboardpolicy π | HTML | |
| html.global_attributes.writingsuggestions π | HTML | |
| html.manifest.background_color π | HTML | |
| html.manifest.description π | HTML | Firefox for Android: The property parses, but has no effect. |
| html.manifest.display π | HTML | Chrome: display and/or display_override are required for a web app to be installable.Chrome Android: display and/or display_override are required for a web app to be installable.Edge: display and/or display_override are required for a web app to be installable.Quest Browser: display and/or display_override are required for a web app to be installable.Opera: display and/or display_override are required for a web app to be installable.Opera Android: display and/or display_override are required for a web app to be installable.Samsung Internet: display and/or display_override are required for a web app to be installable.WebView Android: display and/or display_override are required for a web app to be installable. |
| html.manifest.display.browser π | HTML | |
| html.manifest.display.fullscreen π | HTML | |
| html.manifest.display.minimal-ui π | HTML | |
| html.manifest.display.standalone π | HTML | |
| html.manifest.display_override π | HTML | Chrome: display_override and/or display are required for a web app to be installable.Chrome Android: display_override and/or display are required for a web app to be installable.Edge: display_override and/or display are required for a web app to be installable.Quest Browser: display_override and/or display are required for a web app to be installable.Opera: display_override and/or display are required for a web app to be installable.Opera Android: display_override and/or display are required for a web app to be installable.Samsung Internet: display_override and/or display are required for a web app to be installable. |
| html.manifest.display_override.tabbed π | HTML | |
| html.manifest.display_override.window-controls-overlay π | HTML | |
| html.manifest.file_handlers π | HTML | |
| html.manifest.icons π | HTML | Chrome: icons is required for a web app to be installable.Chrome Android: icons is required for a web app to be installable.Edge: icons is required for a web app to be installable.Quest Browser: icons is required for a web app to be installable.Opera: icons is required for a web app to be installable.Opera Android: icons is required for a web app to be installable.Safari: Only used when no apple-touch-icon is present and either "purpose" is set to "any" or "purpose" is not specified.Safari on iOS: Only used when no apple-touch-icon is present and either "purpose" is set to "any" or "purpose" is not specified.Samsung Internet: icons is required for a web app to be installable.WebView Android: icons is required for a web app to be installable.WebView on iOS: Only used when no apple-touch-icon is present and either "purpose" is set to "any" or "purpose" is not specified. |
| html.manifest.id π | HTML | Firefox: The property parses, but has no effect. |
| html.manifest.launch_handler π | HTML | |
| html.manifest.launch_handler.client_mode π | HTML | |
| html.manifest.name π | HTML | Chrome: name or short_name is required for a web app to be installable.Chrome Android: name or short_name is required for a web app to be installable.Edge: name or short_name is required for a web app to be installable.Quest Browser: name or short_name is required for a web app to be installable.Opera: name or short_name is required for a web app to be installable.Opera Android: name or short_name is required for a web app to be installable.Samsung Internet: name or short_name is required for a web app to be installable.WebView Android: name or short_name is required for a web app to be installable. |
| html.manifest.note_taking π | HTML | |
| html.manifest.note_taking.new_note_url π | HTML | |
| html.manifest.orientation π | HTML | |
| html.manifest.prefer_related_applications π | HTML | Chrome: prefer_related_applications must be false or not present for a web app to be installable.Edge: prefer_related_applications must be false or not present for a web app to be installable.Firefox for Android: The property parses, but has no effect.Opera: prefer_related_applications must be false or not present for a web app to be installable. |
| html.manifest.protocol_handlers π | HTML | |
| html.manifest.protocol_handlers.protocol π | HTML | |
| html.manifest.protocol_handlers.url π | HTML | |
| html.manifest.related_applications π | HTML | Firefox for Android: The property parses, but has no effect. |
| html.manifest.scope π | HTML | |
| html.manifest.serviceworker | HTML | |
| html.manifest.serviceworker.scope | HTML | |
| html.manifest.serviceworker.src | HTML | |
| html.manifest.serviceworker.use_cache | HTML | |
| html.manifest.share_target π | HTML | Firefox for Android: The property parses, but has no effect. |
| html.manifest.short_name π | HTML | Chrome: short_name or name is required for a web app to be installable.Chrome Android: short_name or name is required for a web app to be installable.Edge: short_name or name is required for a web app to be installable.Quest Browser: short_name or name is required for a web app to be installable.Opera: short_name or name is required for a web app to be installable.Opera Android: short_name or name is required for a web app to be installable.Samsung Internet: short_name or name is required for a web app to be installable.WebView Android: short_name or name is required for a web app to be installable. |
| html.manifest.shortcuts π | HTML | Chrome: Supported on Windows only.Edge: Supported on Windows only.Opera: Supported on Windows only. |
| html.manifest.start_url π | HTML | Chrome: start_url is required for a web app to be installable.Chrome Android: start_url is required for a web app to be installable.Edge: start_url is required for a web app to be installable.Quest Browser: start_url is required for a web app to be installable.Opera: start_url is required for a web app to be installable.Opera Android: start_url is required for a web app to be installable.Samsung Internet: start_url is required for a web app to be installable.WebView Android: start_url is required for a web app to be installable. |
| html.manifest.theme_color π | HTML |