@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.
Files changed (460) hide show
  1. package/README.md +0 -4
  2. package/api/ANGLE_instanced_arrays.json +4 -4
  3. package/api/AbortController.json +12 -0
  4. package/api/AbortSignal.json +12 -0
  5. package/api/Animation.json +1 -1
  6. package/api/AudioBufferSourceNode.json +1 -1
  7. package/api/AudioContext.json +4 -4
  8. package/api/AudioContextOptions.json +6 -6
  9. package/api/AudioListener.json +9 -9
  10. package/api/BasicCardRequest.json +6 -6
  11. package/api/BasicCardResponse.json +14 -14
  12. package/api/BudgetService.json +0 -84
  13. package/api/CSS.json +26 -13
  14. package/api/CSSConditionRule.json +3 -3
  15. package/api/CSSGroupingRule.json +1 -1
  16. package/api/CSSKeyframeRule.json +108 -43
  17. package/api/CSSMediaRule.json +22 -22
  18. package/api/CSSNamespaceRule.json +11 -11
  19. package/api/CSSPageRule.json +32 -32
  20. package/api/CSSPositionValue.json +8 -8
  21. package/api/CSSPrimitiveValue.json +132 -84
  22. package/api/CSSRule.json +29 -29
  23. package/api/CSSRuleList.json +26 -26
  24. package/api/CSSStyleDeclaration.json +62 -60
  25. package/api/CSSStyleRule.json +22 -22
  26. package/api/CSSStyleSheet.json +64 -64
  27. package/api/CSSSupportsRule.json +18 -29
  28. package/api/CSSValue.json +6 -6
  29. package/api/CSSValueList.json +6 -6
  30. package/api/CanvasRenderingContext2D.json +2 -2
  31. package/api/CharacterData.json +1 -1
  32. package/api/ContentIndex.json +4 -4
  33. package/api/ContentIndexEvent.json +1 -1
  34. package/api/Credential.json +6 -6
  35. package/api/CredentialsContainer.json +47 -33
  36. package/api/Crypto.json +13 -0
  37. package/api/CryptoKey.json +18 -0
  38. package/api/CryptoKeyPair.json +3 -0
  39. package/api/DOMParser.json +2 -2
  40. package/api/DeviceMotionEventAcceleration.json +30 -10
  41. package/api/DeviceMotionEventRotationRate.json +30 -10
  42. package/api/Document.json +1461 -639
  43. package/api/DocumentOrShadowRoot.json +0 -100
  44. package/api/EXT_blend_minmax.json +1 -1
  45. package/api/EXT_color_buffer_float.json +2 -2
  46. package/api/EXT_frag_depth.json +1 -1
  47. package/api/EXT_sRGB.json +1 -1
  48. package/api/EXT_shader_texture_lod.json +2 -2
  49. package/api/Element.json +268 -234
  50. package/api/Event.json +87 -0
  51. package/api/EventTarget.json +53 -2
  52. package/api/FederatedCredential.json +20 -20
  53. package/api/File.json +10 -8
  54. package/api/FileList.json +5 -5
  55. package/api/FileReader.json +14 -14
  56. package/api/FileReaderSync.json +24 -12
  57. package/api/FontFaceSetLoadEvent.json +6 -6
  58. package/api/GlobalEventHandlers.json +1 -1
  59. package/api/HTMLAnchorElement.json +117 -213
  60. package/api/HTMLAreaElement.json +89 -185
  61. package/api/HTMLAudioElement.json +10 -8
  62. package/api/HTMLBRElement.json +10 -10
  63. package/api/HTMLBaseElement.json +27 -27
  64. package/api/HTMLBaseFontElement.json +16 -8
  65. package/api/HTMLBodyElement.json +28 -28
  66. package/api/HTMLButtonElement.json +139 -283
  67. package/api/HTMLCanvasElement.json +11 -10
  68. package/api/HTMLContentElement.json +3 -3
  69. package/api/HTMLDListElement.json +18 -18
  70. package/api/HTMLDataElement.json +1 -1
  71. package/api/HTMLDataListElement.json +18 -18
  72. package/api/HTMLDetailsElement.json +22 -22
  73. package/api/HTMLDialogElement.json +6 -6
  74. package/api/HTMLDivElement.json +18 -18
  75. package/api/HTMLElement.json +173 -155
  76. package/api/HTMLEmbedElement.json +10 -10
  77. package/api/HTMLFieldSetElement.json +82 -82
  78. package/api/HTMLFontElement.json +84 -24
  79. package/api/HTMLFormElement.json +141 -141
  80. package/api/HTMLFrameElement.json +91 -91
  81. package/api/HTMLFrameSetElement.json +41 -41
  82. package/api/HTMLHRElement.json +9 -9
  83. package/api/HTMLHeadElement.json +9 -9
  84. package/api/HTMLHeadingElement.json +18 -18
  85. package/api/HTMLHtmlElement.json +9 -9
  86. package/api/HTMLIFrameElement.json +162 -211
  87. package/api/HTMLImageElement.json +190 -148
  88. package/api/HTMLInputElement.json +225 -377
  89. package/api/HTMLKeygenElement.json +4 -2
  90. package/api/HTMLLIElement.json +13 -7
  91. package/api/HTMLLabelElement.json +36 -36
  92. package/api/HTMLLegendElement.json +13 -7
  93. package/api/HTMLLinkElement.json +57 -57
  94. package/api/HTMLMapElement.json +27 -27
  95. package/api/HTMLMarqueeElement.json +43 -43
  96. package/api/HTMLMediaElement.json +415 -215
  97. package/api/HTMLMenuElement.json +26 -26
  98. package/api/HTMLMenuItemElement.json +0 -48
  99. package/api/HTMLMetaElement.json +9 -9
  100. package/api/HTMLMeterElement.json +44 -17
  101. package/api/HTMLModElement.json +33 -33
  102. package/api/HTMLOListElement.json +40 -40
  103. package/api/HTMLObjectElement.json +197 -197
  104. package/api/HTMLOptGroupElement.json +33 -33
  105. package/api/HTMLOptionElement.json +99 -99
  106. package/api/HTMLOutputElement.json +85 -82
  107. package/api/HTMLParagraphElement.json +22 -22
  108. package/api/HTMLParamElement.json +55 -55
  109. package/api/HTMLPreElement.json +22 -22
  110. package/api/HTMLProgressElement.json +52 -52
  111. package/api/HTMLQuoteElement.json +22 -22
  112. package/api/HTMLScriptElement.json +98 -104
  113. package/api/HTMLSelectElement.json +206 -206
  114. package/api/HTMLSlotElement.json +10 -10
  115. package/api/HTMLSourceElement.json +44 -29
  116. package/api/HTMLSpanElement.json +11 -11
  117. package/api/HTMLStyleElement.json +56 -56
  118. package/api/HTMLTableCaptionElement.json +22 -22
  119. package/api/HTMLTableCellElement.json +144 -144
  120. package/api/HTMLTableColElement.json +67 -67
  121. package/api/HTMLTableElement.json +339 -285
  122. package/api/HTMLTableRowElement.json +99 -99
  123. package/api/HTMLTableSectionElement.json +76 -76
  124. package/api/HTMLTemplateElement.json +4 -4
  125. package/api/HTMLTextAreaElement.json +29 -29
  126. package/api/HTMLTimeElement.json +1 -1
  127. package/api/HTMLTitleElement.json +18 -18
  128. package/api/HTMLTrackElement.json +24 -24
  129. package/api/HTMLUListElement.json +27 -27
  130. package/api/HTMLUnknownElement.json +11 -11
  131. package/api/HTMLVideoElement.json +12 -12
  132. package/api/ImageBitmapRenderingContext.json +2 -2
  133. package/api/ImageCapture.json +14 -14
  134. package/api/InputDeviceCapabilities.json +6 -6
  135. package/api/InputEvent.json +8 -8
  136. package/api/InstallEvent.json +6 -6
  137. package/api/KHR_parallel_shader_compile.json +2 -2
  138. package/api/Location.json +97 -98
  139. package/api/Lock.json +6 -6
  140. package/api/LockManager.json +6 -6
  141. package/api/MIDIConnectionEvent.json +6 -6
  142. package/api/MIDIInput.json +2 -2
  143. package/api/MIDIInputMap.json +2 -2
  144. package/api/MIDIMessageEvent.json +3 -3
  145. package/api/MIDIOutput.json +2 -2
  146. package/api/MIDIOutputMap.json +2 -2
  147. package/api/MIDIPort.json +22 -22
  148. package/api/MediaDeviceInfo.json +36 -68
  149. package/api/MediaKeyStatusMap.json +15 -15
  150. package/api/MediaMetadata.json +27 -22
  151. package/api/MediaQueryList.json +2 -2
  152. package/api/MediaSession.json +75 -50
  153. package/api/MediaSessionAction.json +170 -120
  154. package/api/MediaSessionActionDetails.json +55 -40
  155. package/api/MediaSettingsRange.json +8 -8
  156. package/api/MessageChannel.json +18 -8
  157. package/api/MessageEvent.json +6 -0
  158. package/api/MessagePort.json +3 -1
  159. package/api/Navigator.json +15 -3
  160. package/api/Node.json +38 -84
  161. package/api/NodeIterator.json +18 -9
  162. package/api/NodeList.json +2 -2
  163. package/api/Notification.json +8 -8
  164. package/api/OES_element_index_uint.json +2 -2
  165. package/api/OES_standard_derivatives.json +2 -2
  166. package/api/OES_texture_float.json +2 -2
  167. package/api/OES_texture_float_linear.json +2 -2
  168. package/api/OES_texture_half_float.json +2 -2
  169. package/api/OES_texture_half_float_linear.json +2 -2
  170. package/api/OES_vertex_array_object.json +10 -10
  171. package/api/ParentNode.json +2 -2
  172. package/api/PasswordCredential.json +50 -50
  173. package/api/PerformanceLongTaskTiming.json +4 -4
  174. package/api/PhotoCapabilities.json +10 -10
  175. package/api/Presentation.json +6 -6
  176. package/api/PresentationAvailability.json +6 -6
  177. package/api/PresentationConnection.json +24 -24
  178. package/api/PresentationConnectionAvailableEvent.json +6 -6
  179. package/api/PresentationConnectionCloseEvent.json +8 -8
  180. package/api/PresentationConnectionList.json +6 -6
  181. package/api/PresentationReceiver.json +4 -4
  182. package/api/PresentationRequest.json +16 -16
  183. package/api/PushManager.json +4 -4
  184. package/api/PushSubscription.json +1 -1
  185. package/api/RTCCertificate.json +6 -6
  186. package/api/RTCDTMFSender.json +10 -10
  187. package/api/RTCDTMFToneChangeEvent.json +6 -6
  188. package/api/RTCDataChannel.json +39 -39
  189. package/api/RTCDataChannelEvent.json +6 -6
  190. package/api/RTCErrorEvent.json +4 -4
  191. package/api/RTCIceCandidate.json +34 -34
  192. package/api/RTCIdentityAssertion.json +6 -6
  193. package/api/RTCPeerConnection.json +66 -57
  194. package/api/RTCPeerConnectionIceErrorEvent.json +10 -10
  195. package/api/RTCPeerConnectionIceEvent.json +8 -8
  196. package/api/RTCRtpReceiver.json +16 -16
  197. package/api/RTCRtpSender.json +18 -18
  198. package/api/RTCRtpTransceiver.json +16 -16
  199. package/api/RTCSessionDescription.json +10 -10
  200. package/api/RTCStatsReport.json +2 -2
  201. package/api/RTCTrackEvent.json +10 -10
  202. package/api/SVGAElement.json +20 -20
  203. package/api/SVGAltGlyphDefElement.json +2 -2
  204. package/api/SVGAltGlyphItemElement.json +2 -2
  205. package/api/SVGAnimateColorElement.json +2 -2
  206. package/api/SVGAnimateElement.json +8 -8
  207. package/api/SVGAnimateMotionElement.json +6 -6
  208. package/api/SVGAnimateTransformElement.json +6 -6
  209. package/api/SVGAnimationElement.json +5 -5
  210. package/api/SVGCircleElement.json +27 -27
  211. package/api/SVGClipPathElement.json +16 -16
  212. package/api/SVGColorProfileElement.json +2 -2
  213. package/api/SVGComponentTransferFunctionElement.json +8 -8
  214. package/api/SVGCursorElement.json +8 -8
  215. package/api/SVGDefsElement.json +8 -8
  216. package/api/SVGDescElement.json +8 -8
  217. package/api/SVGElement.json +20 -20
  218. package/api/SVGEllipseElement.json +40 -40
  219. package/api/SVGFEBlendElement.json +8 -8
  220. package/api/SVGFEColorMatrixElement.json +32 -32
  221. package/api/SVGFEComponentTransferElement.json +8 -8
  222. package/api/SVGFECompositeElement.json +8 -8
  223. package/api/SVGFEConvolveMatrixElement.json +8 -8
  224. package/api/SVGFEDiffuseLightingElement.json +8 -8
  225. package/api/SVGFEDisplacementMapElement.json +8 -8
  226. package/api/SVGFEDistantLightElement.json +8 -8
  227. package/api/SVGFEDropShadowElement.json +8 -8
  228. package/api/SVGFEFloodElement.json +8 -8
  229. package/api/SVGFEFuncAElement.json +8 -8
  230. package/api/SVGFEFuncBElement.json +8 -8
  231. package/api/SVGFEFuncGElement.json +8 -8
  232. package/api/SVGFEFuncRElement.json +8 -8
  233. package/api/SVGFEGaussianBlurElement.json +8 -8
  234. package/api/SVGFEImageElement.json +8 -8
  235. package/api/SVGFEMergeElement.json +8 -8
  236. package/api/SVGFEMergeNodeElement.json +8 -8
  237. package/api/SVGFEMorphologyElement.json +8 -8
  238. package/api/SVGFEOffsetElement.json +8 -8
  239. package/api/SVGFEPointLightElement.json +8 -8
  240. package/api/SVGFESpecularLightingElement.json +8 -8
  241. package/api/SVGFESpotLightElement.json +8 -8
  242. package/api/SVGFETileElement.json +8 -8
  243. package/api/SVGFETurbulenceElement.json +8 -8
  244. package/api/SVGFilterElement.json +8 -8
  245. package/api/SVGFontElement.json +2 -2
  246. package/api/SVGFontFaceElement.json +2 -2
  247. package/api/SVGFontFaceFormatElement.json +2 -2
  248. package/api/SVGFontFaceNameElement.json +2 -2
  249. package/api/SVGFontFaceSrcElement.json +2 -2
  250. package/api/SVGFontFaceUriElement.json +2 -2
  251. package/api/SVGForeignObjectElement.json +8 -8
  252. package/api/SVGGElement.json +8 -8
  253. package/api/SVGGeometryElement.json +12 -12
  254. package/api/SVGGlyphElement.json +2 -2
  255. package/api/SVGGlyphRefElement.json +2 -2
  256. package/api/SVGGradientElement.json +2 -2
  257. package/api/SVGGraphicsElement.json +10 -10
  258. package/api/SVGImageElement.json +59 -59
  259. package/api/SVGLineElement.json +40 -40
  260. package/api/SVGLinearGradientElement.json +8 -8
  261. package/api/SVGMPathElement.json +8 -8
  262. package/api/SVGMaskElement.json +56 -56
  263. package/api/SVGMetadataElement.json +8 -8
  264. package/api/SVGMissingGlyphElement.json +2 -2
  265. package/api/SVGPathElement.json +72 -78
  266. package/api/SVGPatternElement.json +64 -64
  267. package/api/SVGPolygonElement.json +8 -8
  268. package/api/SVGPolylineElement.json +8 -8
  269. package/api/SVGRadialGradientElement.json +8 -8
  270. package/api/SVGRectElement.json +56 -56
  271. package/api/SVGSVGElement.json +280 -266
  272. package/api/SVGScriptElement.json +8 -8
  273. package/api/SVGSetElement.json +8 -8
  274. package/api/SVGSolidcolorElement.json +2 -2
  275. package/api/SVGStopElement.json +8 -8
  276. package/api/SVGStyleElement.json +8 -8
  277. package/api/SVGSwitchElement.json +8 -8
  278. package/api/SVGSymbolElement.json +8 -8
  279. package/api/SVGTRefElement.json +2 -2
  280. package/api/SVGTSpanElement.json +8 -8
  281. package/api/SVGTextContentElement.json +84 -84
  282. package/api/SVGTextElement.json +8 -8
  283. package/api/SVGTextPathElement.json +32 -32
  284. package/api/SVGTextPositioningElement.json +12 -12
  285. package/api/SVGTitleElement.json +8 -8
  286. package/api/SVGUseElement.json +72 -56
  287. package/api/SVGVKernElement.json +2 -2
  288. package/api/SVGViewElement.json +8 -8
  289. package/api/Screen.json +3 -3
  290. package/api/ShadowRoot.json +1 -1
  291. package/api/StorageEstimate.json +6 -6
  292. package/api/StorageManager.json +8 -8
  293. package/api/SubmitEvent.json +6 -6
  294. package/api/SubtleCrypto.json +73 -0
  295. package/api/TaskAttributionTiming.json +10 -10
  296. package/api/TreeWalker.json +19 -10
  297. package/api/UIEvent.json +2 -2
  298. package/api/WEBGL_color_buffer_float.json +3 -3
  299. package/api/WEBGL_compressed_texture_astc.json +4 -4
  300. package/api/WEBGL_compressed_texture_etc1.json +2 -2
  301. package/api/WEBGL_compressed_texture_pvrtc.json +2 -2
  302. package/api/WEBGL_compressed_texture_s3tc.json +2 -2
  303. package/api/WEBGL_compressed_texture_s3tc_srgb.json +2 -2
  304. package/api/WEBGL_debug_renderer_info.json +2 -2
  305. package/api/WEBGL_debug_shaders.json +4 -4
  306. package/api/WEBGL_depth_texture.json +2 -2
  307. package/api/WEBGL_draw_buffers.json +4 -4
  308. package/api/WEBGL_lose_context.json +6 -6
  309. package/api/WebKitCSSMatrix.json +2 -1
  310. package/api/Window.json +24 -70
  311. package/api/WindowOrWorkerGlobalScope.json +4 -4
  312. package/api/WritableStream.json +10 -10
  313. package/api/WritableStreamDefaultController.json +4 -4
  314. package/api/WritableStreamDefaultWriter.json +18 -18
  315. package/browsers/chrome.json +10 -3
  316. package/browsers/chrome_android.json +10 -3
  317. package/browsers/edge.json +10 -3
  318. package/browsers/firefox.json +5 -5
  319. package/browsers/firefox_android.json +14 -3
  320. package/browsers/nodejs.json +38 -3
  321. package/browsers/opera.json +10 -3
  322. package/browsers/safari.json +1 -1
  323. package/browsers/safari_ios.json +1 -1
  324. package/browsers/webview_android.json +10 -3
  325. package/css/at-rules/font-face.json +48 -0
  326. package/css/at-rules/keyframes.json +3 -4
  327. package/css/at-rules/media.json +1 -1
  328. package/css/at-rules/page.json +154 -7
  329. package/css/properties/aspect-ratio.json +27 -89
  330. package/css/properties/border-block-color.json +47 -32
  331. package/css/properties/border-block-style.json +54 -11
  332. package/css/properties/border-block-width.json +54 -11
  333. package/css/properties/border-block.json +54 -11
  334. package/css/properties/border-inline-color.json +54 -11
  335. package/css/properties/border-inline-style.json +54 -11
  336. package/css/properties/border-inline-width.json +54 -11
  337. package/css/properties/border-inline.json +54 -11
  338. package/css/properties/break-after.json +16 -56
  339. package/css/properties/break-before.json +15 -55
  340. package/css/properties/break-inside.json +0 -49
  341. package/css/properties/color-scheme.json +156 -0
  342. package/css/properties/column-fill.json +2 -1
  343. package/css/properties/column-width.json +2 -1
  344. package/css/properties/contain-intrinsic-size.json +54 -0
  345. package/css/properties/{azimuth.json → content-visibility.json} +10 -10
  346. package/css/properties/display.json +1 -1
  347. package/css/properties/grid-auto-columns.json +4 -0
  348. package/css/properties/grid-auto-rows.json +4 -0
  349. package/css/properties/grid-template-columns.json +5 -1
  350. package/css/properties/grid-template-rows.json +4 -0
  351. package/css/properties/initial-letter-align.json +2 -1
  352. package/css/properties/inset-block-end.json +46 -31
  353. package/css/properties/inset-block-start.json +46 -31
  354. package/css/properties/inset-block.json +46 -31
  355. package/css/properties/inset-inline-end.json +46 -31
  356. package/css/properties/inset-inline-start.json +46 -31
  357. package/css/properties/inset-inline.json +46 -31
  358. package/css/properties/inset.json +54 -11
  359. package/css/properties/margin-block.json +48 -26
  360. package/css/properties/margin-inline.json +48 -26
  361. package/css/properties/math-style.json +80 -0
  362. package/css/properties/offset-position.json +4 -2
  363. package/css/properties/padding-block.json +48 -26
  364. package/css/properties/padding-inline.json +48 -26
  365. package/css/properties/page.json +55 -0
  366. package/css/properties/place-self.json +2 -2
  367. package/css/properties/position.json +18 -8
  368. package/css/properties/ruby-position.json +72 -24
  369. package/css/properties/scroll-behavior.json +14 -2
  370. package/css/properties/scrollbar-gutter.json +66 -0
  371. package/css/properties/width.json +49 -0
  372. package/css/selectors/checked.json +8 -8
  373. package/css/selectors/focus-visible.json +31 -21
  374. package/css/selectors/grammar-error.json +2 -1
  375. package/css/selectors/spelling-error.json +2 -1
  376. package/css/selectors/visited.json +1 -1
  377. package/css/types/global_keywords.json +6 -10
  378. package/css/types/length-percentage.json +20 -10
  379. package/css/types/length.json +20 -10
  380. package/css/types/position.json +1 -1
  381. package/html/elements/area.json +1 -1
  382. package/html/elements/embed.json +63 -2
  383. package/html/elements/iframe.json +110 -0
  384. package/html/elements/img.json +64 -3
  385. package/html/elements/input/color.json +3 -3
  386. package/html/elements/link.json +6 -4
  387. package/html/elements/menu.json +3 -3
  388. package/html/elements/object.json +62 -1
  389. package/html/elements/rb.json +1 -1
  390. package/html/elements/rtc.json +1 -1
  391. package/html/elements/script.json +1 -1
  392. package/html/elements/style.json +1 -1
  393. package/html/elements/video.json +61 -0
  394. package/html/global_attributes.json +21 -7
  395. package/http/headers/content-security-policy.json +2 -2
  396. package/http/headers/device-memory.json +2 -2
  397. package/http/headers/feature-policy.json +50 -0
  398. package/http/headers/origin.json +1 -1
  399. package/http/headers/save-data.json +2 -2
  400. package/javascript/builtins/AggregateError.json +2 -2
  401. package/javascript/builtins/FinalizationRegistry.json +56 -36
  402. package/javascript/builtins/Function.json +1 -1
  403. package/javascript/builtins/JSON.json +1 -1
  404. package/javascript/builtins/Object.json +1 -1
  405. package/javascript/builtins/Promise.json +1 -1
  406. package/javascript/builtins/RegExp.json +29 -28
  407. package/javascript/builtins/String.json +2 -2
  408. package/javascript/builtins/WeakRef.json +42 -27
  409. package/javascript/builtins/intl/Intl.json +52 -0
  410. package/javascript/builtins/intl/ListFormat.json +6 -6
  411. package/javascript/classes.json +34 -6
  412. package/javascript/operators/await.json +69 -0
  413. package/javascript/operators/logical_and_assignment.json +1 -1
  414. package/javascript/operators/logical_nullish_assignment.json +1 -1
  415. package/javascript/operators/logical_or_assignment.json +1 -1
  416. package/mathml/elements/maction.json +47 -0
  417. package/mathml/elements/merror.json +47 -0
  418. package/mathml/elements/mfrac.json +47 -0
  419. package/mathml/elements/mi.json +47 -0
  420. package/mathml/elements/mmultiscripts.json +47 -0
  421. package/mathml/elements/mn.json +47 -0
  422. package/mathml/elements/mo.json +47 -0
  423. package/mathml/elements/mover.json +47 -0
  424. package/mathml/elements/mpadded.json +47 -0
  425. package/mathml/elements/mphantom.json +47 -0
  426. package/mathml/elements/mroot.json +47 -0
  427. package/mathml/elements/mrow.json +47 -0
  428. package/mathml/elements/ms.json +47 -0
  429. package/mathml/elements/mspace.json +47 -0
  430. package/mathml/elements/msqrt.json +47 -0
  431. package/mathml/elements/msub.json +47 -0
  432. package/mathml/elements/msubsup.json +47 -0
  433. package/mathml/elements/msup.json +47 -0
  434. package/mathml/elements/mtd.json +47 -0
  435. package/mathml/elements/mtext.json +47 -0
  436. package/mathml/elements/mtr.json +47 -0
  437. package/mathml/elements/munder.json +47 -0
  438. package/mathml/elements/munderover.json +47 -0
  439. package/mathml/elements/semantics.json +47 -0
  440. package/package.json +9 -6
  441. package/scripts/statistics.js +3 -1
  442. package/svg/elements/feGaussianBlur.json +3 -3
  443. package/svg/elements/tspan.json +2 -2
  444. package/webextensions/api/browsingData.json +24 -0
  445. package/webextensions/api/devtools.json +1 -1
  446. package/webextensions/api/downloads.json +1 -2
  447. package/webextensions/api/management.json +22 -8
  448. package/webextensions/api/tabs.json +1 -2
  449. package/webextensions/api/webRequest.json +1 -2
  450. package/.gitattributes +0 -1
  451. package/.prettierignore +0 -10
  452. package/.prettierrc +0 -5
  453. package/api/BudgetState.json +0 -130
  454. package/api/DOMConfiguration.json +0 -244
  455. package/api/DOMImplementationList.json +0 -148
  456. package/api/HTMLIsIndexElement.json +0 -148
  457. package/api/IDBVersionChangeRequest.json +0 -102
  458. package/api/MediaQueryListListener.json +0 -52
  459. package/api/SVGMeshElement.json +0 -52
  460. package/api/WebAuthentication.json +0 -238
