@mdn/browser-compat-data 2.0.3 → 2.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -4
- package/api/ANGLE_instanced_arrays.json +4 -4
- package/api/AbortController.json +12 -0
- package/api/AbortSignal.json +12 -0
- package/api/Animation.json +1 -1
- package/api/AudioBufferSourceNode.json +1 -1
- package/api/AudioContext.json +4 -4
- package/api/AudioContextOptions.json +6 -6
- package/api/AudioListener.json +9 -9
- package/api/BasicCardRequest.json +6 -6
- package/api/BasicCardResponse.json +14 -14
- package/api/BudgetService.json +0 -84
- package/api/CSS.json +26 -13
- package/api/CSSConditionRule.json +3 -3
- package/api/CSSGroupingRule.json +1 -1
- package/api/CSSKeyframeRule.json +108 -43
- package/api/CSSMediaRule.json +22 -22
- package/api/CSSNamespaceRule.json +11 -11
- package/api/CSSPageRule.json +32 -32
- package/api/CSSPositionValue.json +8 -8
- package/api/CSSPrimitiveValue.json +132 -84
- package/api/CSSRule.json +29 -29
- package/api/CSSRuleList.json +26 -26
- package/api/CSSStyleDeclaration.json +62 -60
- package/api/CSSStyleRule.json +22 -22
- package/api/CSSStyleSheet.json +64 -64
- package/api/CSSSupportsRule.json +18 -29
- package/api/CSSValue.json +6 -6
- package/api/CSSValueList.json +6 -6
- package/api/CanvasRenderingContext2D.json +2 -2
- package/api/CharacterData.json +1 -1
- package/api/ContentIndex.json +4 -4
- package/api/ContentIndexEvent.json +1 -1
- package/api/Credential.json +6 -6
- package/api/CredentialsContainer.json +47 -33
- package/api/Crypto.json +13 -0
- package/api/CryptoKey.json +18 -0
- package/api/CryptoKeyPair.json +3 -0
- package/api/DOMParser.json +2 -2
- package/api/DeviceMotionEventAcceleration.json +30 -10
- package/api/DeviceMotionEventRotationRate.json +30 -10
- package/api/Document.json +1461 -639
- package/api/DocumentOrShadowRoot.json +0 -100
- package/api/EXT_blend_minmax.json +1 -1
- package/api/EXT_color_buffer_float.json +2 -2
- package/api/EXT_frag_depth.json +1 -1
- package/api/EXT_sRGB.json +1 -1
- package/api/EXT_shader_texture_lod.json +2 -2
- package/api/Element.json +268 -234
- package/api/Event.json +87 -0
- package/api/EventTarget.json +53 -2
- package/api/FederatedCredential.json +20 -20
- package/api/File.json +10 -8
- package/api/FileList.json +5 -5
- package/api/FileReader.json +14 -14
- package/api/FileReaderSync.json +24 -12
- package/api/FontFaceSetLoadEvent.json +6 -6
- package/api/GlobalEventHandlers.json +1 -1
- package/api/HTMLAnchorElement.json +117 -213
- package/api/HTMLAreaElement.json +89 -185
- package/api/HTMLAudioElement.json +10 -8
- package/api/HTMLBRElement.json +10 -10
- package/api/HTMLBaseElement.json +27 -27
- package/api/HTMLBaseFontElement.json +16 -8
- package/api/HTMLBodyElement.json +28 -28
- package/api/HTMLButtonElement.json +139 -283
- package/api/HTMLCanvasElement.json +11 -10
- package/api/HTMLContentElement.json +3 -3
- package/api/HTMLDListElement.json +18 -18
- package/api/HTMLDataElement.json +1 -1
- package/api/HTMLDataListElement.json +18 -18
- package/api/HTMLDetailsElement.json +22 -22
- package/api/HTMLDialogElement.json +6 -6
- package/api/HTMLDivElement.json +18 -18
- package/api/HTMLElement.json +173 -155
- package/api/HTMLEmbedElement.json +10 -10
- package/api/HTMLFieldSetElement.json +82 -82
- package/api/HTMLFontElement.json +84 -24
- package/api/HTMLFormElement.json +141 -141
- package/api/HTMLFrameElement.json +91 -91
- package/api/HTMLFrameSetElement.json +41 -41
- package/api/HTMLHRElement.json +9 -9
- package/api/HTMLHeadElement.json +9 -9
- package/api/HTMLHeadingElement.json +18 -18
- package/api/HTMLHtmlElement.json +9 -9
- package/api/HTMLIFrameElement.json +162 -211
- package/api/HTMLImageElement.json +190 -148
- package/api/HTMLInputElement.json +225 -377
- package/api/HTMLKeygenElement.json +4 -2
- package/api/HTMLLIElement.json +13 -7
- package/api/HTMLLabelElement.json +36 -36
- package/api/HTMLLegendElement.json +13 -7
- package/api/HTMLLinkElement.json +57 -57
- package/api/HTMLMapElement.json +27 -27
- package/api/HTMLMarqueeElement.json +43 -43
- package/api/HTMLMediaElement.json +415 -215
- package/api/HTMLMenuElement.json +26 -26
- package/api/HTMLMenuItemElement.json +0 -48
- package/api/HTMLMetaElement.json +9 -9
- package/api/HTMLMeterElement.json +44 -17
- package/api/HTMLModElement.json +33 -33
- package/api/HTMLOListElement.json +40 -40
- package/api/HTMLObjectElement.json +197 -197
- package/api/HTMLOptGroupElement.json +33 -33
- package/api/HTMLOptionElement.json +99 -99
- package/api/HTMLOutputElement.json +85 -82
- package/api/HTMLParagraphElement.json +22 -22
- package/api/HTMLParamElement.json +55 -55
- package/api/HTMLPreElement.json +22 -22
- package/api/HTMLProgressElement.json +52 -52
- package/api/HTMLQuoteElement.json +22 -22
- package/api/HTMLScriptElement.json +98 -104
- package/api/HTMLSelectElement.json +206 -206
- package/api/HTMLSlotElement.json +10 -10
- package/api/HTMLSourceElement.json +44 -29
- package/api/HTMLSpanElement.json +11 -11
- package/api/HTMLStyleElement.json +56 -56
- package/api/HTMLTableCaptionElement.json +22 -22
- package/api/HTMLTableCellElement.json +144 -144
- package/api/HTMLTableColElement.json +67 -67
- package/api/HTMLTableElement.json +339 -285
- package/api/HTMLTableRowElement.json +99 -99
- package/api/HTMLTableSectionElement.json +76 -76
- package/api/HTMLTemplateElement.json +4 -4
- package/api/HTMLTextAreaElement.json +29 -29
- package/api/HTMLTimeElement.json +1 -1
- package/api/HTMLTitleElement.json +18 -18
- package/api/HTMLTrackElement.json +24 -24
- package/api/HTMLUListElement.json +27 -27
- package/api/HTMLUnknownElement.json +11 -11
- package/api/HTMLVideoElement.json +12 -12
- package/api/ImageBitmapRenderingContext.json +2 -2
- package/api/ImageCapture.json +14 -14
- package/api/InputDeviceCapabilities.json +6 -6
- package/api/InputEvent.json +8 -8
- package/api/InstallEvent.json +6 -6
- package/api/KHR_parallel_shader_compile.json +2 -2
- package/api/Location.json +97 -98
- package/api/Lock.json +6 -6
- package/api/LockManager.json +6 -6
- package/api/MIDIConnectionEvent.json +6 -6
- package/api/MIDIInput.json +2 -2
- package/api/MIDIInputMap.json +2 -2
- package/api/MIDIMessageEvent.json +3 -3
- package/api/MIDIOutput.json +2 -2
- package/api/MIDIOutputMap.json +2 -2
- package/api/MIDIPort.json +22 -22
- package/api/MediaDeviceInfo.json +36 -68
- package/api/MediaKeyStatusMap.json +15 -15
- package/api/MediaMetadata.json +27 -22
- package/api/MediaQueryList.json +2 -2
- package/api/MediaSession.json +75 -50
- package/api/MediaSessionAction.json +170 -120
- package/api/MediaSessionActionDetails.json +55 -40
- package/api/MediaSettingsRange.json +8 -8
- package/api/MessageChannel.json +18 -8
- package/api/MessageEvent.json +6 -0
- package/api/MessagePort.json +3 -1
- package/api/Navigator.json +15 -3
- package/api/Node.json +38 -84
- package/api/NodeIterator.json +18 -9
- package/api/NodeList.json +2 -2
- package/api/Notification.json +8 -8
- package/api/OES_element_index_uint.json +2 -2
- package/api/OES_standard_derivatives.json +2 -2
- package/api/OES_texture_float.json +2 -2
- package/api/OES_texture_float_linear.json +2 -2
- package/api/OES_texture_half_float.json +2 -2
- package/api/OES_texture_half_float_linear.json +2 -2
- package/api/OES_vertex_array_object.json +10 -10
- package/api/ParentNode.json +2 -2
- package/api/PasswordCredential.json +50 -50
- package/api/PerformanceLongTaskTiming.json +4 -4
- package/api/PhotoCapabilities.json +10 -10
- package/api/Presentation.json +6 -6
- package/api/PresentationAvailability.json +6 -6
- package/api/PresentationConnection.json +24 -24
- package/api/PresentationConnectionAvailableEvent.json +6 -6
- package/api/PresentationConnectionCloseEvent.json +8 -8
- package/api/PresentationConnectionList.json +6 -6
- package/api/PresentationReceiver.json +4 -4
- package/api/PresentationRequest.json +16 -16
- package/api/PushManager.json +4 -4
- package/api/PushSubscription.json +1 -1
- package/api/RTCCertificate.json +6 -6
- package/api/RTCDTMFSender.json +10 -10
- package/api/RTCDTMFToneChangeEvent.json +6 -6
- package/api/RTCDataChannel.json +39 -39
- package/api/RTCDataChannelEvent.json +6 -6
- package/api/RTCErrorEvent.json +4 -4
- package/api/RTCIceCandidate.json +34 -34
- package/api/RTCIdentityAssertion.json +6 -6
- package/api/RTCPeerConnection.json +66 -57
- package/api/RTCPeerConnectionIceErrorEvent.json +10 -10
- package/api/RTCPeerConnectionIceEvent.json +8 -8
- package/api/RTCRtpReceiver.json +16 -16
- package/api/RTCRtpSender.json +18 -18
- package/api/RTCRtpTransceiver.json +16 -16
- package/api/RTCSessionDescription.json +10 -10
- package/api/RTCStatsReport.json +2 -2
- package/api/RTCTrackEvent.json +10 -10
- package/api/SVGAElement.json +20 -20
- package/api/SVGAltGlyphDefElement.json +2 -2
- package/api/SVGAltGlyphItemElement.json +2 -2
- package/api/SVGAnimateColorElement.json +2 -2
- package/api/SVGAnimateElement.json +8 -8
- package/api/SVGAnimateMotionElement.json +6 -6
- package/api/SVGAnimateTransformElement.json +6 -6
- package/api/SVGAnimationElement.json +5 -5
- package/api/SVGCircleElement.json +27 -27
- package/api/SVGClipPathElement.json +16 -16
- package/api/SVGColorProfileElement.json +2 -2
- package/api/SVGComponentTransferFunctionElement.json +8 -8
- package/api/SVGCursorElement.json +8 -8
- package/api/SVGDefsElement.json +8 -8
- package/api/SVGDescElement.json +8 -8
- package/api/SVGElement.json +20 -20
- package/api/SVGEllipseElement.json +40 -40
- package/api/SVGFEBlendElement.json +8 -8
- package/api/SVGFEColorMatrixElement.json +32 -32
- package/api/SVGFEComponentTransferElement.json +8 -8
- package/api/SVGFECompositeElement.json +8 -8
- package/api/SVGFEConvolveMatrixElement.json +8 -8
- package/api/SVGFEDiffuseLightingElement.json +8 -8
- package/api/SVGFEDisplacementMapElement.json +8 -8
- package/api/SVGFEDistantLightElement.json +8 -8
- package/api/SVGFEDropShadowElement.json +8 -8
- package/api/SVGFEFloodElement.json +8 -8
- package/api/SVGFEFuncAElement.json +8 -8
- package/api/SVGFEFuncBElement.json +8 -8
- package/api/SVGFEFuncGElement.json +8 -8
- package/api/SVGFEFuncRElement.json +8 -8
- package/api/SVGFEGaussianBlurElement.json +8 -8
- package/api/SVGFEImageElement.json +8 -8
- package/api/SVGFEMergeElement.json +8 -8
- package/api/SVGFEMergeNodeElement.json +8 -8
- package/api/SVGFEMorphologyElement.json +8 -8
- package/api/SVGFEOffsetElement.json +8 -8
- package/api/SVGFEPointLightElement.json +8 -8
- package/api/SVGFESpecularLightingElement.json +8 -8
- package/api/SVGFESpotLightElement.json +8 -8
- package/api/SVGFETileElement.json +8 -8
- package/api/SVGFETurbulenceElement.json +8 -8
- package/api/SVGFilterElement.json +8 -8
- package/api/SVGFontElement.json +2 -2
- package/api/SVGFontFaceElement.json +2 -2
- package/api/SVGFontFaceFormatElement.json +2 -2
- package/api/SVGFontFaceNameElement.json +2 -2
- package/api/SVGFontFaceSrcElement.json +2 -2
- package/api/SVGFontFaceUriElement.json +2 -2
- package/api/SVGForeignObjectElement.json +8 -8
- package/api/SVGGElement.json +8 -8
- package/api/SVGGeometryElement.json +12 -12
- package/api/SVGGlyphElement.json +2 -2
- package/api/SVGGlyphRefElement.json +2 -2
- package/api/SVGGradientElement.json +2 -2
- package/api/SVGGraphicsElement.json +10 -10
- package/api/SVGImageElement.json +59 -59
- package/api/SVGLineElement.json +40 -40
- package/api/SVGLinearGradientElement.json +8 -8
- package/api/SVGMPathElement.json +8 -8
- package/api/SVGMaskElement.json +56 -56
- package/api/SVGMetadataElement.json +8 -8
- package/api/SVGMissingGlyphElement.json +2 -2
- package/api/SVGPathElement.json +72 -78
- package/api/SVGPatternElement.json +64 -64
- package/api/SVGPolygonElement.json +8 -8
- package/api/SVGPolylineElement.json +8 -8
- package/api/SVGRadialGradientElement.json +8 -8
- package/api/SVGRectElement.json +56 -56
- package/api/SVGSVGElement.json +280 -266
- package/api/SVGScriptElement.json +8 -8
- package/api/SVGSetElement.json +8 -8
- package/api/SVGSolidcolorElement.json +2 -2
- package/api/SVGStopElement.json +8 -8
- package/api/SVGStyleElement.json +8 -8
- package/api/SVGSwitchElement.json +8 -8
- package/api/SVGSymbolElement.json +8 -8
- package/api/SVGTRefElement.json +2 -2
- package/api/SVGTSpanElement.json +8 -8
- package/api/SVGTextContentElement.json +84 -84
- package/api/SVGTextElement.json +8 -8
- package/api/SVGTextPathElement.json +32 -32
- package/api/SVGTextPositioningElement.json +12 -12
- package/api/SVGTitleElement.json +8 -8
- package/api/SVGUseElement.json +72 -56
- package/api/SVGVKernElement.json +2 -2
- package/api/SVGViewElement.json +8 -8
- package/api/Screen.json +3 -3
- package/api/ShadowRoot.json +1 -1
- package/api/StorageEstimate.json +6 -6
- package/api/StorageManager.json +8 -8
- package/api/SubmitEvent.json +6 -6
- package/api/SubtleCrypto.json +73 -0
- package/api/TaskAttributionTiming.json +10 -10
- package/api/TreeWalker.json +19 -10
- package/api/UIEvent.json +2 -2
- package/api/WEBGL_color_buffer_float.json +3 -3
- package/api/WEBGL_compressed_texture_astc.json +4 -4
- package/api/WEBGL_compressed_texture_etc1.json +2 -2
- package/api/WEBGL_compressed_texture_pvrtc.json +2 -2
- package/api/WEBGL_compressed_texture_s3tc.json +2 -2
- package/api/WEBGL_compressed_texture_s3tc_srgb.json +2 -2
- package/api/WEBGL_debug_renderer_info.json +2 -2
- package/api/WEBGL_debug_shaders.json +4 -4
- package/api/WEBGL_depth_texture.json +2 -2
- package/api/WEBGL_draw_buffers.json +4 -4
- package/api/WEBGL_lose_context.json +6 -6
- package/api/WebKitCSSMatrix.json +2 -1
- package/api/Window.json +24 -70
- package/api/WindowOrWorkerGlobalScope.json +4 -4
- package/api/WritableStream.json +10 -10
- package/api/WritableStreamDefaultController.json +4 -4
- package/api/WritableStreamDefaultWriter.json +18 -18
- package/browsers/chrome.json +10 -3
- package/browsers/chrome_android.json +10 -3
- package/browsers/edge.json +10 -3
- package/browsers/firefox.json +5 -5
- package/browsers/firefox_android.json +14 -3
- package/browsers/nodejs.json +38 -3
- package/browsers/opera.json +10 -3
- package/browsers/safari.json +1 -1
- package/browsers/safari_ios.json +1 -1
- package/browsers/webview_android.json +10 -3
- package/css/at-rules/font-face.json +48 -0
- package/css/at-rules/keyframes.json +3 -4
- package/css/at-rules/media.json +1 -1
- package/css/at-rules/page.json +154 -7
- package/css/properties/aspect-ratio.json +27 -89
- package/css/properties/border-block-color.json +47 -32
- package/css/properties/border-block-style.json +54 -11
- package/css/properties/border-block-width.json +54 -11
- package/css/properties/border-block.json +54 -11
- package/css/properties/border-inline-color.json +54 -11
- package/css/properties/border-inline-style.json +54 -11
- package/css/properties/border-inline-width.json +54 -11
- package/css/properties/border-inline.json +54 -11
- package/css/properties/break-after.json +16 -56
- package/css/properties/break-before.json +15 -55
- package/css/properties/break-inside.json +0 -49
- package/css/properties/color-scheme.json +156 -0
- package/css/properties/column-fill.json +2 -1
- package/css/properties/column-width.json +2 -1
- package/css/properties/contain-intrinsic-size.json +54 -0
- package/css/properties/{azimuth.json → content-visibility.json} +10 -10
- package/css/properties/display.json +1 -1
- package/css/properties/grid-auto-columns.json +4 -0
- package/css/properties/grid-auto-rows.json +4 -0
- package/css/properties/grid-template-columns.json +5 -1
- package/css/properties/grid-template-rows.json +4 -0
- package/css/properties/initial-letter-align.json +2 -1
- package/css/properties/inset-block-end.json +46 -31
- package/css/properties/inset-block-start.json +46 -31
- package/css/properties/inset-block.json +46 -31
- package/css/properties/inset-inline-end.json +46 -31
- package/css/properties/inset-inline-start.json +46 -31
- package/css/properties/inset-inline.json +46 -31
- package/css/properties/inset.json +54 -11
- package/css/properties/margin-block.json +48 -26
- package/css/properties/margin-inline.json +48 -26
- package/css/properties/math-style.json +80 -0
- package/css/properties/offset-position.json +4 -2
- package/css/properties/padding-block.json +48 -26
- package/css/properties/padding-inline.json +48 -26
- package/css/properties/page.json +55 -0
- package/css/properties/place-self.json +2 -2
- package/css/properties/position.json +18 -8
- package/css/properties/ruby-position.json +72 -24
- package/css/properties/scroll-behavior.json +14 -2
- package/css/properties/scrollbar-gutter.json +66 -0
- package/css/properties/width.json +49 -0
- package/css/selectors/checked.json +8 -8
- package/css/selectors/focus-visible.json +31 -21
- package/css/selectors/grammar-error.json +2 -1
- package/css/selectors/spelling-error.json +2 -1
- package/css/selectors/visited.json +1 -1
- package/css/types/global_keywords.json +6 -10
- package/css/types/length-percentage.json +20 -10
- package/css/types/length.json +20 -10
- package/css/types/position.json +1 -1
- package/html/elements/area.json +1 -1
- package/html/elements/embed.json +63 -2
- package/html/elements/iframe.json +110 -0
- package/html/elements/img.json +64 -3
- package/html/elements/input/color.json +3 -3
- package/html/elements/link.json +6 -4
- package/html/elements/menu.json +3 -3
- package/html/elements/object.json +62 -1
- package/html/elements/rb.json +1 -1
- package/html/elements/rtc.json +1 -1
- package/html/elements/script.json +1 -1
- package/html/elements/style.json +1 -1
- package/html/elements/video.json +61 -0
- package/html/global_attributes.json +21 -7
- package/http/headers/content-security-policy.json +2 -2
- package/http/headers/device-memory.json +2 -2
- package/http/headers/feature-policy.json +50 -0
- package/http/headers/origin.json +1 -1
- package/http/headers/save-data.json +2 -2
- package/javascript/builtins/AggregateError.json +2 -2
- package/javascript/builtins/FinalizationRegistry.json +56 -36
- package/javascript/builtins/Function.json +1 -1
- package/javascript/builtins/JSON.json +1 -1
- package/javascript/builtins/Object.json +1 -1
- package/javascript/builtins/Promise.json +1 -1
- package/javascript/builtins/RegExp.json +29 -28
- package/javascript/builtins/String.json +2 -2
- package/javascript/builtins/WeakRef.json +42 -27
- package/javascript/builtins/intl/Intl.json +52 -0
- package/javascript/builtins/intl/ListFormat.json +6 -6
- package/javascript/classes.json +34 -6
- package/javascript/operators/await.json +69 -0
- package/javascript/operators/logical_and_assignment.json +1 -1
- package/javascript/operators/logical_nullish_assignment.json +1 -1
- package/javascript/operators/logical_or_assignment.json +1 -1
- package/mathml/elements/maction.json +47 -0
- package/mathml/elements/merror.json +47 -0
- package/mathml/elements/mfrac.json +47 -0
- package/mathml/elements/mi.json +47 -0
- package/mathml/elements/mmultiscripts.json +47 -0
- package/mathml/elements/mn.json +47 -0
- package/mathml/elements/mo.json +47 -0
- package/mathml/elements/mover.json +47 -0
- package/mathml/elements/mpadded.json +47 -0
- package/mathml/elements/mphantom.json +47 -0
- package/mathml/elements/mroot.json +47 -0
- package/mathml/elements/mrow.json +47 -0
- package/mathml/elements/ms.json +47 -0
- package/mathml/elements/mspace.json +47 -0
- package/mathml/elements/msqrt.json +47 -0
- package/mathml/elements/msub.json +47 -0
- package/mathml/elements/msubsup.json +47 -0
- package/mathml/elements/msup.json +47 -0
- package/mathml/elements/mtd.json +47 -0
- package/mathml/elements/mtext.json +47 -0
- package/mathml/elements/mtr.json +47 -0
- package/mathml/elements/munder.json +47 -0
- package/mathml/elements/munderover.json +47 -0
- package/mathml/elements/semantics.json +47 -0
- package/package.json +9 -6
- package/scripts/statistics.js +3 -1
- package/svg/elements/feGaussianBlur.json +3 -3
- package/svg/elements/tspan.json +2 -2
- package/webextensions/api/browsingData.json +24 -0
- package/webextensions/api/devtools.json +1 -1
- package/webextensions/api/downloads.json +1 -2
- package/webextensions/api/management.json +22 -8
- package/webextensions/api/tabs.json +1 -2
- package/webextensions/api/webRequest.json +1 -2
- package/.gitattributes +0 -1
- package/.prettierignore +0 -10
- package/.prettierrc +0 -5
- package/api/BudgetState.json +0 -130
- package/api/DOMConfiguration.json +0 -244
- package/api/DOMImplementationList.json +0 -148
- package/api/HTMLIsIndexElement.json +0 -148
- package/api/IDBVersionChangeRequest.json +0 -102
- package/api/MediaQueryListListener.json +0 -52
- package/api/SVGMeshElement.json +0 -52
- package/api/WebAuthentication.json +0 -238
package/css/types/length.json
CHANGED
|
@@ -259,7 +259,8 @@
|
|
|
259
259
|
"version_added": false
|
|
260
260
|
},
|
|
261
261
|
"firefox": {
|
|
262
|
-
"version_added": false
|
|
262
|
+
"version_added": false,
|
|
263
|
+
"notes": "See <a href='https://bugzil.la/1531223'>bug 1531223</a>"
|
|
263
264
|
},
|
|
264
265
|
"firefox_android": {
|
|
265
266
|
"version_added": false
|
|
@@ -274,7 +275,8 @@
|
|
|
274
275
|
"version_added": false
|
|
275
276
|
},
|
|
276
277
|
"safari": {
|
|
277
|
-
"version_added": false
|
|
278
|
+
"version_added": false,
|
|
279
|
+
"notes": "See <a href='https://webkit.org/b/195176'>bug 195176</a>"
|
|
278
280
|
},
|
|
279
281
|
"safari_ios": {
|
|
280
282
|
"version_added": false
|
|
@@ -298,7 +300,8 @@
|
|
|
298
300
|
"description": "<code>lh</code> unit",
|
|
299
301
|
"support": {
|
|
300
302
|
"chrome": {
|
|
301
|
-
"version_added": false
|
|
303
|
+
"version_added": false,
|
|
304
|
+
"notes": "See <a href='https://crbug.com/937104'>bug 937104</a>"
|
|
302
305
|
},
|
|
303
306
|
"chrome_android": {
|
|
304
307
|
"version_added": false
|
|
@@ -307,7 +310,8 @@
|
|
|
307
310
|
"version_added": false
|
|
308
311
|
},
|
|
309
312
|
"firefox": {
|
|
310
|
-
"version_added": false
|
|
313
|
+
"version_added": false,
|
|
314
|
+
"notes": "See <a href='https://bugzil.la/1310170'>bug 1310170</a>"
|
|
311
315
|
},
|
|
312
316
|
"firefox_android": {
|
|
313
317
|
"version_added": false
|
|
@@ -444,7 +448,8 @@
|
|
|
444
448
|
"description": "<code>rlh</code> unit",
|
|
445
449
|
"support": {
|
|
446
450
|
"chrome": {
|
|
447
|
-
"version_added": false
|
|
451
|
+
"version_added": false,
|
|
452
|
+
"notes": "See <a href='https://crbug.com/937104'>bug 937104</a>"
|
|
448
453
|
},
|
|
449
454
|
"chrome_android": {
|
|
450
455
|
"version_added": false
|
|
@@ -453,7 +458,8 @@
|
|
|
453
458
|
"version_added": false
|
|
454
459
|
},
|
|
455
460
|
"firefox": {
|
|
456
|
-
"version_added": false
|
|
461
|
+
"version_added": false,
|
|
462
|
+
"notes": "See <a href='https://bugzil.la/1310170'>bug 1310170</a>"
|
|
457
463
|
},
|
|
458
464
|
"firefox_android": {
|
|
459
465
|
"version_added": false
|
|
@@ -501,7 +507,8 @@
|
|
|
501
507
|
"version_added": false
|
|
502
508
|
},
|
|
503
509
|
"firefox": {
|
|
504
|
-
"version_added": false
|
|
510
|
+
"version_added": false,
|
|
511
|
+
"notes": "See <a href='https://bugzil.la/1287034'>bug 1287034</a>"
|
|
505
512
|
},
|
|
506
513
|
"firefox_android": {
|
|
507
514
|
"version_added": false
|
|
@@ -516,7 +523,8 @@
|
|
|
516
523
|
"version_added": false
|
|
517
524
|
},
|
|
518
525
|
"safari": {
|
|
519
|
-
"version_added": false
|
|
526
|
+
"version_added": false,
|
|
527
|
+
"notes": "See <a href='https://webkit.org/b/159801'>bug 159801</a>"
|
|
520
528
|
},
|
|
521
529
|
"safari_ios": {
|
|
522
530
|
"version_added": false
|
|
@@ -599,7 +607,8 @@
|
|
|
599
607
|
"version_added": false
|
|
600
608
|
},
|
|
601
609
|
"firefox": {
|
|
602
|
-
"version_added": false
|
|
610
|
+
"version_added": false,
|
|
611
|
+
"notes": "See <a href='https://bugzil.la/1287034'>bug 1287034</a>"
|
|
603
612
|
},
|
|
604
613
|
"firefox_android": {
|
|
605
614
|
"version_added": false
|
|
@@ -614,7 +623,8 @@
|
|
|
614
623
|
"version_added": false
|
|
615
624
|
},
|
|
616
625
|
"safari": {
|
|
617
|
-
"version_added": false
|
|
626
|
+
"version_added": false,
|
|
627
|
+
"notes": "See <a href='https://webkit.org/b/159801'>bug 159801</a>"
|
|
618
628
|
},
|
|
619
629
|
"safari_ios": {
|
|
620
630
|
"version_added": false
|
package/css/types/position.json
CHANGED
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
},
|
|
100
100
|
"keyword_value_syntax": {
|
|
101
101
|
"__compat": {
|
|
102
|
-
"description": "Syntax combining a keyword and <
|
|
102
|
+
"description": "Syntax combining a keyword and <code><length></code> or <code><percentage></code>",
|
|
103
103
|
"support": {
|
|
104
104
|
"chrome": {
|
|
105
105
|
"version_added": "1"
|
package/html/elements/area.json
CHANGED
package/html/elements/embed.json
CHANGED
|
@@ -27,13 +27,13 @@
|
|
|
27
27
|
"version_added": true
|
|
28
28
|
},
|
|
29
29
|
"opera_android": {
|
|
30
|
-
"version_added":
|
|
30
|
+
"version_added": true
|
|
31
31
|
},
|
|
32
32
|
"safari": {
|
|
33
33
|
"version_added": true
|
|
34
34
|
},
|
|
35
35
|
"safari_ios": {
|
|
36
|
-
"version_added":
|
|
36
|
+
"version_added": true
|
|
37
37
|
},
|
|
38
38
|
"samsunginternet_android": {
|
|
39
39
|
"version_added": true
|
|
@@ -48,6 +48,67 @@
|
|
|
48
48
|
"deprecated": false
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
+
"aspect_ratio_computed_from_attributes": {
|
|
52
|
+
"__compat": {
|
|
53
|
+
"description": "Aspect ratio computed from <code>width</code> and <code>height</code> attributes",
|
|
54
|
+
"support": {
|
|
55
|
+
"chrome": {
|
|
56
|
+
"version_added": "79"
|
|
57
|
+
},
|
|
58
|
+
"chrome_android": {
|
|
59
|
+
"version_added": "79"
|
|
60
|
+
},
|
|
61
|
+
"edge": {
|
|
62
|
+
"version_added": "79"
|
|
63
|
+
},
|
|
64
|
+
"firefox": [
|
|
65
|
+
{
|
|
66
|
+
"version_added": "71"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"version_added": "69",
|
|
70
|
+
"version_removed": "71",
|
|
71
|
+
"flags": [
|
|
72
|
+
{
|
|
73
|
+
"type": "preference",
|
|
74
|
+
"name": "layout.css.width-and-height-map-to-aspect-ratio.enabled",
|
|
75
|
+
"value_to_set": "true"
|
|
76
|
+
}
|
|
77
|
+
]
|
|
78
|
+
}
|
|
79
|
+
],
|
|
80
|
+
"firefox_android": {
|
|
81
|
+
"version_added": "79"
|
|
82
|
+
},
|
|
83
|
+
"ie": {
|
|
84
|
+
"version_added": false
|
|
85
|
+
},
|
|
86
|
+
"opera": {
|
|
87
|
+
"version_added": "66"
|
|
88
|
+
},
|
|
89
|
+
"opera_android": {
|
|
90
|
+
"version_added": "57"
|
|
91
|
+
},
|
|
92
|
+
"safari": {
|
|
93
|
+
"version_added": "14"
|
|
94
|
+
},
|
|
95
|
+
"safari_ios": {
|
|
96
|
+
"version_added": "14"
|
|
97
|
+
},
|
|
98
|
+
"samsunginternet_android": {
|
|
99
|
+
"version_added": "12.0"
|
|
100
|
+
},
|
|
101
|
+
"webview_android": {
|
|
102
|
+
"version_added": "79"
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
"status": {
|
|
106
|
+
"experimental": false,
|
|
107
|
+
"standard_track": true,
|
|
108
|
+
"deprecated": false
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
},
|
|
51
112
|
"height": {
|
|
52
113
|
"__compat": {
|
|
53
114
|
"support": {
|
|
@@ -314,6 +314,67 @@
|
|
|
314
314
|
}
|
|
315
315
|
}
|
|
316
316
|
},
|
|
317
|
+
"aspect_ratio_computed_from_attributes": {
|
|
318
|
+
"__compat": {
|
|
319
|
+
"description": "Aspect ratio computed from <code>width</code> and <code>height</code> attributes",
|
|
320
|
+
"support": {
|
|
321
|
+
"chrome": {
|
|
322
|
+
"version_added": "79"
|
|
323
|
+
},
|
|
324
|
+
"chrome_android": {
|
|
325
|
+
"version_added": "79"
|
|
326
|
+
},
|
|
327
|
+
"edge": {
|
|
328
|
+
"version_added": "79"
|
|
329
|
+
},
|
|
330
|
+
"firefox": [
|
|
331
|
+
{
|
|
332
|
+
"version_added": "71"
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"version_added": "69",
|
|
336
|
+
"version_removed": "71",
|
|
337
|
+
"flags": [
|
|
338
|
+
{
|
|
339
|
+
"type": "preference",
|
|
340
|
+
"name": "layout.css.width-and-height-map-to-aspect-ratio.enabled",
|
|
341
|
+
"value_to_set": "true"
|
|
342
|
+
}
|
|
343
|
+
]
|
|
344
|
+
}
|
|
345
|
+
],
|
|
346
|
+
"firefox_android": {
|
|
347
|
+
"version_added": "79"
|
|
348
|
+
},
|
|
349
|
+
"ie": {
|
|
350
|
+
"version_added": false
|
|
351
|
+
},
|
|
352
|
+
"opera": {
|
|
353
|
+
"version_added": "66"
|
|
354
|
+
},
|
|
355
|
+
"opera_android": {
|
|
356
|
+
"version_added": "57"
|
|
357
|
+
},
|
|
358
|
+
"safari": {
|
|
359
|
+
"version_added": "14"
|
|
360
|
+
},
|
|
361
|
+
"safari_ios": {
|
|
362
|
+
"version_added": "14"
|
|
363
|
+
},
|
|
364
|
+
"samsunginternet_android": {
|
|
365
|
+
"version_added": "12.0"
|
|
366
|
+
},
|
|
367
|
+
"webview_android": {
|
|
368
|
+
"version_added": "79"
|
|
369
|
+
}
|
|
370
|
+
},
|
|
371
|
+
"status": {
|
|
372
|
+
"experimental": false,
|
|
373
|
+
"standard_track": true,
|
|
374
|
+
"deprecated": false
|
|
375
|
+
}
|
|
376
|
+
}
|
|
377
|
+
},
|
|
317
378
|
"external_protocol_urls_blocked": {
|
|
318
379
|
"__compat": {
|
|
319
380
|
"description": "External protocol URLs blocked",
|
|
@@ -1027,6 +1088,55 @@
|
|
|
1027
1088
|
}
|
|
1028
1089
|
}
|
|
1029
1090
|
},
|
|
1091
|
+
"sandbox-allow-same-origin": {
|
|
1092
|
+
"__compat": {
|
|
1093
|
+
"description": "<code>sandbox=\"allow-same-origin\"</code>",
|
|
1094
|
+
"support": {
|
|
1095
|
+
"chrome": {
|
|
1096
|
+
"version_added": true
|
|
1097
|
+
},
|
|
1098
|
+
"chrome_android": {
|
|
1099
|
+
"version_added": true
|
|
1100
|
+
},
|
|
1101
|
+
"edge": {
|
|
1102
|
+
"version_added": true
|
|
1103
|
+
},
|
|
1104
|
+
"firefox": {
|
|
1105
|
+
"version_added": true
|
|
1106
|
+
},
|
|
1107
|
+
"firefox_android": {
|
|
1108
|
+
"version_added": true
|
|
1109
|
+
},
|
|
1110
|
+
"ie": {
|
|
1111
|
+
"version_added": true
|
|
1112
|
+
},
|
|
1113
|
+
"opera": {
|
|
1114
|
+
"version_added": true
|
|
1115
|
+
},
|
|
1116
|
+
"opera_android": {
|
|
1117
|
+
"version_added": true
|
|
1118
|
+
},
|
|
1119
|
+
"safari": {
|
|
1120
|
+
"version_added": true,
|
|
1121
|
+
"notes": "Safari blocks script execution without <code>allow-scripts</code> even if <code>allow-same-origin</code> is set. For example, any bound handlers for click events of nodes inside an iframe throw an error for blocked script execution."
|
|
1122
|
+
},
|
|
1123
|
+
"safari_ios": {
|
|
1124
|
+
"version_added": true
|
|
1125
|
+
},
|
|
1126
|
+
"samsunginternet_android": {
|
|
1127
|
+
"version_added": true
|
|
1128
|
+
},
|
|
1129
|
+
"webview_android": {
|
|
1130
|
+
"version_added": true
|
|
1131
|
+
}
|
|
1132
|
+
},
|
|
1133
|
+
"status": {
|
|
1134
|
+
"experimental": false,
|
|
1135
|
+
"standard_track": true,
|
|
1136
|
+
"deprecated": false
|
|
1137
|
+
}
|
|
1138
|
+
}
|
|
1139
|
+
},
|
|
1030
1140
|
"sandbox-allow-storage-access-by-user-activation": {
|
|
1031
1141
|
"__compat": {
|
|
1032
1142
|
"description": "<code>sandbox=\"allow-storage-access-by-user-activation\"</code>",
|
package/html/elements/img.json
CHANGED
|
@@ -142,6 +142,67 @@
|
|
|
142
142
|
}
|
|
143
143
|
}
|
|
144
144
|
},
|
|
145
|
+
"aspect_ratio_computed_from_attributes": {
|
|
146
|
+
"__compat": {
|
|
147
|
+
"description": "Aspect ratio computed from <code>width</code> and <code>height</code> attributes",
|
|
148
|
+
"support": {
|
|
149
|
+
"chrome": {
|
|
150
|
+
"version_added": "79"
|
|
151
|
+
},
|
|
152
|
+
"chrome_android": {
|
|
153
|
+
"version_added": "79"
|
|
154
|
+
},
|
|
155
|
+
"edge": {
|
|
156
|
+
"version_added": "79"
|
|
157
|
+
},
|
|
158
|
+
"firefox": [
|
|
159
|
+
{
|
|
160
|
+
"version_added": "71"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"version_added": "69",
|
|
164
|
+
"version_removed": "71",
|
|
165
|
+
"flags": [
|
|
166
|
+
{
|
|
167
|
+
"type": "preference",
|
|
168
|
+
"name": "layout.css.width-and-height-map-to-aspect-ratio.enabled",
|
|
169
|
+
"value_to_set": "true"
|
|
170
|
+
}
|
|
171
|
+
]
|
|
172
|
+
}
|
|
173
|
+
],
|
|
174
|
+
"firefox_android": {
|
|
175
|
+
"version_added": "79"
|
|
176
|
+
},
|
|
177
|
+
"ie": {
|
|
178
|
+
"version_added": false
|
|
179
|
+
},
|
|
180
|
+
"opera": {
|
|
181
|
+
"version_added": "66"
|
|
182
|
+
},
|
|
183
|
+
"opera_android": {
|
|
184
|
+
"version_added": "57"
|
|
185
|
+
},
|
|
186
|
+
"safari": {
|
|
187
|
+
"version_added": "14"
|
|
188
|
+
},
|
|
189
|
+
"safari_ios": {
|
|
190
|
+
"version_added": "14"
|
|
191
|
+
},
|
|
192
|
+
"samsunginternet_android": {
|
|
193
|
+
"version_added": "12.0"
|
|
194
|
+
},
|
|
195
|
+
"webview_android": {
|
|
196
|
+
"version_added": "79"
|
|
197
|
+
}
|
|
198
|
+
},
|
|
199
|
+
"status": {
|
|
200
|
+
"experimental": false,
|
|
201
|
+
"standard_track": true,
|
|
202
|
+
"deprecated": false
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
},
|
|
145
206
|
"border": {
|
|
146
207
|
"__compat": {
|
|
147
208
|
"support": {
|
|
@@ -593,7 +654,7 @@
|
|
|
593
654
|
"status": {
|
|
594
655
|
"experimental": false,
|
|
595
656
|
"standard_track": true,
|
|
596
|
-
"deprecated":
|
|
657
|
+
"deprecated": true
|
|
597
658
|
}
|
|
598
659
|
}
|
|
599
660
|
},
|
|
@@ -948,7 +1009,7 @@
|
|
|
948
1009
|
"status": {
|
|
949
1010
|
"experimental": false,
|
|
950
1011
|
"standard_track": true,
|
|
951
|
-
"deprecated":
|
|
1012
|
+
"deprecated": true
|
|
952
1013
|
}
|
|
953
1014
|
},
|
|
954
1015
|
"caseless_usemap": {
|
|
@@ -995,7 +1056,7 @@
|
|
|
995
1056
|
"status": {
|
|
996
1057
|
"experimental": false,
|
|
997
1058
|
"standard_track": true,
|
|
998
|
-
"deprecated":
|
|
1059
|
+
"deprecated": true
|
|
999
1060
|
}
|
|
1000
1061
|
}
|
|
1001
1062
|
}
|
|
@@ -17,11 +17,11 @@
|
|
|
17
17
|
"version_added": "14"
|
|
18
18
|
},
|
|
19
19
|
"firefox": {
|
|
20
|
-
"version_added": "29"
|
|
21
|
-
"notes": "Firefox doesn't yet support inputs of type <code>color</code> on Windows Touch."
|
|
20
|
+
"version_added": "29"
|
|
22
21
|
},
|
|
23
22
|
"firefox_android": {
|
|
24
|
-
"version_added": "27"
|
|
23
|
+
"version_added": "27",
|
|
24
|
+
"notes": "Firefox for Android doesn't allow the user to choose a custom color, only one of the predefined ones."
|
|
25
25
|
},
|
|
26
26
|
"ie": {
|
|
27
27
|
"version_added": false
|
package/html/elements/link.json
CHANGED
|
@@ -108,7 +108,8 @@
|
|
|
108
108
|
"version_added": "79"
|
|
109
109
|
},
|
|
110
110
|
"firefox": {
|
|
111
|
-
"version_added": "18"
|
|
111
|
+
"version_added": "18",
|
|
112
|
+
"notes": "Before Firefox 83, <code>crossorigin</code> is not supported for <code>rel=\"icon\"</code>."
|
|
112
113
|
},
|
|
113
114
|
"firefox_android": {
|
|
114
115
|
"version_added": "18"
|
|
@@ -722,7 +723,7 @@
|
|
|
722
723
|
"support": {
|
|
723
724
|
"chrome": {
|
|
724
725
|
"version_added": "4",
|
|
725
|
-
"notes": "If both ICO and PNG are available, will use ICO over PNG if ICO has better matching sizes set. (Per caniuse.com.)"
|
|
726
|
+
"notes": "If both ICO and PNG are available, will use ICO over PNG if ICO has better matching sizes set. (Per caniuse.com.)."
|
|
726
727
|
},
|
|
727
728
|
"chrome_android": {
|
|
728
729
|
"version_added": "18"
|
|
@@ -732,7 +733,8 @@
|
|
|
732
733
|
"notes": "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.)"
|
|
733
734
|
},
|
|
734
735
|
"firefox": {
|
|
735
|
-
"version_added": "2"
|
|
736
|
+
"version_added": "2",
|
|
737
|
+
"notes": "Before Firefox 83, the <code>crossorigin</code> attribute is not supported for <code>rel=\"icon\"</code>."
|
|
736
738
|
},
|
|
737
739
|
"firefox_android": {
|
|
738
740
|
"version_added": "4"
|
|
@@ -1107,7 +1109,7 @@
|
|
|
1107
1109
|
"status": {
|
|
1108
1110
|
"experimental": false,
|
|
1109
1111
|
"standard_track": true,
|
|
1110
|
-
"deprecated":
|
|
1112
|
+
"deprecated": true
|
|
1111
1113
|
}
|
|
1112
1114
|
}
|
|
1113
1115
|
},
|
package/html/elements/menu.json
CHANGED
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
"status": {
|
|
191
191
|
"experimental": true,
|
|
192
192
|
"standard_track": true,
|
|
193
|
-
"deprecated":
|
|
193
|
+
"deprecated": true
|
|
194
194
|
}
|
|
195
195
|
}
|
|
196
196
|
},
|
|
@@ -241,7 +241,7 @@
|
|
|
241
241
|
"status": {
|
|
242
242
|
"experimental": true,
|
|
243
243
|
"standard_track": true,
|
|
244
|
-
"deprecated":
|
|
244
|
+
"deprecated": true
|
|
245
245
|
}
|
|
246
246
|
}
|
|
247
247
|
},
|
|
@@ -289,7 +289,7 @@
|
|
|
289
289
|
"status": {
|
|
290
290
|
"experimental": true,
|
|
291
291
|
"standard_track": true,
|
|
292
|
-
"deprecated":
|
|
292
|
+
"deprecated": true
|
|
293
293
|
}
|
|
294
294
|
}
|
|
295
295
|
}
|
|
@@ -95,6 +95,67 @@
|
|
|
95
95
|
}
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
|
+
"aspect_ratio_computed_from_attributes": {
|
|
99
|
+
"__compat": {
|
|
100
|
+
"description": "Aspect ratio computed from <code>width</code> and <code>height</code> attributes",
|
|
101
|
+
"support": {
|
|
102
|
+
"chrome": {
|
|
103
|
+
"version_added": "79"
|
|
104
|
+
},
|
|
105
|
+
"chrome_android": {
|
|
106
|
+
"version_added": "79"
|
|
107
|
+
},
|
|
108
|
+
"edge": {
|
|
109
|
+
"version_added": "79"
|
|
110
|
+
},
|
|
111
|
+
"firefox": [
|
|
112
|
+
{
|
|
113
|
+
"version_added": "71"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"version_added": "69",
|
|
117
|
+
"version_removed": "71",
|
|
118
|
+
"flags": [
|
|
119
|
+
{
|
|
120
|
+
"type": "preference",
|
|
121
|
+
"name": "layout.css.width-and-height-map-to-aspect-ratio.enabled",
|
|
122
|
+
"value_to_set": "true"
|
|
123
|
+
}
|
|
124
|
+
]
|
|
125
|
+
}
|
|
126
|
+
],
|
|
127
|
+
"firefox_android": {
|
|
128
|
+
"version_added": "79"
|
|
129
|
+
},
|
|
130
|
+
"ie": {
|
|
131
|
+
"version_added": false
|
|
132
|
+
},
|
|
133
|
+
"opera": {
|
|
134
|
+
"version_added": "66"
|
|
135
|
+
},
|
|
136
|
+
"opera_android": {
|
|
137
|
+
"version_added": "57"
|
|
138
|
+
},
|
|
139
|
+
"safari": {
|
|
140
|
+
"version_added": "14"
|
|
141
|
+
},
|
|
142
|
+
"safari_ios": {
|
|
143
|
+
"version_added": "14"
|
|
144
|
+
},
|
|
145
|
+
"samsunginternet_android": {
|
|
146
|
+
"version_added": "12.0"
|
|
147
|
+
},
|
|
148
|
+
"webview_android": {
|
|
149
|
+
"version_added": "79"
|
|
150
|
+
}
|
|
151
|
+
},
|
|
152
|
+
"status": {
|
|
153
|
+
"experimental": false,
|
|
154
|
+
"standard_track": true,
|
|
155
|
+
"deprecated": false
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
},
|
|
98
159
|
"border": {
|
|
99
160
|
"__compat": {
|
|
100
161
|
"support": {
|
|
@@ -702,7 +763,7 @@
|
|
|
702
763
|
"status": {
|
|
703
764
|
"experimental": false,
|
|
704
765
|
"standard_track": true,
|
|
705
|
-
"deprecated":
|
|
766
|
+
"deprecated": true
|
|
706
767
|
}
|
|
707
768
|
}
|
|
708
769
|
},
|
package/html/elements/rb.json
CHANGED
package/html/elements/rtc.json
CHANGED