@mdn/browser-compat-data 3.0.3 → 3.1.0

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 (343) hide show
  1. package/api/Animation.json +30 -30
  2. package/api/AnimationEvent.json +4 -2
  3. package/api/AudioScheduledSourceNode.json +1 -1
  4. package/api/BatteryManager.json +18 -18
  5. package/api/Blob.json +2 -2
  6. package/api/CSSStyleSheet.json +12 -12
  7. package/api/Cache.json +65 -12
  8. package/api/CacheStorage.json +62 -19
  9. package/api/CanvasPattern.json +11 -11
  10. package/api/CanvasRenderingContext2D.json +72 -0
  11. package/api/Clients.json +12 -12
  12. package/api/Credential.json +0 -59
  13. package/api/DOMRect.json +99 -33
  14. package/api/DocumentFragment.json +6 -6
  15. package/api/DocumentOrShadowRoot.json +4 -4
  16. package/api/Element.json +112 -6
  17. package/api/FederatedCredential.json +96 -0
  18. package/api/FileReaderSync.json +21 -66
  19. package/api/GlobalEventHandlers.json +15 -15
  20. package/api/HTMLBaseFontElement.json +4 -4
  21. package/api/HTMLCanvasElement.json +5 -3
  22. package/api/HTMLDetailsElement.json +1 -1
  23. package/api/HTMLDirectoryElement.json +2 -2
  24. package/api/HTMLDocument.json +1 -1
  25. package/api/HTMLElement.json +7 -3
  26. package/api/HTMLEmbedElement.json +4 -4
  27. package/api/HTMLHRElement.json +5 -5
  28. package/api/HTMLHeadElement.json +1 -1
  29. package/api/HTMLHtmlElement.json +1 -1
  30. package/api/HTMLImageElement.json +5 -5
  31. package/api/HTMLInputElement.json +18 -18
  32. package/api/HTMLLIElement.json +2 -2
  33. package/api/HTMLLegendElement.json +2 -2
  34. package/api/HTMLLinkElement.json +24 -24
  35. package/api/HTMLMarqueeElement.json +6 -6
  36. package/api/HTMLMediaElement.json +2 -2
  37. package/api/HTMLMenuElement.json +1 -1
  38. package/api/HTMLMetaElement.json +4 -4
  39. package/api/HTMLOptionElement.json +1 -1
  40. package/api/HTMLOptionsCollection.json +30 -30
  41. package/api/HTMLPortalElement.json +68 -0
  42. package/api/HTMLSelectElement.json +2 -2
  43. package/api/HTMLTextAreaElement.json +12 -12
  44. package/api/MediaDevices.json +2 -2
  45. package/api/MediaError.json +12 -5
  46. package/api/MediaSource.json +6 -17
  47. package/api/MimeType.json +10 -10
  48. package/api/NamedNodeMap.json +6 -6
  49. package/api/Navigator.json +51 -11
  50. package/api/NavigatorID.json +7 -7
  51. package/api/NavigatorOnLine.json +2 -2
  52. package/api/NavigatorPlugins.json +4 -4
  53. package/api/Node.json +7 -7
  54. package/api/NodeList.json +3 -3
  55. package/api/Plugin.json +7 -7
  56. package/api/PluginArray.json +5 -5
  57. package/api/PushManager.json +60 -0
  58. package/api/SVGMaskElement.json +4 -4
  59. package/api/Sanitizer.json +253 -0
  60. package/api/Screen.json +6 -6
  61. package/api/ServiceWorkerGlobalScope.json +2 -2
  62. package/api/SharedWorkerGlobalScope.json +4 -4
  63. package/api/StyleSheetList.json +3 -3
  64. package/api/TextTrackCue.json +24 -24
  65. package/api/TimeRanges.json +8 -8
  66. package/api/TouchList.json +6 -6
  67. package/api/URLSearchParams.json +111 -16
  68. package/api/ValidityState.json +16 -16
  69. package/api/WEBGL_color_buffer_float.json +0 -48
  70. package/api/Window.json +19 -8
  71. package/api/WindowOrWorkerGlobalScope.json +4 -4
  72. package/api/XMLHttpRequest.json +60 -0
  73. package/api/{HTMLHyperlinkElementUtils.json → _mixins/HTMLHyperlinkElementUtils__HTMLAnchorElement.json} +12 -60
  74. package/api/_mixins/HTMLHyperlinkElementUtils__HTMLAreaElement.json +591 -0
  75. package/browsers/chrome.json +10 -3
  76. package/browsers/chrome_android.json +10 -3
  77. package/browsers/edge.json +10 -3
  78. package/browsers/firefox.json +5 -4
  79. package/browsers/firefox_android.json +5 -4
  80. package/browsers/opera.json +10 -3
  81. package/browsers/webview_android.json +10 -3
  82. package/css/at-rules/charset.json +1 -0
  83. package/css/at-rules/counter-style.json +11 -0
  84. package/css/at-rules/font-face.json +13 -0
  85. package/css/at-rules/font-feature-values.json +1 -0
  86. package/css/at-rules/import.json +1 -0
  87. package/css/at-rules/keyframes.json +1 -0
  88. package/css/at-rules/media.json +89 -0
  89. package/css/at-rules/namespace.json +1 -0
  90. package/css/at-rules/page.json +6 -0
  91. package/css/at-rules/supports.json +4 -0
  92. package/css/at-rules/viewport.json +4 -0
  93. package/css/properties/aspect-ratio.json +18 -13
  94. package/css/properties/background-repeat.json +3 -3
  95. package/css/properties/border-block-color.json +1 -8
  96. package/css/properties/border-block-style.json +9 -2
  97. package/css/properties/border-block-width.json +16 -4
  98. package/css/properties/border-block.json +9 -2
  99. package/css/properties/border-inline-color.json +9 -2
  100. package/css/properties/border-inline-end-color.json +2 -4
  101. package/css/properties/border-inline-end-style.json +2 -4
  102. package/css/properties/border-inline-end-width.json +2 -4
  103. package/css/properties/border-inline-start-color.json +2 -4
  104. package/css/properties/border-inline-start-style.json +2 -4
  105. package/css/properties/border-inline-start-width.json +2 -4
  106. package/css/properties/border-inline-style.json +9 -2
  107. package/css/properties/border-inline-width.json +9 -2
  108. package/css/properties/border-inline.json +9 -2
  109. package/css/properties/clip-path.json +22 -10
  110. package/css/properties/flex-direction.json +2 -2
  111. package/css/properties/inset.json +8 -1
  112. package/css/properties/list-style-image.json +4 -2
  113. package/css/properties/margin-block.json +9 -2
  114. package/css/properties/margin-inline.json +9 -2
  115. package/css/properties/mask-border-outset.json +64 -0
  116. package/css/properties/mask-border-repeat.json +64 -0
  117. package/css/properties/mask-border-slice.json +64 -0
  118. package/css/properties/mask-border-source.json +64 -0
  119. package/css/properties/mask-border-width.json +64 -0
  120. package/css/properties/mask-border.json +64 -0
  121. package/css/properties/min-width.json +1 -1
  122. package/css/properties/object-fit.json +17 -8
  123. package/css/properties/object-position.json +31 -16
  124. package/css/properties/overflow-clip-margin.json +55 -0
  125. package/css/properties/overflow.json +5 -5
  126. package/css/properties/padding-block.json +9 -2
  127. package/css/properties/padding-inline.json +9 -2
  128. package/css/properties/tab-size.json +4 -2
  129. package/css/properties/text-decoration-thickness.json +2 -1
  130. package/css/properties/text-overflow.json +4 -2
  131. package/css/properties/transform-origin.json +4 -2
  132. package/css/properties/word-spacing.json +1 -1
  133. package/css/selectors/autofill.json +76 -0
  134. package/css/selectors/{-webkit-autofill.json → future.json} +14 -14
  135. package/css/selectors/hover.json +1 -1
  136. package/css/selectors/is.json +20 -8
  137. package/{html/elements/element.json → css/selectors/past.json} +17 -16
  138. package/css/selectors/target-text.json +55 -0
  139. package/css/selectors/where.json +38 -26
  140. package/css/types/angle-percentage.json +1 -0
  141. package/css/types/angle.json +1 -0
  142. package/css/types/attr.json +1 -0
  143. package/css/types/basic-shape.json +1 -0
  144. package/css/types/blend-mode.json +1 -0
  145. package/css/types/calc.json +1 -0
  146. package/css/types/clamp.json +3 -2
  147. package/css/types/color.json +1 -0
  148. package/css/types/counter.json +1 -0
  149. package/css/types/counters.json +1 -0
  150. package/css/types/dimension.json +1 -0
  151. package/css/types/easing-function.json +1 -0
  152. package/css/types/flex.json +1 -0
  153. package/css/types/frequency-percentage.json +1 -0
  154. package/css/types/frequency.json +1 -0
  155. package/css/types/max.json +2 -2
  156. package/css/types/min.json +2 -2
  157. package/html/elements/a.json +3 -0
  158. package/html/elements/abbr.json +1 -0
  159. package/html/elements/acronym.json +1 -0
  160. package/html/elements/address.json +1 -0
  161. package/html/elements/applet.json +1 -0
  162. package/html/elements/area.json +3 -0
  163. package/html/elements/article.json +1 -0
  164. package/html/elements/aside.json +1 -0
  165. package/html/elements/audio.json +1 -0
  166. package/html/elements/b.json +1 -0
  167. package/html/elements/base.json +1 -0
  168. package/html/elements/basefont.json +1 -0
  169. package/html/elements/bdi.json +1 -0
  170. package/html/elements/bdo.json +1 -0
  171. package/html/elements/bgsound.json +1 -0
  172. package/html/elements/big.json +1 -0
  173. package/html/elements/blink.json +1 -0
  174. package/html/elements/blockquote.json +1 -0
  175. package/html/elements/body.json +1 -0
  176. package/html/elements/br.json +1 -0
  177. package/html/elements/button.json +1 -0
  178. package/html/elements/canvas.json +1 -0
  179. package/html/elements/caption.json +1 -0
  180. package/html/elements/center.json +1 -0
  181. package/html/elements/cite.json +1 -0
  182. package/html/elements/code.json +1 -0
  183. package/html/elements/col.json +1 -0
  184. package/html/elements/colgroup.json +1 -0
  185. package/html/elements/data.json +1 -0
  186. package/html/elements/datalist.json +1 -0
  187. package/html/elements/dd.json +1 -0
  188. package/html/elements/del.json +1 -0
  189. package/html/elements/details.json +1 -0
  190. package/html/elements/dfn.json +1 -0
  191. package/html/elements/dialog.json +1 -0
  192. package/html/elements/div.json +1 -0
  193. package/html/elements/dl.json +1 -0
  194. package/html/elements/dt.json +1 -0
  195. package/html/elements/em.json +1 -0
  196. package/html/elements/embed.json +1 -0
  197. package/html/elements/fieldset.json +1 -0
  198. package/html/elements/figcaption.json +1 -0
  199. package/html/elements/figure.json +1 -0
  200. package/html/elements/footer.json +1 -0
  201. package/html/elements/form.json +1 -0
  202. package/html/elements/h1.json +1 -0
  203. package/html/elements/h2.json +1 -0
  204. package/html/elements/h3.json +1 -0
  205. package/html/elements/h4.json +1 -0
  206. package/html/elements/h5.json +1 -0
  207. package/html/elements/h6.json +1 -0
  208. package/html/elements/head.json +1 -0
  209. package/html/elements/header.json +1 -0
  210. package/html/elements/hgroup.json +1 -0
  211. package/html/elements/hr.json +1 -0
  212. package/html/elements/html.json +1 -0
  213. package/html/elements/i.json +1 -0
  214. package/html/elements/iframe.json +1 -0
  215. package/html/elements/img.json +2 -0
  216. package/html/elements/input/button.json +1 -0
  217. package/html/elements/input/checkbox.json +1 -0
  218. package/html/elements/input/color.json +1 -0
  219. package/html/elements/input/date.json +1 -0
  220. package/html/elements/input/datetime-local.json +1 -0
  221. package/html/elements/input/email.json +1 -0
  222. package/html/elements/input/file.json +1 -0
  223. package/html/elements/input/hidden.json +1 -0
  224. package/html/elements/input/image.json +1 -0
  225. package/html/elements/input/input.json +1 -0
  226. package/html/elements/input/month.json +1 -0
  227. package/html/elements/input/number.json +1 -0
  228. package/html/elements/input/password.json +1 -0
  229. package/html/elements/input/radio.json +1 -0
  230. package/html/elements/input/range.json +1 -0
  231. package/html/elements/input/reset.json +1 -0
  232. package/html/elements/input/search.json +1 -0
  233. package/html/elements/input/submit.json +1 -0
  234. package/html/elements/input/tel.json +1 -0
  235. package/html/elements/input/text.json +1 -0
  236. package/html/elements/input/time.json +1 -0
  237. package/html/elements/input/url.json +1 -0
  238. package/html/elements/input/week.json +1 -0
  239. package/html/elements/ins.json +1 -0
  240. package/html/elements/kbd.json +1 -0
  241. package/html/elements/label.json +1 -0
  242. package/html/elements/legend.json +2 -1
  243. package/html/elements/li.json +1 -0
  244. package/html/elements/link.json +62 -16
  245. package/html/elements/main.json +1 -0
  246. package/html/elements/map.json +1 -0
  247. package/html/elements/mark.json +1 -0
  248. package/html/elements/marquee.json +1 -0
  249. package/html/elements/menu.json +1 -0
  250. package/html/elements/meta.json +7 -0
  251. package/html/elements/meter.json +1 -0
  252. package/html/elements/nav.json +1 -0
  253. package/html/elements/noscript.json +1 -0
  254. package/html/elements/object.json +1 -0
  255. package/html/elements/ol.json +1 -0
  256. package/html/elements/optgroup.json +1 -0
  257. package/html/elements/option.json +1 -0
  258. package/html/elements/output.json +1 -0
  259. package/html/elements/p.json +1 -0
  260. package/html/elements/param.json +1 -0
  261. package/html/elements/picture.json +1 -0
  262. package/html/elements/pre.json +1 -0
  263. package/html/elements/progress.json +1 -0
  264. package/html/elements/q.json +1 -0
  265. package/html/elements/rp.json +1 -0
  266. package/html/elements/rt.json +1 -0
  267. package/html/elements/ruby.json +1 -0
  268. package/html/elements/s.json +1 -0
  269. package/html/elements/samp.json +1 -0
  270. package/html/elements/script.json +1 -0
  271. package/html/elements/section.json +1 -0
  272. package/html/elements/select.json +1 -0
  273. package/html/elements/slot.json +4 -0
  274. package/html/elements/small.json +1 -0
  275. package/html/elements/source.json +130 -41
  276. package/html/elements/span.json +1 -0
  277. package/html/elements/strong.json +1 -0
  278. package/html/elements/style.json +1 -0
  279. package/html/elements/sub.json +1 -0
  280. package/html/elements/summary.json +1 -0
  281. package/html/elements/sup.json +1 -0
  282. package/html/elements/table.json +1 -0
  283. package/html/elements/tbody.json +1 -0
  284. package/html/elements/td.json +1 -0
  285. package/html/elements/template.json +1 -0
  286. package/html/elements/textarea.json +1 -0
  287. package/html/elements/tfoot.json +1 -0
  288. package/html/elements/th.json +1 -0
  289. package/html/elements/thead.json +1 -0
  290. package/html/elements/time.json +1 -0
  291. package/html/elements/title.json +1 -0
  292. package/html/elements/tr.json +1 -0
  293. package/html/elements/track.json +1 -0
  294. package/html/elements/u.json +1 -0
  295. package/html/elements/ul.json +1 -0
  296. package/html/elements/var.json +1 -0
  297. package/html/elements/video.json +23 -6
  298. package/html/elements/wbr.json +1 -0
  299. package/html/global_attributes.json +99 -0
  300. package/html/manifest/background_color.json +1 -1
  301. package/html/manifest/categories.json +1 -1
  302. package/html/manifest/description.json +1 -1
  303. package/html/manifest/dir.json +1 -1
  304. package/html/manifest/display.json +1 -1
  305. package/html/manifest/iarc_rating_id.json +1 -1
  306. package/html/manifest/icons.json +1 -1
  307. package/html/manifest/lang.json +1 -1
  308. package/html/manifest/name.json +1 -1
  309. package/html/manifest/orientation.json +1 -1
  310. package/html/manifest/prefer_related_applications.json +1 -1
  311. package/html/manifest/related_applications.json +1 -1
  312. package/html/manifest/scope.json +1 -1
  313. package/html/manifest/screenshots.json +1 -1
  314. package/html/manifest/short_name.json +1 -1
  315. package/html/manifest/start_url.json +1 -1
  316. package/html/manifest/theme_color.json +1 -1
  317. package/http/headers/clear-site-data.json +48 -0
  318. package/http/headers/cross-origin-resource-policy.json +3 -3
  319. package/http/headers/feature-policy.json +1 -1
  320. package/javascript/builtins/Array.json +52 -0
  321. package/javascript/builtins/FinalizationRegistry.json +8 -8
  322. package/javascript/builtins/Set.json +108 -36
  323. package/javascript/builtins/String.json +52 -0
  324. package/javascript/builtins/TypedArray.json +52 -0
  325. package/javascript/builtins/intl/DisplayNames.json +10 -10
  326. package/javascript/classes.json +2 -2
  327. package/javascript/operators/await.json +10 -5
  328. package/javascript/statements.json +1 -1
  329. package/package.json +2 -2
  330. package/svg/attributes/href.json +6 -6
  331. package/svg/elements/a.json +6 -6
  332. package/svg/elements/cursor.json +8 -8
  333. package/svg/elements/feImage.json +5 -5
  334. package/svg/elements/pattern.json +6 -6
  335. package/svg/elements/textPath.json +8 -6
  336. package/svg/elements/use.json +8 -8
  337. package/webextensions/api/privacy.json +24 -0
  338. package/webextensions/api/windows.json +2 -1
  339. package/webextensions/manifest/optional_permissions.json +1 -1
  340. package/webextensions/manifest/page_action.json +1 -1
  341. package/api/CredentialUserData.json +0 -148
  342. package/api/Slottable.json +0 -216
  343. package/html/elements/command.json +0 -338
