@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
@@ -0,0 +1,591 @@
1
+ {
2
+ "api": {
3
+ "HTMLAreaElement": {
4
+ "hash": {
5
+ "__compat": {
6
+ "mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/hash",
7
+ "support": {
8
+ "chrome": {
9
+ "version_added": "1"
10
+ },
11
+ "chrome_android": {
12
+ "version_added": "18"
13
+ },
14
+ "edge": {
15
+ "version_added": "12"
16
+ },
17
+ "firefox": {
18
+ "version_added": "1",
19
+ "notes": "From Firefox 29 to Firefox 40, the returned value was incorrectly percent-decoded."
20
+ },
21
+ "firefox_android": {
22
+ "version_added": "4",
23
+ "notes": "From Firefox 29 to Firefox 40, the returned value was incorrectly percent-decoded."
24
+ },
25
+ "ie": {
26
+ "version_added": "5"
27
+ },
28
+ "opera": {
29
+ "version_added": "15"
30
+ },
31
+ "opera_android": {
32
+ "version_added": "14"
33
+ },
34
+ "safari": {
35
+ "version_added": "1"
36
+ },
37
+ "safari_ios": {
38
+ "version_added": "1"
39
+ },
40
+ "samsunginternet_android": {
41
+ "version_added": "1.0"
42
+ },
43
+ "webview_android": {
44
+ "version_added": "1"
45
+ }
46
+ },
47
+ "status": {
48
+ "experimental": false,
49
+ "standard_track": true,
50
+ "deprecated": false
51
+ }
52
+ }
53
+ },
54
+ "host": {
55
+ "__compat": {
56
+ "mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/host",
57
+ "support": {
58
+ "chrome": {
59
+ "version_added": "1"
60
+ },
61
+ "chrome_android": {
62
+ "version_added": "18"
63
+ },
64
+ "edge": {
65
+ "version_added": "12"
66
+ },
67
+ "firefox": {
68
+ "version_added": "1"
69
+ },
70
+ "firefox_android": {
71
+ "version_added": "4"
72
+ },
73
+ "ie": {
74
+ "version_added": "5",
75
+ "notes": "In Internet Explorer 9, the host of an <a href='https://developer.mozilla.org/docs/Web/HTML/Element/a'><code>&lt;a&gt;</code></a> always include the port (e.g. <code>developer.mozilla.org:443</code>), even if there is no explicit port in the <code>href</code> attribute value."
76
+ },
77
+ "opera": {
78
+ "version_added": "15"
79
+ },
80
+ "opera_android": {
81
+ "version_added": "14"
82
+ },
83
+ "safari": {
84
+ "version_added": "1"
85
+ },
86
+ "safari_ios": {
87
+ "version_added": "1"
88
+ },
89
+ "samsunginternet_android": {
90
+ "version_added": "1.0"
91
+ },
92
+ "webview_android": {
93
+ "version_added": "1"
94
+ }
95
+ },
96
+ "status": {
97
+ "experimental": false,
98
+ "standard_track": true,
99
+ "deprecated": false
100
+ }
101
+ }
102
+ },
103
+ "hostname": {
104
+ "__compat": {
105
+ "mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/hostname",
106
+ "support": {
107
+ "chrome": {
108
+ "version_added": "1"
109
+ },
110
+ "chrome_android": {
111
+ "version_added": "18"
112
+ },
113
+ "edge": {
114
+ "version_added": "12"
115
+ },
116
+ "firefox": {
117
+ "version_added": "1"
118
+ },
119
+ "firefox_android": {
120
+ "version_added": "4"
121
+ },
122
+ "ie": {
123
+ "version_added": "5"
124
+ },
125
+ "opera": {
126
+ "version_added": "15"
127
+ },
128
+ "opera_android": {
129
+ "version_added": "14"
130
+ },
131
+ "safari": {
132
+ "version_added": "1"
133
+ },
134
+ "safari_ios": {
135
+ "version_added": "1"
136
+ },
137
+ "samsunginternet_android": {
138
+ "version_added": "1.0"
139
+ },
140
+ "webview_android": {
141
+ "version_added": "1"
142
+ }
143
+ },
144
+ "status": {
145
+ "experimental": false,
146
+ "standard_track": true,
147
+ "deprecated": false
148
+ }
149
+ }
150
+ },
151
+ "href": {
152
+ "__compat": {
153
+ "mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/href",
154
+ "support": {
155
+ "chrome": {
156
+ "version_added": "1"
157
+ },
158
+ "chrome_android": {
159
+ "version_added": "18"
160
+ },
161
+ "edge": {
162
+ "version_added": "12"
163
+ },
164
+ "firefox": {
165
+ "version_added": "1"
166
+ },
167
+ "firefox_android": {
168
+ "version_added": "4"
169
+ },
170
+ "ie": {
171
+ "version_added": "5"
172
+ },
173
+ "opera": {
174
+ "version_added": "≤12.1"
175
+ },
176
+ "opera_android": {
177
+ "version_added": "≤12.1"
178
+ },
179
+ "safari": {
180
+ "version_added": "1"
181
+ },
182
+ "safari_ios": {
183
+ "version_added": "1"
184
+ },
185
+ "samsunginternet_android": {
186
+ "version_added": "1.0"
187
+ },
188
+ "webview_android": {
189
+ "version_added": "1"
190
+ }
191
+ },
192
+ "status": {
193
+ "experimental": false,
194
+ "standard_track": true,
195
+ "deprecated": false
196
+ }
197
+ }
198
+ },
199
+ "origin": {
200
+ "__compat": {
201
+ "mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/origin",
202
+ "support": {
203
+ "chrome": {
204
+ "version_added": "8"
205
+ },
206
+ "chrome_android": {
207
+ "version_added": "18"
208
+ },
209
+ "edge": {
210
+ "version_added": "17"
211
+ },
212
+ "firefox": {
213
+ "version_added": "26",
214
+ "notes": "Before Firefox 49, results for URL using the <code>blob</code> scheme incorrectly returned <code>null</code>."
215
+ },
216
+ "firefox_android": {
217
+ "version_added": "26",
218
+ "notes": "Before Firefox 49, results for URL using the <code>blob</code> scheme incorrectly returned <code>null</code>."
219
+ },
220
+ "ie": {
221
+ "version_added": false
222
+ },
223
+ "opera": {
224
+ "version_added": "15"
225
+ },
226
+ "opera_android": {
227
+ "version_added": "14"
228
+ },
229
+ "safari": {
230
+ "version_added": "5.1"
231
+ },
232
+ "safari_ios": {
233
+ "version_added": "5"
234
+ },
235
+ "samsunginternet_android": {
236
+ "version_added": "1.0"
237
+ },
238
+ "webview_android": {
239
+ "version_added": "≤37"
240
+ }
241
+ },
242
+ "status": {
243
+ "experimental": false,
244
+ "standard_track": true,
245
+ "deprecated": false
246
+ }
247
+ }
248
+ },
249
+ "password": {
250
+ "__compat": {
251
+ "mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/password",
252
+ "support": {
253
+ "chrome": {
254
+ "version_added": "32"
255
+ },
256
+ "chrome_android": {
257
+ "version_added": "32"
258
+ },
259
+ "edge": {
260
+ "version_added": "79"
261
+ },
262
+ "firefox": {
263
+ "version_added": "26"
264
+ },
265
+ "firefox_android": {
266
+ "version_added": "26"
267
+ },
268
+ "ie": {
269
+ "version_added": false
270
+ },
271
+ "opera": {
272
+ "version_added": "19"
273
+ },
274
+ "opera_android": {
275
+ "version_added": "19"
276
+ },
277
+ "safari": {
278
+ "version_added": "10"
279
+ },
280
+ "safari_ios": {
281
+ "version_added": "10"
282
+ },
283
+ "samsunginternet_android": {
284
+ "version_added": "2.0"
285
+ },
286
+ "webview_android": {
287
+ "version_added": "4.4.3"
288
+ }
289
+ },
290
+ "status": {
291
+ "experimental": false,
292
+ "standard_track": true,
293
+ "deprecated": false
294
+ }
295
+ }
296
+ },
297
+ "pathname": {
298
+ "__compat": {
299
+ "mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/pathname",
300
+ "support": {
301
+ "chrome": {
302
+ "version_added": "1"
303
+ },
304
+ "chrome_android": {
305
+ "version_added": "18"
306
+ },
307
+ "edge": {
308
+ "version_added": "12"
309
+ },
310
+ "firefox": {
311
+ "version_added": "1",
312
+ "notes": "Before Firefox 53, the <code>pathname</code> and <code>search</code> <code>HTMLHyperlinkElementUtils</code> properties returned the wrong parts of the URL. For example, for a URL of <code>http://z.com/x?a=true&b=false</code>, <code>pathname</code> would return <code>'/x?a=true&b=false'</code> and <code>search</code> would return '', rather than <code>'/x'</code> and <code>'?a=true&b=false'</code> respectively. This has now been fixed."
313
+ },
314
+ "firefox_android": {
315
+ "version_added": "4",
316
+ "notes": "Before Firefox 53, the <code>pathname</code> and <code>search</code> <code>HTMLHyperlinkElementUtils</code> properties returned the wrong parts of the URL. For example, for a URL of <code>http://z.com/x?a=true&b=false</code>, <code>pathname</code> would return <code>'/x?a=true&b=false'</code> and <code>search</code> would return '', rather than <code>'/x'</code> and <code>'?a=true&b=false'</code> respectively. This has now been fixed."
317
+ },
318
+ "ie": {
319
+ "version_added": "5"
320
+ },
321
+ "opera": {
322
+ "version_added": "15"
323
+ },
324
+ "opera_android": {
325
+ "version_added": "14"
326
+ },
327
+ "safari": {
328
+ "version_added": "1"
329
+ },
330
+ "safari_ios": {
331
+ "version_added": "1"
332
+ },
333
+ "samsunginternet_android": {
334
+ "version_added": "1.0"
335
+ },
336
+ "webview_android": {
337
+ "version_added": "1"
338
+ }
339
+ },
340
+ "status": {
341
+ "experimental": false,
342
+ "standard_track": true,
343
+ "deprecated": false
344
+ }
345
+ }
346
+ },
347
+ "port": {
348
+ "__compat": {
349
+ "mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/port",
350
+ "support": {
351
+ "chrome": {
352
+ "version_added": "1"
353
+ },
354
+ "chrome_android": {
355
+ "version_added": "18"
356
+ },
357
+ "edge": {
358
+ "version_added": "12"
359
+ },
360
+ "firefox": {
361
+ "version_added": "1"
362
+ },
363
+ "firefox_android": {
364
+ "version_added": "4"
365
+ },
366
+ "ie": {
367
+ "version_added": "5"
368
+ },
369
+ "opera": {
370
+ "version_added": "15"
371
+ },
372
+ "opera_android": {
373
+ "version_added": "14"
374
+ },
375
+ "safari": {
376
+ "version_added": "1"
377
+ },
378
+ "safari_ios": {
379
+ "version_added": "1"
380
+ },
381
+ "samsunginternet_android": {
382
+ "version_added": "1.0"
383
+ },
384
+ "webview_android": {
385
+ "version_added": "1"
386
+ }
387
+ },
388
+ "status": {
389
+ "experimental": false,
390
+ "standard_track": true,
391
+ "deprecated": false
392
+ }
393
+ }
394
+ },
395
+ "protocol": {
396
+ "__compat": {
397
+ "mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/protocol",
398
+ "support": {
399
+ "chrome": {
400
+ "version_added": "1"
401
+ },
402
+ "chrome_android": {
403
+ "version_added": "18"
404
+ },
405
+ "edge": {
406
+ "version_added": "12"
407
+ },
408
+ "firefox": {
409
+ "version_added": "1"
410
+ },
411
+ "firefox_android": {
412
+ "version_added": "4"
413
+ },
414
+ "ie": {
415
+ "version_added": "5"
416
+ },
417
+ "opera": {
418
+ "version_added": "15"
419
+ },
420
+ "opera_android": {
421
+ "version_added": "14"
422
+ },
423
+ "safari": {
424
+ "version_added": "1"
425
+ },
426
+ "safari_ios": {
427
+ "version_added": "1"
428
+ },
429
+ "samsunginternet_android": {
430
+ "version_added": "1.0"
431
+ },
432
+ "webview_android": {
433
+ "version_added": "1"
434
+ }
435
+ },
436
+ "status": {
437
+ "experimental": false,
438
+ "standard_track": true,
439
+ "deprecated": false
440
+ }
441
+ }
442
+ },
443
+ "search": {
444
+ "__compat": {
445
+ "mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/search",
446
+ "support": {
447
+ "chrome": {
448
+ "version_added": "1"
449
+ },
450
+ "chrome_android": {
451
+ "version_added": "18"
452
+ },
453
+ "edge": {
454
+ "version_added": "12"
455
+ },
456
+ "firefox": {
457
+ "version_added": "1",
458
+ "notes": "Before Firefox 53, the <code>pathname</code> and <code>search</code> <code>HTMLHyperlinkElementUtils</code> properties returned the wrong parts of the URL. For example, for a URL of <code>http://z.com/x?a=true&b=false</code>, <code>pathname</code> would return <code>'/x?a=true&b=false'</code> and <code>search</code> would return '', rather than <code>'/x'</code> and <code>'?a=true&b=false'</code> respectively. This has now been fixed."
459
+ },
460
+ "firefox_android": {
461
+ "version_added": "4",
462
+ "notes": "Before Firefox 53, the <code>pathname</code> and <code>search</code> <code>HTMLHyperlinkElementUtils</code> properties returned the wrong parts of the URL. For example, for a URL of <code>http://z.com/x?a=true&b=false</code>, <code>pathname</code> would return <code>'/x?a=true&b=false'</code> and <code>search</code> would return '', rather than <code>'/x'</code> and <code>'?a=true&b=false'</code> respectively. This has now been fixed."
463
+ },
464
+ "ie": {
465
+ "version_added": "5"
466
+ },
467
+ "opera": {
468
+ "version_added": "15"
469
+ },
470
+ "opera_android": {
471
+ "version_added": "14"
472
+ },
473
+ "safari": {
474
+ "version_added": "1"
475
+ },
476
+ "safari_ios": {
477
+ "version_added": "1"
478
+ },
479
+ "samsunginternet_android": {
480
+ "version_added": "1.0"
481
+ },
482
+ "webview_android": {
483
+ "version_added": "1"
484
+ }
485
+ },
486
+ "status": {
487
+ "experimental": false,
488
+ "standard_track": true,
489
+ "deprecated": false
490
+ }
491
+ }
492
+ },
493
+ "toString": {
494
+ "__compat": {
495
+ "mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/toString",
496
+ "support": {
497
+ "chrome": {
498
+ "version_added": "52"
499
+ },
500
+ "chrome_android": {
501
+ "version_added": "52"
502
+ },
503
+ "edge": {
504
+ "version_added": "≤18"
505
+ },
506
+ "firefox": {
507
+ "version_added": "22"
508
+ },
509
+ "firefox_android": {
510
+ "version_added": "22"
511
+ },
512
+ "ie": {
513
+ "version_added": false
514
+ },
515
+ "opera": {
516
+ "version_added": true
517
+ },
518
+ "opera_android": {
519
+ "version_added": true
520
+ },
521
+ "safari": {
522
+ "version_added": true
523
+ },
524
+ "safari_ios": {
525
+ "version_added": true
526
+ },
527
+ "samsunginternet_android": {
528
+ "version_added": "6.0"
529
+ },
530
+ "webview_android": {
531
+ "version_added": "52"
532
+ }
533
+ },
534
+ "status": {
535
+ "experimental": false,
536
+ "standard_track": true,
537
+ "deprecated": false
538
+ }
539
+ }
540
+ },
541
+ "username": {
542
+ "__compat": {
543
+ "mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/username",
544
+ "support": {
545
+ "chrome": {
546
+ "version_added": "32"
547
+ },
548
+ "chrome_android": {
549
+ "version_added": "32"
550
+ },
551
+ "edge": {
552
+ "version_added": "79"
553
+ },
554
+ "firefox": {
555
+ "version_added": "26"
556
+ },
557
+ "firefox_android": {
558
+ "version_added": "26"
559
+ },
560
+ "ie": {
561
+ "version_added": false
562
+ },
563
+ "opera": {
564
+ "version_added": "19"
565
+ },
566
+ "opera_android": {
567
+ "version_added": "19"
568
+ },
569
+ "safari": {
570
+ "version_added": "10"
571
+ },
572
+ "safari_ios": {
573
+ "version_added": "10"
574
+ },
575
+ "samsunginternet_android": {
576
+ "version_added": "2.0"
577
+ },
578
+ "webview_android": {
579
+ "version_added": "4.4.3"
580
+ }
581
+ },
582
+ "status": {
583
+ "experimental": false,
584
+ "standard_track": true,
585
+ "deprecated": false
586
+ }
587
+ }
588
+ }
589
+ }
590
+ }
591
+ }
@@ -602,19 +602,26 @@
602
602
  "87": {
603
603
  "release_date": "2020-11-17",
604
604
  "release_notes": "https://chromereleases.googleblog.com/2020/11/stable-channel-update-for-desktop_17.html",
605
- "status": "current",
605
+ "status": "retired",
606
606
  "engine": "Blink",
607
607
  "engine_version": "87"
608
608
  },
