@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
|
@@ -257,14 +257,24 @@
|
|
|
257
257
|
"opera_android": {
|
|
258
258
|
"version_added": "43"
|
|
259
259
|
},
|
|
260
|
-
"safari":
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
260
|
+
"safari": [
|
|
261
|
+
{
|
|
262
|
+
"version_added": "13"
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"prefix": "-webkit-",
|
|
266
|
+
"version_added": "6.1"
|
|
267
|
+
}
|
|
268
|
+
],
|
|
269
|
+
"safari_ios": [
|
|
270
|
+
{
|
|
271
|
+
"version_added": "13"
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"prefix": "-webkit-",
|
|
275
|
+
"version_added": "6.1"
|
|
276
|
+
}
|
|
277
|
+
],
|
|
268
278
|
"samsunginternet_android": {
|
|
269
279
|
"version_added": "6.0"
|
|
270
280
|
},
|
|
@@ -5,16 +5,40 @@
|
|
|
5
5
|
"__compat": {
|
|
6
6
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/ruby-position",
|
|
7
7
|
"support": {
|
|
8
|
-
"chrome":
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
8
|
+
"chrome": [
|
|
9
|
+
{
|
|
10
|
+
"version_added": "84"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"version_added": "1",
|
|
14
|
+
"prefix": "-webkit-",
|
|
15
|
+
"notes": "Implemented as a non-standard, prefixed, version of <code>ruby-position</code>, <code>-webkit-ruby-position</code>: it has two properties: <code>before</code> and <code>after</code> (both equivalent, for ltr and rtl scripts to the standard <code>over</code> value used with <code>ruby-align: start</code>)."
|
|
16
|
+
}
|
|
17
|
+
],
|
|
18
|
+
"chrome_android": [
|
|
19
|
+
{
|
|
20
|
+
"version_added": "84"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"version_added": "18",
|
|
24
|
+
"prefix": "-webkit-",
|
|
25
|
+
"notes": "Implemented as a non-standard, prefixed, version of <code>ruby-position</code>, <code>-webkit-ruby-position</code>: it has two properties: <code>before</code> and <code>after</code> (both equivalent, for ltr and rtl scripts to the standard <code>over</code> value used with <code>ruby-align: start</code>)."
|
|
26
|
+
}
|
|
27
|
+
],
|
|
28
|
+
"edge": [
|
|
29
|
+
{
|
|
30
|
+
"version_added": "84"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"version_added": "79",
|
|
34
|
+
"prefix": "-webkit-",
|
|
35
|
+
"notes": "Implemented as a non-standard, prefixed, version of <code>ruby-position</code>, <code>-webkit-ruby-position</code>: it has two properties: <code>before</code> and <code>after</code> (both equivalent, for ltr and rtl scripts to the standard <code>over</code> value used with <code>ruby-align: start</code>)."
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"version_added": "12",
|
|
39
|
+
"version_removed": "79"
|
|
40
|
+
}
|
|
41
|
+
],
|
|
18
42
|
"firefox": {
|
|
19
43
|
"version_added": "38"
|
|
20
44
|
},
|
|
@@ -25,26 +49,49 @@
|
|
|
25
49
|
"version_added": false,
|
|
26
50
|
"notes": "Internet Explorer 9 and later support an old draft values: <code>inline</code> (equivalent of having <code>display: inline</code> on the ruby), and <code>above</code> (synonym of the modern <code>over</code>)."
|
|
27
51
|
},
|
|
28
|
-
"opera":
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
52
|
+
"opera": [
|
|
53
|
+
{
|
|
54
|
+
"version_added": "70"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"version_added": "15",
|
|
58
|
+
"prefix": "-webkit-",
|
|
59
|
+
"notes": "Implemented as a non-standard, prefixed, version of <code>ruby-position</code>, <code>-webkit-ruby-position</code>: it has two properties: <code>before</code> and <code>after</code> (both equivalent, for ltr and rtl scripts to the standard <code>over</code> value used with <code>ruby-align: start</code>)."
|
|
60
|
+
}
|
|
61
|
+
],
|
|
62
|
+
"opera_android": [
|
|
63
|
+
{
|
|
64
|
+
"version_added": "60"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"version_added": "14",
|
|
68
|
+
"prefix": "-webkit-",
|
|
69
|
+
"notes": "Implemented as a non-standard, prefixed, version of <code>ruby-position</code>, <code>-webkit-ruby-position</code>: it has two properties: <code>before</code> and <code>after</code> (both equivalent, for ltr and rtl scripts to the standard <code>over</code> value used with <code>ruby-align: start</code>)."
|
|
70
|
+
}
|
|
71
|
+
],
|
|
34
72
|
"safari": {
|
|
35
|
-
"version_added":
|
|
36
|
-
"
|
|
73
|
+
"version_added": "6.1",
|
|
74
|
+
"prefix": "-webkit-",
|
|
75
|
+
"notes": "Implemented as a non-standard, prefixed, version of <code>ruby-position</code>, <code>-webkit-ruby-position</code>: it has two properties: <code>before</code> and <code>after</code> (both equivalent, for ltr and rtl scripts to the standard <code>over</code> value used with <code>ruby-align: start</code>)."
|
|
37
76
|
},
|
|
38
77
|
"safari_ios": {
|
|
39
|
-
"version_added":
|
|
40
|
-
"
|
|
78
|
+
"version_added": "6.1",
|
|
79
|
+
"prefix": "-webkit-",
|
|
80
|
+
"notes": "Implemented as a non-standard, prefixed, version of <code>ruby-position</code>, <code>-webkit-ruby-position</code>: it has two properties: <code>before</code> and <code>after</code> (both equivalent, for ltr and rtl scripts to the standard <code>over</code> value used with <code>ruby-align: start</code>)."
|
|
41
81
|
},
|
|
42
82
|
"samsunginternet_android": {
|
|
43
83
|
"version_added": false
|
|
44
84
|
},
|
|
45
|
-
"webview_android":
|
|
46
|
-
|
|
47
|
-
|
|
85
|
+
"webview_android": [
|
|
86
|
+
{
|
|
87
|
+
"version_added": "84"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"version_added": "1",
|
|
91
|
+
"prefix": "-webkit-",
|
|
92
|
+
"notes": "Implemented as a non-standard, prefixed, version of <code>ruby-position</code>, <code>-webkit-ruby-position</code>: it has two properties: <code>before</code> and <code>after</code> (both equivalent, for ltr and rtl scripts to the standard <code>over</code> value used with <code>ruby-align: start</code>)."
|
|
93
|
+
}
|
|
94
|
+
]
|
|
48
95
|
},
|
|
49
96
|
"status": {
|
|
50
97
|
"experimental": true,
|
|
@@ -66,7 +113,8 @@
|
|
|
66
113
|
"version_added": false
|
|
67
114
|
},
|
|
68
115
|
"firefox": {
|
|
69
|
-
"version_added": false
|
|
116
|
+
"version_added": false,
|
|
117
|
+
"notes": "See <a href='https://bugzil.la/1055672'>bug 1055672</a>"
|
|
70
118
|
},
|
|
71
119
|
"firefox_android": {
|
|
72
120
|
"version_added": false
|
|
@@ -30,10 +30,22 @@
|
|
|
30
30
|
"version_added": "45"
|
|
31
31
|
},
|
|
32
32
|
"safari": {
|
|
33
|
-
"version_added": "14"
|
|
33
|
+
"version_added": "14",
|
|
34
|
+
"flags": [
|
|
35
|
+
{
|
|
36
|
+
"type": "preference",
|
|
37
|
+
"name": "CSSOM View Smooth Scrolling"
|
|
38
|
+
}
|
|
39
|
+
]
|
|
34
40
|
},
|
|
35
41
|
"safari_ios": {
|
|
36
|
-
"version_added": "14"
|
|
42
|
+
"version_added": "14",
|
|
43
|
+
"flags": [
|
|
44
|
+
{
|
|
45
|
+
"type": "preference",
|
|
46
|
+
"name": "CSSOM View Smooth Scrolling"
|
|
47
|
+
}
|
|
48
|
+
]
|
|
37
49
|
},
|
|
38
50
|
"samsunginternet_android": {
|
|
39
51
|
"version_added": "8.0"
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
{
|
|
2
|
+
"css": {
|
|
3
|
+
"properties": {
|
|
4
|
+
"scrollbar-gutter": {
|
|
5
|
+
"__compat": {
|
|
6
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scrollbar-gutter",
|
|
7
|
+
"support": {
|
|
8
|
+
"chrome": {
|
|
9
|
+
"version_added": "88",
|
|
10
|
+
"flags": [
|
|
11
|
+
{
|
|
12
|
+
"type": "preference",
|
|
13
|
+
"name": "Enable experimental Web Platform features"
|
|
14
|
+
}
|
|
15
|
+
]
|
|
16
|
+
},
|
|
17
|
+
"chrome_android": {
|
|
18
|
+
"version_added": "88",
|
|
19
|
+
"flags": [
|
|
20
|
+
{
|
|
21
|
+
"type": "preference",
|
|
22
|
+
"name": "Enable experimental Web Platform features"
|
|
23
|
+
}
|
|
24
|
+
]
|
|
25
|
+
},
|
|
26
|
+
"edge": {
|
|
27
|
+
"version_added": false
|
|
28
|
+
},
|
|
29
|
+
"firefox": {
|
|
30
|
+
"version_added": false
|
|
31
|
+
},
|
|
32
|
+
"firefox_android": {
|
|
33
|
+
"version_added": false
|
|
34
|
+
},
|
|
35
|
+
"ie": {
|
|
36
|
+
"version_added": false
|
|
37
|
+
},
|
|
38
|
+
"opera": {
|
|
39
|
+
"version_added": false
|
|
40
|
+
},
|
|
41
|
+
"opera_android": {
|
|
42
|
+
"version_added": false
|
|
43
|
+
},
|
|
44
|
+
"safari": {
|
|
45
|
+
"version_added": false
|
|
46
|
+
},
|
|
47
|
+
"safari_ios": {
|
|
48
|
+
"version_added": false
|
|
49
|
+
},
|
|
50
|
+
"samsunginternet_android": {
|
|
51
|
+
"version_added": false
|
|
52
|
+
},
|
|
53
|
+
"webview_android": {
|
|
54
|
+
"version_added": false
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
"status": {
|
|
58
|
+
"experimental": true,
|
|
59
|
+
"standard_track": true,
|
|
60
|
+
"deprecated": false
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
}
|
|
@@ -286,6 +286,55 @@
|
|
|
286
286
|
}
|
|
287
287
|
}
|
|
288
288
|
},
|
|
289
|
+
"fit-content_function": {
|
|
290
|
+
"__compat": {
|
|
291
|
+
"description": "<code>fit-content()</code>",
|
|
292
|
+
"support": {
|
|
293
|
+
"chrome": {
|
|
294
|
+
"version_added": false
|
|
295
|
+
},
|
|
296
|
+
"chrome_android": {
|
|
297
|
+
"version_added": false
|
|
298
|
+
},
|
|
299
|
+
"edge": {
|
|
300
|
+
"version_added": false
|
|
301
|
+
},
|
|
302
|
+
"firefox": {
|
|
303
|
+
"version_added": false,
|
|
304
|
+
"notes": "See <a href='https://bugzil.la/1312588'>bug 1312588</a>."
|
|
305
|
+
},
|
|
306
|
+
"firefox_android": {
|
|
307
|
+
"version_added": false
|
|
308
|
+
},
|
|
309
|
+
"ie": {
|
|
310
|
+
"version_added": false
|
|
311
|
+
},
|
|
312
|
+
"opera": {
|
|
313
|
+
"version_added": false
|
|
314
|
+
},
|
|
315
|
+
"opera_android": {
|
|
316
|
+
"version_added": false
|
|
317
|
+
},
|
|
318
|
+
"safari": {
|
|
319
|
+
"version_added": false
|
|
320
|
+
},
|
|
321
|
+
"safari_ios": {
|
|
322
|
+
"version_added": false
|
|
323
|
+
},
|
|
324
|
+
"samsunginternet_android": {
|
|
325
|
+
"version_added": false
|
|
326
|
+
},
|
|
327
|
+
"webview_android": {
|
|
328
|
+
"version_added": false
|
|
329
|
+
}
|
|
330
|
+
},
|
|
331
|
+
"status": {
|
|
332
|
+
"experimental": false,
|
|
333
|
+
"standard_track": true,
|
|
334
|
+
"deprecated": false
|
|
335
|
+
}
|
|
336
|
+
}
|
|
337
|
+
},
|
|
289
338
|
"max-content": {
|
|
290
339
|
"__compat": {
|
|
291
340
|
"description": "<code>max-content</code>",
|
|
@@ -8,43 +8,43 @@
|
|
|
8
8
|
"support": {
|
|
9
9
|
"chrome": {
|
|
10
10
|
"version_added": "1",
|
|
11
|
-
"notes": "On macOS, styling <code><option&
|
|
11
|
+
"notes": "On macOS, styling <code><option></code> elements has no effect."
|
|
12
12
|
},
|
|
13
13
|
"chrome_android": {
|
|
14
14
|
"version_added": "18"
|
|
15
15
|
},
|
|
16
16
|
"edge": {
|
|
17
17
|
"version_added": "12",
|
|
18
|
-
"notes": "On macOS, styling <code><option&
|
|
18
|
+
"notes": "On macOS, styling <code><option></code> elements has no effect."
|
|
19
19
|
},
|
|
20
20
|
"firefox": {
|
|
21
21
|
"version_added": "1",
|
|
22
22
|
"notes": [
|
|
23
|
-
"From Firefox 56, <code><option&
|
|
24
|
-
"On macOS, styling <code><option&
|
|
23
|
+
"From Firefox 56, <code><option></code> elements cannot be styled.",
|
|
24
|
+
"On macOS, styling <code><option></code> elements has no effect."
|
|
25
25
|
]
|
|
26
26
|
},
|
|
27
27
|
"firefox_android": {
|
|
28
28
|
"version_added": "4",
|
|
29
|
-
"notes": "From Firefox 56, <code><option&
|
|
29
|
+
"notes": "From Firefox 56, <code><option></code> elements cannot be styled."
|
|
30
30
|
},
|
|
31
31
|
"ie": {
|
|
32
32
|
"version_added": "9"
|
|
33
33
|
},
|
|
34
34
|
"opera": {
|
|
35
35
|
"version_added": "9",
|
|
36
|
-
"notes": "On macOS, styling <code><option&
|
|
36
|
+
"notes": "On macOS, styling <code><option></code> elements has no effect."
|
|
37
37
|
},
|
|
38
38
|
"opera_android": {
|
|
39
39
|
"version_added": "10.1"
|
|
40
40
|
},
|
|
41
41
|
"safari": {
|
|
42
42
|
"version_added": "3.1",
|
|
43
|
-
"notes": "Styling <code><option&
|
|
43
|
+
"notes": "Styling <code><option></code> elements has no effect."
|
|
44
44
|
},
|
|
45
45
|
"safari_ios": {
|
|
46
46
|
"version_added": "3.1",
|
|
47
|
-
"notes": "Styling <code><option&
|
|
47
|
+
"notes": "Styling <code><option></code> elements has no effect."
|
|
48
48
|
},
|
|
49
49
|
"samsunginternet_android": {
|
|
50
50
|
"version_added": "1.0"
|
|
@@ -6,26 +6,36 @@
|
|
|
6
6
|
"description": "<code>:focus-visible</code>",
|
|
7
7
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:focus-visible",
|
|
8
8
|
"support": {
|
|
9
|
-
"chrome":
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
9
|
+
"chrome": [
|
|
10
|
+
{
|
|
11
|
+
"version_added": "86"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"version_added": "67",
|
|
15
|
+
"flags": [
|
|
16
|
+
{
|
|
17
|
+
"name": "#enable-experimental-web-platform-features",
|
|
18
|
+
"type": "preference",
|
|
19
|
+
"value_to_set": "enabled"
|
|
20
|
+
}
|
|
21
|
+
]
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"chrome_android": [
|
|
25
|
+
{
|
|
26
|
+
"version_added": "86"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"version_added": "67",
|
|
30
|
+
"flags": [
|
|
31
|
+
{
|
|
32
|
+
"name": "#enable-experimental-web-platform-features",
|
|
33
|
+
"type": "preference",
|
|
34
|
+
"value_to_set": "enabled"
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
}
|
|
38
|
+
],
|
|
29
39
|
"edge": {
|
|
30
40
|
"version_added": "79",
|
|
31
41
|
"flags": [
|
|
@@ -77,7 +87,7 @@
|
|
|
77
87
|
"version_added": false
|
|
78
88
|
},
|
|
79
89
|
"webview_android": {
|
|
80
|
-
"version_added":
|
|
90
|
+
"version_added": "86"
|
|
81
91
|
}
|
|
82
92
|
},
|
|
83
93
|
"status": {
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
"not_match_link": {
|
|
53
53
|
"__compat": {
|
|
54
|
-
"description": "<code>:visited</code>
|
|
54
|
+
"description": "<code>:visited</code> privacy: selector does not match <code><link></code> elements",
|
|
55
55
|
"support": {
|
|
56
56
|
"chrome": {
|
|
57
57
|
"version_added": "1",
|
|
@@ -163,16 +163,13 @@
|
|
|
163
163
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/revert",
|
|
164
164
|
"support": {
|
|
165
165
|
"chrome": {
|
|
166
|
-
"version_added":
|
|
167
|
-
"notes": "See <a href='https://crbug.com/579788'>bug 579788</a>."
|
|
166
|
+
"version_added": "84"
|
|
168
167
|
},
|
|
169
168
|
"chrome_android": {
|
|
170
|
-
"version_added":
|
|
171
|
-
"notes": "See <a href='https://crbug.com/579788'>bug 579788</a>."
|
|
169
|
+
"version_added": "84"
|
|
172
170
|
},
|
|
173
171
|
"edge": {
|
|
174
|
-
"version_added":
|
|
175
|
-
"notes": "See <a href='https://crbug.com/579788'>bug 579788</a>."
|
|
172
|
+
"version_added": "84"
|
|
176
173
|
},
|
|
177
174
|
"firefox": {
|
|
178
175
|
"version_added": "67"
|
|
@@ -184,10 +181,10 @@
|
|
|
184
181
|
"version_added": false
|
|
185
182
|
},
|
|
186
183
|
"opera": {
|
|
187
|
-
"version_added":
|
|
184
|
+
"version_added": "70"
|
|
188
185
|
},
|
|
189
186
|
"opera_android": {
|
|
190
|
-
"version_added":
|
|
187
|
+
"version_added": "60"
|
|
191
188
|
},
|
|
192
189
|
"safari": {
|
|
193
190
|
"version_added": "9.1"
|
|
@@ -200,8 +197,7 @@
|
|
|
200
197
|
"notes": "See <a href='https://crbug.com/579788'>bug 579788</a>."
|
|
201
198
|
},
|
|
202
199
|
"webview_android": {
|
|
203
|
-
"version_added":
|
|
204
|
-
"notes": "See <a href='https://crbug.com/579788'>bug 579788</a>."
|
|
200
|
+
"version_added": "84"
|
|
205
201
|
}
|
|
206
202
|
},
|
|
207
203
|
"status": {
|
|
@@ -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
|
|
@@ -597,7 +605,8 @@
|
|
|
597
605
|
"version_added": false
|
|
598
606
|
},
|
|
599
607
|
"firefox": {
|
|
600
|
-
"version_added": false
|
|
608
|
+
"version_added": false,
|
|
609
|
+
"notes": "See <a href='https://bugzil.la/1287034'>bug 1287034</a>"
|
|
601
610
|
},
|
|
602
611
|
"firefox_android": {
|
|
603
612
|
"version_added": false
|
|
@@ -612,7 +621,8 @@
|
|
|
612
621
|
"version_added": false
|
|
613
622
|
},
|
|
614
623
|
"safari": {
|
|
615
|
-
"version_added": false
|
|
624
|
+
"version_added": false,
|
|
625
|
+
"notes": "See <a href='https://webkit.org/b/159801'>bug 159801</a>"
|
|
616
626
|
},
|
|
617
627
|
"safari_ios": {
|
|
618
628
|
"version_added": false
|