@@ -734,10 +734,10 @@
734
734
  }
735
735
  ],
736
736
  "safari": {
737
- "version_added": "9"
737
+ "version_added": false
738
738
  },
739
739
  "safari_ios": {
740
- "version_added": "9"
740
+ "version_added": false
741
741
  },
742
742
  "samsunginternet_android": [
743
743
  {
@@ -70,11 +70,10 @@
70
70
  "spec_url": "https://tc39.es/proposal-top-level-await/#introduction",
71
71
  "support": {
72
72
  "chrome": {
73
- "version_added": false,
74
- "notes": "See <a href='https://crbug.com/v8/9344'>bug 9344</a>"
73
+ "version_added": "89"
75
74
  },
76
75
  "chrome_android": {
77
- "version_added": false
76
+ "version_added": "89"
78
77
  },
79
78
  "edge": {
80
79
  "version_added": false
@@ -117,7 +116,13 @@
117
116
  }
118
117
  ],
119
118
  "opera": {
120
- "version_added": false
119
+ "version_added": "73",
120
+ "flags": [
121
+ {
122
+ "type": "preference",
123
+ "name": "#enable-javascript-harmony"
124
+ }
125
+ ]
121
126
  },
122
127
  "opera_android": {
123
128
  "version_added": false
@@ -133,7 +138,7 @@
133
138
  "version_added": false
134
139
  },
135
140
  "webview_android": {
136
- "version_added": false
141
+ "version_added": "89"
137
142
  }
138
143
  },
139
144
  "status": {
@@ -677,7 +677,7 @@
677
677
  "version_added": "8.0"
678
678
  },
679
679
  "webview_android": {
680
- "version_added": false
680
+ "version_added": "61"
681
681
  }
682
682
  },