609
609
  "88": {
610
- "status": "beta",
610
+ "release_date": "2021-01-19",
611
+ "release_notes": "https://chromereleases.googleblog.com/2021/01/stable-channel-update-for-desktop_19.html",
612
+ "status": "current",
611
613
  "engine": "Blink",
612
614
  "engine_version": "88"
613
615
  },
614
616
  "89": {
615
- "status": "nightly",
617
+ "status": "beta",
616
618
  "engine": "Blink",
617
619
  "engine_version": "89"
620
+ },
621
+ "90": {
622
+ "status": "nightly",
623
+ "engine": "Blink",
624
+ "engine_version": "90"
618
625
  }
619
626
  }
620
627
  }
@@ -439,19 +439,26 @@
439
439
  "87": {
440
440
  "release_date": "2020-11-17",
441
441
  "release_notes": "https://chromereleases.googleblog.com/2020/11/chrome-for-android-update_17.html",
442
- "status": "current",
442
+ "status": "retired",
443
443
  "engine": "Blink",
444
444
  "engine_version": "87"
445
445
  },
446
446
  "88": {
447
- "status": "beta",
447
+ "release_date": "2021-01-19",
448
+ "release_notes": "https://chromereleases.googleblog.com/2021/01/chrome-for-android-update_19.html",
449
+ "status": "current",
448
450
  "engine": "Blink",
449
451
  "engine_version": "88"
450
452
  },