@@ -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
@@ -99,7 +99,7 @@
99
99
  },
100
100
  "keyword_value_syntax": {
101
101
  "__compat": {
102
- "description": "Syntax combining a keyword and <a href='https://developer.mozilla.org/docs/Web/CSS/length'><code>&lt;length&gt;</code></a> or <a href='https://developer.mozilla.org/docs/Web/CSS/percentage'><code>&lt;percentage&gt;</code></a>",
102
+ "description": "Syntax combining a keyword and <code>&lt;length&gt;</code> or <code>&lt;percentage&gt;</code>",
103
103
  "support": {
104
104
  "chrome": {
105
105
  "version_added": "1"
@@ -326,7 +326,7 @@
326
326
  "status": {
327
327
  "experimental": false,
328
328
  "standard_track": true,
329
- "deprecated": false
329
+ "deprecated": true
330
330
  }
331
331
  }
332
332
  },
@@ -27,13 +27,13 @@
27
27
  "version_added": true
28
28
  },
29
29
  "opera_android": {
30
- "version_added": null
30
+ "version_added": true
31
31
  },
32
32
  "safari": {
33
33
  "version_added": true
34
34
  },
35
35
  "safari_ios": {
36
- "version_added": null
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>",
@@ -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": false
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": false
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": false
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
@@ -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": false
1112
+ "deprecated": true
1111
1113
  }
1112
1114
  }
1113
1115
  },
@@ -190,7 +190,7 @@
190
190
  "status": {
191
191
  "experimental": true,
192
192
  "standard_track": true,
193
- "deprecated": false
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": false
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": false
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": false
766
+ "deprecated": true
706
767
  }
707
768
  }
708
769
  },
@@ -63,7 +63,7 @@
63
63
  "status": {
64
64
  "experimental": false,
65
65
  "standard_track": false,
66
- "deprecated": false
66
+ "deprecated": true
67
67
  }
68
68
  }
69
69
  }
@@ -45,7 +45,7 @@
45
45
  "status": {
46
46
  "experimental": false,
47
47
  "standard_track": true,
48
- "deprecated": false
48
+ "deprecated": true
49
49
  }
50
50
  }
51
51
  }
@@ -551,7 +551,7 @@
551
551
  "status": {
552
552
  "experimental": false,
553
553
  "standard_track": true,
554
- "deprecated": false
554
+ "deprecated": true
555
555
  }
556
556
  },
557
557
  "module": {
@@ -296,7 +296,7 @@
296
296
  "status": {
297
297
  "experimental": false,
298
298
  "standard_track": true,
299
- "deprecated": false
299
+ "deprecated": true
300
300
  }
301
301
  }
302
302
  }