683
683
  "status": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mdn/browser-compat-data",
3
- "version": "3.0.3",
3
+ "version": "3.1.0",
4
4
  "description": "Browser compatibility data provided by MDN Web Docs",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -36,7 +36,7 @@
36
36
  "compare-versions": "~3.6.0",
37
37
  "mdn-confluence": "~2.2.0",
38
38
  "mocha": "~8.2.0",
39
- "ora": "~5.2.0",
39
+ "ora": "~5.3.0",
40
40
  "prettier": "~2.2.0",
41
41
  "yargs": "~16.2.0"
42
42
  },
@@ -6,10 +6,10 @@
6
6
  "mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/href",
7
7
  "support": {
8
8
  "chrome": {
9
- "version_added": true
9
+ "version_added": "50"
10
10
  },
11
11
  "chrome_android": {
12
- "version_added": true
12
+ "version_added": "50"
13
13
  },
14
14
  "edge": {
15
15
  "version_added": "12"
@@ -24,10 +24,10 @@
24
24
  "version_added": true
25
25
  },
26
26
  "opera": {
27
- "version_added": true
27
+ "version_added": "37"
28
28
  },
29
29
  "opera_android": {
30
- "version_added": true
30
+ "version_added": "37"
31
31
  },
32
32
  "safari": {
33
33
  "version_added": "12.1"
@@ -36,10 +36,10 @@
36
36
  "version_added": "12.2"
37
37
  },
38
38
  "samsunginternet_android": {
39
- "version_added": true
39
+ "version_added": "5.0"
40
40
  },
41
41
  "webview_android": {
42
- "version_added": true
42
+ "version_added": "50"
43
43
  }
44
44
  },