451
453
  "89": {
452
- "status": "nightly",
454
+ "status": "beta",
453
455
  "engine": "Blink",
454
456
  "engine_version": "89"
457
+ },
458
+ "90": {
459
+ "status": "beta",
460
+ "engine": "Blink",
461
+ "engine_version": "90"
455
462
  }
456
463
  }
457
464
  }
@@ -105,19 +105,26 @@
105
105
  "87": {
106
106
  "release_date": "2020-11-19",
107
107
  "release_notes": "https://docs.microsoft.com/en-us/deployedge/microsoft-edge-relnote-stable-channel#version-87066441-november-19",
108
- "status": "current",
108
+ "status": "retired",
109
109
  "engine": "Blink",
110
110
  "engine_version": "87"
111
111
  },
112
112
  "88": {
113
- "status": "beta",
113
+ "release_date": "2021-01-21",
114
+ "release_notes": "https://docs.microsoft.com/en-us/deployedge/microsoft-edge-relnote-stable-channel#version-88070550-january-21",
115
+ "status": "current",
114
116
  "engine": "Blink",
115
117
  "engine_version": "88"
116
118
  },
117
119
  "89": {
118
- "status": "nightly",
120
+ "status": "beta",
119
121
  "engine": "Blink",
120
122
  "engine_version": "89"
123
+ },
124
+ "90": {
125
+ "status": "nightly",
126
+ "engine": "Blink",
127
+ "engine_version": "90"
121
128
  }
122
129
  }
123
130
  }