@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
|
@@ -48,6 +48,53 @@
|
|
|
48
48
|
"deprecated": false
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
+
"displaystyle": {
|
|
52
|
+
"__compat": {
|
|
53
|
+
"support": {
|
|
54
|
+
"chrome": {
|
|
55
|
+
"version_added": false
|
|
56
|
+
},
|
|
57
|
+
"chrome_android": {
|
|
58
|
+
"version_added": false
|
|
59
|
+
},
|
|
60
|
+
"edge": {
|
|
61
|
+
"version_added": false
|
|
62
|
+
},
|
|
63
|
+
"firefox": {
|
|
64
|
+
"version_added": "83"
|
|
65
|
+
},
|
|
66
|
+
"firefox_android": {
|
|
67
|
+
"version_added": "83"
|
|
68
|
+
},
|
|
69
|
+
"ie": {
|
|
70
|
+
"version_added": false
|
|
71
|
+
},
|
|
72
|
+
"opera": {
|
|
73
|
+
"version_added": false
|
|
74
|
+
},
|
|
75
|
+
"opera_android": {
|
|
76
|
+
"version_added": false
|
|
77
|
+
},
|
|
78
|
+
"safari": {
|
|
79
|
+
"version_added": false
|
|
80
|
+
},
|
|
81
|
+
"safari_ios": {
|
|
82
|
+
"version_added": false
|
|
83
|
+
},
|
|
84
|
+
"samsunginternet_android": {
|
|
85
|
+
"version_added": false
|
|
86
|
+
},
|
|
87
|
+
"webview_android": {
|
|
88
|
+
"version_added": false
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
"status": {
|
|
92
|
+
"experimental": false,
|
|
93
|
+
"standard_track": true,
|
|
94
|
+
"deprecated": false
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
},
|
|
51
98
|
"href": {
|
|
52
99
|
"__compat": {
|
|
53
100
|
"support": {
|
package/mathml/elements/mtd.json
CHANGED
|
@@ -142,6 +142,53 @@
|
|
|
142
142
|
}
|
|
143
143
|
}
|
|
144
144
|
},
|
|
145
|
+
"displaystyle": {
|
|
146
|
+
"__compat": {
|
|
147
|
+
"support": {
|
|
148
|
+
"chrome": {
|
|
149
|
+
"version_added": false
|
|
150
|
+
},
|
|
151
|
+
"chrome_android": {
|
|
152
|
+
"version_added": false
|
|
153
|
+
},
|
|
154
|
+
"edge": {
|
|
155
|
+
"version_added": false
|
|
156
|
+
},
|
|
157
|
+
"firefox": {
|
|
158
|
+
"version_added": "83"
|
|
159
|
+
},
|
|
160
|
+
"firefox_android": {
|
|
161
|
+
"version_added": "83"
|
|
162
|
+
},
|
|
163
|
+
"ie": {
|
|
164
|
+
"version_added": false
|
|
165
|
+
},
|
|
166
|
+
"opera": {
|
|
167
|
+
"version_added": false
|
|
168
|
+
},
|
|
169
|
+
"opera_android": {
|
|
170
|
+
"version_added": false
|
|
171
|
+
},
|
|
172
|
+
"safari": {
|
|
173
|
+
"version_added": false
|
|
174
|
+
},
|
|
175
|
+
"safari_ios": {
|
|
176
|
+
"version_added": false
|
|
177
|
+
},
|
|
178
|
+
"samsunginternet_android": {
|
|
179
|
+
"version_added": false
|
|
180
|
+
},
|
|
181
|
+
"webview_android": {
|
|
182
|
+
"version_added": false
|
|
183
|
+
}
|
|
184
|
+
},
|
|
185
|
+
"status": {
|
|
186
|
+
"experimental": false,
|
|
187
|
+
"standard_track": true,
|
|
188
|
+
"deprecated": false
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
},
|
|
145
192
|
"groupalign": {
|
|
146
193
|
"__compat": {
|
|
147
194
|
"support": {
|
|
@@ -95,6 +95,53 @@
|
|
|
95
95
|
}
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
|
+
"displaystyle": {
|
|
99
|
+
"__compat": {
|
|
100
|
+
"support": {
|
|
101
|
+
"chrome": {
|
|
102
|
+
"version_added": false
|
|
103
|
+
},
|
|
104
|
+
"chrome_android": {
|
|
105
|
+
"version_added": false
|
|
106
|
+
},
|
|
107
|
+
"edge": {
|
|
108
|
+
"version_added": false
|
|
109
|
+
},
|
|
110
|
+
"firefox": {
|
|
111
|
+
"version_added": "83"
|
|
112
|
+
},
|
|
113
|
+
"firefox_android": {
|
|
114
|
+
"version_added": "83"
|
|
115
|
+
},
|
|
116
|
+
"ie": {
|
|
117
|
+
"version_added": false
|
|
118
|
+
},
|
|
119
|
+
"opera": {
|
|
120
|
+
"version_added": false
|
|
121
|
+
},
|
|
122
|
+
"opera_android": {
|
|
123
|
+
"version_added": false
|
|
124
|
+
},
|
|
125
|
+
"safari": {
|
|
126
|
+
"version_added": false
|
|
127
|
+
},
|
|
128
|
+
"safari_ios": {
|
|
129
|
+
"version_added": false
|
|
130
|
+
},
|
|
131
|
+
"samsunginternet_android": {
|
|
132
|
+
"version_added": false
|
|
133
|
+
},
|
|
134
|
+
"webview_android": {
|
|
135
|
+
"version_added": false
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
"status": {
|
|
139
|
+
"experimental": false,
|
|
140
|
+
"standard_track": true,
|
|
141
|
+
"deprecated": false
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
},
|
|
98
145
|
"href": {
|
|
99
146
|
"__compat": {
|
|
100
147
|
"support": {
|
package/mathml/elements/mtr.json
CHANGED
|
@@ -95,6 +95,53 @@
|
|
|
95
95
|
}
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
|
+
"displaystyle": {
|
|
99
|
+
"__compat": {
|
|
100
|
+
"support": {
|
|
101
|
+
"chrome": {
|
|
102
|
+
"version_added": false
|
|
103
|
+
},
|
|
104
|
+
"chrome_android": {
|
|
105
|
+
"version_added": false
|
|
106
|
+
},
|
|
107
|
+
"edge": {
|
|
108
|
+
"version_added": false
|
|
109
|
+
},
|
|
110
|
+
"firefox": {
|
|
111
|
+
"version_added": "83"
|
|
112
|
+
},
|
|
113
|
+
"firefox_android": {
|
|
114
|
+
"version_added": "83"
|
|
115
|
+
},
|
|
116
|
+
"ie": {
|
|
117
|
+
"version_added": false
|
|
118
|
+
},
|
|
119
|
+
"opera": {
|
|
120
|
+
"version_added": false
|
|
121
|
+
},
|
|
122
|
+
"opera_android": {
|
|
123
|
+
"version_added": false
|
|
124
|
+
},
|
|
125
|
+
"safari": {
|
|
126
|
+
"version_added": false
|
|
127
|
+
},
|
|
128
|
+
"safari_ios": {
|
|
129
|
+
"version_added": false
|
|
130
|
+
},
|
|
131
|
+
"samsunginternet_android": {
|
|
132
|
+
"version_added": false
|
|
133
|
+
},
|
|
134
|
+
"webview_android": {
|
|
135
|
+
"version_added": false
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
"status": {
|
|
139
|
+
"experimental": false,
|
|
140
|
+
"standard_track": true,
|
|
141
|
+
"deprecated": false
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
},
|
|
98
145
|
"groupalign": {
|
|
99
146
|
"__compat": {
|
|
100
147
|
"support": {
|
|
@@ -143,6 +143,53 @@
|
|
|
143
143
|
}
|
|
144
144
|
}
|
|
145
145
|
},
|
|
146
|
+
"displaystyle": {
|
|
147
|
+
"__compat": {
|
|
148
|
+
"support": {
|
|
149
|
+
"chrome": {
|
|
150
|
+
"version_added": false
|
|
151
|
+
},
|
|
152
|
+
"chrome_android": {
|
|
153
|
+
"version_added": false
|
|
154
|
+
},
|
|
155
|
+
"edge": {
|
|
156
|
+
"version_added": false
|
|
157
|
+
},
|
|
158
|
+
"firefox": {
|
|
159
|
+
"version_added": "83"
|
|
160
|
+
},
|
|
161
|
+
"firefox_android": {
|
|
162
|
+
"version_added": "83"
|
|
163
|
+
},
|
|
164
|
+
"ie": {
|
|
165
|
+
"version_added": false
|
|
166
|
+
},
|
|
167
|
+
"opera": {
|
|
168
|
+
"version_added": false
|
|
169
|
+
},
|
|
170
|
+
"opera_android": {
|
|
171
|
+
"version_added": false
|
|
172
|
+
},
|
|
173
|
+
"safari": {
|
|
174
|
+
"version_added": false
|
|
175
|
+
},
|
|
176
|
+
"safari_ios": {
|
|
177
|
+
"version_added": false
|
|
178
|
+
},
|
|
179
|
+
"samsunginternet_android": {
|
|
180
|
+
"version_added": false
|
|
181
|
+
},
|
|
182
|
+
"webview_android": {
|
|
183
|
+
"version_added": false
|
|
184
|
+
}
|
|
185
|
+
},
|
|
186
|
+
"status": {
|
|
187
|
+
"experimental": false,
|
|
188
|
+
"standard_track": true,
|
|
189
|
+
"deprecated": false
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
},
|
|
146
193
|
"href": {
|
|
147
194
|
"__compat": {
|
|
148
195
|
"support": {
|
|
@@ -190,6 +190,53 @@
|
|
|
190
190
|
}
|
|
191
191
|
}
|
|
192
192
|
},
|
|
193
|
+
"displaystyle": {
|
|
194
|
+
"__compat": {
|
|
195
|
+
"support": {
|
|
196
|
+
"chrome": {
|
|
197
|
+
"version_added": false
|
|
198
|
+
},
|
|
199
|
+
"chrome_android": {
|
|
200
|
+
"version_added": false
|
|
201
|
+
},
|
|
202
|
+
"edge": {
|
|
203
|
+
"version_added": false
|
|
204
|
+
},
|
|
205
|
+
"firefox": {
|
|
206
|
+
"version_added": "83"
|
|
207
|
+
},
|
|
208
|
+
"firefox_android": {
|
|
209
|
+
"version_added": "83"
|
|
210
|
+
},
|
|
211
|
+
"ie": {
|
|
212
|
+
"version_added": false
|
|
213
|
+
},
|
|
214
|
+
"opera": {
|
|
215
|
+
"version_added": false
|
|
216
|
+
},
|
|
217
|
+
"opera_android": {
|
|
218
|
+
"version_added": false
|
|
219
|
+
},
|
|
220
|
+
"safari": {
|
|
221
|
+
"version_added": false
|
|
222
|
+
},
|
|
223
|
+
"safari_ios": {
|
|
224
|
+
"version_added": false
|
|
225
|
+
},
|
|
226
|
+
"samsunginternet_android": {
|
|
227
|
+
"version_added": false
|
|
228
|
+
},
|
|
229
|
+
"webview_android": {
|
|
230
|
+
"version_added": false
|
|
231
|
+
}
|
|
232
|
+
},
|
|
233
|
+
"status": {
|
|
234
|
+
"experimental": false,
|
|
235
|
+
"standard_track": true,
|
|
236
|
+
"deprecated": false
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
},
|
|
193
240
|
"href": {
|
|
194
241
|
"__compat": {
|
|
195
242
|
"support": {
|
|
@@ -48,6 +48,53 @@
|
|
|
48
48
|
"deprecated": false
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
|
+
},
|
|
52
|
+
"displaystyle": {
|
|
53
|
+
"__compat": {
|
|
54
|
+
"support": {
|
|
55
|
+
"chrome": {
|
|
56
|
+
"version_added": false
|
|
57
|
+
},
|
|
58
|
+
"chrome_android": {
|
|
59
|
+
"version_added": false
|
|
60
|
+
},
|
|
61
|
+
"edge": {
|
|
62
|
+
"version_added": false
|
|
63
|
+
},
|
|
64
|
+
"firefox": {
|
|
65
|
+
"version_added": "83"
|
|
66
|
+
},
|
|
67
|
+
"firefox_android": {
|
|
68
|
+
"version_added": "83"
|
|
69
|
+
},
|
|
70
|
+
"ie": {
|
|
71
|
+
"version_added": false
|
|
72
|
+
},
|
|
73
|
+
"opera": {
|
|
74
|
+
"version_added": false
|
|
75
|
+
},
|
|
76
|
+
"opera_android": {
|
|
77
|
+
"version_added": false
|
|
78
|
+
},
|
|
79
|
+
"safari": {
|
|
80
|
+
"version_added": false
|
|
81
|
+
},
|
|
82
|
+
"safari_ios": {
|
|
83
|
+
"version_added": false
|
|
84
|
+
},
|
|
85
|
+
"samsunginternet_android": {
|
|
86
|
+
"version_added": false
|
|
87
|
+
},
|
|
88
|
+
"webview_android": {
|
|
89
|
+
"version_added": false
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
"status": {
|
|
93
|
+
"experimental": false,
|
|
94
|
+
"standard_track": true,
|
|
95
|
+
"deprecated": false
|
|
96
|
+
}
|
|
97
|
+
}
|
|
51
98
|
}
|
|
52
99
|
}
|
|
53
100
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mdn/browser-compat-data",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.7",
|
|
4
4
|
"description": "Browser compatibility data provided by MDN Web Docs",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
"url": "git+https://github.com/mdn/browser-compat-data.git"
|
|
16
16
|
},
|
|
17
17
|
"keywords": [
|
|
18
|
+
"bcd",
|
|
18
19
|
"browser-compat-data",
|
|
19
20
|
"browser",
|
|
20
21
|
"compatibility",
|
|
@@ -31,22 +32,24 @@
|
|
|
31
32
|
"devDependencies": {
|
|
32
33
|
"ajv": "~6.12.2",
|
|
33
34
|
"better-ajv-errors": "~0.6.7",
|
|
34
|
-
"chalk": "~
|
|
35
|
+
"chalk": "~4.1.0",
|
|
35
36
|
"compare-versions": "~3.6.0",
|
|
36
37
|
"mdn-confluence": "~2.2.0",
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
38
|
+
"mocha": "~8.2.0",
|
|
39
|
+
"ora": "~5.1.0",
|
|
40
|
+
"prettier": "~2.1.2",
|
|
41
|
+
"yargs": "~16.1.0"
|
|
40
42
|
},
|
|
41
43
|
"scripts": {
|
|
42
44
|
"confluence": "node ./node_modules/mdn-confluence/main/generate.es6.js --output-dir=. --bcd-module=./index.js",
|
|
45
|
+
"mocha": "mocha \"test/**.test.js\"",
|
|
43
46
|
"lint": "node test/lint",
|
|
44
47
|
"fix": "node scripts/fix",
|
|
45
48
|
"mirror": "node scripts/mirror",
|
|
46
49
|
"stats": "node scripts/statistics",
|
|
47
50
|
"release-notes": "node scripts/release-notes",
|
|
48
51
|
"show-errors": "npm test 1> /dev/null",
|
|
49
|
-
"test": "npm run lint",
|
|
52
|
+
"test": "npm run mocha && npm run lint",
|
|
50
53
|
"traverse": "node scripts/traverse"
|
|
51
54
|
}
|
|
52
55
|
}
|
package/scripts/statistics.js
CHANGED
|
@@ -175,7 +175,9 @@ const printStats = (stats, folder) => {
|
|
|
175
175
|
}
|
|
176
176
|
|
|
177
177
|
console.log(
|
|
178
|
-
chalk`{bold Status as of version
|
|
178
|
+
chalk`{bold Status as of version ${
|
|
179
|
+
process.env.npm_package_version
|
|
180
|
+
} (released on 2020-MM-DD) for ${
|
|
179
181
|
folder ? `${folder}/ directory` : 'web platform features'
|
|
180
182
|
}}: \n`,
|
|
181
183
|
);
|
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Element/feGaussianBlur",
|
|
7
7
|
"support": {
|
|
8
8
|
"chrome": {
|
|
9
|
-
"version_added":
|
|
9
|
+
"version_added": true
|
|
10
10
|
},
|
|
11
11
|
"chrome_android": {
|
|
12
|
-
"version_added":
|
|
12
|
+
"version_added": true
|
|
13
13
|
},
|
|
14
14
|
"edge": {
|
|
15
15
|
"version_added": "≤18"
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"version_added": true
|
|
22
22
|
},
|
|
23
23
|
"ie": {
|
|
24
|
-
"version_added":
|
|
24
|
+
"version_added": "10"
|
|
25
25
|
},
|
|
26
26
|
"opera": {
|
|
27
27
|
"version_added": "9"
|
package/svg/elements/tspan.json
CHANGED
|
@@ -298,6 +298,30 @@
|
|
|
298
298
|
}
|
|
299
299
|
},
|
|
300
300
|
"RemovalOptions": {
|
|
301
|
+
"cookieStoreId": {
|
|
302
|
+
"__compat": {
|
|
303
|
+
"support": {
|
|
304
|
+
"chrome": {
|
|
305
|
+
"version_added": false
|
|
306
|
+
},
|
|
307
|
+
"edge": {
|
|
308
|
+
"version_added": false
|
|
309
|
+
},
|
|
310
|
+
"firefox": {
|
|
311
|
+
"version_added": "84"
|
|
312
|
+
},
|
|
313
|
+
"firefox_android": {
|
|
314
|
+
"version_added": false
|
|
315
|
+
},
|
|
316
|
+
"opera": {
|
|
317
|
+
"version_added": false
|
|
318
|
+
},
|
|
319
|
+
"safari": {
|
|
320
|
+
"version_added": false
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
}
|
|
324
|
+
},
|
|
301
325
|
"hostnames": {
|
|
302
326
|
"__compat": {
|
|
303
327
|
"support": {
|
|
@@ -1026,8 +1026,7 @@
|
|
|
1026
1026
|
},
|
|
1027
1027
|
"firefox": {
|
|
1028
1028
|
"notes": "Before version 58, if this option was omitted, Firefox would never show the file chooser, regardless of the value of the browser's preference.",
|
|
1029
|
-
"version_added": "52"
|
|
1030
|
-
"version_removed": "79"
|
|
1029
|
+
"version_added": "52"
|
|
1031
1030
|
},
|
|
1032
1031
|
"firefox_android": {
|
|
1033
1032
|
"version_added": false
|
|
@@ -288,10 +288,12 @@
|
|
|
288
288
|
"version_added": "79"
|
|
289
289
|
},
|
|
290
290
|
"firefox": {
|
|
291
|
-
"version_added":
|
|
291
|
+
"version_added": "55",
|
|
292
|
+
"notes": "Before version 56, only extensions whose <code>type</code> is <code>'theme'</code> are supported."
|
|
292
293
|
},
|
|
293
294
|
"firefox_android": {
|
|
294
|
-
"version_added":
|
|
295
|
+
"version_added": "55",
|
|
296
|
+
"notes": "Before version 56, only extensions whose <code>'type'</code> is <code>'theme'<code> are supported."
|
|
295
297
|
},
|
|
296
298
|
"opera": {
|
|
297
299
|
"version_added": true
|
|
@@ -313,10 +315,12 @@
|
|
|
313
315
|
"version_added": "79"
|
|
314
316
|
},
|
|
315
317
|
"firefox": {
|
|
316
|
-
"version_added":
|
|
318
|
+
"version_added": "55",
|
|
319
|
+
"notes": "Before version 56, only extensions whose <code>type</code> is <code>'theme'</code> are supported."
|
|
317
320
|
},
|
|
318
321
|
"firefox_android": {
|
|
319
|
-
"version_added":
|
|
322
|
+
"version_added": "55",
|
|
323
|
+
"notes": "Before version 56, only extensions whose <code>type</code> is <code>'theme'</code> are supported."
|
|
320
324
|
},
|
|
321
325
|
"opera": {
|
|
322
326
|
"version_added": true
|
|
@@ -338,10 +342,12 @@
|
|
|
338
342
|
"version_added": "79"
|
|
339
343
|
},
|
|
340
344
|
"firefox": {
|
|
341
|
-
"version_added":
|
|
345
|
+
"version_added": "55",
|
|
346
|
+
"notes": "Before version 56, only extensions whose <code>type</code> is <code>'theme'</code> are supported."
|
|
342
347
|
},
|
|
343
348
|
"firefox_android": {
|
|
344
|
-
"version_added":
|
|
349
|
+
"version_added": "55",
|
|
350
|
+
"notes": "Before version 56, only extensions whose <code>type</code> is <code>'theme'</code> are supported."
|
|
345
351
|
},
|
|
346
352
|
"opera": {
|
|
347
353
|
"version_added": true
|
|
@@ -363,10 +369,18 @@
|
|
|
363
369
|
"version_added": "79"
|
|
364
370
|
},
|
|
365
371
|
"firefox": {
|
|
366
|
-
"version_added":
|
|
372
|
+
"version_added": "55",
|
|
373
|
+
"notes": [
|
|
374
|
+
"Before version 56, only extensions whose <code>type</code> is <code>'theme'</code> are supported.",
|
|
375
|
+
"This event is not emitted when the extension is in the \"pending uninstall\" state. The event is emitted as expected once the extension is completely removed (for example, when the <code>about:addons</code> tab is closed)."
|
|
376
|
+
]
|
|
367
377
|
},
|
|
368
378
|
"firefox_android": {
|
|
369
|
-
"version_added":
|
|
379
|
+
"version_added": "55",
|
|
380
|
+
"notes": [
|
|
381
|
+
"Before version 56, only extensions whose <code>type</code> is <code>'theme'</code> are supported.",
|
|
382
|
+
"This event is not emitted when the extension is in the \"pending uninstall\" state. The event is emitted as expected once the extension is completely removed (for example, when the <code>about:addons</code> tab is closed)."
|
|
383
|
+
]
|
|
370
384
|
},
|
|
371
385
|
"opera": {
|
|
372
386
|
"version_added": true
|
|
@@ -412,8 +412,7 @@
|
|
|
412
412
|
"notes": "Requests sent by navigator.sendBeacon(), and CSP reports in Chrome 49-57 (Opera 36-44), are also labeled as `ping`."
|
|
413
413
|
},
|
|
414
414
|
"edge": {
|
|
415
|
-
"version_added": "79"
|
|
416
|
-
"notes": "Requests sent by navigator.sendBeacon(), and CSP reports in Edge 49-57 (Opera 36-44), are also labeled as `ping`."
|
|
415
|
+
"version_added": "79"
|
|
417
416
|
},
|
|
418
417
|
"firefox": {
|
|
419
418
|
"version_added": "45"
|
package/.gitattributes
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
* text=auto eol=lf
|
package/.prettierignore
DELETED