45
45
  "status": {
@@ -99,10 +99,10 @@
99
99
  "__compat": {
100
100
  "support": {
101
101
  "chrome": {
102
- "version_added": true
102
+ "version_added": "50"
103
103
  },
104
104
  "chrome_android": {
105
- "version_added": true
105
+ "version_added": "50"
106
106
  },
107
107
  "edge": {
108
108
  "version_added": "12"
@@ -117,10 +117,10 @@
117
117
  "version_added": true
118
118
  },
119
119
  "opera": {
120
- "version_added": true
120
+ "version_added": "37"
121
121
  },
122
122
  "opera_android": {
123
- "version_added": null
123
+ "version_added": "37"
124
124
  },
125
125
  "safari": {
126
126
  "version_added": "12.1"
@@ -129,10 +129,10 @@
129
129
  "version_added": "12.2"
130
130
  },
131
131
  "samsunginternet_android": {
132
- "version_added": true
132
+ "version_added": "5.0"
133
133
  },
134
134
  "webview_android": {
135
- "version_added": true
135
+ "version_added": "50"
136
136
  }
137
137
  },
138
138
  "status": {
@@ -24,10 +24,10 @@
24
24
  "version_added": null
25
25
  },
26
26
  "opera": {
27
- "version_added": false
27
+ "version_added": "15"
28
28
  },
29
29
  "opera_android": {
30
- "version_added": false
30
+ "version_added": "14"
31
31
  },
32
32
  "safari": {
33
33
  "version_added": "3"
@@ -52,10 +52,10 @@
52
52
  "__compat": {
53
53
  "support": {
54
54
  "chrome": {
55
- "version_added": null
55
+ "version_added": "50"
56
56
  },
57
57
  "chrome_android": {
58
- "version_added": null
58
+ "version_added": "50"
59
59
  },
60
60
  "edge": {
61
61
  "version_added": null
@@ -70,10 +70,10 @@
70
70
  "version_added": null
71
71
  },
72
72
  "opera": {
73
- "version_added": false
73
+ "version_added": "37"
74
74
  },
75
75
  "opera_android": {
76
- "version_added": false
76
+ "version_added": "37"
77
77
  },
78
78
  "safari": {
79
79
  "version_added": "12.1"
@@ -82,10 +82,10 @@
82
82
  "version_added": "12.2"
83
83
  },
84
84
  "samsunginternet_android": {
85
- "version_added": null
85
+ "version_added": "5.0"
86
86
  },
87
87
  "webview_android": {
88
- "version_added": null
88
+ "version_added": "50"
89
89
  }
90
90
  },
91
91
  "status": {
@@ -52,10 +52,10 @@
52
52
  "__compat": {
53
53
  "support": {
54
54
  "chrome": {
55
- "version_added": true
55
+ "version_added": "50"
56
56
  },
57
57
  "chrome_android": {
58
- "version_added": true
58
+ "version_added": "50"
59
59
  },
60
60
  "edge": {
61
61
  "version_added": "12"
@@ -70,7 +70,7 @@
70
70
  "version_added": true
71
71
  },
72
72
  "opera": {
73
- "version_added": true
73
+ "version_added": "37"
74
74
  },
75
75
  "opera_android": {
76
76
  "version_added": null
@@ -82,10 +82,10 @@
82
82
  "version_added": "12.2"
83
83
  },
84
84
  "samsunginternet_android": {
85
- "version_added": true
85
+ "version_added": "5.0"
86
86
  },
87
87
  "webview_android": {
88
- "version_added": true
88
+ "version_added": "50"
89
89
  }
90
90
  },
91
91
  "status": {
@@ -99,10 +99,10 @@
99
99
  "__compat": {
100
100
  "support": {
101
101
  "chrome": {
102
- "version_added": null
102
+ "version_added": "50"
103
103
  },
104
104
  "chrome_android": {
105
- "version_added": null
105
+ "version_added": "50"
106
106
  },
107
107
  "edge": {
108
108
  "version_added": null
@@ -117,10 +117,10 @@
117
117
  "version_added": null
118
118
  },
119
119
  "opera": {
120
- "version_added": null
120
+ "version_added": "37"
121
121
  },
122
122
  "opera_android": {
123
- "version_added": null
123
+ "version_added": "37"
124
124
  },
125
125
  "safari": {
126
126
  "version_added": "12.1"
@@ -129,10 +129,10 @@
129
129
  "version_added": "12.2"
130
130
  },
131
131
  "samsunginternet_android": {
132
- "version_added": null
132
+ "version_added": "5.0"
133
133
  },
134
134
  "webview_android": {
135
- "version_added": null
135
+ "version_added": "50"
136
136
  }
137
137
  },
138
138
  "status": {
@@ -54,11 +54,11 @@
54
54
  "__compat": {
55
55
  "support": {
56
56
  "chrome": {
57
- "version_added": true,
57
+ "version_added": "50",
58
58
  "notes": "Only accepts references to path elements. Basic shapes (rect, circle, ellipse, line, polygon, polyline) won't work."
59
59
  },
60
60
  "chrome_android": {
61
- "version_added": true,
61
+ "version_added": "50",
62
62
  "notes": "Only accepts references to path elements. Basic shapes (rect, circle, ellipse, line, polygon, polyline) won't work."
63
63
  },
64
64
  "edge": {
@@ -74,10 +74,12 @@
74
74
  "version_added": true
75
75
  },
76
76
  "opera": {
77
- "version_added": true
77
+ "version_added": "37",
78
+ "notes": "Only accepts references to path elements. Basic shapes (rect, circle, ellipse, line, polygon, polyline) won't work."
78
79
  },
79
80
  "opera_android": {
80
- "version_added": true
81
+ "version_added": "37",
82
+ "notes": "Only accepts references to path elements. Basic shapes (rect, circle, ellipse, line, polygon, polyline) won't work."
81
83
  },
82
84
  "safari": {
83
85
  "version_added": "12.1",
@@ -88,11 +90,11 @@
88
90
  "notes": "Only accepts references to path elements. Basic shapes (rect, circle, ellipse, line, polygon, polyline) won't work."
89
91
  },
90
92
  "samsunginternet_android": {
91
- "version_added": true,
93
+ "version_added": "5.0",
92
94
  "notes": "Only accepts references to path elements. Basic shapes (rect, circle, ellipse, line, polygon, polyline) won't work."
93
95
  },
94
96
  "webview_android": {
95
- "version_added": true,
97
+ "version_added": "50",
96
98
  "notes": "Only accepts references to path elements. Basic shapes (rect, circle, ellipse, line, polygon, polyline) won't work."
97
99
  }
98
100
  },
@@ -16,11 +16,11 @@
16
16
  },
17
17
  "firefox": {
18
18
  "version_added": "4",
19
- "notes": "For years, Firefox has suffered from a bug whereby it doesn't completely follow the <code>use</code> cascading rules (see <a href='https://bugzil.la/265894'>bug 265894</a>). A fix is <a href='https://stackoverflow.com/questions/27866893/svg-fill-not-being-applied-in-firefox/27872310#27872310'>documented by Amelia Bellamy-Royds on StackOverflow</a>. The good news is that this is finally fixed as of Firefox 56."
19
+ "notes": "Before version 56, Firefox does not completely follow the <code>use</code> cascading rules (see <a href='https://bugzil.la/265894'>bug 265894</a>). A fix is <a href='https://stackoverflow.com/questions/27866893/svg-fill-not-being-applied-in-firefox/27872310#27872310'>documented by Amelia Bellamy-Royds on StackOverflow</a>."
20
20
  },
21
21
  "firefox_android": {
22
22
  "version_added": "4",
23
- "notes": "For years, Firefox has suffered from a bug whereby it doesn't completely follow the <code>use</code> cascading rules (see <a href='https://bugzil.la/265894'>bug 265894</a>). A fix is <a href='https://stackoverflow.com/questions/27866893/svg-fill-not-being-applied-in-firefox/27872310#27872310'>documented by Amelia Bellamy-Royds on StackOverflow</a>. The good news is that this is finally fixed as of Firefox 56."
23
+ "notes": "Before version 56, Firefox does not completely follow the <code>use</code> cascading rules (see <a href='https://bugzil.la/265894'>bug 265894</a>). A fix is <a href='https://stackoverflow.com/questions/27866893/svg-fill-not-being-applied-in-firefox/27872310#27872310'>documented by Amelia Bellamy-Royds on StackOverflow</a>."
24
24
  },
25
25
  "ie": {
26
26
  "version_added": true
@@ -197,10 +197,10 @@
197
197
  "__compat": {
198
198
  "support": {
199
199
  "chrome": {
200
- "version_added": true
200
+ "version_added": "50"
201
201
  },
202
202
  "chrome_android": {
203
- "version_added": true
203
+ "version_added": "50"
204
204
  },
205
205
  "edge": {
206
206
  "version_added": "12"
@@ -215,10 +215,10 @@
215
215
  "version_added": true
216
216
  },
217
217
  "opera": {
218
- "version_added": true
218
+ "version_added": "37"
219
219
  },
220
220
  "opera_android": {
221
- "version_added": true
221
+ "version_added": "37"
222
222
  },
223
223
  "safari": {
224
224
  "version_added": "12.1"
@@ -227,10 +227,10 @@
227
227
  "version_added": "12.2"
228
228
  },
229
229
  "samsunginternet_android": {
230
- "version_added": true
230
+ "version_added": "5.0"
231
231
  },
232
232
  "webview_android": {
233
- "version_added": true
233
+ "version_added": "50"
234
234
  }
235
235
  },
236
236
  "status": {
@@ -75,6 +75,30 @@
75
75
  }
76
76
  }
77
77
  }
78
+ },
79
+ "httpsOnlyMode": {
80
+ "__compat": {
81
+ "support": {
82
+ "chrome": {
83
+ "version_added": true
84
+ },
85
+ "edge": {
86
+ "version_added": true
87
+ },
88
+ "firefox": {
89
+ "version_added": "84"
90
+ },
91
+ "firefox_android": {
92
+ "version_added": "84"
93
+ },
94
+ "opera": {
95
+ "version_added": true
96
+ },
97
+ "safari": {
98
+ "version_added": false
99
+ }
100
+ }
101
+ }
78
102
  }
79
103
  },
80
104
  "services": {
@@ -656,7 +656,8 @@
656
656
  "firefox": {
657
657
  "notes": [
658
658
  "'url' and 'tabId options can't both be set together.",
659
- "The returned 'Window' object contains the 'tabs' property only from version 52 onwards."
659
+ "The returned 'Window' object contains the 'tabs' property only from version 52 onwards.",
660
+ "From Firefox 86, the <code>focused: false</code> option is ignored."
660
661
  ],
661
662
  "version_added": "45"
662
663
  },
@@ -461,7 +461,7 @@
461
461
  "version_added": "79"
462
462
  },
463
463
  "firefox": {
464
- "version_added": false
464
+ "version_added": "77"
465
465
  },
466
466
  "firefox_android": {
467
467
  "version_added": false
@@ -199,7 +199,7 @@
199
199
  "version_added": "59"
200
200
  },
201
201
  "firefox_android": {
202
- "version_added": "59"
202
+ "version_added": "79"
203
203
  },
204
204
  "opera": {
205
205
  "version_added": false
@@ -1,148 +0,0 @@
1
- {
2
- "api": {
3
- "CredentialUserData": {
4
- "__compat": {
5
- "mdn_url": "https://developer.mozilla.org/docs/Web/API/CredentialUserData",
6
- "support": {
7
- "chrome": {
8
- "version_added": "60"
9
- },
10
- "chrome_android": {
11
- "version_added": "60"
12
- },
13
- "edge": {
14
- "version_added": "79"
15
- },
16
- "firefox": {
17
- "version_added": false
18
- },
19
- "firefox_android": {
20
- "version_added": false
21
- },
22
- "ie": {
23
- "version_added": false
24
- },
25
- "opera": {
26
- "version_added": "47"
27
- },
28
- "opera_android": {
29
- "version_added": "44"
30
- },
31
- "safari": {
32
- "version_added": false
33
- },
34
- "safari_ios": {
35
- "version_added": false
36
- },
37
- "samsunginternet_android": {
38
- "version_added": "8.0"
39
- },
40
- "webview_android": {
41
- "version_added": "60"
42
- }
43
- },
44
- "status": {
45
- "experimental": false,
46
- "standard_track": true,
47
- "deprecated": false
48
- }
49
- },
50
- "iconURL": {
51
- "__compat": {
52
- "mdn_url": "https://developer.mozilla.org/docs/Web/API/CredentialUserData/iconURL",
53
- "support": {
54
- "chrome": {
55
- "version_added": "60"
56
- },
57
- "chrome_android": {
58
- "version_added": "60"
59
- },
60
- "edge": {
61
- "version_added": "79"
62
- },
63
- "firefox": {
64
- "version_added": false
65
- },
66
- "firefox_android": {
67
- "version_added": false
68
- },
69
- "ie": {
70
- "version_added": false
71
- },
72
- "opera": {
73
- "version_added": "47"
74
- },
75
- "opera_android": {
76
- "version_added": "44"
77
- },
78
- "safari": {
79
- "version_added": false
80
- },
81
- "safari_ios": {
82
- "version_added": false
83
- },
84
- "samsunginternet_android": {
85
- "version_added": "8.0"
86
- },
87
- "webview_android": {
88
- "version_added": "60"
89
- }
90
- },
91
- "status": {
92
- "experimental": false,
93
- "standard_track": true,
94
- "deprecated": false
95
- }
96
- }
97
- },
98
- "name": {
99
- "__compat": {
100
- "mdn_url": "https://developer.mozilla.org/docs/Web/API/CredentialUserData/name",
101
- "support": {
102
- "chrome": {
103
- "version_added": "60"
104
- },
105
- "chrome_android": {
106
- "version_added": "60"
107
- },
108
- "edge": {
109
- "version_added": "79"
110
- },
111
- "firefox": {
112
- "version_added": false
113
- },
114
- "firefox_android": {
115
- "version_added": false
116
- },
117
- "ie": {
118
- "version_added": false
119
- },
120
- "opera": {
121
- "version_added": "47"
122
- },
123
- "opera_android": {
124
- "version_added": "44"
125
- },
126
- "safari": {
127
- "version_added": false
128
- },
129
- "safari_ios": {
130
- "version_added": false
131
- },
132
- "samsunginternet_android": {
133
- "version_added": "8.0"
134
- },
135
- "webview_android": {
136
- "version_added": "60"
137
- }
138
- },
139
- "status": {
140
- "experimental": false,
141
- "standard_track": true,
142
- "deprecated": false
143
- }
144
- }
145
- }
146
- }
147
- }
148
- }